@charset "utf-8";

/* banner */
.zs-banner{
	width: 100%;
	position: relative;
	z-index: 0;
}
.zs-banner-swiper{
	width: 100%;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.zs-banner-swiper .owl-controls{
	position: absolute;
	bottom: 24px;
	width: 100%;
}
.zs-banner-swiper .owl-pagination{
	text-align: center;
}
.zs-banner-swiper .owl-page{
	width: 55px;
	border-radius: 0;
	height: 4px;
	background-color: #ffffff;
	opacity: 0.5;
	margin: 0 5px;
	display: inline-block;
}
.zs-banner-swiper .owl-page.active{
	background-color: #007AFF;
	opacity: 1;
}

/* 新闻资讯 */
.zs-news{
	width: 100%;
	background-color: #f5f5f5;
	padding: 120px 0;
}
.zs-index-news{
	background: #ffffff;
	padding: 70px 80px;
}
.zs-index-news .zs-index-news-left{
	width: calc(100% - 40%);
	float: left;
	padding-bottom: 15px;
}
.zs-index-news-left .zs-index-news-img{
    width: 100%;
	height: 280px;
}
.zs-index-news-left .zs-index-news-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: left;
}
.zs-index-news-left .zs-index-news-text{
	margin-top: 45px;
}
.zs-index-news-text .div-left{
	width: 47%;
	float: left;
}
.zs-index-news-text .div-right{
	width: 47%;
	float: right;
}
.zs-index-news-text .div-left span{
	font-size: 14px;
	color: #666666;
	line-height: 30px;
}
.zs-index-news-text .div-left h3{
	font-size: 16px;
	font-weight: bold;
	color: #00468e;
	display: inline-block;
}
.zs-index-news-text .div-right p{
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	line-height: 30px;
}
.zs-index-news-left .more{
    display: block;
    text-align: right;
    margin-top: 20px;
}
.zs-index-news-left .more a{
	color: #00468E;
	background: url(../img/q-y_16.png) right top no-repeat;
	padding-right: 30px;
	font-size: 14px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ffffff;
}
.zs-index-news-left .more a:hover{
	border-bottom: 1px solid #00468E;
}
.zs-index-news .zs-index-news-right{
	width: 35%;
	float: right;
	background: #f3f7fb;
	box-sizing: border-box;
	padding: 25px 0px;
	overflow: hidden;
}
.zs-index-news-right .zs-index-news-nav-box{
	padding: 0 30px;
}
.zs-index-news-right .zs-index-news-nav {
    border-bottom: 1px solid #a3a5a7;
}
.zs-index-news-right .zs-index-news-nav h3 a{
    padding: 8px 6px;
    font-size: 16px;
    margin-bottom: -1px;
    font-weight: 600;
    color: #666666;
    margin-right: 5px;
    cursor: pointer;
	display: inline-block;
}
.zs-index-news-right .zs-index-news-nav h3 a:hover,.zs-index-news-right .zs-index-news-nav h3 a.active{
	color: #035297;
	border-bottom: 2px solid #00468E;
}
.zs-index-news-right .zs-index-news-nav>a{
	font-size: 14px;
	color: #00468e;
	margin-top: 10px;
}
.zs-index-news-tab{
	
}
.zs-index-news-tab .zs-index-news-items{
	height: 100%;
	padding: 0px 30px 30px;
	margin-top: 20px;
	display: none;
}
.zs-index-news-tab .zs-index-news-items.active{
	display: block;
}
.zs-index-news-tab .zs-index-news-items ul{
	width: 100%;
}
.zs-index-news-tab .zs-index-news-items ul li{
    padding: 11px 5px;
    border-bottom: 1px dashed #A3A5A7;
}
.zs-index-news-tab .zs-index-news-items ul li a{
	display: block;
}
.zs-index-news-tab .zs-index-news-items ul li a h4{
	font-size: 14px;
	color: #333333;
	line-height: 24px;
	margin-bottom: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.zs-index-news-tab .zs-index-news-items ul li a:hover h4{
	color: #00468E;
	font-weight: bold;
	transition: 0.3s;
}
.zs-index-news-tab .zs-index-news-items ul li a p{
	text-align: right;
}
.zs-index-news-tab .zs-index-news-items ul li a span{
	font-size: 14px;
	color: #00468E;
	background: url(../img/time_19.png) left no-repeat;
	padding-left: 25px;
}








/* 自适应 */
/*Mobile自适应*/
@media only screen and (max-width:767px) {
	.zs-banner{margin-top: 70px;}
	.zs-news{padding: 30px 0;}
	.zs-index-news{padding: 20px;}
	.zs-index-news .zs-index-news-left{width: 100%;}
	.zs-index-news-left .zs-index-news-img{height: 160px;}
	.zs-index-news-left .zs-index-news-text{margin-top: 25px;}
	.zs-index-news-text .div-left,.zs-index-news-text .div-right{width: 100%;}
	.zs-index-news-text .div-right p{font-size: 14px;}
	.zs-index-news .zs-index-news-right{width: 100%;padding: 15px 0;}
	.zs-index-news-right .zs-index-news-nav-box{padding: 0 20px;}
	.zs-index-news-right .zs-index-news-nav h3 a{font-size: 14px;}
	.zs-index-news-tab .zs-index-news-items{padding: 0 20px 20px;margin-top: 10px;}
	
}

/*宽屏自适应1*/
@media only screen and (min-width:768px) and (max-width:1023px) {
	.zs-news{padding: 60px 0;}
	.zs-index-news{padding: 20px;}
	.zs-index-news .zs-index-news-left{width: 100%;}
	.zs-index-news .zs-index-news-right{width: 100%;}
}

/*宽屏自适应2*/
@media only screen and (min-width:1024px) and (max-width:1199px) {
	.zs-index-news{padding: 20px;}
}
/*宽屏自适应3*/
@media only screen and (min-width:1200px) and (max-width:1439px) {
	.zs-index-news{padding: 35px 40px;}
}