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;
}

.img-box {
	padding-top: 106%;
	position: relative;
	max-width: 100%;
	overflow: hidden;
	display: block;
	height: 100%;
  	width: 100%;
  }

  .img-box img, .img-box--logo img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
  }