@charset "utf-8";
/* Home Common Style */
.section-title{display: flex;margin: 30px auto;text-align: left;justify-content: space-between;align-items: center;}
.section-title.text-center{text-align: center;}
.section-title.text-center>img{margin: 0 auto;}
.section-title img{width: auto;height: auto;}
.section-more{position: relative;display: flex;padding-top: 20px;justify-content: center;align-items: center;text-align: right;}
.section-more-divider{margin: 0 32px 0;max-width: 100%;width: 980px;border-bottom: 1px solid #a92329;}
.section-more-button{width: 160px;height: 60px;margin-top: 0;background-color: #a92329;color: #fff;border: none;vertical-align: middle;-webkit-transition: all .3s ease;-ms-transition: all .3s ease;transition: all .3s ease}
.section-more-button:hover{-webkit-transform: scale(1.1);-ms-transform: scale(1.1);transform: scale(1.1);}
.block-title{position: relative;margin-bottom: 40px;}
.block-title.white{color: #fff;}
.block-title.large{color: #b0261c;text-align: center;}
.block-title h1{padding: 8px 0;font-size: 28px;font-weight: bold;color: #333;}
.block-title.white h1{color: #fff;}
.block-title.large h1{font-size: 36px;color: #b0261c;}
.block-title .more{position: absolute;right: 0;top: 6px;}
.block-more-button{height: 36px;padding: 0 32px 0 12px;border-radius: 18px;border: 1px solid #b0261c;color: #b0261c;background: transparent url(../img/icon/icon_more.png) no-repeat;background-position: 48px center;-webkit-transition: all .3s ease;-ms-transition: all .3s ease;transition: all .3s ease}
.block-title.white .block-more-button{color: #fff;border-color: #fff;background-image: url(../img/icon/icon_more_white.png);}
.block-more-button:hover{background-color: #b0261c;color: #fff;background-image: url(../img/icon/icon_more_white.png);}
.block-title.white .block-more-button:hover{opacity: .6;}


/* Home Banner */
.home-banner{width: 100%;overflow: hidden;background-color: #333;}
.banner-carousel{max-width: 100%;width: 100%;height: 31vw;margin: 0 auto;background-color: #f1f1f1;background-size: cover;background-repeat: no-repeat;background-position: center;}
.banner-carousel .swiper-slide{display: block;max-width: 1722px;width: 100%;background-repeat: no-repeat;background-size: cover;background-position: center;background-color: #999;opacity: .38;-webkit-transition: all .3s ease;-ms-transition: all .3s ease;transition: all .3s ease;}
.banner-carousel .swiper-slide-active{opacity: 1;}
.banner-carousel-title{position: absolute;right: 0;bottom: 0;max-width: 600px;width: 100%;height: 60px;line-height: 60px;padding: 0 170px 0 30px;text-align: left;background-color: rgba(0,0,0,.5);color: #fff;opacity: 0;visibility: hidden;-webkit-transition: all .3s ease;-ms-transition: all .3s ease;transition: all .3s ease;}
.banner-carousel .swiper-slide:hover .banner-carousel-title{background-color: rgba(0,0,0,.8);}
.banner-carousel-title h3{line-height: 60px;font-size: 16px;font-weight: bold;color: #fff;}
.banner-carousel .swiper-slide-active .banner-carousel-title{opacity: 1;visibility: visible}
.banner-controls{position: absolute;top: 0;left: 0;right: 0;max-width: 1722px;width: 100%;height: 100%;margin: 0 auto;}
.banner-pagination.swiper-pagination{left: auto;right: 30px;bottom: 10px;width: auto;color: #fff;}
.banner-pagination.swiper-pagination span{font-size: 24px;color: #b0261c;}
.banner-pagination .swiper-pagination-bullet{width: 28px;height: 26px;line-height: 26px;text-align: center;background-color: transparent;color: #fff;opacity: 1;border-radius: 0;}
.banner-pagination .swiper-pagination-bullet-active{background: #6510ac;box-shadow: 0 0 8px rgba(0,0,0,.4);}
.swiper-button-prev.banner-button-prev,.swiper-button-next.banner-button-next{width: 36px;height: 36px;margin-top: -18px;background-color: #fff;background-size: auto auto;border-radius: 50%;-webkit-transition: all .3s ease;-ms-transition: all .3s ease;transition: all .3s ease;}
.swiper-button-prev.banner-button-prev{left: -18px;background-image: url(../img/icon/icon_banner_arrow_left_grey.png);}
.swiper-button-next.banner-button-next{right: -18px;background-image: url(../img/icon/icon_banner_arrow_right_grey.png);}
.swiper-button-prev.banner-button-prev:hover{background-image: url(../img/icon/icon_banner_arrow_left_red.png);}
.swiper-button-next.banner-button-next:hover{background-image: url(../img/icon/icon_banner_arrow_right_red.png);}


/* Home News */
.home-news{z-index: 1;padding: 80px 0;background: url(../img/home_news_bg.png) no-repeat center/cover;}
.news-carousel{height: 416px;}
.news-carousel .swiper-slide{width: 33.33%;}
.home-carousel-item{display: block;padding: 0 15px;-webkit-transition: all .3s ease;-ms-transition: all .3s ease;transition: all .3s ease;}
.news-img{position: relative;width: 100%;height: 12vw;background-color: #999;overflow: hidden;}
.news-img .overlay{position: absolute;left: 0;top: 0;width: 100%;height: 100%;-webkit-transition: all .3s ease;-ms-transition: all .3s ease;transition: all .3s ease;}
.home-carousel-item:hover .news-img .overlay{-webkit-transform: scale(1.1);-ms-transform: scale(1.1);transform: scale(1.1);}
.news-content{position: relative;padding-top: 20px;}
.news-content .date{position: relative;overflow: hidden;text-align: left;font-size: 14px;color: #999;}
.news-content h3{padding: 12px 0 8px;color: #000;font-size: 18px;font-weight: bold;-webkit-transition: all .3s ease;-ms-transition: all .3s ease;transition: all .3s ease;}
.news-content p{padding: 4px 0 0 0;font-size: 16px;line-height: 36px;color: #666;}
.home-carousel-item:hover .news-content h3{color: #a92329;}
.home-carousel-item:hover .news-content .date span,.home-carousel-item:hover .news-content .date b{color: #a92329;}
.news-pagination.swiper-pagination{left: auto;right: 0;bottom: auto;top: 12vw;width: auto;color: #333;}
.news-pagination.swiper-pagination span{font-size: 24px;color: #b0261c;}
.news-pagination .swiper-pagination-bullet{width: 28px;height: 26px;line-height: 26px;text-align: center;background-color: transparent;color: #fff;opacity: 1;border-radius: 0;}
.news-pagination .swiper-pagination-bullet-active{background: #6510ac;box-shadow: 0 0 8px rgba(0,0,0,.4);}
.news-block-list{min-height: 456px;}
.news-block-list li:first-child .news-block-item{padding-top: 0;}
.news-block-item{padding: 22px 0;border-bottom: 1px solid #e0e0e0;}
.news-block-item h3{padding-bottom: 4px;font-size: 18px;font-weight: bold;color: #333;-webkit-transition: all .3s ease;-ms-transition: all .3s ease;transition: all .3s ease;}
.news-block-item p{font-size: 14px;color: #999;}
.news-block-item:hover h3{color: #b0261c;}
.announcement-list{min-height: 416px;}
.announcement-list li{margin-bottom: 38px;}
.announcement-list li:last-child{margin-bottom: 0;}
.announcement-list-item{position: relative;padding: 38px 20px 18px;background-color: #fff;border: 1px solid #d2d2d2;box-shadow: 0 4px 10px rgba(0,0,0,.2);-webkit-transition: all .3s ease;-ms-transition: all .3s ease;transition: all .3s ease;}
.announcement-list-item .date{position: absolute;left: 20px;top: -14px;max-width: 112px;width: 100%;height: 28px;line-height: 28px;background: #b0261c;color: #fff;text-align: center;}
.announcement-list-item h3{font-size: 16px;font-weight: bold;color: #333;}
.announcement-list-item:hover{box-shadow: 0 4px 14px rgba(176, 38, 28, .4);}
.announcement-list-item:hover h3{color: #b0261c;}

/* Home Gallery */
.home-gallery{padding: 80px 0 45px;background: url(../img/home_gallery_bg.png);overflow: hidden;}
.gallery-carousel .swiper-slide{width: 33.333%;}
.gallery-carousel-item{position: relative;margin: 0 30px 30px 10px;-webkit-transform: scale(.8);transform: scale(.8);-webkit-transition: all .3s ease;-ms-transition: all .3s ease;transition: all .3s ease;}
.gallery-carousel-item::after{content: "";position: absolute;left: 20px;top: 20px;width: 100%;height: 100%;border: 2px solid #b0261c;}
.gallery-carousel-item .img{position: relative;z-index: 1;width: 100%;height: 300px;background-color: #999;-webkit-transition: all .3s ease;-ms-transition: all .3s ease;transition: all .3s ease;}
.gallery-carousel-item .text{position: absolute;z-index: 2;left: 0;bottom: 0;width: 100%;height: 60px;line-height: 60px;padding: 0 20px;background: rgba(0,0,0,.6);opacity: 0;visibility: hidden;-webkit-transition: all .3s ease;-ms-transition: all .3s ease;transition: all .3s ease;}
.gallery-carousel-item .text h3{line-height: 60px;font-size: 16px;color: #fff;}
.gallery-carousel-item .img:hover{box-shadow: 0 4px 14px rgba(176, 38, 28, .6);}
.gallery-carousel-item:hover .text{background: rgba(0,0,0,.8);}
.gallery-carousel .swiper-slide-active .gallery-carousel-item{-webkit-transform: scale(1);transform: scale(1);}
.gallery-carousel .swiper-slide-active .text{opacity: 1;visibility: visible;}
.gallery-pagination.swiper-pagination{position: relative;bottom: auto}
.gallery-pagination.swiper-pagination .swiper-pagination-bullet{border: 2px solid #b0261c;width: 12px;height: 12px;margin: 0 6px;border-radius: 50%;opacity: 1;background: none;-webkit-transition: all .3s ease;-ms-transition: all .3s ease;transition: all .3s ease;}
.gallery-pagination.swiper-pagination .swiper-pagination-bullet-active{background: #b0261c;}

/* Home Info */
.home-info{padding: 155px 0 40px;background: #efede1 url(../img/home_info_bg.jpg) no-repeat center top;background-size: cover;}
.info-block{min-height: 530px;padding: 30px;background: #fff;box-shadow: 0 8px 30px rgba(0,0,0,.1);}
.guide-list li{margin-bottom: 30px;}
.guide-list li:last-child{margin-bottom: 0!important;}
.guide-list-item{min-height: 56px;padding: 18px 25px;color: #333;background: #f0f0f0;border: 1px solid #f0f0f0;-webkit-transition: .3s all ease;-ms-transition: .3s all ease;transition: .3s all ease}
.guide-list-item h3{padding: 0;font-size: 18px;color: #000;font-weight: bold;-webkit-transition: .3s all ease;-ms-transition: .3s all ease;transition: .3s all ease}
.guide-list-item p{display: none;margin-top: 2px;font-size: 16px;color: #a8a8a9;line-height: 28px;height: 56px;-webkit-transition: .3s all ease;-ms-transition: .3s all ease;transition: .3s all ease}
.active .guide-list-item, .guide-list-item:hover{border-color: #bfbfbf;box-shadow:  .0 4px 10px rgba(0,0,0,.1);}
.active .guide-list-item h3, .guide-list-item:hover h3{color: #b0261c;}
.active .guide-list-item p, .guide-list-item:hover p{display: block;}
.eduinfo-list li{margin-bottom: 20px;}
.eduinfo-list li:last-child{margin-bottom: 0;}
.eduinfo-list-item{padding: 20px 16px 16px;border: 1px solid #e0e0e0;border-radius: 4px;}
.eduinfo-list-item h3{display: flex;font-size: 18px;font-weight: bold;color: #000;}
.eduinfo-list-item h3 b{
width: 100%;
overflow: hidden;
text-overflow: ellipsis;
white-spance: nowrap;
}
.eduinfo-list-item h3 span{width: 25%;font-size: 14px;color: #999;text-align: right;}
.eduinfo-list-item p{display: none;margin: 12px 0 16px 0;font-size: 14px;line-height: 24px;height: 48px;color: #666;}
.eduinfo-list-item .date{display: none;}
.eduinfo-list-item .date span{color: #b0261c;}
.eduinfo-list-item .date b{color: #b0261c;float: right;}
.eduinfo-list-item .date b img{vertical-align: middle;}
.active .eduinfo-list-item .date,.active .eduinfo-list-item p,.eduinfo-list-item .date:hover,.eduinfo-list-item p:hover{display: block;}
.active .eduinfo-list-item h3,.eduinfo-list-item:hover h3{color: #b0261c;}
.active .eduinfo-list-item h3 span,.eduinfo-list-item:hover h3 span{display: none;}
.active .eduinfo-list-item h3 b,.eduinfo-list-item:hover h3 b{width: 100%;}

/* Home Link */
.home-link{padding: 60px 0 70px;background: #efede1 url(../img/home_link_bg.png) no-repeat center bottom;}
.home-link-list ul{display: flex;flex-wrap: nowrap;}
.home-link-list li{width: 100%;text-align: center;}
.home-link-item .icon{width: 128px;height: 128px;margin: 0 auto;background-size: contain;background-repeat: no-repeat;background-position: center;}
.home-link-item.i1 .icon{background-image: url(../img/icon/home_link_1.png);}
.home-link-item.i1:hover .icon{background-image: url(../img/icon/home_link_1_active.png);}
.home-link-item.i2 .icon{background-image: url(../img/icon/home_link_2.png);}
.home-link-item.i2:hover .icon{background-image: url(../img/icon/home_link_2_active.png);}
.home-link-item.i3 .icon{background-image: url(../img/icon/home_link_3.png);}
.home-link-item.i3:hover .icon{background-image: url(../img/icon/home_link_3_active.png);}
.home-link-item.i4 .icon{background-image: url(../img/icon/home_link_4.png);}
.home-link-item.i4:hover .icon{background-image: url(../img/icon/home_link_4_active.png);}
.home-link-item.i5 .icon{background-image: url(../img/icon/home_link_5.png);}
.home-link-item.i5:hover .icon{background-image: url(../img/icon/home_link_5_active.png);}
.home-link-item.i6 .icon{background-image: url(../img/icon/home_link_6.png);}
.home-link-item.i6:hover .icon{background-image: url(../img/icon/home_link_6_active.png);}
.home-link-item.i7 .icon{background-image: url(../img/icon/home_link_7.png);}
.home-link-item.i7:hover .icon{background-image: url(../img/icon/home_link_7_active.png);}
.home-link-item.i8 .icon{background-image: url(../img/icon/home_link_8.png);}
.home-link-item.i8:hover .icon{background-image: url(../img/icon/home_link_8_active.png);}
.home-link-item.i9 .icon{background-image: url(../img/icon/home_link_9.png);}
.home-link-item.i9:hover .icon{background-image: url(../img/icon/home_link_9_active.png);}
.home-link-item.i10 .icon{background-image: url(../img/icon/home_link_10.png);}
.home-link-item.i10:hover .icon{background-image: url(../img/icon/home_link_10_active.png);}
.home-link-item .caption{max-width: 120px;margin: 0 auto;padding: 15px 4px;font-size: 18px;color: #000;font-weight: bold;-webkit-transition: .3s all ease;-ms-transition: .3s all ease;transition: .3s all ease}
.home-link-item:hover .caption{color: #b0261c;}


/* Column */
.column-banner{background-color: #f1f1f1;}
.column-banner .img{position: relative;max-width: 100%;width: 100%;height: 350px;margin: 0 auto;}
.column-banner .overlay{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-color: #999;}
.column{margin-top: 30px;margin-bottom: 40px;}
.column-anchor{padding-left:15px;height:60px;background-color:#a92329;color:#fff;font-weight:600;font-size:18px;line-height:60px;}
.column-nav{box-shadow: 0 7px 20px rgba(169, 35, 41,.1);}
.column-nav ul li a{display: block;padding-left:25px;height: 40px;background: #fff;color: #333;font-size: 14px;line-height: 40px;}
.column-nav ul li a:hover{background:#e5892c;color:#fff;}
.column-nav ul li ul li a{padding-left: 40px;height: 36px;background:#f0f0f0;font-size: 14px;line-height: 36px;}
.column-nav ul li.selected > a{background: #f1f1f1;color:#a92329;font-weight: bold;}
.breadcrumb-nav{float: right;margin-top: -10px;padding:8px 0;color: #a92329;font-size: 14px;}
.breadcrumb-nav a{font-weight: normal;color:#999;}
.breadcrumb-nav a:hover{color: #333;}
.column-content{min-height: calc(100vh - 300px);background-color: #fff;box-shadow: 0 7px 20px rgba(169, 35, 41,.1);}
.column-name{padding: 0 25px;height:60px;border-bottom:1px solid #efefef;color:#333;font-weight:bold;font-size:18px;line-height:60px;}
.news-list li{border-bottom: 1px solid #e6e6e6;}
.news-list-item{position: relative;padding: 20px;-webkit-transition: .3s all ease;transition: .3s all ease;-ms-transition: .3s all ease;}
.news-list-item:hover{background-color: #fff;box-shadow: 0 7px 20px rgba(0,0,0,.1);}
.news-list-item .date{position: absolute;top: 20px;left: 20px;overflow: hidden;width: 80px;height: 50px;color: #a92329;border-right: 1px solid #e6e6e6;}
.date-item:hover .date{-webkit-transition: .3s all ease;transition: .3s all ease;-ms-transition: .3s all ease;}
.news-list-item .date span,.news-list-item .date b{display: block;width: 100%;text-align: center;white-space: nowrap;color:#a92329;}
.news-list-item .date span{height: 30px;line-height: 30px;font-size: 21px;font-weight: bold;}
.news-list-item .date b{height: 20px;line-height: 20px;font-size: 14px;font-weight: normal;}
.news-list-item:hover .content{color: #a92329;}
.news-list-item .content{height: 56px;line-height: 28px;padding: 0 20px 0 95px;color: #1a1a1a;}
.news-list-item .content h3{line-height: 24px;font-size: 16px;}
.news-list-item .content p{font-size: 14px;color: #888;}
.column .wp_single{padding: 20px;}
.teacher-list{padding: 20px;}
.teacher-item{display: block;max-width: 210px;width: 100%;margin: 15px auto;text-align: center;box-shadow: 0 5px 15px rgba(0,0,0,.1);-webkit-transition: .3s all ease;-ms-transition: .3s all ease;transition: .3s all ease;}
.teacher-item:hover{box-shadow: 0 5px 15px rgba(0,0,0,.3);}
.teacher-item h2{padding: 10px;background-color: #fff;font-size: 18px;color: #333;-webkit-transition: .3s all ease;-ms-transition: .3s all ease;transition: .3s all ease;}
.teacher-item:hover h2{color: #a92329;}
.teacher-item img{width: 210px;height: 290px;}
.column-img-list{padding: 15px;}
.column-img-item{margin: 15px 0;box-shadow: 0 0 10px rgba(0,0,0,.1);}
.column-img-item .photo{border-right: 4px solid #a92329;width: 100%;height: 230px;background-color: #999;background-repeat: no-repeat;background-position: center;background-size: cover;}
.column-img-item .title{padding: 8px 12px 6px;border-left: 4px solid #a92329;}
.column-img-item .title h3{margin: 0;font-size: 16px;font-weight: bold;color: #333;}
.column-img-item .title .date{color: #999;}
.column-img-item:hover{box-shadow: 0 4px 12px rgba(169, 35, 41, .2);}
.column-img-item:hover .title h3{color: #a92329;}
#wp_pager{text-align: center;}


/* Post */
.post-detail{margin: 30px 0;}
.post-detail .inner{background-color: #fff;box-shadow: 0 0 30px rgba(0,0,0,.1);}
.post-info{padding: 25px 15px 15px;border-bottom: 1px solid #f1f1f1;background:#fff;}
.post-title{padding-bottom:5px;color:#a92329;text-align:center;font-size:20px;}
.post-attr{margin-bottom:15px;color:#979797;text-align:center;}
.post-content{margin:20px 30px;min-height: 400px;}
.post-content img{margin:10px 0;height:auto!important;max-width:100%!important;}
#qrcode {padding-top:20px;border-top: 1px solid #f1f1f1;}
#qrcode img{display: block;margin:0 auto;padding:8px;border:2px solid #325487;border-radius: 12px;}
.qrcode-share{margin-top:5px;text-align:center;}


/* Responsive */
@media screen and (max-width: 1919px) {
    .swiper-button-prev.banner-button-prev{left: 18px;}
    .swiper-button-next.banner-button-next{right: 18px;}
}

@media screen and (max-width: 1599px) {
    /* Header */
    .site-nav > ul{justify-content: space-between;}
    .navbar-nav > li{margin: 0;}

    /* Footer */
    .footer-logo{text-align: center;}
    .footer-logo img{height: auto;width: auto;max-width: 100%;}
    .footer-qrcode{padding-bottom: 30px;}
}


@media screen and (max-width: 1199px){
    /* Header */
    .header-logo img{height: auto;width: 100%;;}

    /* Home */
    .home-news{padding: 40px 0;}
    .home-gallery{padding: 40px 0;}
    .home-link{padding: 40px 0;}
    .gallery-carousel-item .img{height: 210px;}

    .home-link-list ul{flex-wrap: wrap;}
    .home-link-list li{width: 25%;}
}
@media screen and (max-width: 991px){
    /* Header */
    .header-nav .container{width: 100%;}
    .header-logo{padding: 20px 0 10px;text-align: center;}
    .header-logo img{width: auto;height: 50px;}
    .header-function{padding-top: 0;justify-content: center;}
    .header-link ul{justify-content: center;}
    .header-search{margin-bottom: 20px;}
    .dropdown-menu{min-width: 100%;}
    
    /* Home */
    .block-title{margin-bottom: 20px;}
    .block-title h1,.block-title.large h1{font-size: 22px;}
    
    .block-title .more{top: 0;}
    .banner-carousel{height: 60vw;}
    .home-news{padding: 30px 0;}
    .news-block-list{margin-top: 30px;}
    .home-gallery{padding: 30px 0;}
    .home-info{background: #b7382f;padding: 30px 0;}
    .gallery-carousel .swiper-slide{width: 100%;}
    .gallery-carousel-item .img{height: 36vw;}
    .home-info .block-item{margin-bottom: 20px;}
    .news-carousel{height: auto;}

    /* Footer */
    .footer-logo{padding-top: 30px;}
    .footer-link{padding: 0 0 20px;}
    .footer-link ul{justify-content: center;}
    .footer-info{padding: 20px 0 10px;text-align: center;}
    .footer-qrcode ul{justify-content: center;}
}
@media screen and (max-width: 768px){
    /* Header */
    .header-logo img{max-width: 320px;width: 100%;height: auto;}
    .header-function{padding: 10px;}

    /* Nav */
    .header-nav{position: relative;margin: 0;width: auto;}
    .header-nav .container{margin: 0!important;padding: 0;}
    .site-nav{margin-left: 0!important;margin-right: 0!important;}
    .site-nav > ul{display: block;}
    .navbar-nav{margin: 0;}

    .site-nav li{width:100%;background: rgba(0,0,0,.8);}
    .site-nav li a{padding:9px 0 9px 30px;font-size:16px;text-align:left;}
    .navbar-nav > li > a{height: auto;line-height: initial;color: #fff;}
    .site-nav .open .dropdown-menu > li > a{padding:6px 0 6px 30px;}
    .site-nav > ul > li::after{content:"";}
    .dropdown-menu{display: none;padding: 0;}
    
    /* Footer */
    .footer{padding: 20px 0;}
    .footer-logo{padding: 0 0 20px;text-align: center;}
    .footer-info{float: none;text-align: center;}
    .wechat-icon{position: relative;}
    .footer-wechat p{padding: 0;}
    .footer-contact{font-size: 12px;}
    .footer-contact .left-padding{padding: 0;}

    /* Home */
    .banner-carousel{height: 55vw;}
    .cooperation-carousel{height: 60vw;}
    .home-carousel-item{margin: 20px 0;}
    .announcement-item{margin:  30px 0;}
    .home-link-list li{width: 33.33%;}

    /* Column */
    .column-banner .img{height: 24vw;}
    .column-nav{margin-bottom: 25px;}
    .news-carousel .swiper-slide{width: 100%;}
    .column .wp_single{padding: 20px;}
}
@media screen and (max-width: 600px){
    /* Header */
    .header{padding: 0;}
    .header-search{width: 100%;}

    /* Home */
    .home-news,.home-cooperation,.home-announcement,.home-story{padding: 60px 0;}
    .section-title > img{height: 40px;}
    .banner-carousel{height: 90vw;}
    .swiper-button-prev.banner-button-prev, .swiper-button-next.banner-button-next{width: 36px;height: 36px;margin-top: -18px;}
    .home-dock{margin-top: 0;}
    .dock-item{padding: 10px 0;font-size: 14px;}
    .dock-item img{width: 24px;height: 24px;}
    .news-img{height: 42vw;}
    .swiper-button-prev.news-button-prev, .news-button-next.news-button-next{width: 48px;height: 48px;}
    .section-more{justify-content: space-between;}
    .section-more-divider{display: none;}
    .swiper-button-prev.story-button-prev, .swiper-button-next.story-button-next{height: 36px;width: 36px;margin-top: -18px;}

    .guide-list-item h3,.eduinfo-list-item h3,.news-block-item h3,.news-block-item h3{font-size: 16px;}
    .guide-list-item p{font-size: 14px;}
    .home-link-item .caption{font-size: 14px;}
    .news-pagination.swiper-pagination{bottom: auto;top: 42vw;}
}
@media screen and (max-width: 480px){
    /* Header */
    .header-nav{margin-top: 0;}
    .header-nav .navbar-toggle{color:#fff;}
    .header-link{float: none;}
    .search-toggle{display: none}

    /* Footer */
    .footer-qrcode ul{flex-wrap: wrap;}
    .footer-qrcode li{width: 100%;margin:  10px 0;}

    /* Home */
    .banner-carousel{height: 90vw;}
    .banner-carousel-title{font-size: 15px;}
    .news-img{height: 40vw;}
    .announcement-carousel .swiper-slide{width: 100%;}
    .department-item{height: 42vw;}
    .department-title{left: 10px;bottom: 15px;font-size: 18px;}
    .link-item{width: 50%;}
    .home-link-list li{width: 50%;}
    

    /* Column */
    .column{padding: 0;}
    .column-name{height: auto;line-height: normal;padding: 15px 10px 0;text-align: center;}
    .column-list{padding: 10px;}
    .column-anchor{padding-left: 0;text-align: center;}
    .column-nav{margin-bottom: 0;}
    .breadcrumb-nav{float: none;padding: 4px 0 8px;margin-top: 2px;font-size: 12px;}
    .column .wp_single{padding: 20px 10px;}
    .common-list li a{width: 70%;}
    .common-list li span{width: 30%;}
    .teacher-item{width: 100%;}
    .teacher-item img{width: 140px;height: 180px;}
    .teacher-item h2{font-size: 14px;}

    /* Post */
    .post-info{margin: 0 10px;}
    .post-content{margin: 20px 0;overflow: auto;}
}
@media screen and (max-width: 360px){
    .book-carousel .swiper-slide{width: 100%;}
}