.news_content{
	width: 100%;
	overflow: hidden;
	background-color: #fff;
	padding-bottom: 25px;
}
/*新闻导航*/
.news_menu{
	width: 100%;
	height: 65px;
	background-color: #f1f1f1;
	overflow: hidden;
	margin-bottom: 45px;
}
.news_menu a{
	display:inline-block;
	width: 100px;
	height: 40px;
	line-height: 40px;
	color: #333;
	font-size: 14px;
	text-align: center;
	margin-top:12.5px;
}
.news_menu a.news_now{
	background-color: #c8000f;
	color: #FFF
}
.news_menu a:hover{
	background-color: #c8000f;
	color: #FFF;
}
@media only screen and (max-width:767px ) {
	.news_menu a{
		width: calc(25% - 5px);
		font-size: 12px;
	}
	.news_menu{
		width: 100%;
		height: 65px;
		background-color: #f1f1f1;
		overflow: hidden;
		margin-bottom: 25px;
	}
}
/*新闻详情*/
.news_details{
	width: 100%;
	overflow: hidden;
	color: #666;
}
.news_details h1{
	font-size: 30px;
	color: #333;
	text-align: center;
	margin-bottom: 20px;
}
.news_details h5{
	font-size: 12px;
	text-align: center;
	color: #ccc;
}
.news_details h5 span{
	display: inline-block;
}
.news_details h5 span:first-of-type{
	margin-right: 50px;
}
.news_details img{
	display: block;
	margin: 20px auto;
	max-width: 100%;
}
.details_page{
	width: 100%;
	overflow: hidden;
	padding: 25px 0;
	border-top: 1px solid #ccc;
	margin-top: 30px;
}
.details_page li{
	line-height: 25px;
}
.details_page li a{
	color: #333;
}
.details_page li a:hover{
	color: #C8000F;
}
@media only screen and (max-width:767px ) {
	.news_details h1{
		font-size: 24px;
		margin-bottom: 10px;
		line-height: 30px;
	}
}
.news_DetCss
{
    padding-top:20px;color:#3e3e3e;
    font-size:14px;
}