@charset "utf-8";
.fr{float:right}
.fl{float:left}
.clearfix {
    height:auto!important;
}
.clearfix::after {
    content: "";
    display: block;
    visibility: hidden;
    clear: both;
}
.one-row {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.two-row {
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.logo {
    position: absolute;
    top: 20px;
    margin-left: 0;
    left: 5%;
}
.headbg{
	width:100%;
    margin: 0 auto;
    display: block;
}
.headtit{
	position: absolute;
	top: 140px;
	left: 50%;
	margin-left: -706px;
}


.ztblock{
	width:1270px;
	margin:0 auto;
	height:auto;
	margin-top: 50px;
}

.ztlist{
    width: 48%;
}


.zttitle{
	height: 80px;
	line-height: 75px;
	font-size: 26px;
	font-weight: bold;
	color: #de191a;
	position:relative;
}
.zttitle img{
	    display: inline-block;
	    position: absolute;
	    top: 10px;
	    width: 100%;
		cursor:pointer;
}

.ztlist ul{
	border: 1px #de191a solid;
    padding: 20px 30px 20px 40px;
    background: #fff7f7;
}

.ztlist li{
	font-size:18px;
	height:40px;
	line-height:40px;
    position: relative;
}
.ztlist li i{
	height: 8px;
    width: 8px;
    background: #de191a;
    display: block;
    position: absolute;
    top: 17px;
    left: -20px;
}
.ztlist li a{
	width: 430px;
	color:#333;
}
.ztlist li a:hover{
	color:#de191a;
}
.ztlist li span{
	color:#999;
}

.fulllist{
	width:100%;
}
.fulllist li{
	width:48%;
	display:inline-block;
	font-size:18px;
	height:40px;
	line-height:40px;
    position: relative;
}
.fulllist li:nth-child(2n){
	margin-left:3.5%;
}



