html.body {
    background: #fff;
}

.title_line {
    display: block;
    width: 66px;
    height: 6px;
    margin: 0 auto;
    border-radius: 3px;
    background: #333;
}

.index_news {
    margin-bottom: 70px;
}

.index_news .main_left .news_content {
    overflow: hidden;
}

.index_news .main_left .news_content .news_box {
    position: relative;
    display: flex;
    color: #666;
    padding: 25px 0;
    border-bottom: 1px solid #F2F5F8;
}

.index_news .main_left .news_content .news_box:last-child {
    border-bottom: 0;
}

.index_news .main_left .news_content .news_box .img_box {
    padding: 0;
}

.index_news .main_left .news_content .news_box .img_box .img_warp {
    padding-bottom: calc(100% * 0.7);
    overflow: hidden;
    height: 0;
    position: relative;
}

.index_news .main_left .news_content .news_box .img_box .img_warp img {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 12px;
}

.index_news .main_left .news_content .news_box .text_box {
    display: flex;
    display: -webkit-flex;
    flex-flow: column nowrap;
    padding: 0 0 0 15px;
}

.index_news .main_left .news_content .news_box .text_box ._tit {
    color: #111f2c;
    font-size: 17px;
    line-height: 1.5;
    margin: 5px 0 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.index_news .main_left .news_content .news_box .text_box .news_info {
    display: flex;
    margin-bottom: 5px;
}

.index_news .main_left .news_content .news_box .text_box .news_info img {
    width: 14px;
    height: 14px;
}

.index_news .main_left .news_content .news_box .text_box .news_info_date {
    color: #999;
    font-size: 13px;
    margin-left: 8px;
    line-height: 14px;
}

.index_news .main_left .news_content .news_box .text_box .news_desc {
    color: #646566;
    font-size: 13px;
    line-height: 1.5;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.index_news .main_left .news_content .news_box .text_box .news_desc span {
    font-weight: 700;
}

.index_news .main_left .news_content .news_box .text_box ._tit:hover {
    color: #3867FB;
}

.index_news .pagination {
    margin-top: 25px;
}

@media screen and (max-width: 767px) {
    .index_news {
        margin-bottom: .3rem;
    }

    .index_news .container .main_left .news_content {
        padding: 0;
        border-radius: 0;
    }

    .index_news .container .main_left .news_content .news_box {
        padding: 20px 0;
    }

    .index_news .container .main_left .news_content .news_box .text_box {
        padding: 0 0 0 10px;
    }

    .index_news .container .main_left .news_content .news_box .text_box ._tit {
        margin-top: 0;
        font-size: 15px;
    }

    .index_news .main_left .news_content .news_box .text_box ._tit:hover {
        color: #111f2c;
    }

    .index_news .container .main_left .news_content .news_box .text_box .news_desc {
    }

    .index_news .container .main_left .news_content .news_box .text_box .news_info {
        position: absolute;
        bottom: 0;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .index_news .main_left .news_content .news_box .text_box .news_desc {
        -webkit-line-clamp: 2;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .index_news .main_left .news_content .news_box .text_box .news_desc {
        -webkit-line-clamp: 2;
    }
}