span.year{
    font-size: 60px;
    color: #eeeeee;
    display: inline-block;
    background: #fff;
    padding: 15px 0;
    position: relative;
    z-index: 9;
}
p.message.line{
    padding: 10px 0 0 15px;
    border-left: 1px solid #dcdcdc;
    margin-left: 12px;
}
/* 学院简介 */
#intro{
    background: url(../images/list/intro_banner.jpg) center center no-repeat;
    background-size: cover;
}
.history{
    padding-bottom: 60px;
}
.message_box01{
    padding: 50px 0;
}
.message_img{
    width: 47%;
    position: relative;
}
.message_img img{
    width: 100%;
}
.message_text{
    width: 53%;
}
.message_f{
    float: left;
}
.message_box02 .message_text span.year{
    padding-top: 50px;
    margin-left: -10px;
}
.message_box02 .message_img{
    padding-right: 60px;
    padding-bottom: 65px;
}
.message_box02 p.message.line{
    border: 0;
    margin-left: 0;
}
.message_box02 .message_img{
    border-right: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
}
.message_box03{
    position: relative;
    padding-top: 45px;
}
.message_box03 span.year{
    position: absolute;
    top: -50px;
    left: 0;
}
.message_box03  p.message.line{
    padding-bottom: 55px;
}
.message_box04 .text01 p.message.line{
    padding-bottom: 25px;
}
.message_box04 .message_img{
    padding-left: 70px;
    padding-top: 70px;
}

@media(max-width: 1200px) {
    span.year{
        font-size: 38px;
        padding: 10px 0;
    }
    p.message.line{
        padding: 10px 0 0 15px;
        border-left: 1px solid #dcdcdc;
        margin-left: 12px;
    }
    .message_box03 span.year{
        top: -32px;
    }
}
@media(max-width: 992px) {
    p.message.line{
        padding: 10px 0 0 15px;
        border-left: 1px solid #dcdcdc;
        margin-left: 12px;
    }
    .message_box01{
        padding: 25px 0;
    }
    .message_box02 .message_text span.year{
        padding-top: 25px;
    }
    .message_box03 p.message.line{
        padding-bottom: 27px;
    }
    .message_box04 .text01 p.message.line{
        padding-bottom: 12px;
    }
    .history{
        padding-bottom: 30px;
    }
}
@media(max-width: 768px) {
    #intro{
        background: url(../images/list/mb/intro_banner.jpg) no-repeat;
        background-size: 100% 100%;
        height: 40vw;
    }
    .message_img{
        width: 100%;
    }
    .message_box02 .message_img{
        padding-right: 0;
        border: 0;
        padding-bottom: 0;
    }
    .message_text{
        width: 100%;
    }
    .message_box02 .message_text span.year{
        margin-left: 0;
        padding-top: 15px;
    }
    span.year{
        font-size: 30px;
    }
    p.message.line{
        padding: 0 0 0 10px;
        margin-left: 7px;
    }
    .message_box03 span.year{
        top: auto;
        left: auto;
        position: static;
    }
    .message_box03{
        padding-top: 0;
    }
    .message_box02 p.message.line{
        margin-left: 7px;
        border-left: 1px solid #dcdcdc;
    }
    .message_box04 .message_img{
        padding-left: 0;
        padding-top: 15px;
    }
    .history{
        padding-bottom: 15px;
    }
}

