div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}





/* custom start */
.b-mp-banners_item_capsule[data-href] {
	cursor: pointer;
}
@media (min-width: 768px) {
	.b-mp-categories_item_capsule_cell {
		height: 100%;
	}
	.b-mp-categories_item_row {
		height: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}
}
@media (max-width: 991px) {
	.b-mp-banners_item_capsule {
		height: 280px;
	}
}
@media (max-width: 767px) {
	.b-mp-banners {
		display: none;
	}
}
/* custom end */