@media all and (min-width: 1024px) {
    .pc {
        display: block !important;
    }

    .wrap {
        display: none !important;
    }
}

@media all and (min-width: 0px) and (max-width: 1024px) {
    .pc {
        display: none !important;
    }

    .wrap {
        display: block !important;
    }

    body {
        background: unset;
        min-width: unset;
        padding-top: 50px;
    }

    .content {
        background: #efeff4;
        margin-top: 50px;
    }

    .bottom::before {
        display: none;
    }

}

.mb-news {
    width: 100%;
    height: 215px;
    margin-top: 50px;
}

.mb-news .swiper-container {
    padding-bottom: 25px;
}

.mb-news .swiper-slide a img {
    width: 100vw;
    height: 191px;
}

.mb-news .swiper-pagination {
    text-align: center;
    width: 100%;
}

.mb-news .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 5px;
    background: #006dac;
    border-radius: 0;
    opacity: .3;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
}

.mb-news .swiper-pagination .swiper-pagination-bullet-active {
    background: #003fac;
    opacity: 0.9;
}

.mb-news1 .van-tab--active .van-tab__text {
    border-bottom: 3px solid #006dac;
    display: inline-block;
    height: 41px;
}

.news-center .van-tab--active .van-tab__text {
    border-bottom: 3px solid #006dac;
    display: inline-block;
    height: 41px;
}

.mb-adv .swiper-slide a img {
    width: 100%;
    object-fit: contain;
}


* {
    margin: 0;
    padding: 0;
}

a:hover {
    color: #eb4e2f;
}

#index {
    min-height: calc(160vw - 20px);
}

.news-title {
    padding: 15px 10px;
    letter-spacing: 1px;
    font-size: 18px;
    color: #0C0C0C;
    font-weight: bold;
    text-align: center;
}

.news-time {
    font-size: 12px;
    color: #808080;
    padding: 0 15px 6px;
    line-height: 1.5em;
    text-align: center;
    margin-bottom: 10px;
    background-size: 100% auto;
    left: 0;
    bottom: 0;

}

.news-time span {
    padding-right: 10px;
}

.news-content {
    padding: 10px 20px;
}

.news-content video {
    width: 100%;
    height: 200px;
}

.news-content p {
    padding: 0.2rem;
    font-size: .9rem;
    line-height: 1.75;
    text-align: justify;
}

.news-content img {
    max-width: 100% !important;
    height: auto !important;
    object-fit: contain;
    text-align: center;
    padding-bottom: 10px;
}

.mb-footer {
    background: #efeff4;
}

.mb-bottom {
    padding: 1.5rem 0;
}

.mb-bottom span {
    display: block;
    text-align: center;
    margin-top: .5rem;
    font-size: 14px;
}

.news-center {
    background-color: rgba(200, 200, 200, .4);
}

.news-center .van-tabs__wrap {
    position: fixed;
    overflow: hidden;
    right: 0;
    left: 0;
    z-index: 10;
    /* height: 2.5rem; */
    background-color: rgba(200, 200, 200, .4);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.news-center .van-tabs__nav {
    background-color: unset !important;
}

.news-center .van-hairline--top-bottom::after,
.van-hairline-unset--top-bottom::after {
    border-width: 1px 0;
    background-color: #E4E4E4;
    z-index: -1;
}


.mb-infolist {
    width: 100%;
    height: 230px;
}

.mb-infolist .swiper-container {
    padding: 0;
}

.mb-infolist .swiper-pagination {
    position: absolute;
    bottom: 14px;
}

.line1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.line2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}