/* 历史资料 */
#history_data{
    background: url(../images/list/history_data_banner.jpg) center center no-repeat;
    background-size: cover;  
}
#history_data h2{
    color: #fff;
}
.history_swiper_box{
    padding: 30px 0;
    position: relative;
}
.all_fixed.active{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 999;
}
.all_fixed.active .history_swiper_box{
    padding: 15px 0;
}
.history_slide_box{
    font-size: 40px;
    padding-bottom: 15px;
    text-align: center;
    opacity: 0.5;
    line-height: 40px;
    cursor: pointer;
}
.swiper-container-history{
    width: 40%;
}
.swiper-slide-active .history_slide_box{
    border-bottom: 3px solid #293e54;
    opacity: 1;
}
.swiper-button-next, .swiper-button-prev{
    width: 35px;
    height: 60px;
    margin-top: -30px;
}
.swiper-button-next{
    background: #3579a7 url(../images/public/w_next_icon.png) center center no-repeat;
    background-size: 19px 30px;
    right: 0;
}
.swiper-button-prev{
    background: #3579a7 url(../images/public/w_prev_icon.png) center center no-repeat;
    background-size: 19px 30px;
    left: 0;
}
.history_swiper_box .swiper-button-next.swiper-button-disabled{
    background: #f0f3f5 url(../images/public/b_next_icon.png) center center no-repeat;
    background-size: 19px 30px;
    opacity: 1;
}
.history_swiper_box .swiper-button-prev.swiper-button-disabled{
    background: #f0f3f5 url(../images/public/b_prev_icon.png) center center no-repeat;
    background-size: 19px 30px;
    opacity: 1;
}
.history_list{
    background: #f1f9fb;
    padding: 50px 0;
}
.history_list_photos{
    min-height: calc(100vh - 321px);
}
.history_content{
    margin-right: -8px;
    margin-left: -8px;
}
.history_content li{
    width: 25%;
    padding: 0 8px;
    float: left;
    margin-bottom: 20px;
}
.history_content li a{
    color: #000;
}
.history_list a:link{
    text-decoration: none;
}
.history_content li a>img{
    width: 100%;
}
.news_time{
    font-size: 14px;
    padding: 0 0 12px;
    display: block;
}
.news_title{
    font-size: 16px;
    line-height: 1.4;
    min-height: 46px;
    margin-bottom: 0;
}
.news_text{
    padding: 20px;
    background: #fff;
}
.news_title i{
    line-height: 1;
    display: inline-block;
    padding-left: 5px;
}
.news_title i img{
    width: 8px;
}
.more_news{
    text-align: center;
    padding-top: 30px;
    display: none;
}
.more_news{
    padding-top: 15px;
}
a.blues:link{
    text-decoration: none;
}
a.blues{
    font-size: 14px;
    padding: 10px 27px 10px 15px;
    position: relative;
    display: inline-block;
    border: 1px solid #3579a7;
}
a.blues::after{
    content: "";
    width: 8px;
    height: 13px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    right: 11px;
    background: url(../images/public/b_next_icon.png) no-repeat;
    background-size: 100% 100%;
}
.history_content .simple{
    width: 100%;
    padding: 20px;
    position: relative;
    margin-bottom: 0;
    background: #fff;
    border-bottom: 1px solid #f6f6f6;
}
.history_content .simple .news_title{
    min-height: auto;
}
.history_content .simple:last-child{
    border: 0;
}   
.history_content .simple .news_time{
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
}
.history_content .simple .news_title{
    position: relative;
    padding-left: 15px;
    margin-bottom: 0;
}
.history_content .simple .news_title::before{
    content: "";
    width: 8px;
    height: 13px;
    background: url(../images/public/b_next_icon.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left:0;
}
a.back_list{
    font-size: 16px;
    padding: 20px;
    color: #000;
    display: block;
    position: relative;
}
a.back_list::before{
    content: "";
    width: 8px;
    height: 13px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)     ;
    left: 0;
    background: url(../images/public/b_next_icon.png) no-repeat;
    background-size: 100% 100%;
}
@media (max-width: 1200px) {
    .news_title{
        font-size: 13px;
        min-height: 40px;
    }
    .news_text{
        padding: 10px;
    }
    .news_time{
        font-size: 13px;
    }
}
@media(max-width: 992px){
    .swiper-container-history{
        width: 60%;
    }
    .history_slide_box{
        font-size: 30px;
        padding-bottom: 10%;
    }
    .history_list{
        padding: 30px 0;
    }
    .history_content li{
        width: 50%;
    }
}
@media(max-width: 768px) {
    a.back_list{
        font-size: 12px;
        padding: 10px;
    }
    a.back_list::before{
        width: 6px;
        height: 8.66px;
    }
    #history_data{
        background: url(../images/list/mb/history_data_banner.jpg)  no-repeat;
        background-size: 100% 100%;
        height: 39vw;  
    }
    .swiper-container-history{
        width: 70%;
    }
    .history_list{
        padding: 20px 0;
        min-height: calc(100vh - 208px - 39vw);
    }
    .history_list_photos{
        min-height: calc(100vh - 208px);
    }
    .all_fixed.active .history_swiper_box{
        padding: 25px 0;
    }
    .history_slide_box{
        font-size: 20px;
    }
    .history_content{
        margin-left: -5px;
        margin-right: -5px;
    }
    .history_content li{
        padding: 0 5px;
        margin-bottom: 10px;
    }
    .news_time{
        padding-bottom: 6px;
        font-size: 12px;
    }
    .news_title{
        font-size: 13px;
        min-height: 37px;
    }
    .news_text{
        padding: 10px 10px 15px;
    }
    .history_content .simple .news_title{
        min-height: auto;
    }
    .history_content .simple .news_time{
        position: static;
        right: auto;
        top: auto;
        transform: translateY(0);
        margin-top: 10px;
        padding-left: 10px;
    }
    .history_swiper_box .swiper-button-next, 
    .history_swiper_box .swiper-button-prev,
    .history_swiper_box .swiper-button-prev.swiper-button-disabled,
    .history_swiper_box .swiper-button-next.swiper-button-disabled{
        width: 18px;
        height: 29px;
        background-size: 8.5px 15px;
        margin-top: -14.5px;
    }
    .swiper-slide-active .history_slide_box{
        border-bottom: 2px solid #293e54;
    }
    .history_swiper_box{
        padding: 25px 0;
    }
    .history_content .simple{
        padding: 15px;
    }
    .history_content .simple .news_title{
        padding-left: 10px;
    }
    .history_content .simple .news_title::before{
        width: 6px;
        height: 9px;
    }
    .more_news{
        padding-top: 10px;
    }
    a.blues{
        font-size: 12px;
        padding: 6px 20px 6px 8px;
    }
    a.blues::after{
        width: 6px;
        height: 8.66px;
        right: 8px;
    }
    .history_content .simple:last-child{
        margin-bottom: 10px;
    }
}

 /* 课程介绍 */
 #course{
    background: url(../images/list/course_banner.jpg) center center no-repeat;
    background-size: cover;  
}
#course h2{
    color: #fff;
}
.course_box{
    padding: 65px 0 30px;
}
h2.table_title{
    padding-left: 20px;
    position: relative;
    font-size: 22px;
    margin-bottom: 20px;
}
h2.table_title::before{
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    left: 2px;
    top: 50%;
    transform: translateY(-50%);
    background: #000;
}
.list01{
    width: 15%;
}
.list02{
    width: 46%;
}
.list03{
    width: 24%;
}
.course_list{
    margin-bottom: 40px;
    width: 100%;
}
.course_list tr td{
    padding: 15px 20px;
    line-height: 1.4;
    vertical-align: top;
    font-size: 16px;
}
.list_head{
    background: #d9ecf1;
}
.list_head01{
    background: #b1c6db;
}
.list_head02{
    background: #c0e1ea;
}
.list_head03{
    background: #d1e6bf;
}
.list_head04{
    background: #c4e9e2;
}
.list_head td{
    text-align: center;
    font-weight: 700;
}
.list_body{
    background: #f9f9f9;
    border: 1px solid #e4e4e4;
    border-top: 0;
}
.list_body td{
    border-left: 1px solid #e4e4e4;
    text-align: center;
}
.list_body td.td_al{
    text-align: left;
}
.list_body td.td_c p{
    text-align: center;
}
.list_body tr td:first-child{
    border: 0;
}
.list_body td p{
    text-align: left;
    display: inline-block;
    font-size: 16px;
}
@media (max-width: 992px){
    .course_box{
        padding: 35px 0 15px;
    }
    h2.table_title{
        font-size: 18px;
    }
    .course_list tr td{
        padding: 10px 15px;
        font-size: 14px;
    }
    .list_body td p{
        font-size: 14px;
    }
    .course_list{
        margin-bottom: 30px;
    }
}
@media (max-width: 768px){
    #course{
        background: url(../images/list/mb/course_banner.jpg) center center no-repeat;
        background-size: 100% 100%;
        height: 39vw;  
    }
    h2.table_title{
        font-size: 15px;
        padding-left: 10px;
        margin-bottom: 14px;
    }
    h2.table_title::before{
        width: 4px;
        height: 4px;
        border-radius: 100%;
        transform: translateY(0);
        top: 6px;
    }
    .course_list tr td{
        font-size: 12px;
        padding: 10px 5px;
    }
    .list_body td p{
        font-size: 12px;
    }
    .list01{
        width: 20%;
    }
    .list02{
        width: 42%;
    }
    .list03{
        width: 18%;
    }
    .course_list{
        margin-bottom: 25px;
    }
    .course_box{
        padding: 25px 0 0;
    }
    .course_list .list_head  td{
        vertical-align: middle;
    }
    .list_body td.td_c p{
        text-align: left;
    }
}
/* 场地设施 */
#site{
    background: url(../images/list/site_setting_banner.jpg) center center no-repeat;
    background-size: cover;   
}
#site h2{
    color: #fff;
}
#sonymap{
    height: 390px;
    width: 100%;
    border: 1px solid #d2d2d2;
}
#sonymap .BMap_stdMpZoom{
    top: 45px !important;
}
#sonymap .BMap_stdMpCtrl{
    right: 7px !important;
    bottom: 7px !important;
}
.map_box{
    position: relative;
}
.search_sony{
    position: absolute;
    left: 1px;
    top: 1px;
    z-index: 12;
    display: none;
}
.search{
    padding: 0 10px;
    font-size: 14px;
    background: #fff;
    cursor: pointer;
    height: 35px;
    line-height: 35px;
}
.map_mask{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 13;
    background: rgba(0,0,0,0.5);
    display: none;
}
.search_type{
    padding: 40px 20px 20px;
    background: #fff;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.close_search{
    width: 20px;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}
