@font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v19/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuBWYMZg.ttf) format("truetype")
}

[data-v-471fc48b] .el-pagination .el-pager li {
    font-size: 18px !important;
    margin: 0 6px
}

[data-v-471fc48b] .el-pagination .btn-next .el-icon, [data-v-471fc48b] .el-pagination .btn-prev .el-icon {
    font-size: 18px
}

.news .bg[data-v-471fc48b] {
    height: 670px;
    background-image: linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.135)),url(../images/imgs_news.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    overflow: hidden
}

.news .bg .t[data-v-471fc48b] {
    font-weight: 500;
    font-size: 54px;
    line-height: 75px;
    color: #fff;
    margin-top: 125px;
    font-family: Inter,sans-serif;
    letter-spacing: 4px
}

.news .bg .d[data-v-471fc48b] {
    font-size: 27px;
    line-height: 37px;
    color: #fff;
    margin-top: 11px
}

.news .el-carousel[data-v-471fc48b] {
    margin-top: 42px
}

.news .content[data-v-471fc48b] {
    display: flex;
    margin: 0 auto
}

.news .content .info[data-v-471fc48b] {
    flex-grow: 1;
    flex-shrink: 1
}

.news .content .info .info_t[data-v-471fc48b] {
    padding-right: 75px;
    font-weight: 500;
    font-size: 36px;
    line-height: 50px;
    color: #000;
    text-align: left
}

.news .content .info .info_d[data-v-471fc48b] {
    font-weight: 500;
    padding-right: 75px;
    font-size: 17px;
    line-height: 27px;
    color: #919090;
    text-align: left;
    margin-top: 25px
}

.news .content .info .info_detail[data-v-471fc48b] {
    /*    font-size: 22px;
    line-height: 31px;
    color: #e60113;
    margin-top: 64px;
    text-align: left;
    cursor: pointer;*/
    margin-top:120px;
    bottom: 20px;
    margin-left: 0px;
    width: 130px;
    height: 25px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: red;
    font-size: 18px;
    cursor: pointer;
    font-family: Inter,sans-serif
}

.news .content > img[data-v-471fc48b] {
    width: 696px;
    height: 387px
}

.news .news_list[data-v-471fc48b] {
    margin: 75px auto 0;
    width: 1280px
}

.news .news_list .title[data-v-471fc48b] {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    line-height: 37px;
    text-align: left;
    padding-left: 24px
}

    .news .news_list .title[data-v-471fc48b]:before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 7px;
        height: 31px;
        background-color: #e70c1d
    }

.news .news_list .list[data-v-471fc48b] {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-column-gap: 70px;
    grid-row-gap: 60px;
    margin-top: 48px
}

.news .news_list .list .item[data-v-471fc48b] {
    cursor: pointer
}

.news .news_list .list .item .item_bg[data-v-471fc48b] {
    height: 216px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%
}

.news .news_list .list .item .item_t[data-v-471fc48b] {
    font-size: 18px;
    line-height: 25px;
    height: 51px;
    color: #000;
    font-weight: 500;
    margin-top: 26px
}

.news .news_list .list .item .desc[data-v-471fc48b], .news .news_list .list .item .item_t[data-v-471fc48b] {
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.news .news_list .list .item .desc[data-v-471fc48b] {
    font-size: 14px;
    line-height: #515151;
    line-height: 18px;
    height: 37px;
    margin-top: 34px
}

.news .news_list .list .item .more[data-v-471fc48b] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px
}

.news .news_list .list .item .more .date[data-v-471fc48b] {
    color: #515151;
    line-height: 16px
}

.news .news_list .list .item .more .more_btn[data-v-471fc48b] {
    font-size: 14px;
    line-height: 18px;
    color: #e70c1d
}

.news .news_list .page[data-v-471fc48b] {
    display: flex;
    justify-content: center;
    margin: 60px 0
}

