@media screen and (max-width: 750px) {
    .thirdSwiper {
        height: auto;
    }
    .thirdSwiper .input-box {
        margin: 0.2rem auto;
        position: relative;
        width: 6.8rem;
        height: 0.8rem;
    }
    .thirdSwiper .input-box input {
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.06);
        border-radius: 0.04rem;
        border: none;
        outline: none;
        font-size: 0.28rem;
        padding-left: 0.2rem;
    }
    .thirdSwiper .input-box .mobile-news-search {
        width: 0.46rem;
        height: 0.46rem;
        display: block;
        position: absolute;
        right: 0.29rem;
        top: 50%;
        transform: translateY(-50%);
        background-size: contain;
    }
    .thirdSwiper .swiper-container-mp {
        width: 7.3rem;
        height: 5.1rem;
        margin: 0 auto;
        position: relative;
    }
    .thirdSwiper .swiper-container-mp .swiper-slide img {
        width: 100%;
        height: 100%;
        object-fit: contain !important;
        background-color: #000;
        border-radius: 0.04rem;
    }
    .thirdSwiper .swiper-container-mp .swiper-button-prev,
    .thirdSwiper .swiper-container-mp .swiper-button-next {
        width: 0.68rem;
        height: 1.07rem;
        top: 50%;
        transform: translateY(-50%);
        background-size: 100% 100%;
    }
    .thirdSwiper .swiper-container-mp .swiper-button-prev::after,
    .thirdSwiper .swiper-container-mp .swiper-button-next::after {
        display: none;
    }
    .thirdSwiper .swiper-container-mp .swiper-button-prev {
        left: -0.1rem;
        background-image: url('../images/news-prev.png');
    }
    .thirdSwiper .swiper-container-mp .swiper-button-next {
        right: -0.1rem;
        background-image: url('../images/news-next.png');
    }
    .thirdSwiper .topTipNews {
        margin-top: 0.1rem;
        position: relative;
        width: 100%;
        height: 1.5rem;
        background: #f6faff;
        box-shadow: 0rem 0.2rem 0.45rem 0.02rem rgba(222, 233, 248, 0.8);
        padding: 0.3rem 0.15rem 0;
    }
    .thirdSwiper .topTipNews span {
        color: #222;
        font-size: 0.32rem;
        line-height: 0.48rem;
        text-align: center;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .newListSwiper {
        margin-top: 0.66rem;
        width: 7.3rem;
    }
    .newListSwiper .de_list {
        width: 100%;
    }
    .newListSwiper .de_list .part1.wrapper {
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        row-gap: 0.36rem;
    }
    .newListSwiper .de_list .part1.wrapper .fl {
        width: 3.55rem;
        height: 3.88rem;
        background: #f6faff;
        box-shadow: 0rem 0.2rem 0.45rem 0.02rem rgba(222, 233, 248, 0.4);
        flex-direction: column-reverse;
        margin-bottom: 0;
    }
    .newListSwiper .de_list .part1.wrapper .fl .txt-box {
        padding: 0.18rem 0.1rem 0 !important;
        width: 100%;
    }
    .newListSwiper .de_list .part1.wrapper .fl .txt-box h2 {
        color: #222;
        font-size: 0.28rem;
        line-height: 0.42rem;
        height: 0.84rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        white-space: normal;
    }
    .newListSwiper .de_list .part1.wrapper .fl img {
        width: 100%;
        height: 2.48rem;
        border-radius: 0.04rem;
    }
    .dreamer-pagination .dreamer-ul {
        margin: 0.8rem 0;
    }
    .dreamer-pagination .dreamer-ul li {
        display: none;
    }
    .dreamer-pagination .dreamer-ul li:last-of-type {
        margin: 0 !important;
        width: 1.9rem;
        height: 0.6rem;
        border: 0.01rem solid #e60000;
        text-align: center;
        line-height: 0.6rem;
        font-size: 0.28rem;
        color: #e60000;
        background-color: none !important;
        background: none !important;
        border-radius: 0;
    }
    .dreamer-pagination .dreamer-ul li:last-of-type:hover,
    .dreamer-pagination .dreamer-ul li:last-of-type:active {
        color: #e60000;
    }
    .new-content .part1 .part1_title {
        width: 7.1rem;
        margin: 0.6rem auto 0.32rem !important;
        text-align: left;
        font-size: 0.4rem !important;
        line-height: 0.48rem;
    }
    .new-content .part1 .time {
        color: #666;
        font-size: 0.24rem !important;
        line-height: 0.4rem !important;
        text-align: left !important;
        margin-left: 0.2rem;
        margin-bottom: 0.6rem;
    }
    .new-content .part1 .con-box {
        width: 7.1rem;
        margin: 0 auto 0.75rem;
        padding: 0 !important;
    }
    .new-content .part1 .con-box p,
    .new-content .part1 .con-box span {
        font-size: 0.3rem !important;
        line-height: 0.48rem !important;
    }
    .new-content .part1 .con-box img {
        max-width: 100% !important;
    }
}