@media (max-width: 961px) {
    .news .banner-title {
        font-size: 7rem;
        font-weight: 900;
        line-height: normal;
    }

    .news .banner {
        height: 41.25rem;
        width: 100vw;
        /*background-image: url(../../images/mobileNew/01_banner_new.jpg);*/
        background-size: cover;
        padding-left: 7rem;

    }

    .news .content {
        padding: 5rem 7rem 0;
    }

    .news .flash-news {
        display: none;
    }

    .news .headline-news {
        margin: 0;
        width: 100%;
        height: auto;
        border-radius: 0.75rem;
    }

    .news .headline-news-cover {
        height: 45.0438rem;
    }

    .news .headline-news-text__title {
        font-size: 4rem;

        line-height: 6rem;
        color: #0750FE;
    }

    .news .headline-news-text__desc {
        font-size: 2.5rem;
        font-weight: normal;
        line-height: 4.125rem;
        padding: 1rem 0;
    }

    .news .headline-news-text__date {
        font-size: 2.25rem;
        font-weight: normal;
        line-height: 2.25rem;
        padding: 1rem 0;
    }

    .news .list-item {
        margin: 0;
        display: flex;
        border-radius: 0.75rem;
        margin-bottom: 4rem;
        height: 25rem;
    }

    .news .list {
        grid-template-columns: repeat(1, 100%);
        margin: 3rem 0 0 0;
    }

    .news .list-item-img {
        height: 100%;
        width: 50rem;
    }

    .news .list-item-text__title {
        font-size: 3rem;

        line-height: 4.25rem;
    }

    .news .list-item-text__date {
        font-size: 2.25rem;
        font-weight: normal;
        line-height: 2.25rem;
        position: absolute;
        bottom: 2rem;
        left: 2.5rem;
    }

    .news .list-item-text {
        padding: 3rem 2.5rem;
        position: relative;
        width: 65rem;
    }

    .news .content-header {
        margin-bottom: 4rem;
    }

    .news .page a:not(.before, .after) {
        display: none;
    }


    .news .page a.after:hover,
    .news .page a.before:hover,
    .news .page p.after:hover,
    .news .page p.before:hover {
        transform: unset;
    }

    .news .page a.after:hover,
    .news .page a.before:hover,
    .news .page p.after:hover,
    .news .page p.before:hover  {
        background-image: none;
    }

    .news .page p.after,
    .news .page p.before,
    .news .page a.after,
    .news .page a.before {
        background: none;
        width: auto;
        border-radius: 24.25rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0.7rem 2.25rem;
        gap: 1.25rem;
        margin: 0 1rem;
        border: 0.125rem solid #4A4E64;
        font-size: 2.25rem;
        font-weight: normal;
        line-height: 1.2;
        height: auto;
        transform: rotate(0);
    }

    .news .page a.after,
    .news .page a.before {
        background: linear-gradient(90deg, #000BFE 0%, #0750FE 100%) !important;
        color: #FFF;
    }

    .news .page {
        padding-bottom: 5.5vw;
    }

    .news .list-item-img>img {
        width: auto;
    }




    .chanceNews-tab-box {
        width: 100%;
        height: 11.25rem;
        margin-bottom: 2.25rem;
    }

    .chanceNews-tab-box>p {
        width: 100%;
        height: 3.125rem;
        font-size: 2.25rem;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #303133;
        line-height:  3.125rem;
        margin: 1.875rem 0 3.875rem 0;
    }

    .chanceNews-tabs {
        height: 4.25rem;
        position: relative;
        width: 100%;
        margin: 0 auto;
        border-bottom: 0.125rem solid transparent;
        border-color: rgba(227, 235, 237, 0.6);
    }

    .chanceNews-tab-box .chanceNews-tabs a {
        padding: 0 3.125rem 0 0;
        float: left;
        font-size: 2rem;
        color: #333;
        overflow: hidden;
    }

    .chanceNews-tab-box  .chanceNews-tabs a:hover {
        text-decoration: none;
        color: #333
    }

    #chanceNews-tab-line {
        position: absolute;
        top: 4.075rem;
        height: 0.25rem;
        background: #2954A4;
        left: 0;
        width: 100%;
        font-size: 0;
        line-height: 0;
    }

}