.main-wrapper {
    background-color: #f0f0f0;
}

.main-wrapper .bg {
    display: block;
    line-height: 0;
    width: calc(100vw - 100px);
}

.main-item {
    padding-bottom: 60px;
}

.main-title.mt-title {
    margin-top: -120px;
    padding-bottom: 100px;
    margin-bottom: 0;
}

.main-title {
    margin-bottom: 50px;
    font-size: 3.4em;
    color: #490c63;
}

.main-content.w70 {
    width: 80%;
}

.main-content.img-wrapper {
    margin: 0 auto;
}

.main-content .news-time {
    font-size: 14px;
    font-weight: 600;
    color: #ff0099;
}

.main-content .news-school {
    margin-left: 1em;
    font-size: 14px;
    color: #666666;
}

.main-content.w70 .news-title {
    margin-top: 20px;
    text-align: center;
    font-size: 24px;
    color: #000;
}

.main-content.w70 .news-subtitle {
    margin-top: 10px;
    font-size: 20px;
    text-align: center;
    color: #000;
    padding-bottom: 30px;
    border-bottom: 2px solid #900365;
}

.main-content .news-content {
    margin-top: 30px;
    font-size: 14px;
    color: #666666;
    padding-bottom: 30px;
    border-bottom: 2px solid #900365;
}

.main-content.w70 .news-content * {
    font-family: "Microsoft YaHei" !important;
    font-size: 16px !important;
    line-height: 170% !important;
    background-color: transparent !important;
}

.main-content .news-content img {
    display: block;
    margin: 0 auto;
}

.main-content .news-btn {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.main-content .news-btn img {
    width: 30px;
    cursor: pointer;
}

.main-content .news-btn a:first-child img {
    transform: rotate(180deg);
}

/* 更多报道 */
.main-content li {
    float: left;
    width: 30%;
    margin-right: 5%;
    margin-bottom: 50px;
}

.main-content li:nth-child(3n) {
    margin-right: 0;
}

.main-content li .news-time {
    font-size: 14px;
    font-weight: 600;
    color: #ff0099;
}

.main-content li .news-school {
    margin-left: 1em;
    font-size: 14px;
    color: #666666;
}

.main-content li .news-title {
    margin-top: 10px;
    text-align: center;
    font-size: 16px;
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* 分享 */
.share-box {
    position: fixed;
    right: 100px;
    top: 40vh;
    z-index: 9;
    background-color: #e5e5e5;
    width: 70px;
    padding: 20px 0;
    text-align: center;
}

.share-item {
    display: block;
    margin: 20px auto 0;
    position: relative;
    cursor: pointer;
}

.share-item .share_hover {
    display: none !important;
}

.share-item .share_default {
    display: inline-block !important;
}

.share-item:hover .share_hover {
    display: inline-block !important;
}

.share-item:hover .share_default {
    display: none !important;
}

.share-item>img {
    width: 30px;
}

.share-item #makeCode {
    position: absolute;
    left: 50%;
    bottom: 20px;
    width: 150px;
    margin-left: -75px;
    background: #fff;
    padding: 1em 0;
    z-index: 9;
    border: 1px solid #dadada;
}

.share-item #makeCode h6 {
    margin-bottom: 4px;
    font-size: 12px;
    font-weight: normal;
    color: #595959;
    text-align: center;
}

.share-item #makeCode img {
    width: 80%;
    margin: 0 auto;
}

#big-swiper .swiper-slide img {
    width: 100%;
    /* max-height: 50vh; */
    /* height: 640px; */
}

.smallBox .small-swiper img {
    height: 120px;
    width: 100%;
}

#big-swiper .leftDiv {
    position: absolute;
    width: 50%;
    height: 90%;
    left: 0;
    top: 0;

}

#big-swiper .rightDiv {
    position: absolute;
    width: 50%;
    height: 90%;
    right: 0;
    top: 0;

}

#big-swiper .swiper-button-next,
#big-swiper .swiper-button-prev {
    /* top: 35%; */
}

