




/* header */

.cz-content .left{transition:all .9s ease;}
.cz-content {width: 96%;margin: auto;position: relative;}
.cz-header .cz-content {z-index: 999;padding:0 2%;overflow: hidden;}
.cz-header .cz-content::after {content: '';width: 100%;height: 50px; background: #fff;position: fixed;left: 0;top: -100px;transition:all .4s ease;}
.cz-header .cz-content nav {display:block;float: right;padding-right: 80px;}
.cz-header.cur,.cz-header.cur .cz-content {background: #fff;}


.cz-index-news {padding: 80px 0 70px 0;overflow: hidden;}
.cz-index-news .cz-content{width: 84%;}
.cz-index-news-top {position: relative;}
.cz-index-news-nav {position: absolute;right: 30px;bottom:3%;font-size: 0;}

.cz-index-news-nav::after {content: '';position: absolute;bottom: 0;left: 0;width: 100%;height: 2px;background: #e6e8ed;}
.cz-index-news-nav a{display: inline-block;vertical-align: middle;font-size:0.18rem;color: #333;position: relative;padding:0 5px 20px 5px;margin-left: 50px;}
.cz-index-news-nav a::after {content: '';position: absolute;bottom: 0;left: 0;width: 100%;height: 2px;z-index: 10;}
.cz-index-news-nav a.cur{color:#73BF03; font-family: "hb"; font-weight:bold;}
.cz-index-news-nav a.cur::after {background: #73bf03;}
.cz-index-news-nav a:first-child {margin-left:0px;}
.cz-index-news-bottom {position: relative;overflow: hidden;padding-top: 50px;margin-left:0;}
.cz-index-news-item {float: left;width: 32%;margin-right: 2%; display: flex ; flex-wrap: wrap; background: #f2f4f7 }
.cz-index-news-item:last-child {margin-right: 0;}
.cz-index-news-item a{display: block;overflow: hidden;background: #f2f4f7;}
.cz-index-news-item .newspic {}
.cz-index-news-item .newspic img{width:100% !important; height:3.1rem}
.cz-index-news-item .text {padding:7%;overflow: hidden;}
.cz-index-news-item .text .date-1{font-size: 14px;color: #666e80;}
.cz-index-news-item .text .title-2{font-size: 0.18rem;line-height: 0.3rem; color: #26334c; padding: 0.1rem 0;    white-space: nowrap; overflow: hidden; text-overflow: ellipsis;} 
.cz-index-news-item .text .desc{ font-size:0.16rem; color:#666; line-height:0.26rem}
.cz-index-news-item .text .view-3{font-size: 0.18rem; padding-top:0.3rem; color: #666e80;}
.cz-index-news-item .text .view-3 i {display:inline-block;vertical-align:middle;width:15px;height:5px;background:url('../images/jt-r3.png') no-repeat;margin-left: 10px;}
.cz-index-news-item a:hover {background: #73bf03;}
.cz-index-news-item a:hover .date-1,.cz-index-news-item a:hover .title-2,.cz-index-news-item a:hover .view-3,.cz-index-news-item a:hover .desc{color: #fff;}
.cz-index-news-more {text-align: center;margin:30px 0px;}
.cz-index-news-more a {width: 100%;display:block;border: 1px solid #e6e8ed;color: #666e80;font-size:0.18rem;padding:0.25rem 0;overflow: hidden;}
.cz-index-news-more a i{display: inline-block;vertical-align: middle;background: url('../images/imore.png') no-repeat;width: 10px;height: 10px;margin-left:10px; }
.cz-index-news-more a:hover {border: 1px solid #73bf03;color: #73bf03;}
.cz-index-news-item a:hover .view-3 i {background:url('../images/jt-r4.png') no-repeat;}
.cz-index-news-item a:hover i {background: url('../images/imore1.png') no-repeat;}



@media screen and (max-width: 800px) {
	
.cz-index-news {padding: 40px 0 40px 0;}
.cz-index-news .cz-content{width: 96%;}
.cz-index-news-top {position: relative;}


.cz-index-news-nav {position: relative;right: auto;bottom: auto;margin: 30px 0;}
.cz-index-news-nav::after {content: '';position: absolute;bottom: 0;left: 0;width: 100%;height: 2px;background: #e6e8ed;}
.cz-index-news-nav a{display: inline-block;vertical-align: middle;font-size:16px;color: #333;position: relative;padding:0 5px 20px 5px;margin-left: 20px;}
.cz-index-news-nav a::after {content: '';position: absolute;bottom: 0;left: 0;width: 100%;height: 2px;z-index: 10;}
.cz-index-news-nav a.cur{color:#73BF03; font-family: "hb"; font-weight:bold;}
.cz-index-news-nav a.cur::after {background: #73bf03;}
.cz-index-news-nav a:first-child {margin-left:0px;}

	.cz-index-news-bottom {padding-top:0px;margin-left:0px;}
	.cz-index-news-more {margin: 30px 0px;}
	.cz-index-news-item {float: none;width:100%;margin-right: 0;margin-bottom: 20px;}
	.cz-news-list {padding: 50px 0 40px 0;}
.cz-index-news-item:last-child {margin-right: 0;}
.cz-index-news-item a{display: block;overflow: hidden;background: #f2f4f7;}
.cz-index-news-item .newspic {}
.cz-index-news-item .newspic img{width:100% !important; height:4.4rem}
.cz-index-news-item .text {padding:7%;overflow: hidden;}
.cz-index-news-item .text .date-1{font-size: 14px;color: #666e80;}
.cz-index-news-item .text .title-2{font-size: 18px;line-height: 30px; color: #26334c; overflow: hidden;padding: 10px 0;} 
.cz-index-news-item .text .desc{ font-size:14px; color:#666; line-height:22px}
.cz-index-news-item .text .view-3{font-size: 16px; padding-top:10px; color: #666e80;}
.cz-index-news-item .text .view-3 i {display:inline-block;vertical-align:middle;width:15px;height:5px;background:url('../images/jt-r3.png') no-repeat;margin-left: 10px;}
.cz-index-news-item a:hover {background: #73bf03;}
.cz-index-news-item a:hover .date-1,.cz-index-news-item a:hover .title-2,.cz-index-news-item a:hover .view-3,.cz-index-news-item a:hover .desc{color: #fff;}
.cz-index-news-more {text-align: center;margin:30px 0px;}
.cz-index-news-more a {width: 100%;display:block;border: 1px solid #e6e8ed;color: #666e80;font-size:0.18rem;padding:0.25rem 0;overflow: hidden;}
.cz-index-news-more a i{display: inline-block;vertical-align: middle;background: url('../images/imore.png') no-repeat;width: 10px;height: 10px;margin-left:10px; }
.cz-index-news-more a:hover {border: 1px solid #73bf03;color: #73bf03;}
.cz-index-news-item a:hover .view-3 i {background:url('../images/jt-r4.png') no-repeat;}
.cz-index-news-item a:hover i {background: url('../images/imore1.png') no-repeat;}



	.cz-news-list .cz-index-news-item {width: 100%;}
	.cz-index-news-more {text-align: center;margin:30px 0px;}
.cz-index-news-more a {width: 100%;display:block;border: 1px solid #e6e8ed;color: #666e80;font-size:16px;padding:10px 0;overflow: hidden;}
.cz-index-news-more a i{display: inline-block;vertical-align: middle;background: url('../images/imore.png') no-repeat;width: 10px;height: 10px;margin-left:10px; }
.cz-index-news-more a:hover {border: 1px solid #73bf03;color: #73bf03;}

}














