.news{margin-bottom: 20px;}
.news-item{margin-bottom: 12px;}

.news-item .img{
	float: left;
	margin-right: 9px;
	width: 50px;
	text-align: center;
}

.news-item .img img{
	display: block;
	border-radius: 4px;
	margin-top: 6px;
}

.news-item .descr{overflow: hidden}
.news-item .descr .name{
	font-family: "Roboto";
	font-size: 15px;
	display: block;
	margin-bottom: 3px;
}

.news-item .descr .date{
	color: #c0c0c0;
	font-size: 10px;
	margin-top: 3px;
}

.news-item:after{
	content: "";
	display: block;
	clear: both;
}
.news-page .news-item{margin-bottom: 20px;}
.news-page .news-item .img{width: 80px;}