.news-section {
    position: relative;
}

    .news-section .item-holder {
        overflow: hidden;
        padding: 11px 0 1px;
    }

    .news-section .item {
        margin: 0 0 27px;
    }

        .news-section .item h2 {
            font-weight: bold;
            font-size: 17px;
            line-height: 20px;
            padding: 0 95px 0 2px;
        }

@media only screen and (max-width: 767px) {
    .news-section .item h2 {
        padding: 0;
    }
}

.news-section .heading {
    overflow: hidden;
    position: relative;
    padding: 0 0 3px;
}

.news-section .holder {
    overflow: hidden;
    background: #f0f4f6;
    padding: 12px 12px 19px 10px;
    position: relative;
}

.news-section time {
    color: #536d84;
    font-size: 13px;
    line-height: 21px;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0 13px 0 0;
}

@media only screen and (max-width: 767px) {
    .news-section time {
        position: static;
        float: left;
    }
}

.news-section .img-holder {
    float: left;
    margin: 0 18px 0 0;
    padding: 2px 0 0;
}

@media only screen and (max-width: 1024px) {
    .news-section .img-holder {
        text-align: center;
        float: none;
        margin: 0 0 20px;
        padding: 0;
    }
}

.news-section .text-holder {
    overflow: hidden;
}

.news-section .more {
    position: absolute;
    bottom: 11px;
    right: 12px;
    font-size: 14px;
    line-height: 16px;
    padding: 0 24px 0 0;
}

.price-more {
    position: relative;
    font-size: 14px;
    line-height: 16px;
    padding: 0 24px 0 0;
}

    .price-more:after,
    .news-section .more:after {
        content: "\003E";
        position: absolute;
        top: 2px;
        right: 0;
        width: 14px;
        height: 14px;
        background: #4a6580;
        color: #b0c4cf;
        text-align: center;
        font-weight: bold;
        font-size: 16px;
        line-height: 12px;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

    .price-more:hover,
    .news-section .more:hover {
        color: #0077bf;
    }

        .price-more:hover:after,
        .news-section .more:hover:after {
            background: #0077bf;
            color: #fff;
        }
