.information{
	width: 100%;
	overflow: hidden;
	background: #e5e5e5;
}
.information .content{
	margin: 20px auto 20px;
}
.information .news{
	width: 32%;
	min-height: 582px;
	float: left;
	position: relative;
	overflow: hidden;
	margin-left:25px;
	background: #fafafa;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: rgba(0, 0, 0, 0.8);
}
.information .news .newsBox{
	width: 98%;
	float: left;
	position: relative;
	min-height: 582px;
}
.news .headlines{
	border-bottom: 1px dashed #bebebe;
	overflow: hidden;
	display: block;
	width: 100%;
}
.news .headlines .headlines-wrap{
	padding: 15px 20px;
	display: block;
	overflow: hidden;
}
.news .headlines .imgBox{
	width: 50%;
	padding-top: 42%;
	position: relative;
	float: left;
	overflow: hidden;
	display: block;
}
.news .headlines .imgBox img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}
.news .headlines .imgBox img:hover{
	transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
}
.news .headlines .infos{
	width: 47%;
	margin-left: 3%;
	float: left;
}
.news .headlines .infos .mainTitle{
	font-size: 0.925em;
	/* margin-top: 12px; */
	
}
.news .headlines .infos .mainTitle a{
	color: #000000;
}
.news .headlines .infos .mainTitle a:hover{
	opacity: .8;
	filter: alpha(opacity=80);
}
.news .headlines .infos .subTitle{
	font-size: 0.75em;
	color: #7c7c7c;
	line-height: 1.75em;
	height: 5.25em;
	overflow: hidden;
	/* margin-top: 16px; */
	 word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news .headlines .infos .data{
	margin-top: 10px;
}
.news .headlines .infos .data p.visitTimes{
	width:40%;
	float: left;
	color: #b3b2b7;
	font-size: 0.775em;
}
.news .headlines .infos .data p.visitTimes span{
	/*margin-right: 1px;*/
	font-size: 0.775em;
}
.news .headlines .infos .data p.time{
	width: 60%;
	color: #7c7c7c;
	float: right;
	text-align: right;
	font-size: 0.775em;
}
.news .newsList{
	padding: 14px;
}
.news .newsList ul{
	overflow: hidden;
	max-height: 268px;
	overflow: hidden;
	width: 100%;
}

.news .newsList ul li{
	width: 100%;
	float: left;
	margin-bottom: 14.5px;
}
.news .newsList ul li a{
	color: #484848;
	font-size: 0.875em;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.news .newsList ul li a:hover{
	color: #820000;
}
.news .newsList ul li a p span.text{
	width: 75%;
	display: block;
	float: left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.news .newsList ul li a p span.time{
	color: #7c7c7c;
	float: right;
}

 .more{
    padding-top: 20px;
    position: absolute;
    bottom: 9px;
    right: 7px;
}
.more a{
	font-size: 0.75em;
	padding-right: 5px;
	float: right;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	color: #9e9d9d;
}
.more a:hover{
	color: #263d85;
	transform: translateX(5px);
	-o-transform: translateX(5px);
	-ms-transform: translateX(5px);
	-moz-transform: translateX(5px);
	-webkit-transform: translateX(5px);
}
.more a span{
	color: #263d85;
	font-weight: bold;
}


/*20180509??????????*/
.news .headlines_ph{
	overflow: hidden;
	display: block;
	width: 100%;
	height: 205px;
}
.news .headlines_ph .headlines_ph-wrap{
	padding: 15px 20px;
	display: block;
	overflow: hidden;
}
.news .headlines_ph .imgBox_ph{
	width: 50%;
	padding-top: 50%;
	position: relative;
	float: left;
	overflow: hidden;
	display: block;
}
.news .headlines_ph .imgBox_ph img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.news .headlines_ph .imgBox_ph img:hover{
	transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
}
.news .headlines_ph .infos_ph{
	width: 47%;
	margin-left: 3%;
	float: left;
}
.news .headlines_ph .infos_ph .mainTitle_ph{
	font-size: 0.975em;
	margin-top: 10px;
}
.news .headlines_ph .infos_ph .mainTitle_ph a{
	color: #00555a;
}
.news .headlines_ph .infos_ph .mainTitle_ph a:hover{
	color: #ef8e39;
	opacity: .8;
	filter: alpha(opacity=80);
}
.news .headlines_ph .infos_ph .subTitle_ph{
	font-size: 0.75em;
	color: #7c7c7c;
	line-height: 1.75em;
	height: 5.25em;
	overflow: hidden;
	 word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news .headlines_ph .infos_ph .data_ph{
	margin-top: 10px;
}
.news .headlines_ph .infos_ph .data_ph p.visitTimes_ph{
	width: 50%;
	float: left;
	color: #b3b2b7;
	font-size: 0.875em;
}
.news .headlines_ph .infos_ph .data_ph p.visitTimes_ph span{
	margin-right: 6px;
	font-size: 1em;
}
.news .headlines_ph .infos_ph .data_ph p.time_ph{
	width: 50%;
	color: #7c7c7c;
	float: left;
	text-align: right;
	font-size: 0.875em;
}
/*20180509???????????*/




.newsListPage{
	margin: 24px 0 32px;
}
.information .notice{
	width: 32%;
	float: left;
	overflow: hidden;
	background: #fafafa;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: rgba(0, 0, 0, 0.8);
}
.information .notice .noticeBox{
	width: 100%;
	overflow: hidden;
	float: left;
}
.notice .noticeList{
	width: 100%;
}
.notice .noticeList ul{
	overflow: hidden;
	max-height: 477px; 
	overflow: hidden;
	width: 100%;
}
.notice .noticeList ul li{
	width: 100%;
	padding: 11px 0;
	overflow: hidden;
	position: relative;
}
.notice .noticeList ul li:hover i{
	width: 100%;
}
.notice .noticeList ul li i{
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	background: #263d85;
	height: 100%;
	z-index: 1;
	-webkit-transition: width 0.3s ease-in-out;
	-moz-transition: width 0.3s ease-in-out;
	-ms-transition: width 0.3s ease-in-out;
	-o-transition: width 0.3s ease-in-out;
	transition: width 0.3s ease-in-out;
}
.notice .noticeList ul li .time{
	z-index: 2;
	width: 24%;
	float: left;
	border-right: 1px solid #9f9f9f;
	position: relative;
}
.notice .noticeList ul li .time .blocks{
	width: 70%;
	height: 100%;
	background: #f3f3f3;
	margin: 0 auto;
	-webkit-transition: background-color 0.3s ease-in-out;
	-moz-transition: background-color 0.3s ease-in-out;
	-ms-transition: background-color 0.3s ease-in-out;
	-o-transition: background-color 0.3s ease-in-out;
	transition: background-color 0.3s ease-in-out;
}
.notice .noticeList ul li .time h2{
	line-height: 50px;
	color: #00135c;
	font-size: 2em;
	font-weight: 400;
	text-align: center;
	-webkit-transition: color 0.3s ease-in-out;
	-moz-transition: color 0.3s ease-in-out;
	-ms-transition: color 0.3s ease-in-out;
	-o-transition: color 0.3s ease-in-out;
	transition: color 0.3s ease-in-out;
}
.notice .noticeList ul li .time p{
	margin: 0 0 4px;
	color: #715353;
	text-align: center;
	font-size: 0.875em;
	padding-left: 6px;
	-webkit-transition: color 0.3s ease-in-out;
	-moz-transition: color 0.3s ease-in-out;
	-ms-transition: color 0.3s ease-in-out;
	-o-transition: color 0.3s ease-in-out;
	transition: color 0.3s ease-in-out;
}
.notice .noticeList ul li:hover .time p,
.notice .noticeList ul li:hover .time h2,
.notice .noticeList ul li:hover .infos .mainTitle,
.notice .noticeList ul li:hover .infos .subTitle{
	color: #ffffff;
}
.notice .noticeList ul li:hover .blocks{
	background: #183781;
}
.notice .noticeList ul li .infos{
	position: relative;
	width: 63%;
	z-index: 2;
	margin-left: 5%;
	float: left;
}

.notice .noticeList ul li .infos .mainTitle{
	color: #00135c;
	line-height: 1.5em;
	font-size: 0.925em;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-transition: color 0.3s ease-in-out;
	-moz-transition: color 0.3s ease-in-out;
	-ms-transition: color 0.3s ease-in-out;
	-o-transition: color 0.3s ease-in-out;
	transition: color 0.3s ease-in-out;
}
.notice .noticeList ul li .infos .subTitle{
	color: #a3a3a3;
	font-size: 0.75em;
	margin-top: 8px;
	overflow: hidden;
	-webkit-transition: color 0.3s ease-in-out;
	-moz-transition: color 0.3s ease-in-out;
	-ms-transition: color 0.3s ease-in-out;
	-o-transition: color 0.3s ease-in-out;
	transition: color 0.3s ease-in-out;
}

/*20180507???????*/
.content .notice-tf{
	width: 32%;
	float: right;
	display: inline-block;
	position: relative;
	background: #fafafa;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: rgba(0, 0, 0, 0.8);
}
.content .notice-tf .noticeBox-tf{
	margin-top: 25px;
	width: 100%;
	overflow: hidden;
	float: right;
}
.notice-tf .noticeList-tf{
	width: 100%;
}
.notice-tf .noticeList-tf ul li{
	width: 100%;
	padding: 8.6px 0;
	overflow: hidden;
	position: relative;
}
.notice-tf .noticeList-tf ul li:hover i{
	width: 100%;
}
.notice-tf .noticeList-tf ul li i{
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	background: #263d85;
	height: 100%;
	z-index: 1;
	-webkit-transition: width 0.3s ease-in-out;
	-moz-transition: width 0.3s ease-in-out;
	-ms-transition: width 0.3s ease-in-out;
	-o-transition: width 0.3s ease-in-out;
	transition: width 0.3s ease-in-out;
}
.notice-tf .noticeList-tf ul li .time{
	z-index: 2;
	width: 24%;
	float: left;
	border-right: 1px solid #9f9f9f;
	position: relative;
}
.notice-tf .noticeList-tf ul li .time .blocks{
	width: 70%;
	height: 100%;
	background: #f3f3f3;
	margin: 0 auto;
	-webkit-transition: background-color 0.3s ease-in-out;
	-moz-transition: background-color 0.3s ease-in-out;
	-ms-transition: background-color 0.3s ease-in-out;
	-o-transition: background-color 0.3s ease-in-out;
	transition: background-color 0.3s ease-in-out;
}
.notice-tf .noticeList-tf ul li .time h2{
	line-height: 44px;
	color: #00135c;
	font-size: 1.2em;
	font-weight: 400;
	text-align: center;
	-webkit-transition: color 0.3s ease-in-out;
	-moz-transition: color 0.3s ease-in-out;
	-ms-transition: color 0.3s ease-in-out;
	-o-transition: color 0.3s ease-in-out;
	transition: color 0.3s ease-in-out;
}
.notice-tf .noticeList-tf ul li .time p{
	margin: 0 0 4px;
	color: #715353;
	text-align: center;
	font-size: 0.775em;
	padding-left: 6px;
	-webkit-transition: color 0.3s ease-in-out;
	-moz-transition: color 0.3s ease-in-out;
	-ms-transition: color 0.3s ease-in-out;
	-o-transition: color 0.3s ease-in-out;
	transition: color 0.3s ease-in-out;
}
.notice-tf .noticeList-tf ul li:hover .time p,
.notice-tf .noticeList-tf ul li:hover .time h2,
.notice-tf .noticeList-tf ul li:hover .infos .mainTitle,
.notice-tf .noticeList-tf ul li:hover .infos .subTitle{
	color: #ffffff;
}
.notice-tf .noticeList-tf ul li:hover .blocks{
	background: #183781;
}
.notice-tf .noticeList-tf ul li .infos{
	position: relative;
	width: 70%;
	z-index: 2;
	margin-left: 5%;
	float: left;
}

.notice-tf .noticeList-tf ul li .infos .mainTitle{
	color: #00135c;
	line-height: 1.375em;
	font-size: 0.925em;
	text-overflow: ellipsis;
	-webkit-transition: color 0.3s ease-in-out;
	-moz-transition: color 0.3s ease-in-out;
	-ms-transition: color 0.3s ease-in-out;
	-o-transition: color 0.3s ease-in-out;
	transition: color 0.3s ease-in-out;
}
.notice-tf .noticeList-tf ul li .infos .subTitle{
	color: #a3a3a3;
	line-height: 1.375em;
	font-size: 0.765em;
	overflow: hidden;
	-webkit-transition: color 0.3s ease-in-out;
	-moz-transition: color 0.3s ease-in-out;
	-ms-transition: color 0.3s ease-in-out;
	-o-transition: color 0.3s ease-in-out;
	transition: color 0.3s ease-in-out;
}
/*20230609
.notice-tf .noticeList-tf ul li .infos .mainTitle{
	color: #00135c;
	line-height: 1.5em;
	font-size: 1em;
	overflow: hidden;
font-weight:normal;
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-transition: color 0.3s ease-in-out;
	-moz-transition: color 0.3s ease-in-out;
	-ms-transition: color 0.3s ease-in-out;
	-o-transition: color 0.3s ease-in-out;
	transition: color 0.3s ease-in-out;
}
.notice-tf .noticeList-tf ul li .infos .subTitle{
	color: #a3a3a3;
	font-size: 0.75em;
	margin-top: 8px;
	overflow: hidden;
	-webkit-transition: color 0.3s ease-in-out;
	-moz-transition: color 0.3s ease-in-out;
	-ms-transition: color 0.3s ease-in-out;
	-o-transition: color 0.3s ease-in-out;
	transition: color 0.3s ease-in-out;
}
*/
/*20180507????????*/






.information .inform{
	width: 32%;
	min-height: 582px;
	float: right;
	overflow: hidden;
	background: #fafafa;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: rgba(0, 0, 0, 0.8);
	position: relative;
}
.information .inform .informBox {
    width: 99%;
    float: right;
}

.inform .informList{
	padding: 20px;
}
.inform .informList ul{
	overflow: hidden;
	max-height: 436px; 
	overflow: hidden;
	width: 100%;
}

.inform .informList ul li{
	width: 100%;
	float: left;
	margin-bottom: 14.5px;
}
.inform .informList ul li a{
	color: #484848;
	font-size: 0.875em;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.inform .informList ul li a:hover{
	color: #820000;
}
.inform .informList ul li a p span.text{
	width: 75%;
	display: block;
	float: left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.inform .informList ul li a p span.time{
	color: #7c7c7c;
	float: right;
}


.bread_nav{
	width: 100%;
	overflow: hidden;
	margin-top: 40px;
}

.route_navigation{
	width: 1200px;
	font-size: 1em;
	line-height: 3em;
	margin: 0 auto;
	overflow: hidden;
}
.route_navigation li{
	display: inline-block;
	font-size: 0.75em;
	float: left;
}
.route_navigation li i{
	color: #999;
	font-size: 1em;
}
.route_navigation li a{
	color: #000;
	cursor: pointer;
}
.route_navigation li span{
	color: #999;
}
.route_navigation li .route_navigation_lastherf{
	cursor: text;
}




@media (max-width: 1200px) {
	.information .content{
		width: 95%;
		margin: 70px auto 50px;
	}
}

@media (max-width: 1024px) {
	.information .content{
		margin: 70px auto 20px;
	}
	.information .news,.information .notice,.content .notice-tf{
		width: 100%;
		margin: 0 auto 32px;
	}
	.information .news .newsBox,.information .notice .noticeBox,.content .notice-tf .noticeBox-tf{
		width: 100%;
	}
	.news .headlines .infos .subTitle{
		margin-top: 2em;
		height: 14em;
	}
	.news .headlines .infos .data{
		margin-top: 6em;
	}
	.information .inform{
		width: 100%;
	}
	.information .inform .informBox{
		width: 100%;
	}
	/*20180509??????????*/
	.news .headlines_ph .infos_ph .subTitle_ph{
		margin-top: 2em;
		height: 14em;
	}
	.news .headlines_ph .infos_ph .data_ph{
		margin-top: 6em;
	}
	.news .headlines_ph .imgBox_ph{
		width: 35%;
		padding-top: 21%;
	}
	/*20180509???????????*/
	
	.bread_nav{
		margin-top: 10px;
	}
}

@media (max-width: 886px){
	.news .headlines .infos .subTitle{
		height: 10.5em;
	}
	/*20180509??????????*/
	.news .headlines_ph .infos_ph .subTitle_ph{
		height: 10.5em;
	}
	.news .headlines_ph .imgBox_ph{
		width: 35%;
		padding-top: 24%;
	}
	/*20180509???????????*/
}

@media (max-width: 768px){
	.news .headlines .infos .subTitle{
		height: 7em;
	}
	/*20180509??????????*/
	.news .headlines_ph .infos_ph .subTitle_ph{
		height: 7em;
	}
	.news .headlines_ph .imgBox_ph{
		width: 35%;
		padding-top: 28%;
	}
	/*20180509???????????*/
	.information .content {
		margin: 40px auto 20px;
	}
}
@media (max-width: 640px){
	.news .headlines .infos .mainTitle{
		font-size: 1.25em;
		margin-top: 6px;
	}
	.news .headlines .infos .subTitle{
		margin-top: 10px;
	}
	.news .headlines .infos .data{
		margin-top: 2em;
	}
	/*20180509??????????*/
	.news .headlines_ph .infos_ph .mainTitle_ph{
		font-size: 0.975em;
		margin-top: 6px;
	}
	.news .headlines_ph .infos_ph .subTitle_ph{
		margin-top: 10px;
	}
	.news .headlines_ph .infos_ph .data_ph{
		margin-top: 2em;
	}
	.news .headlines_ph .imgBox_ph{
		width: 45%;
		padding-top: 35%;
	}
	/*20180509???????????*/
}

@media (max-width: 480px){
	.news .headlines .infos .mainTitle{
		font-size: 1.125em;
	}
	.news .headlines .infos .subTitle{
		height: 5.25em;
		margin-top: 12px;
	}
	.news .headlines .infos .data p.visitTimes,.news .headlines .infos .data p.time{
		font-size: 0.75em;
	}
	.news .headlines .imgBox{
		width: 100%;
		padding-top: 66%;
	}
	.news .headlines .infos{
		width: 100%;
		margin: 0;
	}
	.news .headlines .infos .data{
		margin-top: 1em;
	}
	/*20180509??????????*/
	.news .headlines_ph .infos_ph .mainTitle_ph{
		font-size: 0.975em;
		margin-top: 6px;
	}
	.news .headlines_ph .infos_ph .subTitle_ph{
		height: 5.25em;
		margin-top: 12px;
	}
	.news .headlines_ph .infos_ph .data_ph p.visitTimes_ph,.news .headlines_ph .infos_ph .data_ph p.time_ph{
		font-size: 0.75em;
	}
	.news .headlines_ph .imgBox_ph{
		width: 48%;
		padding-top: 40%;
	}
	.news .headlines_ph .infos_ph .data_ph{
		margin-top: 1em;
	}
	/*20180509???????????*/
}

@media (max-width: 420px){
	.news .newsList ul li a p span.text{
		width: 80%;
		font-size: 0.875em;
	}
	.news .newsList ul li a p span.time{
		font-size: 0.875em;
	}
	.notice .noticeList ul li .infos .mainTitle{
		font-size: 1em;
	}
}
@media only screen and (max-width: 360px) {
	.inform .informList ul li a p span.text{
		width: 80%;
		font-size:0.8em;
	}
}