.search_type ul li{
    width: 33.333%;
    float: left;
    font-size: 14px;
    padding: 5px 10px;
    cursor: pointer;
}
.search_type .init_address{
    outline: none;
    border: 1px solid #dcdcdc;
    padding: 5px;
    font-size: 14px;
    width: 100%;
    margin: 20px 0;
}
.search_type .btn{
    display: block;
    margin: 0 auto;
    width: 80px;
    padding: 5px 0;
    font-size: 15px;
    border: 0;
    background: #000;
    color: #fff;
}
.search_type ul li.active{
    background: #000;
    color: #fff;
}
.address_message{
    background: #f1f8fa;
    padding: 20px;
    line-height: 1.6;
    font-size: 16px;
}
.address_text{
    padding-left: 10px;
}
.address_text h2{
    padding: 30px 0 6px;
    font-size: 22px;
}
.address_text h3{
    font-size: 15px;
    font-weight: 700;
    padding-left: 15px;
    position: relative;
    margin-top: 8px;
}
.address_text h3::before{
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background: #616975;
}
.address_text p{
    padding-top: 8px;
    line-height: 1.6;
    font-size: 15px;
}
h2.litter_title{
    font-size: 22px;
    padding: 50px 0 15px;
}
.fl5{
    margin-left: -10px;
    margin-right: -10px;
}
.fl5 li{
    width: 20%;
    float: left;
    padding: 0 10px;
}
.fl5 li img{
    width: 100%;
}
.fl5 li p{
    padding-top: 10px;
    font-size: 15px;
}
.fl5 li p span{
    display: block;
    padding-bottom: 5px;
    font-weight: 700;
}
.shopping{
    padding-bottom: 60px;
}
.exhibition{
    background: #f1f9fb;
    padding-bottom: 60px;
}
.exhibition_wrap{
    margin-right: -5px;
}
.wrap_left{
    float: left;
    width: 47.4%;
    padding-right: 15px;
}
.wrap_right{
    float: left;
    width: 52.6%;
}
.exhibition_wrap img{
    width: 100%;
}
.wrap_right ul li{
    width: 25%;
    padding: 0 5px;
    margin-bottom: 10px;
    float: left;
}
.img_wrap{
    cursor: pointer;
    position: relative;
}
.img_wrap.active::after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 3px solid #81dcf7;
}
.more_all_wrap{
    background: #e2eaed;
}