#big-swiper .des {
    font-size: 15px;
    color: #666;
    padding-left: 140px;
    box-sizing: border-box;
    margin: 10px 0;
}


#big-swiper .swiper-pagination-fraction {
    width: 140px;
    left: 0;
    color: #666;
    font-size: 24px;
    background-color: #f0f0f0;
}

#big-swiper .swiper-pagination-total {
    font-size: 24px;
    color: #666;
}

#big-swiper .swiper-pagination-current {
    color: #ff0099;
    font-size: 36px;

}



.smallBox {
    width: 100%;
    margin-top: 30px;
    padding-bottom: 32px;
    position: relative;
}

.smallSwiper {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.smallBox .small-swiper {
    width: 88%;
    margin: 0 auto;
}


.small-swiper .swiper-slide::after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000087;
}

.small-swiper .swiper-slide-thumb-active::after {
    background-color: transparent;
}

.smallBox .swiper-button-next,
.smallBox .swiper-button-prev {
    width: 30px;
    height: 40px;
}


.smallBox .group {
    display: none;
    position: absolute;
    width: 102px;
    top: 0;
    cursor: pointer;
}

.smallBox .group img {
    width: 102px;
    height: 66px;
}

.smallBox .group .title {
    color: #ff0099;
    font-size: 14px !important;
    line-height: 120%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.smallBox .prevGroup {
    left: 0px;
}

.smallBox .nextGroup {
    right: 0px;
}

.more_bd .main-content li img {
    display: block;
    margin: 0 auto;
    height: 280px;
    width: 100%;
}

@media only screen and (max-width: 1680px) {
    .main-wrapper .bg {
        width: calc(100vw - 4.55729vw);
    }

    .share-box {
        right: 4.55729vw;
    }

    .more_bd .main-content li img {
        display: block;
        height: 280px;
    }
}

@media only screen and (max-width: 1440px) {
    .main-wrapper .bg {
        width: calc(100vw - 5.20833vw);
    }

    .main-title {
        font-size: 2.8em;
    }

    .share-box {
        right: 5.20833vw;
    }

    .smallBox .small-swiper img {
        height: 100px;
    }

    .more_bd .main-content li img {
        display: block;
        height: 200px;
    }
}

@media only screen and (max-width: 1024px) {
    .main-wrapper .bg {
        width: calc(100vw - 7.11111vw);
    }

    .main-content.w70 {
        width: 100%;
    }

    .swiper-slide img {
        width: 100%;
        height: 100%;
    }

    .share-box {
        right: 0;
    }

    .share-item #makeCode {
        margin-left: -115px;
    }

    .main-content.w70 .news-title {
        font-size: 20px;
    }

    .main-content.w70 .news-subtitle {
        margin-top: 4px;
        font-size: 16px;
    }

    #big-swiper .swiper-pagination-fraction span {
        font-size: 2em !important;
    }

    .swiper-button-next,
    .swiper-button-prev {
        width: 40px;
        height: 80px;
    }

    .main-title.mt-title {
        margin-top: -1em;
        padding-bottom: 1em;
    }

    .main-title {
        margin-bottom: 1em;
    }


    .smallBox .small-swiper img {
        height: 90px;
    }

    .main-content li {
        width: 45%;
        margin-right: 10% !important;
        margin-bottom: 1em;
    }

    .main-content li:nth-child(2n) {
        margin-right: 0 !important;
    }

    .main-content li .news-school {
        display: block;
        margin-left: 0;
    }

    .more_bd .main-content li img {
        display: block;
        height: 160px;
    }

    .smallBox {
        padding-bottom: 1em;
    }
}

@media only screen and (max-width: 768px) {
    .main-wrapper .bg {
        width: calc(100vw - 5.33333vw);
    }

    .share-box {
        display: none;
    }

    .smallBox .group {
        display: none;
    }

    .smallBox .small-swiper img {
        height: 4em;
    }

    .more_bd .main-content li img {
        display: block;
        height: 6.4em;
    }
}