.news_box{
}
.news_list{
	overflow: hidden;
    border: 2px solid #d9d9d9;
    padding: 10px 20px;
	border-bottom:none;
}
.news_list:last-child{
	border-bottom:2px solid #d9d9d9;
}
.news_list:nth-child(2n){
	background:#d9d9d9;
}
.news_list .news_date{
	float:left;
    background: #2e922f;
    color: #fff;
    font-size: 12px;
    padding: 5px 15px;
	margin-right:20px;
}
.news_list .news_title{
	float:left;
	font-size:12px;
	width:50%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 33px;
}
.news_list .news_title a,
.news_list .more a{
	color:#676767;
	font-size:12px;
}
.news_list .more{
	float:right;
	line-height: 33px;
}
.news_date,
.news2_title{
	color: #313131;
	font-size:12px;
}
.news2_title{
	font-size:16px;
	margin-bottom:20px;
}

@media screen and (max-width: 500px) {
	.news_list .news_date{
		padding: 3px 10px;	
	}
	.news_list .news_title{
		width: 70%;	
	}
}