body {
    background: #F9F9F9;
}

.article_box {
    background: url(../static/maobi_bg.png);
    padding: 80px 0;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    /* color: #FFFFFF; */
    font-size: 32px !important;
}

.news_box {}

.news_title_box {
    margin: 0 auto 40px auto;
}

.news_title_box .news_top_info {
    justify-content: center;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 26px;
    color: #333333;
    margin-bottom: 5px;
}

.news_title_icon {
    width: 61px;
    height: 39px;
    margin-right: 10px;
    line-height: 0;
}

.news_subtitle {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 15px;
    color: #C50222;
    text-align: center;
}

.news_list_box {
    margin-bottom: 30px;
}

.news_list_box .news_div {
    width: 32%;
    background: #FFFFFF;
    box-shadow: 0px 5px 17px 1px rgba(197, 2, 34, 0.15);
    border-radius: 8px;
    overflow: hidden;
}

.news_list_box .news_div:hover .news_img {
    transform: scale(1.05);
}

.news_list_box .news_div:hover .news_title_info {
    color: #C50222;
}

.news_list_box .news_div .news_img {
    height: 300px;
    transition: transform 0.3s ease;
}

.news_list_box .news_div .news_title_info {
    padding: 0px 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 20px;
    color: #333333;
    min-height: 45px;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 10px 0;
}

.news_list_box .news_div .news_title_info .title_dian {
    width: 10px;
    height: 10px;
    background: #C50222;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
}