@media (max-width: 1200px) {
    .fl5 li p{
        font-size: 12px;
    }
}
@media (max-width: 992px) {
    .fl5 li{
        width: 50%;
        margin-top: 15px;
    }
    h2.litter_title{
        padding: 30px 0 0;
    }
    .address_message{
        font-size: 14px;
        padding: 15px;
    }
    .address_text h2{
        padding-top: 20px;
        font-size: 18px;
    }
    .fl5 li p{
        font-size: 14px;
    }
    .exhibition,
    .shopping{
        padding-bottom: 30px;
    }
}
@media (max-width: 768px) {
    #site{
        background: url(../images/list/mb/site_setting_banner.jpg) center center no-repeat;
        background-size: 100% 100%;
        height: 40vw;
    }
    #sonymap{
        height: 230px;
    }
    #sonymap .BMap_stdMpZoom{
        right: 4px !important;
        bottom: 4px !important;
    }
    .address_message{
        margin-top: 20px;
        font-size: 13px;
    }
    .address_text h2{
        font-size: 15px;
    }
    .address_text h3::before{
        width: 5px;
        height: 5px;
    }
    .address_text h3{
        padding-left: 10px;
        font-size: 13px;
        margin-top: 5px;
    }
    .address_text p{
        padding-left: 10px;
        font-size: 13px; 
        padding-top: 5px;
    }
    .address_text{
        padding-left: 0;
    }
    h2.litter_title{
        padding: 15px 0 0;
        font-size: 15px;
    }
    .fl5 li{
        margin-top: 8px;
        padding: 0 5px;
    }
    .fl5{
        margin-left: -5px;
        margin-right: -5px;
    }
    .fl5 li p{
        font-size: 12px;
        padding-top: 5px;
        padding-bottom: 10px;
        line-height: 1.6;
    }
    .fl5 li p span{
        padding-bottom: 5px;
    }
    .exhibition_wrap{
        margin-right: 0;
    }
    .wrap_left{
        width: 100%;
        padding-right: 0;
    }
    .wrap_right{
        display: none;
    }
    .shopping{
        padding-bottom: 10px;
    }
    .imgswiper{
        padding: 15px 28px;
        background: #e2eaed;
        position: relative;
    }
    .imgswiper .swiper-button-next, .imgswiper .swiper-button-prev{
        right: 10px;
        width: 10px;
        height: 17px;
        background-size: 100% 100%;
        margin-top: -8.5px;
    }
    .imgswiper .swiper-button-next{
        right: 10px;
    }
    .imgswiper .swiper-button-prev{
        left: 10px;
    }
    #sonymap .BMap_stdMpZoom{
        top: 0 !important;
    }
    #sonymap .BMap_stdMpCtrl{
        right: 0 !important;
        bottom: 4px !important;
    }
}

