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

.body-wrap .news_str a.news_str__img_wrap
{
	height: auto !important;
}
.news_str a.news_str__img_wrap img
{
	width: 100% !important;
	height: auto !important;
	border-radius: 20px;
	overflow: hidden;
}
.news_str a.news_str__name, .news_str a:link.news_str__name{
	text-decoration: none!important;
	margin: 15px 0 0;
}
.news_srt__data {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.news_str__url{
	color: #232323;
}
.news_str__url:hover{
	text-decoration: underline;
		color: #09953c;
}
.news_str a:hover.news_str__img_wrap{
	border-radius: 20px;
}
.news_str a.news_str__img_wrap:before, .news_str a:link.news_str__img_wrap:before, .news_str a:hover.news_str__img_wrap:before, .news_str a:visited.news_str__img_wrap:before{
	background: none!important;
}
.news_str a:hover.news_str__img_wrap:before {
    opacity: 0.75!important;
    background: linear-gradient(345deg, #09953c, transparent)!important;
		border-radius: 20px;
}