.news_list_box .news_div .news_illustrate_text {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    padding: 0px 20px;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_list_box .news_div .news_bottom_info {
    background: #EEEEEE;
    padding: 10px 20px;
}

.news_bottom_div {}

.news_bottom_icon {
    width: 18px;
    height: 18px;
    margin-right: 5px;
    line-height: 0;
}

.news_look_icon {
    width: 23px;
    height: 13px;

}

.news_more {
    width: 14px;
    height: 16px;
}

.news_bottom_name {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #555555;
}

.news_bottom_detail {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #C50222;
    margin-right: 5px;
}

.look_more_box {
    justify-content: flex-end;
}

.look_more_div {
    height: 38px;
    background: #C50222;
    box-shadow: 0px 8px 17px 1px rgba(197, 2, 34, 0.13);
    border-radius: 26px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 38px;
    padding: 0 30px;
}

/* 公告部分 */
.Notice_box {
    margin-top: 30px;
}

.Notice_content_box {
    margin-bottom: 30px;
}

.Notice_content_box .Notice_left_box {
    width: 28%;
    display: flex;
    flex-direction: column;
    height: 410px;
    justify-content: space-between;
}

.Notice_content_box .Notice_left_box .Notice_div {
    padding: 15px;
    background: #FFFFFF;
    box-shadow: 0px 6px 13px 0px rgba(153, 153, 153, 0.13);
    border-radius: 4px;
    box-sizing: border-box;
    border-bottom: 5px solid #C50222;
    position: relative;
}

.Notice_content_box .Notice_left_box .school_logo {
    display: none;
    position: absolute;
    width: 36px;
    height: 36px;
    bottom: 7px;
    right: 3px;
}

.Notice_content_box .Notice_left_box .Notice_div:hover {
    background: #CE2843;
}

.Notice_content_box .Notice_left_box .Notice_div:hover .school_logo {
    display: block;
}

.Notice_content_box .Notice_left_box .Notice_div:hover .Notice_day_box {
    background: #FFFFFF;
}

.Notice_content_box .Notice_left_box .Notice_div:hover .Notice_content {
    color: #FFFFFF;
}

.Notice_left_box .Notice_day_box {
    width: 73px;
    min-width: 73px;
    background: rgba(197, 2, 34, 0.08);
    border-radius: 6px;
    text-align: center;
    padding: 10px 0;
    box-sizing: border-box;
    margin-right: 15px;
}

.Notice_left_box .Notice_day_box>h4 {
    font-size: 26px;
    color: #C50222;
}

.Notice_left_box .Notice_day_box>p {
    font-weight: 400;
    font-size: 12px;
    color: #C50222;
}

.Notice_left_box .Notice_content {
    font-weight: 400;
    font-size: 13px;
    color: #222222;
    line-height: 22px;
    width: 80%;
}

.Notice_center_box {
    width: 40%;
    overflow: hidden;
    background: #FFFFFF;
}

.Notice_center_box .Notice_swiper {
    width: 100%;
    height: 100%;
    padding: 0 0 40px 0;
    cursor: pointer;
}

.Notice_center_box .Notice_swiper .Notice_img {
    height: 281px;
    border-radius: 4px;
    overflow: hidden;

}

.Notice_center_box .Notice_swiper .Notice_name {
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 16px;
    color: #222222;
    padding: 15px 0;
}

.Notice_illustrate {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    padding: 0 20px;
}

.swiper-pagination-bullet-active {
    background: #C50222;
}

.swiper-pagination {
    bottom: 15px !important;
}

.Notice_btn_box {
    width: 100%;
    padding: 0 30px;
    box-sizing: border-box;
    position: absolute;
    bottom: 10px;
    z-index: 10;
}

.Notice_btn_box .Notice_btn_div {
    height: 26px;
    width: 26px;
}

.sports_head_box {
    background: url(../static/sports_title_bg.png) no-repeat;
    background-position: 0px -160px;
    padding: 40px 0;
    justify-content: center;
    margin-bottom: 40px;
    background-size: 100%;
}

.sports_head_box .sports_head_div {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 26px;
    color: #96021A;
    cursor: pointer;
}

.sports_head_box .sports_head_div .not_icon {
    display: block;
}

.sports_head_box .sports_head_div .yes_icon {
    display: none;
}

.sports_head_box .sports_head_div.active_head {
    color: #FFFFFF;
}

.sports_head_box .sports_head_div.active_head .not_icon {
    display: none;
}

.sports_head_box .sports_head_div.active_head .yes_icon {
    display: block;
}

.sports_head_box .sports_line {
    width: 1px;
    height: 22px;
    background: #D2D2D2;
    margin: 0 30px;
}

.sports_head_box .sports_head_div .sports_head_icon {
    margin-right: 10px;
    line-height: 0;
}

.sports_head_box .sports_head_div .sports_head_icon.icon01 {
    width: 22px;
    height: 26px;
}

.sports_head_box .sports_head_div .sports_head_icon.icon02 {
    width: 26px;
    height: 23px;
}

.sports_content_box {
    width: 365px;
    background: rgba(197, 2, 34, 0.6);
    border-radius: 7px;
    padding: 0 30px;
    margin-bottom: 100px;
}

.sports_content_title {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    justify-content: flex-start;
    padding: 30px 0 0 0;
}

.sports_content_line {
    width: 6px;
    height: 22px;
    background: #FFFFFF;
    border-radius: 3px;
    margin-right: 10px;
}

.sports_type {
    padding: 20px 0;
    display: none;
}

.sports_content_text {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    display: none;
    height: 204px;

    box-sizing: border-box;
    overflow: auto;
}

.sports_content_text::-webkit-scrollbar {
    display: none;
}


.active_sports {
    display: block;
}

.sports_bg_box {
    height: 700px;
    padding: 0 0 40px 0;
    background-size: cover;
    box-sizing: border-box;
}

.sports_list_content {
    margin-top: 28%;
}

.sports_list_box {
    width: 90%;
}

.sports_list_box .swiper {
    width: 100%;
    height: 100%;
}

.sports_list_box .swiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 7px;
    padding: 9px;
    box-sizing: border-box;
}
.sports_list_box .swiper .swiper-slide a{
    width: 100%;
}
.sports_list_bg {
    width: 100%;
    height: 143px;
    border-radius: 7px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.sports_list_bg>img {
    width: 100%;
}

.sports_list_mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(49, 49, 49, 0.7);
    justify-content: center;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
}

.sports_btn {
    width: 44px;
    height: 44px;
    cursor: pointer;
}

.prev_btn {
    transform: rotate(180deg);
}

/* 工作室 */
.studio_bg_box {
    background: url(../static/studio_bg.png);
    padding: 60px 0;
}

.studio_content_box {
    overflow: hidden;
}

.studio_list_box {
    width: 90%;
    position: relative;
}

.studio_list_box .swiper {
    width: 100%;
    height: 100%;
}

.swiper {
    width: 100%;
    height: 100%;
}


.studio_list_box .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.studio_list_box .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.studio_list_box .studio_div {
    width: 100%;
    /* box-shadow: 0px 4px 12px 1px rgba(136, 136, 136, 0.15); */
    border-radius: 6px;
    overflow: hidden;
}

.studio_list_box .studio_div:hover .studio_info_box {
    color: #C50222;
}

.studio_list_box .studio_div:hover .studio_img {
    transform: scale(1.05);
}

.studio_div .studio_img {
    height: 219px;
    transition: transform 0.3s ease;
}

.studio_div .studio_info_box {
    justify-content: flex-start;
    padding: 20px 30px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 20px;
    color: #333333;
}

.studio_div .studio_info_line {
    width: 7px;
    height: 7px;
    background: #C50222;
    border-radius: 50%;
    margin-right: 10px;
}