/* 历史数据 */
.hide_news_box{
    display: none;
}
/* 开班计划 */
#plan{
    background: url(../images/list/plan_banner.jpg) center center no-repeat;
    background-size: cover;
}
#plan h2{
    color: #fff;
}
.list04{
    width: 28%;
}
.list041{
    width: 16%;
}
.list042{
    width: 12%;
}
.list05{
    width: 72%;
}
.plan_box tr td{
    vertical-align: middle;
}
@media (max-width: 768px){
    .list041{
        width: 20%;
    }
    .list04{
        width: 36%;
    }
    .list05{
        width: 64%;
    }
    #plan{
        background: url(../images/list/mb/plan_banner.jpg) center center no-repeat;
        background-size: 100% 100%;
        height: 39vw;  
    }
}

/* 专职讲师 */
#lecturer{
    background: url(../images/list/lecturer_banner.jpg) center center no-repeat;
    background-size: cover;   
}
#lecturer h2{
    color: #fff;
}
.lecturer_box .lecturer_wrap{
    padding: 65px 0;
}
.lecturer_box .lecturer_wrap:nth-child(even){
    background: #f1f9fb;
}
.lecturer_l.lecturer_img{
    float: left;
    padding-right: 50px;
}
.lecturer_r.lecturer_img{
    float: right;
    padding-left: 50px;
}
.lecturer_img{
    width: 46%;
}
.lecturer_img img{
    width: 100%;
}
.lecturer_text{
    position: relative;
}
.lecturer_r.lecturer_text{
    padding-bottom: 65px;
}
.lecturer_text h3{
    font-size: 26px;
}
.lecturer_text h3 span{
    display: inline-block;
    padding-bottom: 15px;
    padding-right: 10px;
    border-bottom: 3px solid #324a65;
}
.lecturer_text h4{
    font-size: 16px;
    font-weight: 700;
    padding-top: 35px;
}
.lecturer_text h4 span{
    font-weight: normal;
}
.lecturer_text p{
    font-size: 16px;
    line-height: 1.4;
    padding-top: 8px;
}
.lectyrer_url{
    padding-top: 50px;
}
.lecturer_r .lectyrer_url{
    position: absolute;
    bottom: 0;
    left: 46%;
}
.lecturer_text .enj{
    padding-top: 30px;
}
.more_message{
    display: none;
}
a.blues.active::after{
    transform: translateY(-50%) rotate(-90deg);
}
.pcshow .more_message{
    display: inline;
}
@media(max-width: 992px) {
    #lecturer{
        background: url(../images/list/mb/lecturer_banner.jpg) no-repeat;
        background-size: 100% 100%;
        height: 39vw;   
    }
    .lecturer_box .lecturer_wrap{
        padding: 40px 0;
    }
    .lecturer_text p{
        font-size: 14px;
        padding-top: 5px;
    }
    .lecturer_text h4{
        font-size: 14px;
        padding-top: 20px;
    }
    .lectyrer_url{
        padding-top: 30px;
    }
    .lecturer_text h3{
        font-size: 22px;
    }
    .lecturer_wrap a.blues{
        font-size: 12px;
    }
    .lecturer_r.lecturer_text{
        padding-bottom: 45px;
    }
    .lectyrer_url{
        padding-top: 15px;
    }
}
@media (max-width: 768px){
    .lecturer_box .lecturer_wrap{
        padding: 25px 0;
    }
    .lecturer_l.lecturer_img{
        float: none;
        padding-right: 0;
    }
    .lecturer_img{
        width: 100%;
    }
    .lecturer_text h3{
        padding-top: 15px;
        font-size: 15px;
    }
    .lecturer_text h3 span{
        padding-right: 0;
        padding-bottom: 5px;
        border-bottom: 2px solid #324a65;
    }
    .lecturer_text h4{
        font-size: 13px;
        padding-top: 10px;
    }
    .lecturer_r.lecturer_text{
        padding-bottom: 0;
    }
    .lecturer_r .lectyrer_url{
        position: static;
        bottom: auto;
        left: auto;
    }
    .lecturer_r.lecturer_img{
        float: none;
        padding-left: 0;
    }
    .lecturer_text p{
        font-size: 13px;
    }
    .lecturer_text .enj{
        padding-top: 15px;
    }
    .pcshow .more_message{
        display: none;
    }
}
#guestSeat{
    background: url(../images/list/guestSeat_banner.jpg) center center no-repeat;
    background-size: cover;
}
#guestSeat h2{
    color: #fff;
}
.mb_more_message{
    display: inline;
}
.full_wx{
    display: none;
}
@media (max-width: 768px){
    #guestSeat{
        background: url(../images/list/mb/guestSeat_banner.jpg) center center no-repeat;
        background-size: 100% 100%;
        height: 39vw;
    }
    .more_message{
        display: none;
    }
    .guestSeat_box .more_message{
        display: none;
    }
}

