.special-box{
	margin-top: 2.25em;
}
.special-box .list{
	margin: 0 -1.05em;
	overflow: hidden;
}
.special-box .list li{
	float: left;
	padding: 0 1.05em;
	margin-top: 3.5em;
}
.special-box .adjust{
	display: block;
	width: 100%;
	opacity: 0;
}
.special-box .list .imgs{
	overflow: hidden;
}
.special-box .list .img{
	transition: all .5s;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.special-box .list .text{
	padding: 1.5em 0 0.5em;
	border-bottom: 1px solid #ccc;
}
.special-box .list .txt{
	font-size: 1em;
	line-height: 1.4em;
	color: #333;
	height: 1.4em;
	overflow: hidden;
}
@media screen and (min-width: 768px){
	.special-box .list a:hover .img{
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	.special-box .list a:hover .text{
		border-bottom: 1px solid #03356a;
	}
	.special-box .list a:hover .txt{
		color: #03356a;
	}
	.special-box .list li:nth-child(1){
		margin-top: 0;
	}
	.special-box .list li:nth-child(2){
		margin-top: 0;
	}
	.special-box .list li:nth-child(3){
		margin-top: 0;
	}
}
@media screen and (max-width: 767px){
	.special-box{
		margin-top: 0;
	}
	.special-box .list{
		margin: 0;
	}
	.special-box .list li{
		padding: 0;
		margin-top: 0.3rem;
	}
	.special-box .list .text{
		padding: 0.1rem 0;
	}
	.special-box .list .txt{
		font-size: 0.19rem;
		line-height: 0.28rem;
		height: 0.28rem;
	}
}

.top-banner h5{
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	margin-top: -0.5em;
	font-size: 2.4em;
	line-height: 1;
	color: #fff;
	text-align: center;
}
.special-list .list li{
	margin-top: 2em;
}
.special-list .list .tit a{
	display: block;
	font-size: 1.1em;
	line-height: 1.727;
	height: 1.727em;
	overflow: hidden;
	color: #333;
}
.special-list .list .tit a span{
	color: #03356a;
	font-weight: bold;
}
.special-list .list .txt{
	margin-top: 0.7em;
}
.special-list .list .txt a{
	display: block;
	font-size: 16px;
	line-height: 28px;
	max-height: 56px;
	overflow: hidden;
	color: #666;
}
.special-list .list .data{
	font-size: 16px;
	line-height: 28px;
	color: #999;
	margin-top: 5px;
}
@media screen and (min-width: 768px){
	.special-list .list li .tit a:hover{
		color: #03356a;
	}
}
@media screen and (max-width: 991px){
	.top-banner h5{
		font-size: 0.4rem;
	}
	.special-list .list li{
		margin-top: 0.3rem;
	}
	.special-list .list .tit a{
		font-size: 0.22rem;
		line-height: 1.727;
		height: 1.727em;
	}
	.special-list .list .txt a{
		font-size: 0.18rem;
		line-height: 0.3rem;
		max-height: 0.6rem;
	}
	.special-list .list .data{
		font-size: 0.18rem;
		line-height: 0.3rem;
	}
}


.news-sch{
	background-color: #f0f0f0;
	padding: 2.3em 0 2.6em;
}
.news-sch .left{
	font-size: 2em;
	line-height: 1.15;
	height: 1.15em;
}
.news-sch .right{
	position: relative;
	padding: 0.35em 2.3em 0.35em 0.5em;
	border: 1px solid #000;
	background-color: #fff;
	width: 30em;
}
.news-sch .right input{
	font-size: 0.9em;
	line-height: 1.667;
	width: 100%;
}
.news-sch .right .rbtn{
	position: absolute;
	right: 0;
	top: 0;
	width: 2.3em;
	height: 100%;
}
.news-sch .right .rbtn img{
	position: absolute;
	right: 0.6em;
	top: 50%;
	width: 21px;
	margin-top: -10px;
}
.news-box{
	padding-top: 5px;
}
.news-box .list{
	margin: 0 -0.9em;
	overflow: hidden;
}
.news-box .list li{
	margin-top: 2.6em;
	padding: 0 0.9em;
}
.news-box .list .imgs{
	overflow: hidden;
}
.news-box .list .imgs .img{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	transition: all .5s;
}
.news-box .list .imgs .adjust{
	display: block;
	width: 100%;
	opacity: 0;
}
.news-box .text{
	padding: 0.9em 0.8em 0 1.1em;
	border: 1px solid #dedede;
	border-top: none; 
}
.news-box .t-top{
	display: table;
	overflow: hidden;
}
.news-box .t-top .left{
	display: table-cell;
	vertical-align: top;
	white-space: nowrap;
	padding-right: 2em;
	position: relative;
}
.news-box .t-top .data{
	text-align: center;
	font-size: 2.1em;
	line-height: 0.905;
	color: #333;
	font-family: Arial;
}
.news-box .t-top .year{
	font-size: 14px;
	line-height: 16px;
	color: #999;
	margin-top: 5px;
}
.news-box .t-top span{
	position: absolute;
	width: 1px;
	height: 56px;
	top: 0;
	right: 0.9em;
	background-color: #f0f0f0;
}
.news-box .t-top .right{
	display: table-cell;
	vertical-align: middle;
}
.news-box .t-top .right .txt{
	font-size: 0.9em;
	line-height: 1.444;
	max-height: 2.888em;
	overflow: hidden;
	color: #333;
	transition: all .3s;
}
.news-box .t-bot{
	margin-top: 1.4em;
	border-top: 1px solid #f0f0f0;
	overflow: hidden;
	padding-top: 1px;
	position: relative;
}
.news-box .t-bot .left{
	font-size: 12px;
	line-height: 32px;
	color: #999;
}
.news-box .t-bot .right{
	position: absolute;
	height: 8px;
	right: 5px;
	top: 50%;
	margin-top: -4px;
	transition: all .3s;
}
.news-box .t-bot .right img{
	display: block;
	height: 100%;
}
@media screen and (min-width: 768px){
	.news-box .list li a:hover .img{
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
	}
	.news-box .list li a:hover .txt{
		color: #03356a;
	}
	.news-box .list li a:hover .right{
		right: 0;
	}
}

@media screen and (max-width: 991px){
	.news-sch{
		border-top: 1px solid #fff;
	}
}
@media screen and (max-width: 767px){
	.news-sch{
		padding: 0.3rem 0;
	}
	.news-sch .left{
		font-size: 0.3rem;
		line-height: 0.47rem;
	}
	.news-sch .right{
		width: 2.2rem;
		padding: 0.065rem 0.4rem 0.065rem 0.1rem;
	}
	.news-sch .right input{
		font-size: 0.19rem;
		line-height: 0.32rem;
	}
	.news-sch .right .rbtn img{
		width: 0.2rem;
		margin-top: -0.1rem;
	}
	.news-box .t-top .right .txt{
		font-size: 0.19rem;
	}
	.news-box .t-top .data{
		font-size: 0.4rem;
	}
	.news-box .t-top .year{
		font-size: 0.16rem;
	}
	.news-box .t-bot .left{
		font-size: 0.16rem;
		line-height: 0.34rem;
	}
}


.news-det-box{
	padding-top: 1.85em;
}

.news-det-box .left{
	width: 70%;
	float: left;
}
.news-det-box .left h5{
	font-size: 1.5em;
	line-height: 1.333;
	color: #000;
	text-align: center;
	padding-left: 137px
}
@media screen and (max-width: 991px){
	.news-det-box .left h5{
		padding-left: 0;
	}
}
.news-det-box .news-time{
	text-align: center;
	font-size: 0.16rem;
	line-height: 0.32rem;
	color: #666;
	margin-top: 0.1rem;
}
.news-det-box .left .lcon{
	margin-top: 3em;
	position: relative;
	padding: 0 14px 0 137px;
}
.news-det-box .l-fx{
	position: absolute;
	left: 0;
	top: 0;
	width: 86px;
}
.news-det-box .l-fx .data{
	text-align: center;
	padding: 0.95em 0 0.6em 0;
	border: 1px solid #03356a;
}
.news-det-box .l-fx .data .day{
	font-size: 28px;
	line-height: 1;
	color: #2a6dbe;
}
.news-det-box .l-fx .data .year{
	font-size: 13px;
	line-height: 21px;
	color: #2a6dbe;
	margin-top: 4px;
}
.news-det-box .l-fx .link{
	margin-top: 1.8em;
}
.news-det-box .l-fx .link .tit{
	font-size: 14px;
	line-height: 22px;
	color: #9a9a9a;
	text-align: center;
}
.news-det-box .l-fx .tit span{
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.news-det-box .l-fx .tit i{
	position: absolute;
	width: 10px;
	top: 11px;
	height: 1px;
	background-color: #cacaca;
}
.news-det-box .l-fx .tit i:nth-child(1){
	left: -16px;
}
.news-det-box .l-fx .tit i:nth-child(2){
	right: -16px;
}
.news-det-box .l-fx .llist{
	padding-top: 6px;
	text-align: center;
}
.news-det-box .l-fx .llist .item{
	margin-top: 11px;
}
.news-det-box .l-fx .llist .item a{
	cursor: pointer;
}
.news-det-box .l-fx .llist .item img{
	width: 40px;
}
.news-det-box .l-fx .llist .item .img2{
	display: none;
}
.news-det-box .l-fx .llist .item a:hover .img1{
	display: none;
}
.news-det-box .l-fx .llist .item a:hover .img2{
	display: inline-block;
}
.news-det-box .lcon .doc{
	font-size: 18px;
	line-height: 33px;
	color: #555;
}
.news-det-box .lcon .doc p{
	margin-bottom: 16px;
}
.news-det-box .lcon .doc img{
	width: auto !important;
	height: auto !important;
	max-width: 100%;
	/* display: block;   ×¢½â×¢ÊÍÄÚÈÝ */
}

.news-det-box .right{
	width: 26.67%;
	float: right;
}
.news-det-box .column{
	text-align: right;
	font-size: 15px;
    line-height: 24px;
    color: #999999;
}
.news-det-box .column a{
	color: #999999;
    margin: 0 6px;
}
.news-det-box .column a:hover{
	color: #2b6dbc;
}
.news-det-box .column a:last-child {
    margin-right: 0;
}
.news-det-box .rswp{
	margin-top: 1.8em;
	position: relative;
	overflow: hidden;
	border: 1px solid #dedede;
	border-top: none;
}
.news-det-box .rswp .tit{
	position: absolute;
	left: 0;
	top: 0;
	font-size: 14px;
	line-height: 30px;
	color: #fff;
	height: 30px;
	padding: 0 11px 0 13px;
	background-color: #2a6dbe;
	z-index: 30;
}
.news-det-box .rswp .imgbox{
	overflow: hidden;
	margin: 0 -1px;
}
.news-det-box .rswp .imgs{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.news-det-box .rswp .imgs .adjust{
	display: block;
	width: 100%;
	opacity: 0;
}
.news-det-box .rswp .text{
	height: 93px;
	padding: 20px 28px 0;
}
.news-det-box .rswp .text .t1{
	font-size: 17px;
	line-height: 26px;
	max-height: 52px;
	overflow: hidden;
	color: #333;
}
.news-det-box .rswp.on .text{
	height: 138px;
}
.news-det-box .rswp .swiper-pagination{
	display: none;
}
.news-det-box .rswp.on .swiper-pagination{
	display: block;
	bottom: 21px;
}
.news-det-box .rswp .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	vertical-align: bottom;
	opacity: 1;
	background-color: #d1d1d1;
	margin: 0 6px;
}
.news-det-box .rswp .swiper-pagination-bullet-active{
	background-color: #ff9f02;
}
.news-det-box .rlist{
	margin-top: 1em;
	position: relative;
	padding-left: 27px;
	padding-bottom: 1.6em;
}
.news-det-box .rlist:after{
	position: absolute;
	content: "";
	top: 9px;
	left: 2px;
	width: 1px;
	height: 100%;
	background-color: #dedede;
}
.news-det-box .rlist li{
	margin-bottom: 1.6em;
	position: relative;
}
.news-det-box .rlist li:last-child{
	margin-bottom: 0;
}
.news-det-box .rlist .round{
	position: absolute;
	z-index: 10;
	left: -28px;
	top: 9px;
	width: 7px;
	height: 7px;
	border: 1px solid #9b9b9b;
	border-radius: 100%;
	background-color: #fff;
}
.news-det-box .rlist .data{
	font-size: 12px;
	line-height: 20px;
	color: #c6bcac;
}
.news-det-box .rlist .txt{
	margin-top: 5px;
}
.news-det-box .rlist .txt a{
	color: #333;
	display: block;
	font-size: 16px;
	line-height: 20px;
	max-height: 40px;
	overflow: hidden;
}
.news-det-box .rlist li:hover .round{
	background-color: #2a6dbe;
	border: 1px solid #2a6dbe;
}
.news-det-box .rlist li:hover .txt a{
	color: #2b6dbc;
}

@media screen and (max-width: 991px){
	.news-det-box .left .lcon{
		margin-top: 2em;
		padding: 0;
	}
	.news-det-box .left h5{
		font-size: 0.26rem;
	}
	.news-det-box .lcon .doc{
		font-size: 0.19rem;
		line-height: 0.34rem;
		min-height: 20vh;
	}
	.news-det-box .left{
		width: 60%;
	}
	.news-det-box .right{
		width: 34%;
	}
}
@media screen and (max-width: 767px){
	.news-det-box .left{
		width: 100%;
	}
	.news-det-box .right{
		width: 100%;
	}
	.news-det-box .left .lcon{
		margin-top: 0.25rem;
	}
	.news-det-box .left h5{
		text-align: center;
	}
	.news-det-box .rswp{
		margin-top: 0.5rem;
	}
	.news-det-box .rswp .text{
		height: 0.93rem;
		padding: 0.2rem 0.28rem 0;
	}
	.news-det-box .rswp.on .text{
	    height: 1.38rem;
	}
	.news-det-box .rswp .text .t1{
		font-size: 0.18rem;
		line-height: 0.28rem;
		max-height: 0.56rem;
	}
	.news-det-box .rlist .data{
		font-size: 0.14rem;
		line-height: 0.2rem;
	}
	.news-det-box .rlist .txt a{
		font-size: 0.18rem;
		line-height: 0.22rem;
    	max-height: 0.44rem;
	}
}

.coop-box{
	padding-top: 27px;
}
.coop-box .column{
    font-size: 15px;
    line-height: 24px;
    color: #999999;
    text-align: right;
    margin-bottom: 20px;
}
.coop-box .column a {
    color: #999999;
    margin: 0 6px;
}
.coop-box .column a:last-child{
	margin-right: 0;
}
.coop-box .column a:hover{
	color: #2b6dbc;
}
@media screen and (min-width: 992px){
	.coop-box .list li:nth-child(1){
		margin-top: 0;
	}
	.coop-box .list li:nth-child(2){
		margin-top: 0;
	}
	.coop-box .list li:nth-child(3){
		margin-top: 0;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px){
	.coop-box .list li:nth-child(1){
		margin-top: 0;
	}
	.coop-box .list li:nth-child(2){
		margin-top: 0;
	}
}
@media screen and (max-width: 767px){
	.coop-box{
		padding-top: 0;
	}
}
