.banner {
    position: relative;
    max-height: calc(100vh - 56px);
    overflow: hidden;
}

.banner .swiper-slide img {
    width: 100%;
    max-height: calc(100vh - 56px);
    object-fit: cover;
}

.banner .swiper-slide .tips-box {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 50%;
    color: #fff;
    font-size: 30px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
}

.banner .swiper-slide .tips-txt {
    position: absolute;
    bottom: 1.5em;
    left: 3em;
    max-width: 70%;

    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.banner .swiper-pagination-bullets.swiper-pagination-horizontal {
    position: absolute;
    bottom: 2.5em;
    right: 3em;
    left: auto;
    z-index: 1;
    width: auto;
}

.banner .swiper-pagination-bullet {
    border: 0.24em solid #fff;
    width: 0.7em;
    height: 0.7em;
    background: transparent;
    opacity: 1;
    margin: 0 0.5em;
    background: #fff;
}

.banner .swiper-pagination-bullet-active {
    background: transparent;
}

.main-item {
    padding-top: 4em;
}

.main-title {
    margin-bottom: 0.5em;
    font-size: 3.4em;
    color: #490c63;
}

.main-content .fl {
    padding-right: 2em;
}

.main-content .fr {
    padding-left: 2em;
}

.main-content .fl,
.main-content .fr {
    width: 50%;
    box-sizing: border-box;
}

.main-content .fl.w40 {
    width: 42%;
}

.main-content .fr.w60 {
    width: 56%;
}

.main-content .fl img {
    display: block;
    width: 100%;
    margin: 0 auto;
}

.main-content .fl .tips-txt,
.video-box .tips-txt {
    font-size: 1.4em;
    color: #333333;
    font-weight: 400;
    padding: 0 2.7em;
    margin: 0.4em 0;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.video-box .tips-txt {
    margin-top: 1em;
}

#shbd-pagination {
    position: relative;
    margin: 0.2em 0 0.6em;
}

#shbd-pagination .swiper-pagination-bullet {
    border: 0.1em solid #900365;
    width: 0.4em;
    height: 0.4em;
    background: transparent;
    opacity: 1;
    margin: 0 0.3em;
    background: #900365;
}

#shbd-pagination .swiper-pagination-bullet-active {
    background: transparent;
}

.news-list li {
    padding: 1.4em 0;
    border-bottom: 0.1em solid #900365;
    text-align: left;
}

.news-list li:first-child {
    padding-top: 0;
}

.news-list .news-time {
    font-size: 16px;
    font-weight: 600;
    color: #ff0099;
}

.news-list .news-school {
    margin-left: 2em;
    font-size: 16px;
    color: #666666;
}

.news-list .news-title {
    margin-top: 0.8em;
    font-size: 1.2em;
    color: #333333;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main-item .more {
    display: block;
    margin-top: 3em;
    text-align: right;
    color: #900365;
    font-size: 1.2em;
}

.main-item .more img {
    width: 2em;
    vertical-align: middle;
}

.main-title .more {
    display: block;
    color: #900365;
    float: right;
    margin: 0;
    line-height: 2.8em;
    font-size: 0.4em;
    font-weight: 400;
}

.main-title .more img {
    display: inline-block;
    width: 1.2em;
    vertical-align: middle;
}

.img-list li {
    margin-top: 2em;
}

.img-list li:first-child {
    margin-top: 0;
}

.main-content .fl .img-list .tips-txt {
    padding: 0 0.1em;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main-content .fl .img-list .tips-txt.sub-txt {
    font-size: 0.8em;
    margin: 0;
}

.video-box {
    position: relative;
}

.video-box .play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 4em;
    height: 4em;
    cursor: pointer;
    z-index: 1;
}