/* 学术交流 */
#salon{
    background: url(../images/list/salon_banner.jpg) center center no-repeat;
    background-size: cover;
}
#salon h2{
    color: #fff;
}
.salon_list{
    background: #fff;
}
.salon_list .news_text{
    background: #f1f9fb;
}
.salon_box{
    padding: 0 0 40px;
    min-height: calc(100vh - 165px);
}
.salon_title{
    font-size: 26px;
    text-align: center;
    font-weight: 600;
    padding-bottom: 30px;
}
.salon_content{
    font-size: 14px;
    padding-bottom: 10px;
}
.salon_img{
    text-align: center;
    padding-bottom: 15px;
}
.salon_img img{
    width: 60%;
}
.salon_wrap{
    padding-top: 20px;
}
.salon_wrap p{
    font-size: 16px;
    line-height: 1.6;
    padding-bottom: 15px;
    text-indent: 2em;
}
.salon_wrap a{
    color: #e60012;
}
.copyright{
    font-weight: 700;
    text-align: right;
    font-size: 16px;
    padding-top: 25px;
}
@media (max-width: 768px){
    #salon{
        background: url(../images/list/mb/salon_banner.jpg) center center no-repeat;
        background-size: 100% 100%;
        height: 39vw;
    }
    .salon_list{
        padding: 25px 0 15px;
    }
    .salon_title{
        font-size: 16px;
        padding-bottom: 15px;
    }
    .salon_content{
        font-size: 12px;
        padding-bottom: 5px;
    }
    .salon_wrap p{
        font-size: 13px;
        line-height: 1.4;
        padding-bottom: 8px;
    }
    .salon_box{
        padding:0 0 20px;
    }
    .copyright{
        font-size: 13px;
        padding-top: 12px;
    }
}

