@charset "utf-8";
.fr{float:right}
.fl{float:left}
.clearfix::after {
    content: "";
    display: block;
    visibility: hidden;
    clear: both;
}
.w1500{
	width:1270px;
	margin:0 auto;
}
.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;
}
.imgfg{
	width:100%;
	margin:50px 0 10px;
}
.topdiv{
	background:url(zyhxjsbg.png) top center no-repeat;
	background-size:1270px 100%;
	height: 550px;
}
.logoback{
	position: absolute;
    top: 10px;
    left: -640px;
    margin-left: 50%;
    width: 350px;
}

.ztlogo{
	margin: 0 auto;
    display: block;
    position: relative;
    width: 1270px;
    top: 85px;
}

.firstdiv{
	height:450px;
	margin-top:-45px;
}
.firstdiv h1{
	font-size: 24px;
    color: #ec1d26;
    margin:10px 20px;
	padding-bottom:5px;
    line-height: 30px;
    border-bottom: 5px solid #ec1d26;
	font-family:'宋体';
}
.firstdiv h2{
	font-size:18px;
    margin:0 20px;
	font-weight: normal;
    line-height: 25px;
	font-family:'宋体';
}
.firstdiv p{
	font-size: 18px;
    margin:0 20px;
    line-height: 25px;
	text-indent:2em;
	font-family:'宋体';
}
.firstdiv h3{
	font-size: 24px;
    margin:0 20px;
    line-height: 30px;
	text-align:right;
	color: #ec1d26;
	font-family:'宋体';
}
.firstdiv h4{
	font-size: 18px;
    margin:0 20px;
    line-height: 25px;
	text-align:right;
	color: #ec1d26;
	font-family:'宋体';
}
.firstdiv span{
	margin: 0 50px 0 20px;
    display: block;
    width: 370px;
    height: 4px;
    background: #e5e5e5;
    position: relative;
    top: -15px;
}
.listdiv>div{
	width:600px;
}

.listitem{
	margin-top:10px;
	width:600px;
	height:265px;
	background:url(zyhxjslistbg.png) top center no-repeat;
	background-size:100% 100%;
}
.listitem ul{
	padding:10px 60px;
}

.listitem li{
    font-size: 20px;
	height:62px;
	line-height:62px;
    position: relative;
	border-bottom: 2px dashed #bbbbbb;
}
.listitem li:last-child{
	border-bottom:none;
}
.listitem li i{
	height: 6px;
    width: 6px;
    background: #ae211e;
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 30px;
    left: 5px;
}
.listitem li a{
	width: 455px;
    padding-left: 20px;
}
.listitem li a:hover{
	color:#ae211e;
}
.listitem li span{
	color:#999;
}















