.left{
    float: none !important;
}
.right{
    float: none !important;
}

.newslist-page .banner img{
	width: 100%;
}
.newslist-page .sec1{
	padding: 5.2% 0 0;
}
.newslist-page .sec1 .tab-controls{
	border-bottom: 1px solid #ebebeb;
	font-size: 0;
	text-align: center;
}
.newslist-page .sec1 .tab-controls li{
	display: inline-block;
	vertical-align: top;
	background-repeat: no-repeat;
	background-size: 1px 7px;
	background-position: right 5px;
	padding: 0 5.57%;
}
.newslist-page .sec1 .tab-controls li:last-child{
	background-image: none;
}
.newslist-page .sec1 .tab-controls li a{
	font-size: 18px;
	color: #999;
	display: inline-block;
	vertical-align: top;
	padding-bottom: 16px;
	border-bottom: 3px solid transparent;
}
.newslist-page .sec1 .tab-controls li.active a{
	color: #0a408a;
	border-color: #0a408a;
}
.newslist-page .sec2{
	padding: 2.6% 0 5.2%;
}
.newslist-page .sec2 .tab-content .content.active{
	display: block;
    width: 100%;
}
.newslist-page .sec2 .slide-box{
	position: relative;
	margin-bottom: 7.14%;
}
.newslist-page .sec2 .slide-box .swiper-prev,.newslist-page .sec2 .slide-box .swiper-next{
	width: 26px;
	height: 50px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	cursor: pointer;
}
.newslist-page .sec2 .slide-box .swiper-prev{
	background-image: url(../images/newslist_sec1_prev.png);
	right: 100%;
	margin-right: 2.14%;
}
.newslist-page .sec2 .slide-box .swiper-next{
	background-image: url(../images/newslist_sec1_next.png);
	left: 100%;
	margin-left: 2.14%;
}
.newslist-page .sec2 .slide-box .swiper-prev:hover{
	background-image: url(../images/newslist_sec1_prev_hover.png);
}
.newslist-page .sec2 .slide-box .swiper-next:hover{
	background-image: url(../images/newslist_sec1_next_hover.png);
}
.newslist-page .sec2 .swiper-slide{
	display: table;
}
.newslist-page .sec2 .swiper-slide .left{
	display: table-cell;
	vertical-align: top;
	width: 50%;
    float: none;
}
.newslist-page .sec2 .swiper-slide .left img{
	width: 100%;
}
.newslist-page .sec2 .swiper-slide .right{
	display: table-cell;
	vertical-align: top;
	width: 50%;
	background-color: #eee;
	padding: 0 3.57%;
	position: relative;
    float: none;
}
.newslist-page .sec2 .swiper-slide .right .top{
	border-bottom: 1px solid #bababa;
	padding-bottom: 3.33%;
	margin-bottom: 3.33%;
	margin-top: 8.33%;
}
.newslist-page .sec2 .swiper-slide .right .top h3{
	font-size: 25px;
	color: #333;
	font-weight: bold;
	margin-bottom: 3%;
	position: relative;
	line-height: 1.8;
}
.newslist-page .sec2 .swiper-slide .right .top h3 span{
	font-size: 32px;
	color: #000;
	font-weight: normal;
	font-family: 'HelveticaRoman';
	position: absolute;
	right: 0;
	bottom: -6px;
}
.newslist-page .sec2 .swiper-slide .right .top h5{
	font-size: 14px;
	color: #333;
	font-weight: normal;
	position: relative;
}
.newslist-page .sec2 .swiper-slide .right .top h5 span{
	color: #999;
	font-weight: normal;
	font-family: 'HelveticaRoman';
	position: absolute;
	right: 0;
	bottom: 0;
}
.newslist-page .sec2 .swiper-slide .right p{
	font-size: 16px;
	color: #666;
	line-height: 26px;
	max-height: 8.125em;
}
.newslist-page .sec2 .swiper-slide .right img{
	position: absolute;
	right: 8.33%;
	bottom: 8.33%;
}
.newslist-page .sec2 ul{
	font-size: 0;
	text-align: left;
}
.newslist-page .sec2 ul li{
	width: 49.3%;
	margin-right: 1.4%;
	margin-bottom: 3.57%;
	display: inline-block;
	vertical-align: top;
	border-bottom: 1px solid #e8e9ea;
}
.newslist-page .sec2 ul li:hover{
	border-color: #0a408a;
}
.newslist-page .sec2 ul li:nth-child(2n){
	margin-right: 0;
}
.newslist-page .sec2 ul li a{
	display: block;
}
.newslist-page .sec2 ul li img{
	width: 100%;
}
.newslist-page .sec2 ul li .text-box{
	padding: 4.35% 0 7.25%;
	width: 100%;
	border-bottom: 1px solid transparent;
	font-size: 0;
}
.newslist-page .sec2 ul li:hover .text-box{
	border-color: #0a408a;
}
.newslist-page .sec2 ul li .text-box .left{
	display: inline-block;
	vertical-align: middle;
	text-align: right;
	border-right: 1px solid #d3d4d6;
	width: 22.6%;
	padding-right: 7.25%;
}
.newslist-page .sec2 ul li .text-box .left h5,.newslist-page .sec2 ul li .text-box .left p{
	color: #333;
	font-weight: normal;
	font-family: "HelveticaRoman";
}
.newslist-page .sec2 ul li .text-box .left h5{
	font-size: 36px;
	margin-bottom: 10px;
}
.newslist-page .sec2 ul li .text-box .left p{
	font-size: 24px;
}
.newslist-page .sec2 ul li .text-box .right{
	display: inline-block;
	vertical-align: middle;
	padding-left: 7.25%;
	width: 77.4%;
}
.newslist-page .sec2 ul li .text-box .right h5,.newslist-page .sec2 ul li .text-box .right p{
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.newslist-page .sec2 ul li .text-box .right h5{
	font-size: 20px;
	color: #333;
	font-weight: normal;
	margin-bottom: 12px;
}
.newslist-page .sec2 ul li:hover .text-box .right h5{
	color: #0a408a;
}
.newslist-page .sec2 ul li .text-box .right p{
	font-size: 16px;
	color: #bbb;
}




.newsdetail-page .banner img{
	width: 100%;
}
.newsdetail-page .sec1{
	padding: 5.2% 0 2.6%;
}
.newsdetail-page .sec1 .tab-controls{
	border-bottom: 1px solid #ebebeb;
	font-size: 0;
	text-align: center;
}
.newsdetail-page .sec1 .tab-controls li{
	display: inline-block;
	vertical-align: top;
	background-repeat: no-repeat;
	background-size: 1px 7px;
	background-position: right 5px;
	background-image: url(../images/prolist_nav_line_1.png);
	padding: 0 5.57%;
}
.newsdetail-page .sec1 .tab-controls li:last-child{
	background-image: none;
}
.newsdetail-page .sec1 .tab-controls li a{
	font-size: 18px;
	color: #999;
	display: inline-block;
	vertical-align: top;
	padding-bottom: 16px;
	border-bottom: 3px solid transparent;
}
.newsdetail-page .sec1 .tab-controls li.active a{
	color: #0a408a;
	border-color: #0a408a;
}
.newsdetail-page .sec2{
	padding-bottom: 5.2%;
}
.newsdetail-page .sec2 .inner{
	background-color: #f7f8f7;
	padding: 0 7.14%;
}
.newsdetail-page .sec2 .top{
	text-align: center;
	position: relative;
	margin: 0 4.167%;
	border-bottom: 1px solid #dedfde;
	padding: 4.55% 0 2.73%;
	font-size: 0;
}
.newsdetail-page .sec2 .top .title{
	font-size: 25px;
	color: #666;
	margin-bottom: 2.73%;
}
.newsdetail-page .sec2 .top .time{
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	color: #666;
	font-family: Arial;
	margin-right: 25px;
}
.newsdetail-page .sec2 .top .time img{
	vertical-align: middle;	
	margin-right: 5px;
}
.newsdetail-page .sec2 .top .link-box{
	display: inline-block;
	vertical-align: middle;
}
.newsdetail-page .sec2 .top .link-box img{
	margin-left: 5px;
	vertical-align: middle;	
}
.newsdetail-page .sec2 .top .tag{
	background-color: #0a408a;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	position: absolute;
	top: 0;
	left: -62px;
	padding: 8px 14px 12px;
}
.newsdetail-page .sec2 .top .tag h5{
	font-size: 22px;
	color: #fff;
	font-weight: normal;
	line-height: 24px;
	margin-bottom: 10px;
}
.newsdetail-page .sec2 .top .tag p{
	font-size: 6px;
	color: #fff;
}
.newsdetail-page .sec2 .middle{
	padding: 2.5% 0;
}
.newsdetail-page .sec2 .middle img{
	width: 100%;
}
.newsdetail-page .sec2 .middle h5{
	font-size: 24px;
	color: #666;
	font-weight: normal;
	margin-bottom: 30px;
}
.newsdetail-page .sec2 .middle p{
	font-size: 14px;
	color: #666;
	line-height: 24px;
	/*font-weight: lighter;*/
	margin-bottom: 24px;
}
.newsdetail-page .sec2 .bottom{
	padding: 9.1% 0;
	border-top: 1px solid #dedfde;
}
.newsdetail-page .sec2 .bottom .back{
	display: block;
	float: left;
	width: 114px;
	height: 36px;
	line-height: 34px;
	text-align: center;
	font-size: 14px;
	color: #0a408a;
	border-radius: 18px;
	border: 1px solid #0a408a;
}
.newsdetail-page .sec2 .bottom .back:hover{
	background-color: #0a408a;
	color: #fff;
}
.newsdetail-page .sec2 .bottom .prev-next-box{
	float: right;
	font-size: 0;
}
.newsdetail-page .sec2 .bottom .prev-next-box a{
	display: inline-block;
	vertical-align: top;
	width: 36px;
	height: 36px;
	border: 1px solid #999;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 35.3%;
	margin-left: 25px;
}
.newsdetail-page .sec2 .bottom .prev-next-box a:hover{
	border-color: #005bac;
}
.newsdetail-page .sec2 .bottom .prev-next-box a.prev{
	background-image: url(../images/newsdetail_bottom_prev.png);
}
.newsdetail-page .sec2 .bottom .prev-next-box a.next{
	background-image: url(../images/newsdetail_bottom_next.png);
}
.newsdetail-page .sec2 .bottom .prev-next-box a.prev:hover{
	background-image: url(../images/newsdetail_bottom_prev_hover.png);
}
.newsdetail-page .sec2 .bottom .prev-next-box a.next:hover{
	background-image: url(../images/newsdetail_bottom_next_hover_1.png);
}
@media only screen and (max-width:1366px){
	.newslist-page .sec2 .slide-box .swiper-prev,.newslist-page .sec2 .slide-box .swiper-next{
		display: none;
	}
}
@media only screen and (max-width:1200px){
	.newslist-page .sec2 .swiper-slide .right p{
		font-size: 14px;
		line-height: 24px;
	}
}
@media only screen and (max-width:1100px){
	
}
@media only screen and (max-width:1024px){
    .nybanner .mobile {
        display: block!important;
    }
    .nybanner .web {
        display: none!important;
    }
	.newslist-page .sec1{
		padding: 1.5625rem 0 0;
	}
	.newslist-page .sec1 .tab-controls li{
		background-size: 1px 0.25rem;
		background-position: right 0.15625rem;
		padding: 0 11.3%;
	}
	.newslist-page .sec1 .tab-controls li a{
		font-size: 0.5625rem;
		padding-bottom: 0.5rem;
		border-bottom: 0.09375rem solid transparent;
	}
	.newslist-page .sec2{
		padding: 0.78125rem 0 1.5625rem;
	}
	.newslist-page .sec2 .slide-box{
		margin-bottom: 1.5625rem;
	}
	.newslist-page .sec2 .swiper-slide{
		display: block;
	}
	.newslist-page .sec2 .swiper-slide .left{
		display: block;
		width: 100%;
	}
	.newslist-page .sec2 .swiper-slide .right{
		display: block;
		width: 100%;
		padding: 18px 6px;
	}
	.newslist-page .sec2 .swiper-slide .right .top{
		padding-bottom: 14px;
		margin-bottom: 14px;;
		margin-top: 0;
		padding-left: 14px;;
		padding-right: 14px;;
	}
	.newslist-page .sec2 .swiper-slide .right .top h3{
		font-size: 14px;
    	margin-bottom: 10px;
	}
	.newslist-page .sec2 .swiper-slide .right .top h3 span{
		font-size: 14px;
	}
	.newslist-page .sec2 .swiper-slide .right .top h5{
		font-size:12px;
	}
	.newslist-page .sec2 .swiper-slide .right p{
		font-size: 14px;
		line-height: 1.2;
		padding: 0 14px;
		max-height: auto;
	}
	.newslist-page .sec2 .swiper-slide .right img{
		height: 1.125rem;
		position: static;
		float: right;
		margin-top: 1.8125rem;
		margin-right: 0.875rem;
	}
	.newslist-page .sec2 ul li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 1.5625rem;
		border-bottom: 0 none;
	}
	.newslist-page .sec2 ul li .text-box{
		padding: 0.875rem 0 0;
		border-bottom: none;
	}
	.newslist-page .sec2 ul li .text-box .left{
		width: 20%;
	}
	.newslist-page .sec2 ul li .text-box .left h5{
		font-size: 12px;
		margin-bottom: 6px;
	}
	.newslist-page .sec2 ul li .text-box .left p{
		font-size: 0.75rem;
	}
	.newslist-page .sec2 ul li .text-box .right{
		width: 80%;
	}
	.newslist-page .sec2 ul li .text-box .right h5{
		font-size: 14px;
		margin-bottom: 8px;
	}
	.newslist-page .sec2 ul li .text-box .right p{
		font-size: 12px;
	}



	.newsdetail-page .sec1{
		padding: 1.5625rem 0 0.78125rem;
	}
	.newsdetail-page .sec1 .tab-controls{
		margin-bottom: 1.5625rem;
	}
	.newsdetail-page .sec1 .tab-controls li{
		background-size: 1px 0.25rem;
		background-position: right 0.15625rem;
		padding: 0 11.3%;
	}
	.newsdetail-page .sec1 .tab-controls li a{
		font-size: 0.5625rem;
		padding-bottom: 0.5rem;
		border-bottom: 0.09375rem solid transparent;
	}
	.newsdetail-page .sec2{
		padding-bottom: 1.5625rem;
	}
	.newsdetail-page .sec2 .inner{
		padding: 0 0.625rem;
	}
	.newsdetail-page .sec2 .top{
		margin: 0;
		padding: 1.25rem 0 0.875rem;
	}
	.newsdetail-page .sec2 .top .title{
		font-size: 0.9375rem;
		margin-bottom: 0.625rem;
	}
	.newsdetail-page .sec2 .top .time{
		display: block;
		font-size: 0.5625rem;
		margin-right: 0;
		margin-bottom: 0.875rem;
	}
	.newsdetail-page .sec2 .top .time img{
		margin-right: 0.4375rem;
		width: 0.625rem;
		vertical-align: sub;
	}
	.newsdetail-page .sec2 .top .link-box{
		display: block;
	}
	.newsdetail-page .sec2 .top .link-box img{
		margin: 0 0.3125rem;
		width: 1.25rem;
	}
	.newsdetail-page .sec2 .top .tag{
		padding: 0.375rem 0.5625rem;
	}
	.newsdetail-page .sec2 .top .tag h5{
		font-size: 0.6875rem;
		line-height: 0.75rem;
		margin-bottom: 0;
	}
	.newsdetail-page .sec2 .top .tag p{
		display: none;
	}
	.newsdetail-page .sec2 .middle{
		padding: 0.625rem 0;
	}
	.newsdetail-page .sec2 .middle h5{
		font-size: 0.75rem;
		margin-bottom: 1.25rem;
	}
	.newsdetail-page .sec2 .middle p{
		font-size: 0.5625rem;
		line-height: 1rem;
		margin-bottom: 1rem;
	}
	.newsdetail-page .sec2 .bottom{
		padding: 1.5625rem 0;
	}
	.newsdetail-page .sec2 .bottom .back{
		width: 5rem;
		height: 1.5625rem;
		line-height: 1.5rem;
		font-size: 0.6875rem;
		border-radius: 0.78125rem;
		border: 0.03125rem solid #0a408a;
	}
	.newsdetail-page .sec2 .bottom .prev-next-box a{
		width: 1.5625rem;
		height: 1.5625rem;
		border: 0.03125rem solid #999;
		margin-left: 1rem;
	}
}