.index-news-wrapper {
	display: block;
}
.news-name {
	color: #000;
	font-weight:600;
	text-transform: uppercase;
}
.news-name:hover, .news-name:active, .news-name:focus {
	color: #000;
}
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	/*margin:0 4px 6px 0;*/
}
.index-news-date-time {
	color: #8f8d90;
}
.index-news-anons {
	height: 40px;
}
.index-news-item:first-child {
	margin-bottom: 15px;
}
.index-news-anons p {
	margin-bottom: 0px;
}
@media (max-width: 768px) {
	.index-news-anons {height: auto;}
}

