@media only screen and (max-width: 768px) {

    body,
    html {
        background: #f0f0f0;
    }

    .banner-show {
        position: relative;
        width: 100%;
        height: 10.9375rem;
        overflow: hidden;
    }

    .banner-show img {
        display: block;
        width: 100%;
        height: 100%;
        ;
    }

    .swiper-container-mobile {
        position: relative;
    }

    .swiper-container-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: .625rem;
        text-align: center;
    }

    .more-list {
        height: 2.875rem;
        justify-content: flex-end;
        align-items: center;
        padding-right: .9375rem;
        background: #fff;
    }

    .more-list a {
        font-family: MicrosoftYaHei;
        font-size: .75rem;
        color: #999999;
    }

    /* 新闻列表 */
    .mobile-news-list ul li {
        background: #fff;
        position: relative;
        height: 7.59375rem;
        padding: .9375rem;
        align-items: center;
        box-sizing: border-box;
        border-top: 1px solid rgba(172, 182, 187, 0.22);
    }

    .mobile-news-list ul li a {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 2;
    }

    .news-left-img {
        width: 8.125rem;
        height: 5.625rem;
        margin-right: .9375rem;
        overflow: hidden;
    }

    .news-left-img img {
        display: block;
        width: 100%;
        height: 100%;
    }

    .news-right-content {
        position: relative;
        width: 12.3125rem;
        height: 100%;
        justify-content: space-between;
    }

    .news-right-content h4 {
        font-family: MicrosoftYaHei;
        font-size: .875rem;
        /* text-align: justify; */
        color: #333333;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    .news-right-content p {
        /* position: absolute; */
        bottom: 0;
        left: 0;
        font-family: MicrosoftYaHei;
        font-size: .6875rem;
        color: #999999;
    }

    .dropload-down {
        text-align: center;
        background: #fff;
        padding-bottom: 5%;
        font-size: 14px;
        color: #666;
    }


    /* 首页新闻类表下方卡片 */
    .news-card {
        /* height: 18rem; */
        background: #fff;
        /* margin-top: .9375rem; */
        padding: 10px 0;
        overflow-y: hidden;
        overflow-x: scroll;
        padding-left: .9375rem;
    }

    .news-flash-title {
        margin-top: .9375rem;
    }

    #news-cards {
        margin-top: 0;
    }

    .mobile-news-list {
        margin-top: .9375rem;
    }

    .news-card ul {
        width: 300%;
        height: 100%;
    }

    .news-card li {
        float: left;
        width: 18.75rem;
        margin-right: .9375rem;
    }

    .news-card li .card-top-img {
        width: 18.6875rem;
        height: 12.4375rem;
        overflow: hidden;
    }

    .news-card li .card-top-img img {
        display: block;
        width: 18.6875rem;
        height: 12.4375rem;
    }

    .news-card li h5 {
        font-family: MicrosoftYaHei;
        font-size: .9375rem;
        color: #2f929f;
        margin: .9375rem 0;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }

    .news-card li p {
        font-family: MicrosoftYaHei;
        font-size: .875rem;
        color: #333333;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    .news-card li {
        position: relative;
    }

    .news-card li a {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 3;
    }

    .card-bottom h5 img {
        width: .8125rem;
        height: .8125rem;
        margin-right: .8125rem;
    }


    /* 广告语 */
    .slogen {
        margin-top: .9375rem;
        position: relative;
        height: 52px;
        overflow: hidden;
    }

    .slogen img {
        display: block;
        width: 100%;
    }

    .swiper-container-horizontal>.swiper-pagination-bullets {
        bottom: 0.225rem;
    }

    /* 快讯 */
    .news-flash-title {
        padding: 0 .9375rem;
        height: 2.5625rem;
        justify-content: space-between;
        align-items: center;
        background: #fff;
    }

    .news-flash-title span {
        position: relative;
        font-size: .9375rem;
        color: #333333;
        padding-left: .625rem;
    }

    .news-flash-title span::before {
        position: absolute;
        content: '';
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        height: 100%;
        width: .125rem;
        background: #2f929f;
    }

    .news-flash-title a {
        font-size: .75rem;
        color: #999999;
    }

    /* 快讯列表 */
    .news-flash ul {
        padding: 0 .9375rem;
        background: #fff;
    }

    .news-flash ul li p:nth-child(1) span {
        width: 59px;
        height: 31px;
        background-color: #eaf4f5;
        border-radius: 4px;
        color: #2f929f;
        padding: 2px 6px;
    }

    .news-flash ul li {
        justify-content: space-between;
        border-top: 1px solid #e0e0e0;
        /* height: 2.375rem; */
        align-items: center;
    }

    /* 专题列表样式 */
    .news-special {
        margin-top: .9375rem;
        background: #fff;
    }

    .news-special ul li {
        height: 7.4375rem;
        box-sizing: border-box;
        padding: .9375rem .9375rem;
        align-items: center;
        border-top: 1px solid #eee;
    }

    .news-special-left-img {
        width: 8.125rem;
        height: 5.625rem;
        margin-right: .625rem;
    }

    .news-special-left-img img {
        display: block;
        width: 100%;
    }

    .news-special-right-content {
        width: 80%;
    }

    .news-special-right-content p:nth-child(1) {
        font-family: MicrosoftYaHei;
        font-size: .875rem;
        color: #333333;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    .news-special-right-content p:nth-child(2) {
        font-family: MicrosoftYaHei;
        font-size: .8125rem;
        color: #666666;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;

    }

    .news-special-right-content p:nth-child(3) {
        font-family: MicrosoftYaHei;
        font-size: .6875rem;
        color: #999999;
        justify-content: space-between;
        margin-top: 1.25rem;
    }

    /* 移动端友情链接 */
    .mobile-link {
        margin-top: .625rem;
        background: #fff;
        padding-bottom: .9375rem;
    }

    .mobile-link ul {
        flex-wrap: wrap;
        padding: 0 .9375rem;
    }

    .mobile-link ul li {
        margin-right: .625rem;
    }

    .mobile-link ul li a {
        font-family: MicrosoftYaHei;
        font-size: .8125rem;
        color: #666666;
    }

    .news-special li {
        position: relative;
    }

    .news-special li a {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: 9;
    }

    .this_get_more {
        text-align: center;
        height: auto !important;
        line-height: 2rem;
    }
}