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;
}
.project-list__item{
	width: 580px;
	height: 400px;
}
.news-item__text p{
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 175px;
    text-align: start !important;
}
.news-item::after{
content:"";
position: absolute;
width:100%;
height:100%;
background: linear-gradient(180deg, rgba(241, 247, 253, .7) 45%, rgba(241, 247, 253, 0.7));
left:0;
top:0;
border-radius: 20px;
}
.z-in{
z-index:1;
}
@media (max-width:992px) {
    .news-item__readmore {
        bottom: 30px;
        right: 30px;
		position: relative;
    }
}
.news-item:hover {
    background: url('../img/news-bg.svg') bottom left no-repeat, linear-gradient(90deg, #0B80F7 0%, #005099 100%) !importent;
    color: #0B80F7;
}