.news_list{
	height:123px;
	padding-bottom:17px;
	position:relative;
	border-bottom:1px dashed #e6e6e6;	
}
.news_list h2{
	height:46px;
	line-height:46px;
	font-size:14px;	
}
.news_list h2 a{
	color:#373737;	
}
.news_list h2 a:hover{
	color:#007c37;	
}
.news_list p{
	color:#a0a0a0;
	line-height:20px;	
}
.news_list .time{
	font-family:"宋体";
	height:20px;
	line-height:20px;
	position:absolute;
	left:0;
	bottom:17px;	
}
.news_list .time a{
	display:inline-block;
	width:66px;
	height:20px;
	background:url("/static/index/img/news_read.png");	
	text-align:center;
	color:#fff;
	margin-right:20px;
}

.news_head{
	height:93px;
	padding-top:15px;
	border-bottom:1px dashed #ebebeb;
	text-align:center;
	margin-bottom:20px;
}
.news_head h2{
	height:50px;
	line-height:50px;
	font-size:20px;
	color:#373737;	
}
.news_head p{
	height:30px;
	line-height:30px;
}

.news_content{
	line-height:26px;	
}