@media only screen and (max-width: 767px) {
    .news-center .news-content {
        width: 100%;
    }

    .news-center .news-content .news-title {
        font-size: 50px;
        padding-left: 20px;
    }

   /* .news-center .news-content .news-txt {
        left: 100px;
    }*/

    .news-center .news-content .news-btns {
        top: 240px;
    }

    .news-center .news-content .news-btn {
        width: 24vw;
        margin-left: 3px;
        font-size: 14px;
        height: 40px;
        line-height: 40px;
    }

    .news-center .inner-content {
        width: 100vw;
    }

    .center-title {
        width: 100vw;
    }

    .center-title .title {
        width: 92vw;
        padding: 10px;
        font-size: 18px;
        white-space: wrap;
    }

    .center-title .title a {
        width: 100%;

    }

    .center-content {
        width: 100%;
        flex-direction: column;
        height: auto;
    }

    .center-content img {
        width: 100%!important;
    }

    .center-content .center-left {
        width: 100%;
    }

    .center-content .center-left .left-banner {
        width: 100%;
        height: 300px;
    }

    .center-content .center-left .left-banner .swiper-wrapper {
        height: 100%;
    }

    .center-left .left-items {
        flex-direction: column;
        height: auto;
        align-items: center;
    }

    .center-left .left-items .left-item {
        margin-bottom: 10px;
    }

    .center-content .center-right {
        width: 100%;
        margin: 0;
    }

    .inner-more {
        bottom: -35px;
    }
    .center-title .tips {
        width: 92vw;
    }
}