/* 直播回放 */
#liveback{
    background: url(../images/list/liveback_banner.png) center center no-repeat;
    background-size: cover;
}
#liveback h2{
    color: #fff;
}
.news_img{
    position: relative;
}
.paly_video{
    width: 65px;
    height: 65px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    cursor: pointer;
}
.video_wrap{
    width: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.video_wrap video{
    width: 100%;
    outline: none;
}
.close_video{
    width: 26px;
    position: absolute;
    top: -36px;
    right: 0;
    cursor: pointer;
}
@media (max-width: 768px){
    .paly_video{
        width: 45px;
        height: 45px;
    }
    #liveback{
        background: url(../images/list/mb/liveback_banner.jpg) center center no-repeat;
        background-size: 100% 100%;
        height: 39vw;
    }
    .video_wrap{
        width: 100%;
    }
    .close_video{
        right: 10px;
    }
    .liveback_list{
        min-height: calc(100vh - 38vw - 130px);
    }
}
#classroom{
    background: url(../images/list/classroom_banner.jpg) center center no-repeat;
    background-size: cover;
}
#classroom h2{
    color: #fff;
}

/* 空中课堂 */
.classroom_box{
    padding-bottom: 70px;
}
.classroom_wrap{
    padding-top: 60px;
}
.classroom_video{
    float: left;
    width: 45%;
    position: relative;
}
.classroom_text{
    float: left;
    width: 55%;
    padding-left: 35px;
}
.classroom_text h1{
    font-size: 25px;
    border-bottom: 2px solid #2c3e50;
    padding-bottom: 15px;
}
.classroom_text h2{
    font-size: 19px;
    font-weight: 700;
    padding: 20px 0 15px;
}
.classroom_text h3{
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
}
.classroom_text p{
    padding: 5px 0 15px;
    line-height: 1.4;
}
.classroom_btn{
    padding-top: 20px;
}
.classroom_btn a.blues{
    margin-right: 20px;
}
.classroom_btn a.blues::after{
    transform: translateY(-50%) rotate(0);
}
.classroom_btn a.blues:hover{
    background: #3579a7;
    color: #fff;
}
.classroom_btn a.blues:hover::after{
    background: url(../images/public/w_next_icon.png) no-repeat;
    background-size: 100% 100%;
}
@media (max-width: 1200px){
    .classroom_text h1{
        font-size: 20px;
        padding-bottom: 10px;
    }
    .classroom_text h2{
        font-size: 17px;
        padding: 15px 0 10px;
    }
    .classroom_text p{
        padding-bottom: 10px;
        font-size: 12px;
    }
}
@media (max-width: 992px){
    .classroom_video{
        float: none;
        width: 100%;
    }
    .classroom_text{
        float: none;
        width: 100%;
        padding-left: 0;
    }
    .classroom_text h1{
        padding: 26px 0 15px;
        display: inline-block;
        font-size: 30px;
    }
    .classroom_text h2{
        font-size: 27px;
        padding: 20px 0;
    }
    .classroom_wrap{
        padding-top: 45px;
    }
    .classroom_text p{
        font-size: 20px;
    }
    .classroom_text h3{
        font-size: 20px;
    }
    .classroom_box{
        padding-bottom: 45px;
    }
}
@media (max-width: 768px){
    #classroom{
        background: url(../images/list/mb/classroom_banner.jpg) center center no-repeat;
        background-size: 100% 100%;
        height: 39vw;
    }
    .classroom_box{
        padding-bottom: 25px;
    }
    .classroom_wrap{
        padding-top: 25px;
    }
    .classroom_text h1{
        padding: 13px 0 8px;
        font-size: 15px;
    }
    .classroom_text h2{
        font-size: 13px;
        padding: 10px 0;
    }
    .classroom_text p{
        font-size: 13px;
        padding-top: 8px;
    }
    .classroom_text h3{
        font-size: 13px;
    }
    .classroom_btn{
        padding-top: 15px;
    }
    .classroom_btn a.blues{
        margin-right: 10px;
    }
}