@media (max-width:1280px) and (min-width:800px) {
    [data-v-471fc48b] .el-pagination .el-pager li {
        font-size: 14.4px !important;
        margin: 0 4.8px
    }

    [data-v-471fc48b] .el-pagination .btn-next .el-icon, [data-v-471fc48b] .el-pagination .btn-prev .el-icon {
        font-size: 14.4px
    }

    .news .bg[data-v-471fc48b] {
        height: 296px;
        background-image: url(../images/imgs_news.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 50%;
        overflow: hidden
    }

    .news .bg .t[data-v-471fc48b] {
        font-weight: 500;
        font-size: 43.2px;
        line-height: 60px;
        color: #fff;
        margin-top: 100px
    }

    .news .bg .d[data-v-471fc48b] {
        font-size: 21.6px;
        line-height: 29.6px;
        color: #fff;
        margin-top: 8.8px
    }

    .news .el-carousel[data-v-471fc48b] {
        margin-top: 33.6px
    }

    .news .content[data-v-471fc48b] {
        display: flex;
        margin: 0 auto
    }

    .news .content .info[data-v-471fc48b] {
        flex-grow: 1;
        flex-shrink: 1
    }

    .news .content .info .info_t[data-v-471fc48b] {
        padding-right: 60px;
        font-weight: 500;
        font-size: 28.8px;
        line-height: 40px;
        color: #000;
        text-align: left
    }

    .news .content .info .info_d[data-v-471fc48b] {
        font-weight: 500;
        padding-right: 60px;
        font-size: 13.6px;
        line-height: 53.6px;
        color: #919090;
        text-align: left;
        margin-top: 20px
    }

    .news .content .info .info_detail[data-v-471fc48b] {
        font-size: 17.6px;
        line-height: 24.8px;
        color: #e60113;
        margin-top: 51.2px;
        text-align: left
    }

    .news .content > img[data-v-471fc48b] {
        width: 556.8px;
        height: 309.6px
    }

    .news .news_list[data-v-471fc48b] {
        margin: 60px auto 0;
        width: 1024px
    }

    .news .news_list .title[data-v-471fc48b] {
        position: relative;
        font-size: 14.4px;
        font-weight: 600;
        line-height: 29.6px;
        text-align: left;
        padding-left: 19.2px
    }

        .news .news_list .title[data-v-471fc48b]:before {
            content: "";
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            width: 5.6px;
            height: 24.8px;
            background-color: #e70c1d
        }

    .news .news_list .list[data-v-471fc48b] {
        display: grid;
        grid-template-columns: repeat(3,1fr);
        grid-column-gap: 56px;
        grid-row-gap: 48px;
        margin-top: 38.4px
    }

    .news .news_list .list .item[data-v-471fc48b] {
        cursor: pointer
    }

    .news .news_list .list .item .item_bg[data-v-471fc48b] {
        height: 172.8px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 50%
    }

    .news .news_list .list .item .item_t[data-v-471fc48b] {
        font-size: 14.4px;
        line-height: 20px;
        height: 40.8px;
        color: #000;
        font-weight: 500;
        margin-top: 20.8px
    }

    .news .news_list .list .item .desc[data-v-471fc48b], .news .news_list .list .item .item_t[data-v-471fc48b] {
        text-align: left;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical
    }

    .news .news_list .list .item .desc[data-v-471fc48b] {
        font-size: 11.2px;
        color: #515151;
        line-height: 14.4px;
        height: 29.6px;
        margin-top: 27.2px
    }

    .news .news_list .list .item .more[data-v-471fc48b] {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 12px
    }

    .news .news_list .list .item .more .date[data-v-471fc48b] {
        color: #515151;
        line-height: 12.8px
    }

    .news .news_list .list .item .more .more_btn[data-v-471fc48b] {
        font-size: 11.2px;
        line-height: 14.4px;
        color: #e70c1d
    }

    .news .news_list .page[data-v-471fc48b] {
        display: flex;
        justify-content: center;
        margin: 48px 0
    }
}

@media (max-width:768px) and (min-width:350px) {
    [data-v-471fc48b] .el-pagination .el-pager li {
        font-size: 12px !important;
        margin: 0 4px
    }

    [data-v-471fc48b] .el-pagination .btn-next .el-icon, [data-v-471fc48b] .el-pagination .btn-prev .el-icon {
        font-size: 12px
    }

    .news .bg[data-v-471fc48b] {
        height: auto;
        background-image: url(../images/imgs_news.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 50%;
        overflow: hidden;
        text-align: center;
        padding: 20px
    }

    .news .bg .t[data-v-471fc48b] {
        font-weight: 500;
        font-size: 36px;
        line-height: 50px;
        color: #fff;
        margin-top: 60px
    }

    .news .bg .d[data-v-471fc48b] {
        font-size: 18px;
        line-height: 24px;
        color: #fff;
        margin-top: 8px
    }

    .news .el-carousel[data-v-471fc48b] {
        margin-top: 20px;
        width: 100%
    }

    .news .content[data-v-471fc48b] {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin: 0 auto
    }

    .news .content .info[data-v-471fc48b] {
        margin-bottom: 20px
    }

    .news .content .info .info_t[data-v-471fc48b] {
        padding: 0 20px;
        font-weight: 500;
        font-size: 24px;
        line-height: 32px;
        color: #000
    }

    .news .content .info .info_d[data-v-471fc48b] {
        font-weight: 500;
        padding: 0 20px;
        font-size: 14px;
        line-height: 24px;
        color: #919090;
        margin-top: 10px
    }

    .news .content .info .info_detail[data-v-471fc48b] {
        font-size: 18px;
        line-height: 24px;
        color: #e60113;
        margin-top: 20px;
        cursor: pointer
    }

    .news .content > img[data-v-471fc48b] {
        width: 100%;
        height: auto
    }

    .news .news_list[data-v-471fc48b] {
        margin: 40px auto 0;
        width: 100%;
        box-sizing: border-box;
        padding: 0 10px
    }

    .news .news_list .title[data-v-471fc48b] {
        position: relative;
        font-size: 14px;
        font-weight: 600;
        line-height: 24px;
        text-align: left;
        padding-left: 20px
    }

        .news .news_list .title[data-v-471fc48b]:before {
            content: "";
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            width: 5px;
            height: 24px;
            background-color: #e70c1d
        }

    .news .news_list .list[data-v-471fc48b] {
        display: grid;
        grid-template-columns: 1fr;
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        margin-top: 20px
    }

    .news .news_list .list .item[data-v-471fc48b] {
        cursor: pointer
    }

    .news .news_list .list .item .item_bg[data-v-471fc48b] {
        height: 150px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 50%
    }

    .news .news_list .list .item .item_t[data-v-471fc48b] {
        font-size: 16px;
        line-height: 22px;
        color: #000;
        font-weight: 500
    }

    .news .news_list .list .item .desc[data-v-471fc48b], .news .news_list .list .item .item_t[data-v-471fc48b] {
        text-align: left;
        height: auto;
        margin-top: 15px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical
    }

    .news .news_list .list .item .desc[data-v-471fc48b] {
        font-size: 12px;
        color: #515151;
        line-height: 16px
    }

    .news .news_list .list .item .more[data-v-471fc48b] {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 10px
    }

    .news .news_list .list .item .more .date[data-v-471fc48b] {
        color: #515151;
        line-height: 16px;
        text-align: left
    }

    .news .news_list .list .item .more .more_btn[data-v-471fc48b] {
        font-size: 12px;
        line-height: 16px;
        white-space: nowrap;
        color: #e70c1d
    }

    .news .news_list .page[data-v-471fc48b] {
        display: flex;
        justify-content: center;
        margin: 40px 0
    }
}