.studio_btn {
    width: 44px;
    height: 59px;
    border-radius: 21px;
    border: 1px solid #C50222;
    justify-content: center;
    cursor: pointer;
    background: none;
}

.studio_btn img {
    width: 11px;
    height: 19px;
}

/* 专题栏目 */
.column_bg_box {
    background: url(../static/column_bg.png);
    padding: 60px 0;
}

.column_bg_box .column_title {
    color: #FFFFFF;
}

.column_bg_box .column_icon {
    width: 32px;
    height: 41px;
    margin-right: 10px;
}

.column_bg_box .column__subtitle {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 15px;
    color: #FFFFFF;
    text-align: center;
}

.central_list_box {
    padding: 0 30px;
}

.central_list_box .central_div {
    width: 25%;
}

.central_list_box .central_div:hover .central_img {
    transform: translateZ(50px) rotateY(360deg);
}

.central_list_box .central_div .central_img {
    width: 85%;
    line-height: 0;
    /* height: 317px; */
    background: #FFFFFF;
    box-shadow: 0px 6px 17px 1px rgba(2, 2, 2, 0.24);
    border-radius: 7px;
    transition: transform 0.5s;
}

.central_list_box .central_div .central_name {
    writing-mode: vertical-rl;
    /* 文字从上到下，从右到左 */
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
}

/* VR模块 */
.Vr_bg_box {
    background: url(../static/index/vr_bgimg.png);
    padding: 60px 10%;
    box-sizing: border-box;
}

.Vr_video_box {
    width: 870px;
    height: 490px;
    background: pink;
    border-radius: 9px;
    margin: 0 auto 30px auto;
    position: relative;
    overflow: hidden;
}

.Vr_video_box .Vr_video_mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(27, 27, 27, 0.6);
    justify-content: center;
}

.Vr_video_btn {

    height: 55px;
    background: rgba(27, 27, 27, 0.7);
    border-radius: 9px;
    padding: 0 60px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 55px;
}

.Vr_list_box {
    width: 85%;
}

.Vr_list_box .swiper-slide {
    background: none;
    display: flex;
    justify-content: center;
}

.Vr_list_box .Vr_list_div {
    width: 120px;
    height: 120px;
    border-radius: 6px;
    position: relative;
    cursor: pointer;
}

.Vr_list_box .Vr_list_div::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 6px;
    background: rgba(49, 49, 49, 0.65);
}

.Vr_list_box .active_divVr>.Vr_list_div {
    border: 1px solid rgba(197, 2, 34, 0.69);
}

.Vr_list_box .active_divVr>.Vr_list_div::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    background: none;
}

/* 视频模块 */
.video_box {
    height: 715px;
    position: relative;
}

.video_box>video {
    width: 100%;
    height: 100%;
}

.video_mask_box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    background: rgba(49, 49, 49, 0.5);

}

.video_mask_box>img {
    width: 73px;
    height: 73px;
}

/* 学校优势 */
.advantage_box {
    padding: 60px 0;
}

.advantage_title_box {}

.advantage_top_info {
    justify-content: flex-start !important;
}

.advantage_subtitle {
    text-align: left;
}

.advantage_tabs_list {
    justify-content: flex-end;
    margin-bottom: 50px;
}

.advantage_tabs_list>li {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 20px;
    color: #D1D1D1;
    cursor: pointer;
}

.advantage_tabs_list .label_line {
    width: 1px;
    height: 22px;
    background: #D2D2D2;
    margin: 0 50px;
}

.advantage_tabs_list>li>img {
    width: 35px;
    height: 35px;
    margin-right: 10px;
}

.advantage_tabs_list>li.active_label {
    color: #222222;
}

.advantage_tabs_list>li .not_label {
    display: block;
}

.advantage_tabs_list>li .yes_label {
    display: none;
}

.advantage_tabs_list>li.active_label .yes_label {
    display: block;
}

.advantage_tabs_list>li.active_label .not_label {
    display: none;
}

.advantage_content_box {}

.advantage_content_box .advantage_img {
    display: none;
    width: 60%;
    /* height: 428px; */
    position: relative;

}

.advantage_content_box .advantage_active {
    display: block;
}

