﻿.news-main {width: calc(100% - 260px);}
.news-item{border:none;margin-bottom:30px;padding: 0 0 15px;
    margin: 0 0 15px;}
.news-item a {
    text-decoration: none;
    display: flex;
}
.news-img {width: 240px; height: 150px;overflow: hidden;
    border-radius: 5px;margin: 0 20px 0 0;flex-shrink: 0;}
.news-main {
    width: calc(100% - 260px);
}
.news-txt{
    color: #808080;
    margin: 0;
    font-size: 15px;
    line-height: 1.5em;
    display: -webkit-box;
     -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news-ttl{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 0 10px;
    text-transform: uppercase;
    transition: all 0.5s ease;
    color: #565656;
    font-weight: bold;
    font-size: 14px;
}
.news-item:hover .news-ttl{color:#ba1021;}
.news-img img{
    width: 100%;
    transition: all 0.5s ease;
    height: 100%;
    object-fit: cover;
}
.news-item:hover .news-img img{transform: scale(1.1, 1.1);}
.news-date {
    color:#666666;
    font-family: 'Lato', sans-serif;
    margin: 0;
    font-weight: 400;
    background: url(/W_images/ico-date.png) no-repeat left center;background-size: 20px;padding-left: 25px;}
@media screen and (max-width:768px) {

}
@media screen and (max-width:480px) {
    .news-item a{display: block;}
.news-img, .news-main{width:100%}
.news-item {
    padding: 0 0 20px;
    margin: 0 0 25px;
}
}