.banner{
    background-image: url('/web/shiwaicloud/s5-file/assets/image/news.png');
    height: 35vw;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-position: center -200px; */
}

.banner .banner-content {
    width: 1300px;
    margin: 0 auto;
}

.banner .banner-content .banner-title{
    color: #fff;
}

.banner .banner-content .banner-title:first-child{
    font-size: 55px;
    font-weight: 700;
    margin-bottom: 50px;
}

.news-type{
    width: 1300px;
    margin: 0 auto;
    margin-top: 30px;
    color: #1C284D;
    cursor: pointer;
    user-select: none;
    display: flex;
}

.news-type .new-type_list{
    margin-right: 60px;
}

.news-type .select-type{
    color: #3D76FF;
}

.news-list{
    width: 1300px;
    margin: 0 auto;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}

.news-list .news-list_left{
    box-shadow: 2px 2px 12px 0px rgba(0,38,161,0.16);
    height: auto;
    width: 100%;
    padding: 40px;
    box-sizing: border-box;
}

.news-list .news-list_left .news-list_left_list{
    display: flex;
    border-bottom: 1px solid #CCCFD9;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.news-list .news-list_left .news-list_left_list .news-list_content{
    /*  */
}

.news-list .news-list_left .news-list_left_list .news-list_content .news-list_content_title{
    font-size: 23px;
    margin-bottom: 10px;
    color: #1C284D;
}

.news-list .news-list_left .news-list_left_list .news-list_content .news-list_content_text{
    margin-bottom: 10px;
    color: #606882;
    line-height: 26px;
}

.news-list .news-list_left .news-list_left_list .news-list_content a{
    text-decoration: none;
    color: #3D76FF;
}

.news-list .news-list_left .news-list_left_list .news-list_time{
    display: flex;
    width: 210px;
    align-items: center;
    border-right: 2px solid #CCCFD9;
    margin-right: 30px;
}

.news-list .news-list_right{
    box-shadow: 2px 2px 12px 0px rgba(0,38,161,0.16);
    width: 280px;
    height: 100px;
}

@media screen and (max-width:768px) {
    .banner{
        background-image: url('/web/shiwaicloud/s5-file/assets/image/Group1287.png');
        background-position: center -78px;
        height: 368px;
    }
    
    .banner .banner-content .banner-title:first-child {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .banner .banner-content {
        width: auto;
        margin: 0 0 0 25px;
    }

    .news-list .news-list_left .news-list_left_list .news-list_time{
        display: none;
    }

    .news-type {
        width: auto;
        padding: 0 20px;
        /* overflow: auto; */
        height: auto;
        overflow-y: hidden;

        scrollbar-width: none;       /* Firefox */
        -ms-overflow-style: none; 
        margin-top: 5vw;
    }

    .news-type::-webkit-scrollbar {
        display: none;               /* Chrome / Safari / Edge */
    }
    
    .news-list {
        width: auto;
        padding: 0 15px;
        margin-bottom: 15px;
    }

    .news-type .new-type_list {
        margin-right: 16px;
        white-space: nowrap;
    }

    .t-pagination__select{
        display: none;
    }

    .news-list .news-list_left {
        padding: 25px;
    }

    .news-list .news-list_left .news-list_left_list .news-list_content .news-list_content_title {
        font-size: 20px;
    }
}