.news_content{
	width: 100%;
	overflow: hidden;
	padding: 40px 0 55px;
}
.news_content h4{
	height: 50px;
	line-height: 50px;
	font-size: #333333;
	padding: 0 10px;
	font-size: 18px;
}
.news_content .news_list{
	width: 100%;
	overflow: hidden;
	margin: 0 0 40px;
	border-top: 1px solid #e3e3e3;
}
.news_content .news_list a{
	display: block;
	width: 100%;
	overflow: hidden;
	padding: 30px 25px 30px 10px;
	border-bottom: 1px solid #e3e3e3;
}
.news_content .news_list .list_time{
	width: 130px;
	overflow: hidden;
	float: left;
}
.news_content .news_list .list_time h2{
	width: 100%;
	height: 75px;
	overflow: hidden;
	position: relative;
	color: #9d9d9d;
	font-size: 36px;
	font-family: arial;
	line-height: 75px;
}
.news_content .news_list .list_time h2 span{
	display: block;
	width: 30px;
	height: 2px;
	background-color: #d3d3d3;
	position: absolute;
	right: 5px;
	top: 50%;
	margin: -1px 0 0;
}
.news_content .news_list .list_time .list_icon{
	width: 30px;
	height: 25px;
	overflow: hidden;
	position: relative;
	margin: 5px 0 0 8px;
	transition: all 1s;
}
.news_content .news_list .list_time .list_icon img{
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -4px 0 0 -7px;
}
.news_content .news_list .list_time .list_icon img:nth-of-type(2){
	display: none;
}
.news_content .news_list .list_img{
	width: 250px;
	height: 180px;
	overflow: hidden;
	float: right;
}
.news_content .news_list .list_img img{
	width: 100%;
	transition: all 0.5s;
}
.news_content .news_list .list_txt{
	width: calc(100% - 430px);
	width: -moz-calc(100% - 430px);
	width: -webkit-calc(100% - 430px);
	overflow: hidden;
	float: left;
	font-size: 18px;
	line-height: 30px;
	color: #8d8d8d;
}
.news_content .news_list .list_txt h3{
	height: 75px;
	color: #333333;
	font-size: 22px;
	line-height: 75px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}
.news_content .news_list .list_txt p{
	height: 60px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.news_content .news_list a:hover .list_img img{
	transform: scale(1.1);
}
.news_content .news_list a:hover .list_txt h3{
	color: #86ad48;
}
.news_content .news_list a:hover .list_txt h3{
	color: #86ad48;
}
.news_content .news_list a:hover .list_time .list_icon{
	background-color: #86ad48;
}
.news_content .news_list a:hover .list_time .list_icon img:nth-of-type(1){
	display: none;
}
.news_content .news_list a:hover .list_time .list_icon img:nth-of-type(2){
	display: block;
	animation: imgRight 1s 0s infinite;
}
@keyframes imgRight{
	from{left: 0%;}
	to{left: 125%;}
}
@-moz-keyframes imgRight{
	from{left: 0%;}
	to{left: 125%;}
}
@-ms-keyframes imgRight{
	from{left: 0%;}
	to{left: 125%;}
}
@-webkit-keyframes imgRight{
	from{left: 0%;}
	to{left: 125%;}
}
@media only screen and (max-width:991px ) {
	.news_content .news_list a {
	    padding: 25px 15px 25px 10px;
	}
	.news_content .news_list .list_txt {
	    width: calc(100% - 390px);
	    width: -moz-calc(100% - 390px);
	    width: -webkit-calc(100% - 390px);
	}
	.news_content .news_list .list_txt p {
	    height: 90px;
	    -webkit-line-clamp: 3;
	}
}
@media only screen and (max-width:767px ) {
	.news_content {
	    padding: 20px 0 35px;
	}
	.news_content .news_list a{
		padding: 5px 0 20px;
	}
	.news_content .news_list .list_time {
	    width: 100%;
	    float: none;
	}
	.news_content .news_list .list_time h2{
		width: 105px;
		height: 50px;
		line-height: 50px;
		font-size: 24px;
		float: left;
	}
	.news_content .news_list .list_time .list_icon{
		float: left;
		margin: 13px 0 0 5px;
	}
	.news_content .news_list .list_img{
		width: 100%;
		height: auto;
	}
	.news_content .news_list .list_txt{
		width: 100%;
		height: auto;
		font-size: 14px;
    	line-height: 22px;
	}
	.news_content .news_list .list_txt h3 {
	    height: 40px;
	    font-size: 18px;
	    line-height: 40px;
	    margin: 10px 0 0;
	}
	.news_content .news_list .list_txt p {
	    height: 66px;
	    -webkit-line-clamp: 3;
	}
}
/*新闻详情*/
.news_details{
	width: 100%;
	overflow: hidden;
	min-height: 400px;
}
.details_title{
	width: 100%;
	overflow: hidden;
	text-align: center;
	color: #666666;
	margin-bottom: 20px;
}
.details_title h1{
	color: #000000;
	font-size: 26px;
	line-height: 28px;
	margin-bottom: 20px;
}
.details_content{
	width: 100%;
	overflow: hidden;
	padding: 30px 0 60px;
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	color: #666666;
	font-size: 14px;
	line-height: 25px;
}
.details_content img{
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
.details_page{
	width: 100%;
	overflow: hidden;
	font-size: 14px;
	color: #a4a4a4;
	padding-top: 20px;
	line-height: 16px;
	position: relative;
}
.details_page li{
	height: 16px;
	overflow: hidden;
	text-overflow:ellipsis;
    white-space:nowrap;
}
.details_page li:first-of-type{
	margin-bottom: 10px;
}
.details_page a{
	color: #a4a4a4;
}
.details_page a:hover{
	color: #000000;
}
@media only screen and (max-width: 767px) {
	.news_details{
		padding: 10px 0px 20px;
	}
	.details_content{
		padding: 20px 0 30px;
		font-size: 12px;
		line-height: 20px;
	}
	.details_title h1{
		font-size: 24px;
		line-height: 26px;
		margin-bottom: 10px;
	}
	.details_page{
		font-size: 12px;
		padding-top: 10px;
		line-height: 14px;
	}
	.details_page li:first-of-type{
		margin-bottom: 5px;
	}
}