a:focus, a:hover{
    color: #333333;
    text-decoration: none;
}
body {
     line-height: normal;
    }


.ztab{
	width: 100%;
	background: #fff;
	height: 50px;
	font-size: 16px;
	line-height: 48px;
	border-bottom: 1px solid #d7d7d7;
	display: flex;
	padding-top: 10px;
}
.ztab li{
	text-align: center;
	width: 33.3%;
}
.ztab li.on span{
	display: inline-block;
	border-bottom: 2px solid #1296db;
}

.ztabbox{
	display: none;
	width: 100%;
	margin-bottom: 70px;
}

.jstab,.zjtab,.hztab{
	width: 96%;
    margin:0 auto;
	background: #fff;
	height: 50px;
	font-size: 14px;
	line-height: 49px;
	border-bottom: 1px solid #d7d7d7;
	display: flex;
}
.jstab li,.zjtab li,.hztab li{
	text-align: center;
	width: 20%;
}
.jstab li.on,.zjtab li.on,.hztab li.on{
	color: #1296db;
}

.jstabbox,.zjtabbox,.hztabbox{
	display: none;
}


.list{
    width: 100%;
    height: auto;
    padding: 0 3%;
    box-sizing: border-box;
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #fff;
}

.collect{
    width: 100%;
    display: flex;
    margin-bottom: 20px;
}
.list .hot_left {
    width: 120px;
    height: 60px;
    margin-right: 2%;
    position: relative;
}
 .hot_left img {
    display: block;
    width: 120px;
    height: 60px;
}
.list .hot_right {
    position: relative;
    width: 58%;
}


.zzlist{
    width:94%;
    margin:0 auto;
    padding-top: 20px;
    background: #fff;
}
.zzlist .article{
    float: left;
    width: 32%;
    margin-bottom: 14px;
    position: relative;
    text-align: center;
    margin-right: 1.5%;
}
.zzlist .article:nth-child(3n){
    margin-right: 0;
}
.zzlist .article img{
    display: inline-block;
    width: 46px;
    height:46px;
    text-align: center;
}
.zzlist .article p{
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 36px;
}


ul.tuw {
    width: 94%;
    margin:10px auto 0;
}
ul.tuw li{
    float: left;
    width: 49%;
    margin-bottom: 10px;
}
ul.tuw li a img{
    width: 100%;
    height: 90px;
    margin-bottom: 4px;
}
ul.tuw li a p{
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 38px;
    font-size: 14px;
}

ul.tuw li:nth-child(2n-1){
    margin-right: 2%;
}
.hb li{
    height: 50px;
    width: 100%;
    background: #fff;
}
.hb li a{
    display: block;
    height: 50px;
    width: 96%;
    margin:0 auto;
    line-height: 50px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.hb li a img{
    height: 30px;
    vertical-align:middle;
    margin-right: 4px;
}


