.news-list {
	margin: 0 20px 0 0;
}
.preview_picture {
	margin: 0 30px 0 0;
}
.news-date-time {
	color:#828282;
}
.news-item-name, .news-item-name a{
	font-size: 13px;
	font-weight: bold;
	color: #2b4244;
	text-decoration: none;
}

@media screen and (max-width: 991px) {
	.news-list {
		margin: 0;
	}
	.news-list table tr {
		margin-bottom: 15px;
	}
}