@charset "utf-8";
.block-title{padding: 12px 0 30px;}
.block-title.center{text-align: center;}
.block-title h1{position: relative;font-weight: bold;font-size: 30px;color: #1a1a1a;}
/* .block-more{position: absolute;right: 0;top: 50%;margin-top: -11px;height: 22px;line-height: 22px;padding: 0 8px;font-size: 12px;border: 1px solid #ba0012;border-radius: 4px;} */
.block-more{position: absolute;right: 0;top: 50%;margin-top: -11px;height: 22px;line-height: 22px;padding: 0 8px;font-size: 12px;border: 1px solid #E66E11;border-radius: 4px;}
.block-more img{vertical-align: middle;}
.block-title p{font-size: 16px;color: #999;font-family: 'Times New Roman', Times, serif;}
/* .block-title i {display: inline-block;width: 60px;height: 6px;background: linear-gradient(to right,#1251a7,#be1223);border-radius: 3px;} */
.block-title i {display: inline-block;width: 60px;height: 6px;background: linear-gradient(to right,#35998C,#1E766b);border-radius: 3px;}
.block-item{position:relative;padding: 16px 8px;}


/* HomeBanner */
.home-banner{width:100%;overflow:hidden}
.banner-carousel{display:block;width: 100%;height: 32vw;background-color: #333;}
.banner-carousel .swiper-slide{position: relative;display:block;width:100%;background-size:cover;background-repeat: no-repeat;background-position: center;background-color: #999;opacity: .5;}
.banner-carousel .swiper-slide-active{opacity: 1;}
.banner-pagination.swiper-pagination{max-width: 1200px;left: 0;right: 0;bottom: 40px;z-index: 2;margin: 0 auto;text-align: right;}
.banner-pagination.swiper-pagination .swiper-pagination-bullet{width: 16px;height: 16px;background: transparent;border: 4px solid #fff;opacity: 1;border-radius: 50%;-webkit-transition: .3s all ease;-ms-transition: .3s all ease;transition: .3s all ease}
.banner-pagination.swiper-pagination .swiper-pagination-bullet-active{background: #0044a0;border-color: #0044a0;}
.banner-carousel-text{position: absolute;left: 0;right: 0;bottom: 0;z-index: 0;padding: 20px 0 40px;background: linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,.5));}
.banner-carousel-text .container{position: relative;}
.banner-carousel-text h3{font-size: 30px;color: #fff;font-weight: bold;-webkit-transition: .3s all ease;-ms-transition: .3s all ease;transition: .3s all ease}
.banner-carousel-text p{margin-top: 12px;font-size: 20px;color: #fff;}
.banner-carousel-text .more{position: absolute;top: 14px;right: 15px;width: 80px;height: 80px;padding-top: 10px;font-size: 20px;background: rgba(255,255,255,.2);color: #fff;border-radius: 6px;text-align: center;}
.banner-carousel .swiper-slide:hover h3{opacity: .6;}

/* HomeNews */
.home-news{padding:60px 0;background: #f5f6f7 url(../img/home_hero_bg.png) no-repeat center top;background-size: auto;}
.home-news .inner{background-color: #fff;}
.news-photo-item{position: relative;margin-bottom: 20px;}
.news-photo-item .photo{position: absolute;left: 0;top:0;width: 160px;height: 90px;background-size: cover;background-repeat: no-repeat;background-position: center;border-radius: 4px;background-color: #999;}
.news-photo-item .text{padding-left: 180px;}
.news-photo-item .text h3{font-size: 16px;font-weight: bold;line-height: 24px;color: #333;-webkit-transition: all .3s ease;-ms-transition: all .3s ease;transition: all .3s ease;}
.news-photo-item .text p{margin-top: 8px;font-size: 12px;line-height: 18px;height: 36px;color: #999;-webkit-transition: all .3s ease;-ms-transition: all .3s ease;transition: all .3s ease;}
.news-photo-item .date{padding-left: 20px;font-size: 14px;color: #0044a0;background: url(../img/icon/icon_time.png) no-repeat center left;}
.news-photo-item:hover .text h3{color: #0044a0}
.news-photo-item:hover .text p{color: #666}

.hero-news-list{min-height: 320px;margin-bottom: 20px;}
.hero-news-list li:last-child .hero-news-item {border-bottom: 1px dashed #e0e0e0;}
.hero-news-item{height:60px;overflow:hidden;background: url(../img/icon/icon_announcement.png) ;background-repeat: no-repeat;background-position: center left;border-top: 1px dashed #e6e6e6;}
.hero-news-item:hover{background-image: url(../img/icon/icon_announcement_active.png);}
.hero-news-item:hover h3{color: #1251a7;}
.hero-news-item h3{float:left;width:78%;padding-left:25px;line-height:60px;font-size:16px;color:#333;-webkit-transition: .3s all ease;transition: .3s all ease;}
.hero-news-item p{float:left;width:22%;line-height:60px;text-align:right;color:#999}

/* Home List */
.home-list{background: url(../img/home_list_bg.png) no-repeat center/cover;padding: 60px 0;}
.home-list .inner{background-color: #fff;}
.block-list {min-height: 506px;}
.block-list-item{padding: 12px 0;}
.block-list-item h3{font-size: 18px;color: #333;font-weight: bold;-webkit-transition: all .3s ease;-ms-transition: all .3s ease;transition: all .3s ease;}
.block-list-item:hover h3{color: #1251a7;}
.block-list-item p{position: relative;margin-top: 6px;color: #999;font-size: 14px;}
.block-list-item p::after{content: "";position: absolute;right: 0;top: 50%;width: 80%;border-top: 1px dashed #ccc;}
.lecture-item{position: relative;padding-top: 20px;padding-bottom: 20px;border: 1px solid #e5e5e5;margin-bottom: 30px;background: #f5f5f5 url(../img/icon/icon_host.png) no-repeat 90% 80%;-webkit-transition: .3s all ease;-ms-transition: .3s all ease;transition: .3s all ease;}
.lecture-item:hover{background-color: #0044a0;}
.lecture-item .date{position: absolute;left: 10px;top: 20px;width: 80px;text-align: center;}
.lecture-item .date::after {content: "";position: absolute;left: 50%;top: 55%;border: 1px solid #ccc;width: 20px;margin-left: -10px;-webki-transform: rotate(15deg);-ms-transform: rotate(15deg);transform: rotate(-15deg);}
.lecture-item .date span,.lecture-item .date b{display: block;color: #0044a0;white-space: nowrap;overflow: hidden;-webkit-transition: .3s all ease;-ms-transition: .3s all ease;transition: .3s all ease;}
.lecture-item .date span{font-size: 28px;}
.lecture-item .date b{margin-top: 24px;font-size: 14px;}
.lecture-item:hover .date span,.lecture-item:hover .date b{color: #fff;}
.lecture-item .text{padding-left: 100px;}
.lecture-item .text h3{margin: 10px 0;font-size: 18px;color: #333;-webkit-transition: .3s all ease;-ms-transition: .3s all ease;transition: .3s all ease;}
.lecture-item .text p{margin: 2px 0;color: #666;font-size: 14px;-webkit-transition: .3s all ease;-ms-transition: .3s all ease;transition: .3s all ease;}
.lecture-item:hover .text h3,.lecture-item:hover .text p{color: #fff;}

/* HomePhoto */
.home-photo{padding: 30px 0;background: url(../img/home_campus_photo.png) no-repeat center/cover;}
.photo-carousel{height: 320px;}
.photo-carousel .swiper-slide{width: 33.333%;padding: 0 10px;}
.photo-carousel-item .photo{position: relative;width: 100%;height: 250px;overflow: hidden;}
.photo-carousel-item .photo .overlay{position: absolute;left: 0;top:0;width: 100%;height: 100%;background-size: cover;background-repeat: no-repeat;background-position: center;background-color: #f7f7f7;-webkit-transition: .3s all ease;-ms-transition: .3s all ease;transition: .3s all ease;}
.photo-carousel-item:hover .photo .overlay{transform: scale(1.1);}
.photo-carousel-item .title{padding: 30px 20px 20px;}
.photo-carousel-item .title h3{font-size: 18px;color: #333;-webkit-transition: .3s all ease;-ms-transition: .3s all ease;transition: .3s all ease;}
.photo-carousel-item:hover .title h3{color: #0044a0;}
.swiper-pagination.photo-pagination{position: relative;left: auto;right: auto;padding: 10px 0;}
.photo-pagination.swiper-pagination .swiper-pagination-bullet{width: 16px;height: 16px;margin:0 8px;border: 2px solid #0044a0;background-color: transparent;opacity: 1;-webkit-transition: all .3s ease;-ms-transition: all .3s ease;transition: all .3s ease;}
.photo-pagination.swiper-pagination .swiper-pagination-bullet-active{background-color: #0044a0;}
.swiper-button-prev.photo-button-prev,.swiper-button-next.photo-button-next{width: 35px;height: 92px;margin-top: -46px;background-color: rgba(0,0,0,.6);background-size: 16px auto;border-radius: 6px;overflow: hidden;-webkit-transition: .3s all ease;-ms-transition: .3s all ease;transition: .3s all ease;}
.swiper-button-prev.photo-button-prev:hover,.swiper-button-next.photo-button-next:hover{background-color: rgba(0,0,0,.8);}

/* Home Link */
.home-link{padding: 40px 0;background: url(../img/home_link_bg.png) no-repeat center/cover;}
.link-list ul{overflow: hidden;}
.link-list li{float: left;width: 20%;text-align: center;padding: 10px ;}
.link-item{padding:40px 12px;background-color: #fff;box-shadow: 0 4px 20px rgba(0,0,0,.1);-webkit-transition: all .3s ease;-ms-transition: all .3s ease;transition: all .3s ease;}
.link-item:hover{background-color: #0044a0;}
.link-item .icon{width: 80px;height: 80px;margin: 0 auto;background-position: center;background-size: contain;background-repeat: no-repeat;-webkit-transition: all .3s ease;-ms-transition: all .3s ease;transition: all .3s ease;}
.link-item.i1 .icon{background-image: url(../img/icon/link_icon_1.png);}
.link-item.i1:hover .icon{background-image: url(../img/icon/link_icon_1_active.png);}
.link-item.i2 .icon{background-image: url(../img/icon/link_icon_2.png);}
.link-item.i2:hover .icon{background-image: url(../img/icon/link_icon_2_active.png);}
.link-item.i3 .icon{background-image: url(../img/icon/link_icon_3.png);}
.link-item.i3:hover .icon{background-image: url(../img/icon/link_icon_3_active.png);}
.link-item.i4 .icon{background-image: url(../img/icon/link_icon_4.png);}
.link-item.i4:hover .icon{background-image: url(../img/icon/link_icon_4_active.png);}
.link-item.i5 .icon{background-image: url(../img/icon/link_icon_5.png);}
.link-item.i5:hover .icon{background-image: url(../img/icon/link_icon_5_active.png);}
.link-item h3{margin-top: 40px;font-size: 20px;color: #333;}
.link-item:hover h3{color: #fff;}

.column-banner .img{position:relative;max-width:100%;width:100%;height:350px;margin:0 auto;background:#f1f1f1 url(../img/list_column_bg.jpg) no-repeat center/cover}
.column-banner .overlay{position:absolute;left:0;top:0;width:100%;height:100%}
.column{margin-top:30px;margin-bottom:40px}
/* .column-anchor{padding-left:24px;height:80px;background-color:#0044a0;background: linear-gradient(to right,#1251a7,#be1223);border-radius: 0;color:#fff;font-weight:bold;font-size:22px;line-height:80px} */
.column-anchor{padding-left:24px;height:80px;background-color:#0044a0;background: linear-gradient(to right,#35998C,#1E766b);border-radius: 0;color:#fff;font-weight:bold;font-size:22px;line-height:80px}
.column-nav ul li a{display:block;padding-left:25px;height:48px;background:#fff;color:#333;font-size:16px;line-height:48px;border-bottom: 1px solid #eee;-webkit-transition: .3s all ease;-ms-transition: .3s all ease;transition: .3s all ease;}
.column-nav ul li a:hover{background:#be1223;color:#fff}
.column-nav ul li ul li a{padding-left:40px;height:48px;background:#f0f0f0;font-size:16px;line-height:48px}
.column-nav ul li.selected>a{background:#f1f1f1;color:#0044a0;font-weight:700}
.breadcrumb-nav{float:right;margin-top:-10px;padding:8px 0;color:#0044a0;font-size:14px;font-weight:400}
.breadcrumb-nav a{font-weight:400;color:#999}
.breadcrumb-nav a:hover{color:#333}
.column-content{min-height:calc(100vh - 300px);background-color:#fff;box-shadow:0 7px 20px rgba(175,35,40,.1)}
.column-content .hero-news-list{padding: 10px 24px;}
.column-name{padding: 10px 24px;color:#333;font-weight:700;font-size:24px;line-height:60px}
.column-nav{box-shadow: 0 0 20px rgba(0,0,0,.1);}

.news-list{margin-bottom: 30px;}
.news-list li{border-top:1px dashed #ccc}
.news-list li:last-child.news-list-item{border-bottom: 1px dashed #ccc;}
.news-list-item{position:relative;width: 100%;height: 105px;padding:30px 16px;-webkit-transition:.3s all ease;transition:.3s all ease;-ms-transition:.3s all ease}

.news-list-item .date{position:absolute;top:20px;left:0;width:64px;overflow:hidden;;}
.news-list-item .date b,.news-list-item .date span{display:block;width:100%;text-align:center;white-space:nowrap;}
.news-list-item .date span{font-size:28px;color: #333;font-weight:bold;font-style: italic;}
.news-list-item .date b{font-size:14px;color: #999;font-weight:normal}
.news-list-item .content{display: flex;align-items: center;width: 100%;height: 52px;padding:0 20px 0 95px;color:#1a1a1a;background: url(../img/icon/list_dot.png) no-repeat;background-position: 68px center;}
.news-list-item .content h3{line-height:26px;font-size:18px;-webkit-transition:.3s all ease;-ms-transition:.3s all ease;transition:.3s all ease}
.news-list-item:hover .content{background-image: url(../img/icon/list_dot_active.png);}
.news-list-item:hover .content h3{color: #0044a0;}

.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:#0044a0}
.teacher-item img{width:210px;height:290px}
.column-img-list{padding:15px 25px}
.column-img-item{margin:15px 0;border-radius:8px;overflow:hidden;box-shadow:0 0 10px rgba(0,0,0,.1);-webkit-transition:.3s all ease;-ms-transition:.3s all ease;transition:.3s all ease}
.column-img-item .photo{width:100%;height:180px;background-color:#999;background-repeat:no-repeat;background-position:center;background-size:cover}
.column-img-item .title{padding:16px 12px}
.column-img-item .title h3{margin:0 0 4px;font-size:16px;font-weight:700;color:#333;-webkit-transition:.3s all ease;-ms-transition:.3s all ease;transition:.3s all ease}
.column-img-item .title .date{color:#999}
.column-img-item:hover{box-shadow:0 0 10px rgba(175,35,40,.3)}
.column-img-item:hover .title h3{color:#0044a0}
#wp_pager{text-align:center}
.post-detail{margin:30px auto 60px}
.post-detail .inner{background-color:#fff;box-shadow:0 20px 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:#0044a0;text-align:center;font-weight:700;font-size:20px} */
.post-title{padding-bottom:5px;color:#0044a0;text-align:center;font-weight:700;font-size:30px}
.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 #0044a0;border-radius:12px}
.qrcode-share{padding:6px 0 20px;text-align:center}


@media screen and (max-width:991px){.header-nav .container{width:100%}
.header-logo{padding:20px 0 10px;text-align:center}
.header-logo img{width:auto;height:80px}
.header-function{padding-top:0;justify-content:center}
.header-search{position:relative;top:auto;right:0;margin:0 auto;margin-bottom:20px}
.block-title .more{top:0}
.banner-carousel{height:36vw}
.header{background-size: cover;}
.site-nav>ul{display: flex;justify-content: space-between;float: none;}
.site-nav >ul>li{width: auto;margin: 0;}
.site-nav >ul>li a{font-size: 14px;font-weight: normal;}
.banner-pagination.swiper-pagination{width: 100%;max-width: 750px;}
.link-item .icon{width: 40px;height: 40px;}
.link-item h3{margin-top: 20px;font-size: 18px;}
.footer-logo{text-align: center;}
.footer-logo img,.header-logo img{max-width: 480px;width: 100%;}
.footer-info{padding: 10px 0;text-align: center;}
.footer-info p{display: inline-block;margin: 6px;opacity: .8;}
.footer-link{margin: 20px auto 0;}
}
@media screen and (max-width:768px){
    .header-logo img{width:auto;height:auto}
    .header-function{padding:10px}
    .header-nav::after,.site-nav::after,.site-nav::before{display:none}
    .navbar-nav>li>a{width:100%;border-bottom:none}
    .header-nav{position:relative;margin:0;width:auto;height:auto;background:#0044a0}
    .header-nav .container{margin:0!important;padding:0}
    .header-search{margin-bottom: 0;}
    .site-nav{margin-right:0!important;margin-left: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;text-align:left;font-size:16px}
    .navbar-nav>li>a{height:auto;color:#fff;line-height:initial}
    .site-nav .open .dropdown-menu>li>a{padding:6px 0 6px 30px}
    .site-nav>ul>li::after{display:none;content:""}
    .site-nav>ul>li i{display:none}
    .dropdown-menu{position:relative;left:auto;z-index:99;display:none;padding:0;width:100%;max-width:100%}
    .footer{padding:30px 0}
    .footer-logo{padding:0 0 20px;text-align:center}
    .footer-logo img{width:auto;height:auto}
    .footer-info{display:block}
    .home-hero{background:#f2f8ff}
    .home-gallery,.home-hero,.home-info,.home-party{padding:30px 0}
    .photo-carousel .swiper-slide{width:100%}
    .photo-carousel-item{height:38vw}
    .news-photo-item .photo{position:relative;top:auto;left:auto;margin-bottom:12px;width:100%;height:38vw}
    .news-photo-item .text{padding-left:0}
    .column-banner .img{height:24vw}
    .column-nav{margin-bottom:25px}
    .news-carousel .swiper-slide{width:100%}
    .column .wp_single{padding:20px}
    .home-photo .col-28,.home-photo .col-36{width:100%}
    .photo-item,.photo-item.extend{height:50vw}
    .link-list li{width: 33.333%;}
}
@media screen and (max-width:600px){.header{padding:0}
.header-logo img,.footer-logo img{max-width: 100%;width: 100%;height: auto;}
.header-nav{margin-left: -15px;margin-right: -15px;}
.header-nav .navbar-toggle{padding: 0;}
.block-title h1{font-size: 22px;}
.block-item{padding: 0;}
.banner-carousel{height: 40vw;}
.banner-pagination.swiper-pagination{padding: 0 20px;}
}
@media screen and (max-width:480px){.header-nav{margin-top:0}
.banner-carousel{height:50vw}
.photo-carousel-item{height:48vw}
.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%}
.post-info{margin:0 10px}
.post-content{margin:20px 0;overflow:auto}

.news-list-item,.news-list-item .content{padding-right: 0;}
.news-list-item .content h3{font-size: 16px;}
.lecture-item .text h3{font-size: 16px;}
.link-list li{width: 50%;}
}

