.news .newsItem {
    margin: 10px 0 15px;
}

.news .newsItem a {
    display: flex;
    color: inherit;
}

.news .newsItem img {
    width: 245px;
    height: 130px;
    flex: 0 0 245px;
    object-fit: cover;
    object-position: top;
}

.news .newsTxt {
    min-width: 0;
    min-height: 130px;
    flex: 1;
    margin-left: 15px;
    overflow: hidden;
    border-bottom: 1px solid #999;
    background: #f4f4f4 url('../images/layout/icon_next.gif') no-repeat 98% 91%;
}

.news .newsTxt h2 {
    margin: 10px 35px 10px 15px;
    padding: 0;
    color: #000;
    font-size: 15px;
    font-weight: normal;
    line-height: 20px;
}

.news .newsDesc {
    margin: 0 35px 10px 15px;
    color: #333;
    font-size: 12px;
    line-height: 15px;
}

@media (max-width: 767.98px) {
    .news .newsItem a {
        display: block;
    }

    .news .newsItem img {
        width: 100%;
        height: auto;
        max-height: 320px;
    }

    .news .newsTxt {
        min-height: 0;
        margin-left: 0;
        padding: 1px 0 12px;
    }
}
