.news_list{
	background: #fff;
	padding: 15px;
	margin-bottom: 25px;
	box-shadow: 0px 0px 20px 0 rgba(0,0,0,0.15);
}
.news_list.news_list_transparent{
	background: unset;
	box-shadow: unset;
}
.news_list .newsList_item{
	display: flex;
	border-bottom: 1px solid #eee;
	padding: 15px 0;
}
.news_list .newsList_item:nth-child(1){
	padding-top: 0;
}
.news_list .newsList_item:nth-last-child(1){
	padding-bottom: 0;
	border-bottom: unset;
}
.news_list .newsList_item .newsList_item_img{
	margin-right: 15px;
}
.news_list .newsList_item .newsList_item_info{

}
.news_list .newsList_item .newsList_item_name{
	font-size:14px;
	color: #222;
}
.news_list .newsList_item .newsList_item_date{
	font-size:13px;
	color: #adafb7;
}