.news_content{
	width: 100%;
	overflow: hidden;
}
.news_title{
	width: 100%;
	padding-top: 20px;
	height: 55px;
	line-height: 20px;
	overflow: hidden;
	border-bottom: 1px solid #d9d9d9;
	color: #868686;
}
.news_title a{
	color: #868686;
	cursor: pointer;
}
.news_title a:hover{
	color: #E60012;
}
.news_box{
	width: 100%;
	overflow: hidden;
	padding: 20px 0 60px;
}
.news_box>ul li:nth-of-type(2n+1){
	padding: 0 25px 0 0;
}
.news_box>ul li:nth-of-type(2n){
	padding: 0 0 0 25px;
}
.news_list{
	width: 100%;
	overflow: hidden;
	padding: 35px 0;
	border-bottom: 1px solid #ebebeb;
}
.news_box>ul li a{
	display: block;
	width: 100%;
	overflow: hidden;
}
.news_img{
	width: 210px;
	overflow: hidden;
	float: left;
}
.news_img img{
	width: 100%;
	transition: all 1s;
}
.news_text{
	width: -moz-calc(100% - 230px);
	width: -webkit-calc(100% - 230px);
	width: calc(100% - 230px);
	overflow: hidden;
	float: right;
	font-size: 14px;
	color: #a9a8a8;
	line-height: 20px;
}
.news_box>ul li h4{
	max-height: 40px;
	line-height: 20px;
	font-size: 18px;
	font-weight: bold;
	color: #4d4d4d;
	margin-bottom: 20px;
	overflow:hidden;
    text-overflow: ellipsis;
  	display: -webkit-box;
  	-webkit-line-clamp: 2;
  	-webkit-box-orient: vertical;
  	transition: all 0.5s;
}
.news_box>ul li p{
	height: 60px;
	overflow: hidden;
  	text-overflow: ellipsis;
  	display: -webkit-box;
  	-webkit-line-clamp: 3;
  	-webkit-box-orient: vertical;
}
.news_text>span{
	display: inline-block;
	font-size: 14px;
	line-height: 14px;
	color: #666666;
	margin-bottom: 10px;
}
.news_box>ul li a:hover img{
	transform: scale(1.1);
}
.news_box>ul li a:hover h4{
	color: #E60012;
}
@media only screen and (max-width:991px ) {
	.news_box li{
		padding: 0 !important;
	}
}
@media only screen and (max-width:767px ) {
	.news_box{
		padding: 15px 0 30px;
	}
	.news_list{
		padding: 20px 0;
	}
	.news_img {
	    width: 160px;
	}
	.news_text{
		width: -moz-calc(100% - 170px);
		width: -webkit-calc(100% - 170px);
		width: calc(100% - 170px);
		font-size: 12px;
		line-height: 16px;
	}
	.news_box>ul li h4{
		max-height: 32px;
		line-height: 16px;
		font-size: 14px;
		margin-bottom: 10px;
	}
	.news_box>ul li p{
		height: 48px;
	}
	.news_text>span{
		font-size: 12px;
		line-height: 12px;
		margin-bottom: 5px;
	}
}
/*新闻详情*/
.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-top: -3px;
}
@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;
	}
}