div.news-list{ word-wrap: break-word;}
div.news-list img.preview_picture {float:left;margin:0 4px 6px 0;}
.news-date-time {color:#486DAA;}
.comments-item {display: block;width:100%;height:100px;}
.comments-item-image {display: block;width:100px;height:100px;float:left;margin-right: 20px;}
.comments-item-links {color: #000;}
.comments-item-links:hover, .comments-item-links:focus, .comments-item-links:active {color: #000;}
@media (max-width: 1200px) {
	.comments-item {height:150px;}
	.comments-item-image {margin-bottom:50px;}
}
@media (max-width: 992px) {
	.comments-item {height: 85px;margin-bottom: 15px;}

}
@media (max-width: 768px) {
	.comments-item {margin-bottom: 15px; display: block; height: auto;}
	.comments-item-image {float: none;width: 198px;height: 198px;margin: 0 auto;border: 1px solid #1B1464;margin-bottom: 10px;}
}