/*新闻中心*/
.top_news {
	text-align: center;
	margin-bottom: 40px;
}
.top_news a {
    font-size: 30px;
    color: #0959a9;
    font-weight: bold;
}
.top_news span {
    font-size: 18px;
    color: #0959a9;
    padding-top: 10px;
    display: inline-block;
}
.two_col {
	width: 1200px;
}
.two_col_l {
	width: 580px;
	float: left;
	margin-right: 40px;
}
.two_col_r {
	width: 580px;
	float: left;
}
.two_col_r .news_list_type,
.two_col_l .news_list_type {
        display: none;
}
.roll_pic {
	width: 580px;
	height: 380px;
}
#main_swiper img {
	display: block;
	width: 580px;
	height: 380px;
}
#main_swiper .swiper-slide {
	position: relative;
}
#main_swiper .swiper-slide span {
	display: block;
	background: url(/uiFramework/commonResource/image/2023011419332942814.png) repeat;
	height: 50px;
	bottom: 0;
	left: 0;
	position: absolute;
	padding-left: 20px;
	width: 560px;
	line-height: 50px;
}
#main_swiper .swiper-slide span a {
	color: #fff;
	font-size: 18px;
}
#main_swiper .swiper-slide span em {
	display: inline-block;
	background: #fff;
	width: 10px;
	height: 10px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	margin-right: 5px;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
	height: 50px;
	bottom: 0;
	text-align: right;
	padding-right: 20px;
	width: 100px;
	right: 0;
	left: auto;
}
.swiper-pagination-bullet {
    background: #fff;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 20px 5px 0 5px;
}
.tab_head {
	margin-bottom: 10px;
	position: relative;
}
.tab_head li {
	float: left;
	font-size: 20px;
	color: #2b3f59;
	margin-right: 10px;
	border-bottom: 3px solid #fff;
	height: 30px;
	line-height: 30px;
	padding-bottom: 5px;
	cursor: pointer;
}
.tab_head li:hover,
.tab_head li.cur {
	color: #0959a9;
	border-bottom: 3px solid #0959a9;
}
.tab_head li a {
	position: absolute;
	right: 0;
	font-size: 14px;
	color: #0959a9;
	display: none;
}
.tab_head li:hover a,
.tab_head li.cur a {
	display: block;
}

.zt_banner_list {
	width: 1200px;
	overflow: hidden;
}
.zt_banner_list ul {
	width: 1230px;
	overflow: hidden;
}
.zt_banner_list ul li {
	width: 380px;
	float: left;
	margin-right: 30px;
}
.zt_banner_list ul li img {
	width: 380px;
	height:140px;
}
/*图片轮播*/
.list-loop {position:relative;height:380px;}
.list-loop .swiper-container{height:100%;}
.list-loop .swiper-slide{position:relative;height:100%;}
.list-loop .swiper-slide img{display:block;width:100%;height:100%;object-fit:cover;}
.list-loop .swiper-slide span{display:block;position:absolute;bottom:0;left:0;line-height:40px;color:#fff;background:rgba(0,0,0,.4);width: 100%;}
.list-loop .swiper-slide span b{float:left;width:12px;height:12px;background-color:#fff;border-radius:12px;margin: 15px 15px 0;}
.list-loop .pagination{position:absolute;right:10px;bottom: -15px;z-index: 1;}
.list-loop .pagination span{display:inline-block;width: 8px;height: 8px;border-radius:50%;background-color:#afafab;margin:0 4px;}
.list-loop .pagination span.swiper-active-switch{background-color:#fff;}

/*新闻中心 end*/
@media screen and (max-width:600px){
/*新闻中心*/
.top_news a {
    font-size: 16px;
}
.top_news span {
    font-size: 14px;
}
.two_col {
	width: auto;
}
.two_col_l {
    width: auto;
    float: none;
    margin-right: 0;
}
.roll_pic {
    width: auto;
    height: auto;
}
#main_swiper img {
    width: 100%;
}
.two_col_r {
	width: auto;
	float: none;
}
.tab_head li {
    font-size: 14px;
    margin-right: 5px;
    border-bottom: 2px solid #fff;
    height: 20px;
    line-height: 20px;
    padding-bottom: 3px;
}

.tab_head {
    margin: 10px;
}
.news_list_type {
    padding: 0 10px;
}

.zt_banner_list {
    width: auto;
}
.zt_banner_list ul {
    width: auto;
}
.zt_banner_list ul li {
    width: 29%;
    margin: 0 2%;
}
.zt_banner_list ul li img {
    width: 100%;
}
/*图片轮播*/
.list-loop {height:260px;}
.list-loop .pagination {  bottom: 15px;}

/*新闻中心 end*/

}