@charset "utf-8";

.block-title{position:relative;line-height: 40px;padding:4px 0 10px;margin-bottom: 0;text-align: left;background: url(../img/icon/icon_title_bg.png) no-repeat;background-position: 105px center;}
.block-title.text-center{text-align: center;background-position: top center;background-position: 55% center;}
.block-title h1{font-size: 28px;font-weight: 600;color: #333;vertical-align: middle;}
.block-more{position: absolute;top: 2px;right: 0;z-index: 2;display: inline-block;line-height: 30px;padding: 0 10px;font-size: 14px;color: #52bfc9;border: 1px solid #52bfc9;border-radius: 4px;-webkit-transition: all .3s ease;-ms-transition: all .3s ease;transition: all .3s ease;}
.block-more:hover{background-color: #52bfc9;color: #fff;}

/*
* Homepage
*/
.home-banner{background-color: #f1f1f1;}
.banner-carousel{display:block;width: 100%;height: 600px;background-color: #f1f1f1;}
.banner-carousel .swiper-slide{position: relative;display:block;width:100%;background-size:cover;background-repeat: no-repeat;background-position: center;background-color: #999;}
.banner-pagination.swiper-pagination{bottom: 20px;}
.banner-pagination.swiper-pagination .swiper-pagination-bullet{width: 18px;height: 18px;background-color: #fff;opacity: 1;-webkit-transition: all .3s ease;-ms-transition: all .3s ease;transition: all .3s ease;}
.banner-pagination.swiper-pagination .swiper-pagination-bullet-active{background-color: #52bfc9;}

/* Home News */
.home-news{padding: 70px 0 30px;background-color: #fff;}
.news-carousel{width: 100%;height:440px;border-radius: 8px;overflow: hidden;}
.news-carousel .swiper-slide{position:relative;background-color:#999;background-size:100% 100%;background-repeat: no-repeat;background-position: center;}
.news-carousel-title{position:absolute;bottom:0;left:0;right:0;height: 60px;line-height: 60px;padding: 0 130px 0 30px;font-size:16px;color:#fff;background-color:rgba(0,0,0,.3);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition:.2s all ease;-webkit-transition:.2s all ease;-moz-transition:.2s all ease}
.news-carousel-title span{margin: 0 12px;font-size: 14px;}
.news-carousel:hover .news-carousel-title{background-color: rgba(0,0,0,.8);}
.news-pagination.swiper-pagination{left: auto;right: 20px;bottom: 20px;width: auto;}
.news-pagination.swiper-pagination .swiper-pagination-bullet{width: 8px;height: 8px;background: #fff;opacity: 1;}
.news-pagination.swiper-pagination .swiper-pagination-bullet-active{background: #52bfc9;}
/* News List */
.home-list{padding: 30px 0 70px;background-color: #fff;}
.date-list{min-height: 388px;padding: 0;margin-top: 8px;}
.date-list li{position:relative;overflow: hidden;padding-left:64px;margin-bottom: 15px;border: 1px solid #e0e0e0;border-radius: 4px;-webkit-transition: all .3s ease;-ms-transition: all .3s ease;transition: all .3s ease;}
.date-list li:last-child{margin-bottom: 0;}
.date-list li .date{position:absolute;top:0;left:0;width: 50px;height: 50px;line-height:18px;padding-top: 8px;overflow: hidden;background: transparent;text-align: center;color:#999;font-size:14px;font-weight: 700;background: #e0e0e0;-webkit-transition: .3s all ease;-ms-transition: .3s all ease;transition: .3s all ease;}
.date-list li .date span,.date-list li .date em {display:block;white-space: nowrap;font-weight: 700;font-style: normal;}
.date-list li .content{position: relative;}
.date-list li .content h4{line-height: 50px;font-size: 16px;font-weight: 600;color:#333;-webkit-transition: all .3s ease;-ms-transition: all .3s ease;transition: all .3s ease;}
.date-list li:last-child .content{border-bottom: none;}
.date-list li:hover .content h4{color:#52bfc9}
.date-list li:hover{border-color: #52bfc9;}
.date-list li:hover .date{background-color: #52bfc9;color: #fff;}

.intro-list{min-height: 396px;padding-top: 10px;}
.intro-list li{position:relative;overflow: hidden;padding-left:64px;margin-bottom: 14px;border-radius: 4px;-webkit-transition: all .3s ease;-ms-transition: all .3s ease;transition: all .3s ease;}
.intro-list li:last-child{margin-bottom: 0;}
.intro-list li .date{position:absolute;top:0;left:0;width: 50px;height: 50px;line-height:18px;padding-top: 8px;overflow: hidden;background: transparent;text-align: center;color:#999;font-size:14px;font-weight: 700;background: #e0e0e0;border-radius: 4px;border-bottom-right-radius: 0;-webkit-transition: .3s all ease;-ms-transition: .3s all ease;transition: .3s all ease;}
.intro-list li .date span,.intro-list li .date em {display:block;white-space: nowrap;font-weight: 700;font-style: normal;}
.intro-list li .content{position: relative;}
.intro-list li .content h4{min-height: 17px;padding-top: 4px;font-size: 16px;font-weight: 600;color:#333;-webkit-transition: all .3s ease;-ms-transition: all .3s ease;transition: all .3s ease;}
.intro-list li .content p{min-height: 21px;padding-top: 4px;font-size: 14px;color: #999;}
.intro-list li:last-child .content{border-bottom: none;}
.intro-list li:hover .content h4{color:#52bfc9}
.intro-list li:hover{border-color: #52bfc9;}
.intro-list li:hover .date{background-color: #52bfc9;color: #fff;}
/* Info List */
.info-list ul{min-height: 396px;padding-top: 10px;}
.info-list li{padding-left: 20px;margin-bottom: 30px;border-left: 4px solid #52bfc9;}
.info-list li:last-child{margin-bottom: 0;}
.info-list li h4{padding-bottom: 6px;font-size: 16px;font-weight: 600;color: #333;-webkit-transition: .3s all ease;-ms-transition: .3s all ease;transition: .3s all ease}
.info-list li:hover h4{color: #52bfc9;}
.info-list li p{font-size: 12px;color: #999;}
/* Block Report List */
.block-report-list{min-height: 380px;padding-top: 10px;}
.block-report-list > ul > li{margin-bottom: 20px;}
.report-list-item{position: relative;padding: 20px;margin-bottom: 20px;background-color: transparent;border: 1px solid #e0e0e0;border-radius: 4px;-webkit-transition: .3s all ease;-ms-transition: .3s all ease;transition: .3s all ease}
.report-list-item:hover{box-shadow: 0 0 30px rgba(0,0,0,.1);background-color: #52bfc9;}
.report-list-item .text{padding-bottom: 0;}
.report-list-item .text h3{min-height: 56px;line-height: 28px;font-size: 16px;font-weight: 600;font-size: 16px;margin-bottom: 6px;color: #333;-webkit-transition: .3s all ease;-ms-transition: .3s all ease;transition: .3s all ease}
.report-list-item:hover .text h3{color: #fff;}
.report-list-item .text li{line-height: 24px;font-size: 14px;color: #999;background-repeat: no-repeat;background-position: center left;-webkit-transition: .3s all ease;-ms-transition: .3s all ease;transition: .3s all ease}
.report-list-item:hover .text li{color: rgb(255,255,255,.6);}
/* Photo Carousel */
.home-photo{padding: 50px 0;background: #f5f3f1 url(../img/home_photo_bg.png) no-repeat center;}
.photo-carousel{height: 305px;}
.photo-carousel .swiper-slide{width: 20%;}
.photo-carousel-item{display: block;width: 100%;padding: 15px 0;margin: 0 auto;border-radius: 4px;-webkit-transition: .3s all ease;-ms-transition: .3s all ease;transition: .3s all ease;}
.photo-carousel-item .photo{max-width: 260px;width: 100%;height: 195px;margin: 0 auto;background-color: #999;background-repeat: no-repeat;background-position: center;background-size: cover;border: 2px solid transparent;border-radius: 8px;-webkit-transition: .3s all ease;-ms-transition: .3s all ease;transition: .3s all ease;}
.photo-carousel-item .title{margin: 10px;text-align: center;font-size: 16px;font-weight: 600;color: #333;-webkit-transition: .3s all ease;-ms-transition: .3s all ease;transition: .3s all ease;}
.photo-carousel-item:hover .photo{border-color: #52bfc9;}
.photo-carousel-item:hover .title{color: #999;}
.swiper-pagination.photo-pagination .swiper-pagination-bullet{width: 18px;height: 8px;border-radius: 4px;opacity: 1;}
.swiper-pagination.photo-pagination .swiper-pagination-bullet-active{width: 40px;background: #52bfc9;}
.photo-carousel .swiper-scrollbar-drag{background: #52bfc9;}
.photo-control{position: absolute;top: 0;left: 0;right: 0;max-width: 1800px;width: 100%;height: 100%;}
.photo-button-prev.swiper-button-prev,.photo-button-next.swiper-button-next{width: 64px;height: 64px;margin-top: -32px;background-color: #fff;background-size: 16px auto;box-shadow: 0 0 10px rgba(0,0,0,.1);border-radius: 50%;-webkit-transition: .3s all ease;-ms-transition: .3s all ease;transition: .3s all ease;}
.photo-button-prev{left: -80px;background-image: url(../img/icon/icon_photo_left.png);}
.photo-button-next{right: -80px;background-image: url(../img/icon/icon_photo_right.png);}
.photo-button-prev:hover,.photo-button-next:hover{box-shadow: 0 0 10px rgba(0,0,0,.3);}


/*
 * Column Style
 */
.column-banner{position: relative;background-color: #f0f0f0;}
.column-img{max-width: 1920px;width: 100%;height: 340px;margin: 0 auto;background-repeat: no-repeat;background-size: cover;background-position: center;}
.column-overlay{position: absolute;left: 0;right: 0;bottom: 0;z-index: 1;height: 180px;background: linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,0.6));}
.column-breadcrumb{z-index: 3;margin-top: -60px;padding-bottom: 16px;color: #fff;}
.column-breadcrumb a{color: #fff;}
.column-breadcrumb a:hover{opacity: .7;-webkit-transition: .3s all ease;-ms-transition: .3s all ease;transition: .3s all ease;}
.column{position: relative;z-index: 3;margin-top: 0;min-height:calc(100vh - 500px);}
.column-sidebar,.column-content{position: relative;}
.column-sidebar{margin-bottom:20px;}
.column-content{min-height: 500px;overflow: hidden;margin-bottom:50px;padding: 10px 20px 30px;background: #fff;box-shadow: 0 0 30px rgba(0,0,0,.1);border-radius: 4px;}
.column-name{padding: 20px;margin-bottom: 10px;font-size:24px;font-weight:600;color:#fff;background: #52bfc9;border-radius: 4px;}
.column-name .navbar-toggle{margin-top: -10px;margin-right: 0;color: #fff;}
.column-title{font-size:24px;font-weight:600;color: #52bfc9;border-bottom:1px solid rgba(0,0,0,.1);padding:10px 20px;margin-bottom:20px}
.column-collapse{padding: 0!important;margin: 0!important;}

.col-list{overflow: hidden;background:transparent;border-radius: 4px;box-shadow: 0 0 10px rgba(82, 191, 201, .2);}
.col-list a{display: block;padding: 12px 20px;font-size: 16px;background: #f7f7f7;color: #333;-webkit-transition: .3s all ease;-ms-transition: .3s all ease;transition: .3s all ease;}
.col-list a:hover{background: #51afe0;color: #fff;}
.col-list a span{float: right;}
.col-list > ul > li > a{border-bottom: 1px dotted #fff}
.col-sublist a{padding: 8px 30px;background: #e0e0e0;font-size: 14px;}
.wp_listalbumn{margin-top:20px}
#wp_pager{text-align: center;}

.column-img-item{width: 100%;padding: 5px 0 25px;}
.column-img-item .photo{width: 100%;padding-bottom: 120%;background-size: cover;background-repeat: no-repeat;background-position: center;background-color: #999;box-shadow: 0 0 10px rgba(0,0,0,.1);}
.column-img-item .title{position: relative;width: 92%;margin: 0 auto;padding: 8px 15px;margin-top: -20px;background-color: #fff;font-size: 16px;text-align: center;border-left: 4px solid #51e0c5;box-shadow: 0 0 10px rgba(0,0,0,.2);-webkit-transition: .3s all ease;-ms-transition: .3s all ease;transition: .3s all ease;}
.column-img-item .title p{margin: 0;}
.column-img-item:hover .title{color: #51e0c5;box-shadow: 0 0 10px rgba(0,0,0,.3);}


/*
* Post
*/
.post{background-color: #fff;}
.post-breadcrumb{padding: 12px 0;background-color: transparent;color: #52bfc9;}
.post-breadcrumb a{color: #fff;opacity: .8;}
.post-breadcrumb a:hover{color: #fff;opacity: 1;}
.post-content{width:100%;padding:0;margin:40px 0;background-color:#fff;}
.post-title{padding-bottom: 10px;font-size:24px;font-weight: bold;text-align:center;color:#52bfc9}
.post-attr{margin-bottom:20px;padding:0 20px 20px;border-bottom: 1px solid #efefef;text-align:center;color:#666;}
.post-attr > span{display: inline-block;padding:5px 10px;background-color: #f7f7f7;border-radius: 8px;cursor: pointer;}
.read-content{width: 100%;min-height: 400px;line-height: 2;margin:0 auto;padding:10px 20px 40px;}
.read-content img{margin:10px 0;max-width:100%!important;height:auto}
.breadcrumb{color:#fff;text-align:left;background:#5fcbd2;border-radius:0}
.breadcrumb .possplit{display: none;}
.breadcrumb a{margin: 0 5px;color:#fff;opacity: .8;-webkit-transition: .3s all ease;-ms-transition: .3s all ease;transition: .3s all ease;}
.breadcrumb a:hover{opacity: 1}
.wp_articlecontent>table{width: 100%!important;}

@media screen and (max-width: 1600px) {
    .photo-button-prev{left: 0;}
    .photo-button-next{right: 0;}
}
@media screen and (max-width: 1440px) {
    .photo-carousel-item .photo{max-width: 180px;}
}
@media screen and (max-width:1199px){
    /* Header */
    .header-logo img,.footer-logo img{width: 100%;height: auto;}
    .header-search{width: 100%;margin-top: 8px;}
    .img-list li{padding: 28px 15px;}
    .img-item .img{left: 15px;}

    /* Home */
    .banner-carousel{height: 400px}
    .photo-carousel .swiper-slide{width: 33.33%}

    /* Column */
    .column-banner .img{height:300px}
    .column-img-item .photo{height: 150px;}
}

@media screen and (max-width: 991px){
    /* Header */
    .header{padding: 10px 0;}
    .header-logo{padding: 10px 0 0;text-align: center;}
    .header-logo img{max-width: 768px;width: 100%;height: auto;}
    .header-right{float: none;display: block;}
    .header-link{margin-top: 0;margin-bottom: 15px;text-align: center;}
    .header-search{float: none;display: block;width: 250px;margin: 5px auto 20px;box-shadow: 0 0 10px rgba(0,0,0,.2);}
    .search-input{opacity: 1;visibility: visible;}
    
    /* Footer */
    .footer{padding-top: 30px;}
    .footer-logo{padding: 0;text-align: center;}
    .footer-logo img{max-width: 600px;width: 100%;height: auto;}
    .footer-qrcode{text-align: center;}
    .footer-qrcode img{display: block;margin: 0 auto;}
    .footer-info{line-height: 1.3;padding-bottom: 15px;text-align: center;}
    .footer-info p{display: inline-block;margin: 0 4px;}
    .social-media ul{justify-content: center;}
    .footer-link{margin: 18px auto 8px}
    .footer-copyright{text-align: center;}

    /* Nav */
    .header-nav .inner{width: 100%;}
    .site-nav li a{padding: 15px 0;font-size: 15px;}

    /* Home */
    .home-news{padding: 30px 0;background-repeat: repeat;}
    .photo-carousel{height: auto;}
    .photo-carousel .swiper-slide{width: 33.33%;}
    .banner-button-prev,.banner-button-next,.teacher-button-next.swiper-button-next, .teacher-button-prev.swiper-button-prev{width: 30px;height: 30px;background-size:  12px auto;}
    .block-item{margin: 30px 0;}
    .home-list,.home-photo{padding: 30px 0;}

    /* Column */
    .column-img-item .photo{height: 220px;}
}

@media screen and (max-width: 767px){
    /* Header */
    .header-logo img{width: 100%;height: auto;}

    /* Nav */
    .header-nav .container{padding-left: 0!important;padding-right: 0!important;}
    .navbar-nav .open .dropdown-menu>li>a{padding: 10px 15px!important;}
    .site-nav,.navbar-nav{padding: 0!important;margin: 0!important;}
    .site-nav li{width: 100%;}
    .site-nav li a{padding: 15px 0;}

    /* Footer */
    .footer-logo{width: 100%;text-align: center;}
    .footer-logo img{width: 100%;height: auto}
    .footer-info{padding: 10px 0}
    .footer-info p{margin: 0;padding-left: 10px;line-height: 2;opacity: .9;font-size: 12px;}
    .footer-copyright{font-size: 12px;opacity: .8;}
    .footer-link{margin-top: 10px;}

    /* Home */
    .block-item{padding: 10px 0;margin: 10px 0;}
    .block-title h1{font-size: 20px;font-weight: bold;}
    .block-tab li a{font-size: 16px;}
    .block-tab li.active a{font-size: 20px;font-weight: bold;}
    .banner-carousel{height: 40vw;}
    .home-news{padding: 20px 0;}
    .news-carousel{height: 69vw;}
    .news-carousel-item h4{font-size: 14px;}
    .date-item .content h3{font-size: 16px;}

    .photo-carousel .swiper-slide{width: 100%;}
    .teacher-button-prev.swiper-button-prev{left: 18px;}
    .teacher-button-next.swiper-button-next{right: 18px;}

    /* Column */
    .column-name{padding: 15px 20px;font-size: 20px;}
    .column-right{padding: 0;margin-top: 10px;}
    .column-title{padding: 15px 20px;font-size: 22px;}
    .column-img{height: 40vw;}
    .column-img-item{max-width: 420px;margin: 0 auto;}
    .column-img-item .photo{height: 180px;}
    .column-img-item .title p{font-size: 14px;}

    /* Post */
    .read-content{padding: 10px 20px;}
    .read-content img{height: auto!important;}
    .post-title{font-size: 20px;}
    .post-attr{margin-bottom: 0;}
}
@media screen and (max-width: 480px){

    /* Footer */
    .footer-copyright{font-size: 12px;}
    .block-list li a{font-size: 14px;}
    .column-position{float: none;display: block;}

    .column-img-item .photo{height: 62vw;}

    /* Home */
    .banner-carousel{height: 52vw;}

    .date-list{min-height: auto;margin-top: 15px;}
    .date-item{margin-bottom: 28px;}

    .img-item .img{width: 105px;}
    .img-item .content{padding-left: 115px;}
}
