.page_nav{
	width: 313.5px;
}
.news_banner{
	width: 100%;
	overflow: hidden;
}

.news_content{
	width: 100%;
	overflow: hidden;
	padding-bottom: 65px;
}
@media only screen and (max-width:991px ) {
	.news_banner img{
		width: auto;
		height: 100%;
		position: relative;
		left: -220px;
	}
}
@media only screen and (max-width:767px ){
	.news_banner{
		width:100%;
		height: 300px;
		overflow: hidden;
	}
	.news_banner img{
		width: auto;
		height: 100%;
		position: relative;
		left: -120px;
	}
}
@media only screen and (min-width:1921px ) {
	.news_banner img{
		width: 100%;
		height: auto;
		position: relative;
		left: 0px;
	}
}
/*新闻详情*/
.news_content h2{
	color: #111;
	text-align: center;
	margin: 45px 0 15px;
	font-size: 24px;
}
.news_time{
	text-align: center;
	color: #acacac;
	margin-bottom: 15px;
}
.news_time span:first-of-type{
	padding-right: 15px;
}
.news_details{
	padding:20px 0 35px;
	border-top: 1px dotted #dbdbdb;
	border-bottom: 1px dotted #dbdbdb;
	width: 1140px;
	margin: 0 auto;
	overflow: hidden;
	line-height: 30px;
	font-size: 14px;
	color: #919191;
}
@media only screen and (max-width:767px ) {
	.news_details{
		width: 100%;
	}
	.news_content{
		padding-bottom: 35px;
	}
}
@media only screen and (min-width:768px ) {
	.news_details{
		width: 100%;
	}
}
@media only screen and (min-width:992px ) {
	.news_details{
		width: 100%;
	}
}
@media only screen and (min-width:1200px ) {
	.news_details{
		width: 1140px;
	}
}
/*新闻上下翻页*/
.details_page{
	width: 100%;
	padding: 35px 30px 0;
	font-size: 14px;
	line-height: 25px;
}
.details_page div:first-of-type{
	float: left;
}
.details_page div a{
	display: block;
	color: #828282;
}
.details_page div:last-of-type{
	width: 140px;
	height: 50px;
	background-color: #004894;
	text-align: center;
	line-height: 50px;
	float: right;
	color: #fff;
	cursor: pointer;
}
.details_page div:last-of-type img{
	margin: -2px 10px 0 0;
}
@media only screen and (max-width:767px ) {
	.details_page{
		padding: 25px 0 0;
	}
	.details_page div:last-of-type{
		margin-top: 20px;
	}
}
@media only screen and (min-width:768px ) {
	.details_page{
		padding: 35px 0 0;
	}
}
@media only screen and (min-width:992px ) {
	.details_page{
		padding: 35px 0 0;
	}
}
@media only screen and (min-width:1200px ) {
	.details_page{
		padding: 35px 30px 0;
	}
}