    .updates {
        padding: 5rem 0;
    }

    .updatesTop {
        display: flex;
    }

    .updatesTop .updatesTop_left {
        width: 70rem;
        height: 39.3rem;
        flex-shrink: 0;
        text-align: center;
        overflow: hidden;
    }
   .updatesTop .updatesTop_left img:hover {
        transform: scale(1.1);
    }
     .updatesTop:hover   .updatesTop_right_title {
        color: #2A7CD9 !important;
    }
    .updatesTop .updatesTop_left img {
        max-width: 100%;
        height: auto;
        transition: all 0.3s ease-in-out;
    }

    .updatesTop .updatesTop_right {
        padding: 5rem;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        background: linear-gradient(235deg, rgba(151, 162, 180, 0) 0%, rgba(203, 209, 217, 0.28) 50%, #FFFFFF 100%)
    }

    .updatesTop .updatesTop_right_title {
        font-weight: 600;
        font-size: 2.4rem;
        color: #333333;
        font-style: normal;
        text-transform: none;
        margin-bottom: 1.6rem;
    }

    .updatesTop .updatesTop_right_desc {
        font-weight: 400;
        font-size: 1.6rem;
        color: rgba(51, 51, 51, 0.8);
        line-height: 2.9rem;
        font-style: normal;
        text-transform: none;
        margin-top: 1.6rem;
    }

    .updatesTop .updatesTop_right_bom {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 1.6rem;
        flex-wrap: nowrap;
    }

    .updatesTop .updatesTop_more_btn {
        width: 180px;
        height: 60px;
        background: #2A7CD9;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 400;
        font-size: 18px;
        color: #FFFFFF;
        text-align: left;
        font-style: normal;
        text-transform: none;
        flex-shrink: 0;
        cursor: pointer;
        transition: all 0.3s ease;
        box-shadow: 0 4px 10px 0px rgba(42, 124, 217, 0.25);
    }

    .updatesTop .updatesTop_more_btn:hover {
        transform: translateY(-6px);
        box-shadow: 0 10px 22px 0px rgba(42, 124, 217, 0.45);
        background: #1F6ABE;
    }

    .updatesTop .indicator {
        display: flex;
        gap: 1.6rem;
        align-items: center;
    }

    .updatesTop .indicator_itemcurn {
        width: 0.6rem;
        height: 0.6rem;
        background-color: #DADADA;
        border-radius: 50%;
        cursor: pointer;
    }

    .updatesTop .indicator_item.active {
        width: 2.6rem;
        height: 2.6rem;
        border: 1px solid #E62129 !important;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
    }

    .updatesTop .indicator_item.active .indicator_itemcurn {
        background-color: #E62129 !important;
    }

    .swiper_box {
        width: 100%;
        overflow: hidden;
    }

    .updatesTop .updatesTop_right_timer {
        font-weight: 400;
        font-size: 1.4rem;
        color: #8C8C8C;
        font-style: normal;
        text-transform: none;
        margin-top: 1.6rem;
        margin-bottom: 2rem;
    }

    .swiper_box .indicator_item.active {
        width: 2.6rem;
        height: 2.6rem;
        border: 1px solid #E62129 !important;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        flex-shrink: 0;
    }

    .updates_list {
        padding: 5rem 0;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 5rem;
    }

    .updates_list .updates_list_item {
        padding: 3rem;
        background: linear-gradient(180deg, #EDEFF2 0%, #FFFFFF 100%);
        box-shadow: 3px 4px 11px 0px rgba(189, 189, 189, 0.41);
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        transition: all 0.3s ease;
    }
    .updates_list .updates_list_item a{
        width: 100%;
        height: 100%;

    }

    .updates_list .updates_list_item:hover {
        transform: translateY(-1rem);
        background: #F2F8FF;
        box-shadow: 4px 4px 11px 0px rgba(189, 189, 189, 0.53);
    }

    .updates_list .updates_list_item:hover .updates_list_item_title {
        color: #2A7CD9;
    }

    .updates_list .updates_list_item_title {
        font-weight: 600;
        font-size: 2.4rem;
        color: #474747;
        font-style: normal;
        text-transform: none;
        line-height: 3.8rem;
    }

    .updates_list .updates_list_timer {
        font-weight: 400;
        font-size: 1.4rem;
        color: #8C8C8C;
        font-style: normal;
        text-transform: none;
        margin-top: 6rem;
    }

    /* ============ updates模块自适应媒体查询 ============ */

    /* ≤1599px */
    @media (max-width: 1599px) {
        .updates {
            padding: 4.5rem 0;
        }

        .updatesTop .updatesTop_left {
            width: 60rem;
            height: 35rem;
        }

        .updatesTop .updatesTop_right {
            padding: 4rem;
        }

        .updatesTop .updatesTop_more_btn {
            width: 170px;
            height: 56px;
            font-size: 17px;
        }

        .updatesTop .updatesTop_right_title {
            font-size: 2.2rem;
            margin-bottom: 1.4rem;
        }

        .updatesTop .updatesTop_right_desc {
            font-size: 1.5rem;
            line-height: 2.6rem;
        }

        .updatesTop .updatesTop_right_timer {
            font-size: 1.4rem;

        }

        .updates_list {
            padding: 4.5rem 0;
            gap: 4rem;
        }

        .updates_list .updates_list_item {
            padding: 2.5rem;
        }

        .updates_list .updates_list_item_title {
            font-size: 2.2rem;
            line-height: 3.4rem;
        }

        .updates_list .updates_list_timer {
            font-size: 1.4rem;
            margin-top: 5rem;
        }
    }

    /* ≤1439px */
    @media (max-width: 1439px) {
        .updates {
            padding: 4rem 0;
        }

        .updatesTop .updatesTop_left {
            width: 55rem;
            height: 32rem;
        }

        .updatesTop .updatesTop_right {
            padding: 3.5rem;
        }

        .updatesTop .updatesTop_more_btn {
            width: 160px;
            height: 52px;
            font-size: 16px;
        }

        .updatesTop .updatesTop_right_title {
            font-size: 2rem;
            margin-bottom: 1.2rem;
        }

        .updatesTop .updatesTop_right_desc {
            font-size: 1.4rem;
            line-height: 2.4rem;
        }

        .updatesTop .updatesTop_right_timer {
            font-size: 1.4rem;

        }

        .updates_list {
            padding: 4rem 0;
            gap: 3.5rem;
        }

        .updates_list .updates_list_item {
            padding: 2rem;
        }

        .updates_list .updates_list_item_title {
            font-size: 2rem;
            line-height: 3rem;
        }

        .updates_list .updates_list_timer {
            font-size: 1.4rem;
            margin-top: 4rem;
        }
    }

    /* ≤1279px */
    @media (max-width: 1279px) {
        .updates {
            padding: 3.5rem 0;
        }



        /* .updatesTop .updatesTop_left {
            width: 100%;
            height: 100%;
        } */

        .updatesTop .updatesTop_right {
            padding: 3rem;
            width: 100%;
        }

        .updatesTop .updatesTop_more_btn {
            width: 150px;
            height: 50px;
            font-size: 15px;
        }

        .updatesTop .updatesTop_right_title {
            font-size: 1.8rem;
            margin-bottom: 1rem;
        }

        .updatesTop .updatesTop_right_desc {
            font-size: 1.4rem;
            line-height: 2.2rem;
        }

        .updatesTop .updatesTop_right_timer {
            font-size: 1.4rem;

        }

        .updates_list {
            padding: 3.5rem 0;
            grid-template-columns: repeat(2, 1fr);
            gap: 3rem;
        }

        .updates_list .updates_list_item {
            padding: 2rem;
        }

        .updates_list .updates_list_item_title {
            font-size: 1.8rem;
            line-height: 2.8rem;
        }

        .updates_list .updates_list_timer {
            font-size: 1.4rem;
            margin-top: 3rem;
        }
    }

    /* ≤1199px */
    @media (max-width: 1199px) {
        .updatesTop {
            /* flex-direction: column; */
        }

        .updates {
            padding: 3rem 0;
        }

        /* .updatesTop .updatesTop_left {
            height: 28rem;
        } */

        .updatesTop .updatesTop_right {
            padding: 2.5rem;
        }

        .updatesTop .updatesTop_more_btn {
            width: 135px;
            height: 46px;
            font-size: 15px;
        }

        .updatesTop .updatesTop_right_title {
            font-size: 1.6rem;
            margin-bottom: 0.8rem;
        }

        .updatesTop .updatesTop_right_desc {
            font-size: 1.4rem;
            line-height: 2rem;
        }

        .updatesTop .updatesTop_right_timer {
            font-size: 1.4rem;

        }

        .updates_list {
            padding: 3rem 0;
            grid-template-columns: repeat(2, 1fr);
            gap: 2.5rem;
        }

        .updates_list .updates_list_item {
            padding: 1.8rem;
        }

        .updates_list .updates_list_item_title {
            font-size: 1.6rem;
            line-height: 2.6rem;
        }

        .updates_list .updates_list_timer {
            font-size: 1.4rem;
            margin-top: 2.5rem;
        }
    }

    /* ≤991px */
    @media (max-width: 991px) {
         .updatesTop {
            flex-direction: column;
        }
        .updates {
            padding: 2.5rem 0;
        }

        /* .updatesTop .updatesTop_left {
            height: 25rem;
        } */

        .updatesTop .updatesTop_right {
            padding: 2rem;
        }

        .updatesTop .updatesTop_more_btn {
            width: 125px;
            height: 42px;
            font-size: 14px;
        }

        .updatesTop .updatesTop_right_title {
            font-size: 1.6rem;
            margin-bottom: 0.6rem;
        }

        .updatesTop .updatesTop_right_desc {
            font-size: 1.4rem;
            line-height: 1.8rem;
        }

        .updatesTop .updatesTop_right_timer {
            font-size: 1.4rem;

        }

        .updates_list {
            padding: 2.5rem 0;
            grid-template-columns: 1fr;
            gap: 2rem;
        }

        .updates_list .updates_list_item {
            padding: 2rem;
        }

        .updates_list .updates_list_item_title {
            font-size: 1.6rem;
            line-height: 2.4rem;
        }

        .updates_list .updates_list_timer {
            font-size: 1.4rem;
            margin-top: 2rem;
        }
    }

    /* ≤767px */
    @media (max-width: 767px) {
        .updates {
            padding: 2rem 0;
        }

         .updatesTop .updatesTop_left {
            width:100%;
            height: auto;
        } 

        .updatesTop .updatesTop_right {
            padding: 1.5rem;
        }

        .updatesTop .updatesTop_more_btn {
            width: 110px;
            height: 38px;
            font-size: 1.4rem;
        }

        .updatesTop .updatesTop_right_title {
            font-size: 1.6rem;
            margin-bottom: 0.5rem;
        }

        .updatesTop .updatesTop_right_desc {
            font-size: 1.4rem;
            line-height: 2rem;
        }

        .updatesTop .updatesTop_right_timer {
            font-size: 1.4rem;

        }

        .updates_list {
            padding: 2rem 0;
            grid-template-columns: 1fr;
            gap: 1.5rem;
        }

        .updates_list .updates_list_item {
            padding: 1.5rem;
        }

        .updates_list .updates_list_item_title {
            font-size: 1.6rem;
            line-height: 2.2rem;
        }

        .updates_list .updates_list_timer {
            font-size: 1.4rem;
            margin-top: 1.5rem;
        }
    }

    /* ============ news-wrap 新闻列表模块 ============ */

    /* 新闻列表容器 */
    .news-wrap {
        margin-top: 3rem;
    }

    .news-item {
        display: flex;
        gap: 1.8rem;
        padding: 2.2rem 0;
        border-bottom: 1px solid #eeeeee;
        cursor: pointer;
    }

    /* 左侧数字日期方块 */
    .news-date-box {
        flex: 0 0 9.2rem;
        height: 10.5rem;
        border: 1px solid #dddddd;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        transition: all 0s ease;
        background-color: #ffffff;
        color: #222222;
    }

    /* 鼠标悬浮整条新闻，方块变成蓝色 */
    .news-item:hover .news-date-box {
        background-color: #0066bb;
        border-color: #0066bb;
        color: #ffffff;
    }

    .news-date-box .num {
        font-size: 3.6rem;
        font-weight: bold;
        line-height: 1;
    }

    .news-date-box .date-text::before {
        content: "";
        display: block;
        width: 100%;
        height: 1px;
        background: #eceeef;
        margin: 0.5rem 0 0.8rem 0;
    }

    .news-date-box .date-text {
        font-size: 1rem;
        margin-top: 0.6rem;
           color: #666;

    }

    /* 右侧新闻内容 */
    .news-content {
        flex: 1;
        min-width: 0;
    }

    .news-title {
        font-size: 1.8rem;
        font-weight: 400;
        margin-bottom: 1.5rem;
    }

    .news-title a {
        text-decoration: none;
        color: #222;
    }

    .news-item:hover .news-title a {
        color: #2A7CD9;
    }

    .news-desc {
        font-size: 1.4rem;
        color: #999999;
        line-height: 2.5rem;
                   display: -webkit-box;
            -webkit-line-clamp: 2;
            text-overflow:ellipsis;
            -webkit-box-orient: vertical;
            overflow: hidden;
    }
 .news-item:hover .date-text{
     color: #fff;
 }
    /* ============ news-wrap模块自适应媒体查询 ============ */

    /* ≤1439px */
    @media (max-width: 1439px) {
        .news-item {
            gap: 1.6rem;
            padding: 2rem 0;
        }

        .news-date-box {
            flex: 0 0 7.4rem;
            height: 9.4rem;
        }

        .news-date-box .num {
            font-size: 2.8rem;
        }

        .news-title {
            font-size: 1.5rem;
        }
    }

    /* ≤1279px */
    @media (max-width: 1279px) {
        .news-item {
            gap: 1.4rem;
            padding: 1.8rem 0;
        }

        .news-date-box {
            flex: 0 0 6.8rem;
            /*height: 6.8rem;*/
        }

        .news-date-box .num {
            font-size: 2.6rem;
        }
    }

    /* ≤991px */
    @media (max-width: 991px) {
        .news-item {
            gap: 1.2rem;
            padding: 1.6rem 0;
        }

        .news-date-box {
            flex: 0 0 6rem;
            height: 8rem;
        }

        .news-date-box .num {
            font-size: 2.4rem;
        }

        .news-title {
            font-size: 1.4rem;
            margin-bottom: 0.6rem;
        }
    }

    /* ≤767px */
    @media (max-width: 767px) {
        .news-wrap {
            margin-top: 2rem;
        }

        .news-item {
            gap: 1rem;
            padding: 1.4rem 0;
        }

        .news-date-box {
            /*flex: 0 0 5.2rem;*/
            /*height: 5.2rem;*/
        }

        .news-date-box .num {
            font-size: 2rem;
        }

        .news-date-box .date-text {
            margin-top: 0.4rem;
        }

        .news-date-box .date-text::before {
            margin: 0.3rem auto;
        }

        .news-title {
            font-size: 1.4rem;
            margin-bottom: 0.4rem;
        }

        .news-desc {
            line-height: 1.5;
        }
    }