.video-box .tips-txt {
    padding: 0 0.1em;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.slide-box {
    margin-top: 1.2em;
    text-align: center;
}

.slide-box img {
    display: block;
}

.slide-box .slide-info {
    margin-top: 0.8em;
}

.slide-box .slide-info span {
    display: block;
    color: #333333;
    font-size: 1.2em;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

#ssrw-pagination {
    position: relative;
    padding: 3em 0 2em;
}

#ssrw-pagination .swiper-pagination-bullet {
    border: 0.1em solid #900365;
    width: 0.4em;
    height: 0.4em;
    background: transparent;
    opacity: 1;
    margin: 0 0.3em;
    background: #900365;
}

#ssrw-pagination .swiper-pagination-bullet-active {
    background: transparent;
}

.main-item.jdfc {
    background: #900365;
    padding-bottom: 3em;
}

.main-item.jdfc .main-title {
    color: #ffffff;
}

.main-item .slide-box {
    display: flex;
    justify-content: left;
    align-items: center;
    flex-wrap: wrap;
}

.main-item.ssrw .slide-box li {
    width: 22%;
    margin-right: 4%;
}

.main-item.ssrw .slide-box li:nth-child(4n) {
    margin-right: 0;
}

.main-item.ssrw .slide-box li img {
    border-radius: 50%;
}

.main-item.jdfc .slide-box li {
    width: 30%;
    margin-right: 5%;
}

.main-item.jdfc .slide-box li:nth-child(n+4) {
    margin-top: 2em;
}

.main-item.jdfc .slide-box li:nth-child(3n) {
    margin-right: 0;
}

.main-item.jdfc .slide-box .slide-info span {
    color: #ffffff;
    font-size: 1.2em;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

#jdfc-pagination {
    position: relative;
    padding: 2em 0 0;
}

#jdfc-pagination .swiper-pagination-bullet {
    border: 0.1em solid #fff;
    width: 0.4em;
    height: 0.4em;
    background: transparent;
    opacity: 1;
    margin: 0 0.3em;
    background: #fff;
}

#jdfc-pagination .swiper-pagination-bullet-active {
    background: transparent;
}

@media only screen and (max-width: 1440px) {
    .main-title {
        font-size: 2.8em;
    }

    .main-content .fl .tips-txt,
    .video-box .tips-txt {
        font-size: 1em;
    }
}

@media only screen and (max-width: 1024px) {

    .banner .swiper-slide .tips-txt {
        position: absolute;
        bottom: 1.4em;
        left: 0.3em;
        font-size: 0.8em;
    }

    .banner .swiper-pagination-bullets.swiper-pagination-horizontal {
        bottom: 0.6em;
    }

    .main-item {
        padding-top: 2em;
        text-align: center;
        font-size: 0.8em;
    }

    .main-content .fl,
    .main-content .fr {
        width: 100% !important;
        box-sizing: border-box;
        padding: 0;
    }

    .main-content .fl .tips-txt,
    .video-box .tips-txt {
        font-size: 1.2em;
        margin: 1em 0 0;
    }

    #shbd-pagination {
        margin: 1em 0 0;
    }

    .news-list {
        margin-top: 2em;
    }

    .main-item .more {
        display: block;
        margin: 2em 0;
        text-align: center;
        color: #900365;
        font-size: 1.2em;
    }

    .main-item .more img {
        width: 2em;
        vertical-align: middle;
    }

    .main-content .fr .main-title {
        margin-top: 1.2em;
    }

    .main-title .more {
        display: block;
        color: #900365;
        float: right;
        margin: 0;
        line-height: 3em;
        font-size: 0.4em;
    }

    .main-title .more img {
        display: inline-block;
        width: 1.2em;
        vertical-align: middle;
    }


    .main-item.jdfc .slide-box li {
        width: 45%;
        margin-right: 10% !important;
    }

    .main-item.jdfc .slide-box li:nth-child(n+3) {
        margin-top: 2em;
    }

    .main-item.jdfc .slide-box li:nth-child(2n) {
        margin-right: 0 !important;
    }
}