.advantage_content_div {
    position: absolute;
    top: 10%;
    right: -60%;
    background: url(../static/index/advantage_content_bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    /* width: 569px; */
    width: 100%;
    height: 80%;
    /* margin-top: -160px; */
    padding: 40px;
    box-sizing: border-box;
    border-radius: 10px;
}

.advantage_content_top {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 22px;
    color: #FFFFFF;
    justify-content: flex-start;
    margin-bottom: 20px;
}

.advantage_content_top>img {
    width: 16px;
    height: 16px;
    margin-right: 10px;
}

.advantage_content_text {
    height: 80%;
    overflow: auto;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 17px;
    color: #FFFFFF;
    line-height: 30px;
}

.advantage_content_text::-webkit-scrollbar {
    display: none;
}



@media screen and (max-width: 750px) {
    .news_title_box {
        margin: 0 auto 0.4rem auto;
    }

    .article_box {
        padding: 0.8rem 0;
    }

    .news_list_box {
        flex-wrap: wrap;
        padding: 0 0.3rem;
        margin-bottom: 0.3rem;
    }

    .news_list_box .news_div {
        width: 100%;
        margin-bottom: 0.3rem;
    }

    .news_bottom_icon>img {
        display: block;
    }

    .news_look_icon>img {
        line-height: 0;
        display: block;
    }

    .look_more_box {
        justify-content: center;
    }

    .Notice_content_box {
        display: block;
        padding: 0 0.3rem;
    }

    .Notice_content_box .Notice_left_box {
        width: 100%;
        height: auto;
    }

    .Notice_content_box .Notice_left_box>a {
        margin-bottom: 0.2rem;
    }

    .Notice_center_box {
        width: 100%;
        margin: 0.5rem 0;
    }

    .Notice_btn_box .Notice_btn_div {
        line-height: 0;
    }

    .sports_bg_box {
        height: 5rem;
        padding: 0 0.3rem 0.4rem 0.3rem;
        box-sizing: border-box;
    }

    .sports_list_content {
        margin-top: 0;
    }

    .sports_head_box {
        padding: 0.4rem 0;
        justify-content: center;
        margin-bottom: 0.4rem;
    }

    .sports_head_box .sports_head_div {
        font-size: 0.3rem;

    }

    .sports_content_box {
        width: 100%;
        padding: 0 0.3px;
        box-sizing: border-box;
        height: auto;
    }

    .sports_content_title {
        font-family: Microsoft YaHei;
        font-weight: 400;
        font-size: 0.35rem;
        color: #FFFFFF;
        justify-content: flex-start;
        padding: 0.3rem 0 0 0;
    }

    .sports_content_text {
        font-family: Microsoft YaHei;
        font-weight: 400;
        font-size: 0.25rem;
        color: #FFFFFF;
        padding: 0 0.25rem;
        height: 2rem;
        box-sizing: border-box;
        overflow: auto;
    }

    .sports_btn {
        display: none;
    }

    .sports_list_box {
        width: 100%;
    }

    .sports_content_box {
        margin-bottom: 0.5rem;
    }

    /* .swiper-slide{
        width: 30%;
    } */
    /* 工作室 */
    .studio_bg_box {
        padding: 0.6rem 0;
    }

    .studio_btn {
        display: none;
    }

    .studio_list_box {
        width: 100%;
        padding: 0 0.3rem;
        box-sizing: border-box;
    }

    /* 专题 */
    .column_bg_box {
        padding: 0.4rem 0;
    }

    .central_list_box {
        padding: 0 0.1rem;
    }

    .central_list_box .central_div {
        width: 30%;
        margin-bottom: 0.4rem;
    }

    .central_list_box .central_div>a {
        display: block;
    }

    .central_list_box .central_div .central_img {
        width: 100%;
        line-height: 0;
        /* height: 2.3rem; */
    }

    .central_list_box .central_div .central_name {
        writing-mode: inherit;
        padding: 0.3rem 0;
        text-align: center;
    }

    .Vr_bg_box {
        padding: 0.2rem 0.1rem;
    }

    .Vr_video_box {
        width: 100%;
        height: auto;
    }

    .Vr_list_box .Vr_list_div {
        width: 1.5rem;
        height: 1.5rem;
        flex-shrink: 0;
    }

    .video_box {
        height: auto;
    }

    .advantage_tabs_list>li {
        font-size: 0.25rem;
        white-space: nowrap;
    }

    .advantage_tabs_list>li>img {
        width: 0.3rem;
        height: 0.3rem;
    }

    .advantage_tabs_list .label_line {
        margin: 0 0.2rem;
    }

    .advantage_content_box .advantage_img {
        width: 100%;
        height: auto;
    }



    .advantage_content_div {
        width: 100%;
        height: auto;
        position: relative;
        left: 0;
        top: 0;

    }

    .advantage_box {
        padding: 0.5rem 0 0;
    }

    .advantage_tabs_list {
        justify-content: flex-start;
        padding: 0 0.4rem 0.2rem;
    }

    .Vr_list_box {
        width: 100%;
    }
}