    .c-news {
        margin-top: 30px;
    }

    .c-news.v1 {
        margin-top: 0;
        margin-bottom: 30px;
        min-height: 550px;
        background-color: #fff;
    }

    .c-news .list {
        margin: 0;
        padding: 0;
    }

    .c-news .list .item {
        list-style: none;
        padding: 15px 0;
        border-bottom: 1px dashed #d9d9d9;
    }

    .c-news .list .item:nth-child(1) {
        padding-top: 0;
    }

    .c-news.v1 .list .item:nth-child(1) {
        padding-top: 15px;
    }

    @media (min-width: 768px) {
        .c-news .list .item .inner {
            position: relative;
            padding-left: 245px;
            min-height: 140px;
        }
    }

    .c-news .list .item .img {
        position: relative;
        overflow: hidden;
    }

    @media (min-width: 768px) {
        .c-news .list .item .img {
            position: absolute;
            top: 0;
            left: 0;
            width: 225px;
            height: 140px;
        }
    }

    .c-news .list .item .img a {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .c-news .list .item .img a>img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
    }

    .c-news .list .item .img:after {
        content: '';
        display: block;
        padding-bottom: 56.25%;
    }

    .c-news.v1 .list .item .info {
        margin-top: 0;
        padding-top: 10px
    }

    .c-news .list .item .info .title {
        margin: 0;
        padding: 0;
        font-size: 15px;
        line-height: 1.5;
        max-height: 6em;
        overflow: hidden;
    }

    @media (min-width: 768px) {
        .c-news .list .item .info .title {
            font-style: 14px;
            max-height: 3em;
        }
    }

    .c-news .list .item .info .date {
        text-align: right;
        color: #999;
        font-size: 11px;
        margin-top: 10px;
    }

    .c-news .list .item .info .title a {
        color: #e33826;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        text-decoration: none;
    }

    .h2-tit-news {
        margin-bottom: 10px;
        border-bottom: 1px solid #ececec;
        font-size: 22px;
        font-weight: 500;
        color: #e60000;
        line-height: 28px;
        padding-bottom: 10px;
    }

    .info-help,
    .info-help a {
        color: #999;
        position: relative;
        font-size: 12px;
    }

    .detail-news-p {
        margin-top: 20px;
        margin-bottom: 30px;
        font-size: 18px;
        text-align: justify;
    }

    .box-news {
        background-color: #fff;
        padding: 10px;
    }