.videolist-page .sec1{
	background-image: url(../images/videolist_sec1_poster_web.jpg);
	background-position: center bottom;
	font-size: 0;
	position: relative;
}
.videolist-page .sec1 video{
	display: none;
}
.videolist-page .sec1 canvas{
	width: 100%;
	height: 100%;
}
.videolist-page .sec1 .icon{
	position: absolute;
	bottom: 8.33%;
	left: 0;
	right: 0;
	margin: auto;
	animation: 1s linear infinite updown;
	-webkit-animation: 1s linear infinite updown;
}
@keyframes updown {
	0%{
		transform: translateY(0);
		opacity: 0;
	}
	100%{
		transform: translateY(50%);
		opacity: 1;
	}
}
@-webkit-keyframes updown {
	0%{
		-webkit-transform: translateY(0);
		opacity: 0;
	}
	100%{
		-webkit-transform: translateY(50%);
		opacity: 1;
	}
}
.videolist-page .sec2{
	padding: 2.6% 0 5.2%;
}
.videolist-page .sec2 .tab-controls{
	border-bottom: 1px solid #ebebeb;
	font-size: 0;
	text-align: center;
	margin-bottom: 2.14%;
}
.videolist-page .sec2 .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.png);
	width: 20%;
}
.videolist-page .sec2 .tab-controls li:last-child{
	background-image: none;
}
.videolist-page .sec2 .tab-controls li a{
	font-size: 18px;
	color: #999;
	display: inline-block;
	vertical-align: top;
	padding-bottom: 16px;
	border-bottom: 3px solid transparent;
}
.videolist-page .sec2 .tab-controls li.active a{
	color: #106dcc;
	border-color: #106dcc;
}
.videolist-page .sec2 .tab-content .content{
	display: none;
}
.videolist-page .sec2 .tab-content .content.active{
	display: block;
}
.videolist-page .sec2 .tab-content ul{
	margin-bottom: 5%;
	text-align: left;
	font-size: 0;
}
.videolist-page .sec2 .tab-content ul li{
	width: 24.295%;
	margin-right: 0.94%;
	margin-bottom: 2.14%;
	display: inline-block;
	vertical-align: top;
}
.videolist-page .sec2 .tab-content ul li:nth-child(4n){
	margin-right: 0;
}
.videolist-page .sec2 .tab-content ul li .img-box{
	overflow: hidden;
	border-radius: 5px;
	position: relative;
}
.videolist-page .sec2 .tab-content ul li .img-box .img{
	width: 100%;
}
.videolist-page .sec2 .tab-content ul li .img-box .time{
	position: absolute;
	left: 5.88%;
	bottom: 5.88%;
	z-index: 2;
	font-size: 12px;
	color: #fff;
	background-color: rgba(0,0,0,0.8);
	border-radius: 3px;
	overflow: hidden;
	height: 22px;
	line-height: 22px;
	padding: 0 6px;
}
.videolist-page .sec2 .tab-content ul li .img-box .cover{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: rgba(0,0,0,0.5);
	overflow: hidden;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.videolist-page .sec2 .tab-content ul li:hover .img-box .cover{
	background-color: rgba(0,0,0,0);
}
.videolist-page .sec2 .tab-content ul li .img-box .cover .icon1{
	width: 100%;
	opacity: 0;
	transform: scale(0,0) rotate(0deg);
	-webkit-transform: scale(0,0) rotate(0deg);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.videolist-page .sec2 .tab-content ul li:hover .img-box .cover .icon1{
	opacity: 1;
	transform: scale(1,1) rotate(360deg);
	-webkit-transform: scale(1,1) rotate(360deg);
}
.videolist-page .sec2 .tab-content ul li .img-box .cover .icon2{
	position: absolute;
	right: 5.88%;
	bottom: 5.88%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.videolist-page .sec2 .tab-content ul li:hover .img-box .cover .icon2{
	opacity: 0;
}
.videolist-page .sec2 .tab-content ul li .text-box{
	padding-top: 4.4%;
	position: relative;
}
.videolist-page .sec2 .tab-content ul li .text-box p{
	font-size: 16px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 50%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.videolist-page .sec2 .tab-content ul li:hover .text-box p{
	color: #106dcc;
}
.videolist-page .sec2 .tab-content ul li .text-box .date{
	font-size: 14px;
	color: #bbb;
	font-family: Arial;
	position: absolute;
	right: 0;
	bottom: 0;
}
.videolist-page .pop-cover{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	background-color: rgba(0,0,0,0.5);
	overflow: hidden;
	display: none;
}
.videolist-page .pop-cover.active{
	display: block;
}
.videolist-page .pop-cover .pop-box{
	width: 62.5%;
	background-color: #fff;
	position: absolute;
	left: 0;
	top: 50%;
	right: 0;
	margin: auto;
	border-radius: 5px;
	font-size: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.videolist-page .pop-cover .pop-box .close{
	position: absolute;
	left: 100%;
	top: 0;
	width: 24px;
	height: 24px;
	background-repeat: no-repeat;
	background-image: url(../images/caselist_pop_close_mobile.png);
	background-size: 100% 100%;
	margin-left: 20px;
}
.videolist-page .pop-cover .pop-box video{
	width: 100%;
	vertical-align: top;
}




.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;
	background-image: url(../images/prolist_nav_line.png);
	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: #106dcc;
	border-color: #106dcc;
}
.newslist-page .sec2{
	padding: 2.6% 0 5.2%;
}
.newslist-page .sec2 .tab-content .content{
	display: none;
}
.newslist-page .sec2 .tab-content .content.active{
	display: block;
}
.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%;
}
.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;
}
.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;
}
.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: -11px;
}
.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: #277bd1;
}
.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: #277bd1;
}
.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: #277bd1;
}
.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.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: #106dcc;
	border-color: #106dcc;
}
.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: #277bd1;
	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: #277bd1;
	border-radius: 18px;
	border: 1px solid #277bd1;
}
.newsdetail-page .sec2 .bottom .back:hover{
	background-color: #277bd1;
	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.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){
	.videolist-page .sec1{
		background-image: url(../images/videolist_sec1_poster_mobile.jpg);
	}
	.videolist-page .sec1 .icon{
		width: 0.625rem;
		bottom: 1.5625rem;
	}
	.videolist-page .sec2{
		padding: 1.5625rem 0 2.1875rem;
	}
	.videolist-page .sec2 .tab-controls{
		margin-bottom: 0.9375rem;
	}
	.videolist-page .sec2 .tab-controls li{
		background-size: 1px 0.25rem;
		background-position: right 0.15625rem;
	}
	.videolist-page .sec2 .tab-controls li a{
		font-size: 0.5625rem;
		padding-bottom: 0.5rem;
		border-bottom: 0.09375rem solid transparent;
	}
	.videolist-page .sec2 .tab-content ul{
		margin-bottom: 0;
	}
	.videolist-page .sec2 .tab-content ul li{
		width: 49.28%;
		margin-right: 1.44%;
		margin-bottom: 0.9375rem;
	}
	.videolist-page .sec2 .tab-content ul li:nth-child(2n){
		margin-right: 0;
	}
	.videolist-page .sec2 .tab-content ul li .img-box{
		border-radius: 0.15625rem;
	}
	.videolist-page .sec2 .tab-content ul li .img-box .time{
		font-size: 0.5rem;
		border-radius: 0.09375rem;
		height: 0.875rem;
		line-height: 0.875rem;
		padding: 0 0.1875rem;
	}
	.videolist-page .sec2 .tab-content ul li .img-box .cover .icon2{
		height: 0.875rem;
	}
	.videolist-page .sec2 .tab-content ul li .text-box{
		padding-top: 0.5rem;
	}
	.videolist-page .sec2 .tab-content ul li .text-box p{
		font-size: 0.5625rem;
	}
	.videolist-page .sec2 .tab-content ul li .text-box .date{
		font-size: 0.5rem;
	}
	.videolist-page .pop-cover .pop-box{
		width: 92%;
	}
	.videolist-page .pop-cover .pop-box .close{
		left: 50%;
		top: 100%;
		width: 1.5625rem;
		height: 1.5625rem;
		margin-left: -0.78125rem;
		margin-top: 1.5625rem;
	}



	.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: 0.875rem 0.3125rem;
	}
	.newslist-page .sec2 .swiper-slide .right .top{
		padding-bottom: 0.9375rem;
		margin-bottom: 0.4375rem;
		margin-top: 0;
		padding-left: 0.5625rem;
		padding-right: 0.5625rem;
	}
	.newslist-page .sec2 .swiper-slide .right .top h3{
		font-size: 0.6875rem;
		margin-bottom: 0.5625rem;
	}
	.newslist-page .sec2 .swiper-slide .right .top h3 span{
		font-size: 1rem;
	}
	.newslist-page .sec2 .swiper-slide .right .top h5{
		font-size: 0.4375rem;
	}
	.newslist-page .sec2 .swiper-slide .right p{
		font-size: 0.5625rem;
		line-height: 0.9375rem;
		padding: 0 0.5625rem;
		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: 1.125rem;
		margin-bottom: 0.3125rem;
	}
	.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: 0.6875rem;
		margin-bottom: 0.375rem;
	}
	.newslist-page .sec2 ul li .text-box .right p{
		font-size: 0.5625rem;
	}



	.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 #277bd1;
	}
	.newsdetail-page .sec2 .bottom .prev-next-box a{
		width: 1.5625rem;
		height: 1.5625rem;
		border: 0.03125rem solid #999;
		margin-left: 1rem;
	}
}