/* 学院新闻 */
#news{
    background: url(../images/list/news_banner.jpg) center center no-repeat;
    background-size: cover;
}
#news h2{
    color: #fff;
}
@media (max-width: 768px){
    #news{
        background: url(../images/list/mb/news_banner.jpg) center center no-repeat;
        background-size: 100% 100%;
        height: 39vw;
    }
}

/* 图片库 */
.img_show{
    width: 990px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.img_next{
    right: -40px;
}
.img_show_arrow{
    width: 19px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.img_next.active{
    opacity: 0;
    cursor: auto;
}
.img_prev.active{
    opacity: 0;
    cursor: auto;
}
.img_prev{
    left: -40px;
}
.img_show .img-wrap{
    width: 100%;
}
.close_img_wrap{
    width: 26px;
    position: absolute;
    top: -36px;
    right: 0;
    cursor: pointer;
}
@media (max-width: 1200px) {
    .img_show{
        width: 700px;
    }
}
@media (max-width: 992px) {
    .img_show{
        width: 600px;
    }
}
@media (max-width: 768px) {
    .img_show{
        width: 100%;
    }
    .img_show .img-wrap{
        display: block;
        margin: 0 auto;
        width: calc(100% - 60px);
    }
    .close_img_wrap{
        right: 30px;
    }
    .img_prev{
        left: 5px;
    }
    .img_next{
        right: 5px;
    }
}

/* 合作伙伴 */
#partner{
    background: url(../images/list/partner_banner.jpg) center center no-repeat;
    background-size: cover;
}
.partner_box{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 70px 0 40px;
}
.partner_content{
    width: calc(25% - 15px);
    margin-bottom: 30px;
    margin-left: 20px;
}
.partner_content:nth-child(4n + 1){
    margin-left: 0;
}
.partner_img{
    border: 1px solid #ececec;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    margin-bottom: 20px;
}
.partner_img img{
    width: 100%;
}
.partner_content p{
    font-size: 14px;
    line-height: 1.6;
    text-align: center;
}
@media (max-width: 1200px){
    .partner_content p{
        font-size: 12px;
        line-height: 1.4;
    }
}
@media (max-width: 992px){
    .partner_content p{
        font-size: 16px;
        line-height: 1.4;
    }
    .partner_content{
        width: calc(50% - 15px);
        margin-bottom: 30px;
        margin-left: 30px;
    }
    .partner_content:nth-child(2n + 1){
        margin-left: 0;
    }
}
@media (max-width: 768px){
    #partner{
        background: url(../images/list/mb/partner_banner.jpg) no-repeat;
        background-size: 100% 100%;
        height: 39vw;
    }
    .partner_content p{
        font-size: 12px;
        line-height: 1.4;
    }
    .partner_content{
        width: calc(50% - 5px);
        margin-bottom: 20px;
        margin-left: 10px;
    }
    .partner_box{
        padding: 25px 0 5px;
    }
    .partner_img{
        margin-bottom: 8px;
    }
}