@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;
}
.headbg{
	width: 100%;
    margin: 0 auto;
    display: block;
}
.bgtit{
	width: 1270px;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -635px;
    top: 60px;
}

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

.ztlist{
    width: 48%;
}

.zttitle{
	background:url('hnnyicon.png') left center no-repeat;
	background-size: 40px 40px;
	height: 60px;
    line-height: 60px;
    padding-left: 60px;
	font-size: 20px;
    font-weight: bold;
    color: #184BAF;
	position:relative;
	width:1270px;
	overflow:hidden;
}
.zttitle span{
	display: inline-block;
    height: 1px;
    width: 90%;
    background: #184BAF;
    position: absolute;
    top: 50px;
    margin-left: 25px;
}
.zttitle a{
	font-size: 16px;
    color: #184BAF;
	float:right;
	
}

.ztlist li{
	font-size:18px;
	height:40px;
	line-height:40px;
    position: relative;
}
.ztlist li i{
	height: 6px;
    width: 6px;
    background: #184BAF;
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 17px;
    left: -15px;
	display:none;
}
.ztlist li a{
	width: 450px;
}
.ztlist li a:hover{
	color:#184BAF;
}
.ztlist li span{
	color:#999;
}
.fulllist{
	width:100%;
}




