.news_content{
	width: 100%;
	overflow: hidden;
	padding: 50px 0 60px;
}
.news_title{
	width: 100%;
	overflow: hidden;
	text-align: center;
	padding-bottom: 25px;
	border-bottom: 1px solid #eaeaea;
}
.news_title h1{
	font-size: 36px;
	color: #333333;
}
.news_title span{
	display: block;
	width: 70px;
	height: 2px;
	margin: 12px auto 28px;
	background-color: #c7000c;
}
.news_menu{
	width: 330px;
	overflow: hidden;
	margin: 0 auto;
}
.news_menu a{
	display: block;
	width: 150px;
	height: 35px;
	overflow: hidden;
	border: 2px solid #c3c3c3;
	line-height: 31px;
	border-radius: 8px;
	float: left;
	color: #666666;
	font-size: 14px;
}
.news_menu a:nth-of-type(2){
	float: right;
}
.news_menu a.menuNow{
	background-color: #c7000c;
	border-color: #c7000c;
	color: #FFFFFF !important;
}
.news_menu a:hover{
	color: #c7000c;
}
.news_list{
	width: 100%;
	overflow: hidden;
}
.news_list a{
	display: block;
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #efefef;
	padding: 25px 40px 20px 15px;
}
.news_img{
	width: 175px;
	overflow: hidden;
	float: left;
}
.news_img img{
	width: 100%;
}
.news_list a .news_text{
	width: -moz-calc(100% - 200px);
	width: -webkit-calc(100% - 200px);
	width: calc(100% - 200px);
	height: 100%;
	overflow: hidden;
	float: right;
	color: #969696;
	position: relative;
	line-height: 20px;
}
.news_text h4{
	color: #666666;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
}
.news_text p{
	height: 40px;
	overflow: hidden;
}
.news_time{
	width: 100%;
	overflow: hidden;
	font-size: 12px;
	font-weight: bold;
	color: #363636;
	margin-top: 17px;
}
.news_time strong{
	display: block;
	width: 50px;
	height: 3px;
	background-color: #e62129;
}
.news_text span{
	display: block;
	width: 100px;
	height: 30px;
	background-color: #bebebe;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	color: #FFFFFF;
	position: absolute;
	bottom: 0;
	right: 0;
}
.news_list a:hover .news_text h4{
	color: #c7000c;
}
.news_list a:hover span{
	background-color: #c7000c;
	color: #FFFFFF;
}
@media only screen and (max-width:767px ) {
	.news_content{
		padding: 35px 0 40px;
	}
	.news_title{
		padding-bottom: 15px;
	}
	.news_title h1{
		font-size: 24px;
	}
	.news_title span{
		width: 50px;
		height: 2px;
		margin: 7px auto 20px;
	}
	.news_menu{
		width: 260px;
		overflow: hidden;
		margin: 0 auto;
	}
	.news_menu a{
		width: 120px;
		height: 30px;
		line-height: 26px;
		font-size: 14px;
	}
	.news_img{
		width: 100%;
	}
	.news_list a{
		padding: 25px 0;
	}
	.news_list a .news_text{
		width: 100%;
	}
	.news_text h4{
		height: auto;
		line-height: 20px;
		font-size: 15px;
		margin: 10px 0;
	}
	.news_text p{
		height: auto;
	}
}
/*新闻详情*/
.news_details{
	width: 100%;
	overflow: hidden;
	color: #999;
	padding: 30px 0 0;
	font-size: 14px;
}
.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 0;
	border-top: 1px solid #ccc;
	margin-top: 30px;
	position: relative;
}
.details_page ul{
	width:-moz-calc(100% - 220px);
	width: -webkit-calc(100% - 220px);
	width: calc(100% - 220px);
	overflow: hidden;
}
.details_page li{
	line-height: 25px;
	height: 25px;
	overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
	font-size: 14px;
}
.details_page li a{
	color: #666;
}
.details_page li a:hover{
	color: #E60012;
}
.details_page .news_back{
	display: block;
	width: 200px;
	height: 50px;
	overflow: hidden;
	background-color: #E60012;
	color: #FFFFFF;
	border: 1px solid #e5e5e5;
	text-align: center;
	line-height: 48px;
	font-size: 18px;
	position: absolute;
	bottom: 0;
	right: 0;
}
.news_back img{
	margin: -3px 0 0 10px;
}
@media only screen and (max-width:767px ) {
	.news_details {
	    padding: 20px 0 0;
	}
	.news_details h1{
		font-size: 24px;
		margin-bottom: 10px;
		line-height: 30px;
	}
	.details_page ul{
		width:100%;
	}
	.details_page .news_back{
		width: 140px;
		height: 40px;
		line-height: 38px;
		font-size: 14px;
		position: relative;
		margin-top: 20px;
	}
}