.list_news{
	background: #fff;
	padding-top: 10px;
}
.list_news .name,.list_news ul{
	margin-left: 37px;
}

.list_news ul li{
	border-top: 1px solid #ccc;
	padding:30px 0 20px;
	width:915px ;
}
.list_news_info{
	width: 510px;
	margin-left:35px;
}
.list_news_title{
	font-size:18px ;
	color:#333;
	font-weight: bold;
	margin-top: 22px;
}
.list_news_info p.details{
	line-height: 25px;
	background: #666;
	width:123px;
	height: 25px;
	border-radius:13px;
	margin-top:20px;
}
.list_news_info .details a{
	color:#fff;
	font-size:14px;
	display: block;
	height:25px;
	line-height: 25px;
	padding-left: 13px;
}
.list_news_info img{
	vertical-align:top;
}
.list_news_info .details:hover{
	background: #2D7C44;
}
.list_news_info p.description{
	margin-top: 20px;
	font-size:14px ;
	line-height: 150%;
	color:#666;
}