div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
    font-size: 10px;
    color: #000 !important;
    /*position: absolute;
    right: 15px;
    top: 0;*/
	font-weight:bold;
    /*background: rgba(255, 255, 255, 0.6);
    padding: 20px;*/
}
.news-caption{
	/*position:absolute;
	bottom:0;*/
	padding:0px 15px 0px 0;
	background: white;
	color:black;
	font-size:14px;
	font-weight:bold;
	max-height:55px;
	overflow-y:hidden;
}

.news-block:hover{
	box-shadow: rgb(0 0 0 / 10%) 0px 10px 30px 0px;
    transition: box-shadow .4s ease;
}
.news-block a:hover{
	text-decoration:none;
}
.preview_picture{
    object-fit: cover;
    object-position: center top;
    height: 130px;
	margin-bottom: 7px;
}