.news_list{
	overflow:hidden;
	margin-bottom:15px;
	padding-bottom:15px;
	border-bottom:solid 1px #eee;
}
.news_list img{
	width:40%;
	float:left;
    margin-right: 15px;
}

@media screen and (min-width: 992px) {
.news_list img{
	width:auto;
	max-width:320px;
}

}