@charset "utf-8";
.block-tab,
.block-title {
  margin-bottom: 40px;
}
.block-title h1,
.tab-title {
  position: relative;
  padding: 4px 0;
  font-size: 28px;
  font-weight: 700;
  color: #1a6fc7;
}
.block-title .block-more {
  float: right;
  width: 100px;
  height: 32px;
  line-height: 32px;
  color: #333;
  font-size: 14px;
  text-align: center;
  font-weight: 400;
  background-color: #e0e0e0;
}
.tab-title {
  display: inline-block;
  color: #999;
  margin-right: 32px;
}
.tab-title.active {
  color: #1a6fc7;
}
.tab-title.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 4px solid #1a6fc7;
}
.tab-content {
  display: none;
}
.tab-content.active {
  display: block;
}
.tab-more {
  position: absolute;
  right: 15px;
  top: 10px;
  width: 100px;
  height: 32px;
  line-height: 32px;
  color: #333;
  font-size: 14px;
  text-align: center;
  font-weight: 400;
  background-color: #e0e0e0;
}
.home-banner {
  position: relative;
  overflow: hidden;
  height: 100vh;
}
.home-banner .inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
}
.banner-carousel {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #eee;
}
.banner-more {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  padding: 16px 0;
  background-color: transparent;
  border: none;
  color: #fff;
}
.banner-carousel .swiper-slide {
  position: relative;
  display: block;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #999;
  opacity: 0.5;
}
.banner-carousel .swiper-slide-active {
  opacity: 1;
}
.banner-button-prev.swiper-button-prev {
  left: 60px;
}
.banner-button-next.swiper-button-next {
  right: 60px;
}
.banner-button-next.swiper-button-next,
.banner-button-prev.swiper-button-prev {
  width: 80px;
  height: 80px;
  background-color: rgba(0, 0, 0, 0.5);
  background-size: 16px auto;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.banner-button-next.swiper-button-next:hover,
.banner-button-prev.swiper-button-prev:hover {
  background-color: #4286e2;
}
.banner-video-container video {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.banner-video-container video::-webkit-media-controls-enclosure {
  display: none;
}
.banner-pagination.swiper-pagination {
  z-index: 11;
  bottom: 40px;
}
.banner-pagination.swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: #fff;
  opacity: 0.3;
}
.banner-pagination.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
  opacity: 1;
}
.home-news {
  z-index: 10;
  padding: 100px 0;
  background: #f5f6f7 url(../img/home_news_bg.png) no-repeat center top/cover;
}
.news-carousel {
  width: 100%;
  height: 510px;
}
.news-carousel-item {
  width: 100%;
  height: 100%;
}
.news-carousel .swiper-slide {
  background-color: #eee;
}
.news-carousel-item {
  position: relative;
  width: 100%;
  height: 100%;
}
.news-carousel-item .title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 80px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news-carousel-item .title h3 {
  line-height: 80px;
  padding: 0 26px;
  font-size: 16px;
  color: #fff;
}
.news-carousel-item:hover .title {
  background-color: rgba(0, 0, 0, 0.8);
}
.news-list li {
  margin-bottom: 35px;
}
.news-list li:last-child {
  margin-bottom: 0;
}
.news-list-item {
  position: relative;
  width: 100%;
  height: 100px;
  padding: 24px 16px 0 116px;
  background-color: #fff;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
}
.news-list-item .date {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  padding-top: 20px;
  overflow: hidden;
  background-color: #1a6fc7;
}
.news-list-item .date b,
.news-list-item .date span {
  display: block;
  width: 100%;
  text-align: center;
  white-space: nowrap;
  color: #fff;
}
.news-list-item .date span {
  font-size: 24px;
  font-weight: 700;
}
.news-list-item .date b {
  font-size: 14px;
  font-weight: 400;
}
.news-list-item .content {
  width: 100%;
  padding: 0;
  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: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.news-list-item .content p {
  margin-top: 4px;
  font-size: 14px;
  color: #999;
}
.news-list-item:hover .content {
  background-image: url(../img/icon/list_dot_active.png);
}
.news-list-item:hover .content h3 {
  color: #0044a0;
}
.news-photo-item {
  position: relative;
}
.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: 700;
  line-height: 24px;
  color: #333;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news-photo-item .text p {
  margin-top: 8px;
  font-size: 12px;
  line-height: 18px;
  height: 36px;
  color: #999;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.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: 420px;
  margin-bottom: 40px;
}
.hero-news-list li:last-child .hero-news-item {
  border-bottom: none;
}
.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: 16px;
  line-height: 60px;
  font-size: 16px;
  color: #333;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.hero-news-item p {
  float: left;
  width: 22%;
  line-height: 60px;
  text-align: right;
  color: #999;
}
.home-list {
  background: url(../img/home_list_bg.png) no-repeat center/cover;
  padding: 100px 0;
}
.block-item.i4 {
  min-height: 650px;
  padding: 32px;
  background-color: #fff;
}
.block-item.i5 {
  min-height: 620px;
  padding-left: 80px;
}
.news-block-list li {
  border-top: 1px solid #e0e0e0;
}
.news-block-item {
  width: 100%;
  height: 90px;
  padding-top: 18px;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
}
.news-block-item.active {
  height: 140px;
}
.news-block-item h3 {
  font-size: 16px;
  font-weight: 700;
  color: #333;
  background: url(../img/icon/icon_more.png) no-repeat center right/auto;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
}
.news-block-item p {
  display: none;
  margin-top: 12px;
  height: 48px;
  line-height: 24px;
  font-size: 14px;
  font-weight: 400;
  color: #999;
}
.news-block-item.active p {
  display: block;
}
.news-block-item .date {
  margin-top: 16px;
  font-size: 14px;
  font-weight: 400;
  color: #999;
}
.news-block-item:hover h3 {
  color: #1a6fc7;
}
.date-list li {
  margin-bottom: 35px;
}
.date-list li:last-child {
  margin-bottom: 0;
}
.date-list-item {
  position: relative;
  width: 100%;
  height: 80px;
  padding: 0 16px 0 100px;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
}
.date-list-item .date {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  padding-top: 8px;
  overflow: hidden;
  background-color: transparent;
  border: 2px solid #1a6fc7;
}
.date-list-item .date b,
.date-list-item .date span {
  display: block;
  width: 100%;
  text-align: center;
  white-space: nowrap;
  color: #1a6fc7;
}
.date-list-item .date span {
  font-size: 24px;
  font-weight: 700;
}
.date-list-item .date b {
  font-size: 14px;
  font-weight: 400;
}
.date-list-item .content {
  width: 100%;
  padding: 0;
  color: #1a1a1a;
}
.date-list-item .content h3 {
  line-height: 26px;
  font-size: 18px;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.date-list-item .content p {
  width: 100%;
  height: 48px;
  margin-top: 4px;
  line-height: 24px;
  font-size: 14px;
  color: #999;
}
.date-list-item:hover .content {
  background-image: url(../img/icon/list_dot_active.png);
}
.date-list-item:hover .content h3 {
  color: #0044a0;
}
.home-photo {
  padding: 100px 0;
  background: #fff;
}
.photo-carousel {
  height: 280px;
}
.photo-carousel .swiper-slide {
  width: 25%;
  padding: 0 10px;
}
.photo-carousel-item .photo {
  position: relative;
  width: 200px;
  height: 200px;
  overflow: hidden;
  margin: 0 auto;
  border-radius: 50%;
}
.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: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.photo-carousel-item:hover .photo .overlay {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.photo-carousel-item .title {
  padding: 30px 20px 20px;
  text-align: center;
}
.photo-carousel-item .title h3 {
  font-size: 18px;
  color: #333;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.photo-carousel-item:hover .title h3 {
  color: #0044a0;
}
.photo-button-prev.swiper-button-prev {
  left: 0;
}
.photo-button-next.swiper-button-next {
  right: 0;
}
.photo-button-next.swiper-button-next,
.photo-button-prev.swiper-button-prev {
  width: 40px;
  height: 40px;
  margin-top: -40px;
  background-color: rgba(0, 0, 0, 0.5);
  background-size: 16px auto;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.photo-button-next.swiper-button-next:hover,
.photo-button-prev.swiper-button-prev:hover {
  background-color: #4286e2;
}
.swiper-button-next.photo-button-next:hover,
.swiper-button-prev.photo-button-prev:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.equipment-photo-item {
  position: relative;
  width: 100%;
  background-color: #eee;
  margin-bottom: 20px;
  overflow: hidden;
}
.equipment-photo-item.size-xl {
  padding-bottom: 100%;
}
.equipment-photo-item.size-l {
  padding-bottom: 132%;
}
.equipment-photo-item.size-m {
  padding-bottom: 102%;
}
.equipment-photo-item.size-s {
  padding-bottom: 72%;
}
.equipment-photo-item .overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 0;
  height: 100%;
  background-color: #999;
}
.equipment-photo-item .title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.equipment-photo-item .title h3 {
  line-height: 60px;
  padding: 0 24px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
.equipment-photo-item:hover .title {
  background-color: rgba(0, 0, 0, 0.8);
}
.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;
  border-radius: 0;
  color: #fff;
  font-weight: 700;
  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: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.column-nav ul li a:hover {
  background: #0044a0;
  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 span {
  margin: 0 4px;
  opacity: 0.2;
}
.breadcrumb-nav a {
  font-weight: 400;
  color: #999;
}
.breadcrumb-nav a:hover {
  color: #333;
}
.column-content {
  min-height: calc(100vh - 300px);
  background-color: #fff;
  -webkit-box-shadow: 0 7px 20px rgba(0, 68, 160, 0.1);
  box-shadow: 0 7px 20px rgba(0, 68, 160, 0.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 {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.column .wp_single {
  padding: 20px;
}
.teacher-list {
  padding: 20px;
  border-top: 1px solid #eee;
}
.teacher-item {
  display: block;
  width: 100%;
  margin: 16px 0;
  text-align: center;
}
.teacher-item h3 {
  height: 48px;
  line-height: 24px;
  padding: 12px 0;
  background-color: #fff;
  font-size: 18px;
  color: #333;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.teacher-item:hover h3 {
  color: #0044a0;
}
.teacher-item .photo {
  text-align: center;
}
.teacher-item img {
  width: 240px;
  height: 180px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.column-img-list {
  padding: 15px 25px;
}
.column-img-item {
  margin: 15px 0;
  border-radius: 8px;
  overflow: hidden;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.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: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.column-img-item .title .date {
  color: #999;
}
.column-img-item:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 68, 160, 0.3);
  box-shadow: 0 0 10px rgba(0, 68, 160, 0.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;
  -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 20px 30px rgba(0, 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-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;
  text-align: center;
}
#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 {
    position: relative;
    padding: 10px 0 20px;
    background: #4286e2;
  }
  .header-nav .container {
    width: 100%;
  }
  .header-logo {
    padding: 20px 0 10px;
    text-align: center;
  }
  .header-logo img {
    width: auto;
    height: auto;
  }
  .header-function {
    padding-top: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .header-search {
    position: relative;
    top: auto;
    right: 0;
    margin: 0 auto;
  }
  .header-nav,
  .header-nav.column-banner-nav {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    margin-bottom: 0;
  }
  .header-nav .container {
    padding-left: 0;
    padding-right: 0;
  }
  .site-nav > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    float: none;
  }
  .site-nav > ul > li {
    margin: 0;
  }
  .site-nav > ul > li a {
    font-size: 14px;
    font-weight: 400;
  }
  .home-banner {
   
  }
  .banner-button-prev.swiper-button-prev {
    left: 8px;
  }
  .banner-button-next.swiper-button-next {
    right: 8px;
  }
  .home-list,
  .home-news,
  .home-photo {
    padding: 50px 0;
  }
  .news-list {
    margin-top: 20px;
  }
  .home-list {
    background: #2177cc;
  }
  .block-item.i4 {
    padding: 20px;
  }
  .block-item.i5 {
    background-color: #fff;
    padding: 20px;
  }
  .equipment-photo-item.size-xl {
    padding-bottom: 100%;
  }
  .equipment-photo-item.size-l {
    padding-bottom: 100%;
  }
  .equipment-photo-item.size-m {
    padding-bottom: 100%;
  }
  .equipment-photo-item.size-s {
    padding-bottom: 100%;
  }
  .footer-logo {
    padding: 0 12px;
    text-align: center;
  }
  .footer-qrcode {
    text-align: center;
  }
  .footer-info {
    padding: 10px 0;
    text-align: center;
  }
  .footer-info p {
    display: inline-block;
    margin: 6px;
    opacity: 0.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: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#01e9bd),
      to(#007cde)
    );
    background: -o-linear-gradient(left, #01e9bd, #007cde);
    background: linear-gradient(to right, #01e9bd, #007cde);
  }
  .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, 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 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%;
  }
  .news-carousel {
    height: 56vw;
  }
  .home-banner {
    height: 72vw;
  }
  .banner-button-next.swiper-button-next,
  .banner-button-prev.swiper-button-prev {
    width: 40px;
    height: 40px;
    margin-top: -20px;
  }
}
@media screen and (max-width: 600px) {
  .header {
    padding: 0;
  }
  .footer-logo img,
  .header-logo img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
  .header-nav .navbar-toggle {
    padding: 0;
  }
  .block-title h1 {
    font-size: 22px;
  }
  .block-item {
    padding: 0;
  }
  .banner-pagination.swiper-pagination {
    padding: 0 20px;
  }
}
@media screen and (max-width: 480px) {
  .header-nav {
    margin-top: 0;
  }
  .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%;
  }
}

.main1 {
  margin-top: 50px;
}
.College-News {
  width: 100%;
  /* height: 300px; */
  overflow: hidden;
}
.College-News .swiper-slide {
  width: 309px;
  height: 409px;
  text-align: center;
  font-size: 18px;
  margin-right: 20px;
  display: flex;
  flex-direction: column;
  text-align: left;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  position: relative;
}
.College-News .swiper-slide img {
  height: 231px;
  background: #d3e2ed;
  display: block;
}
.College-News .swiper-slide .news-title {
  width: 100%;
  height: 46px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  line-height: 28px;
  display: block;
}
.College-News .swiper-slide:hover .news-title {
  width: 100%;
  height: auto;
  font-size: 18px;
  font-family: "Microsoft YaHei";
  font-weight: bold;
  color: #ffffff;
  line-height: 28px;
  margin-top: 70px;
  margin-left: 22px;
  padding-right: 40px;
  white-space: normal;
}

.College-News .swiper-slide .news-more {

    margin-top: 20px;
  width: 100%;
  font-size: 14px;
  font-family: Microsoft YaHei;

  color: #797979;
  line-height: 24px;
  display: block;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.College-News .swiper-slide:hover .news-more {
  padding-right: 40px;
  width: 100%;
  height: auto;
  font-size: 14px;
  font-family: Microsoft YaHei;
  color: #ffffff;
  line-height: 30px;
  margin-left: 20px;
  margin-top: 40px;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.swiper-container1 .swiper-slide img {
  width: 100%;
  /* height: 100%; */
  object-fit: cover;
}
.swiper-container1 .swiper-slide:hover {
  background-color: #0061aa;
}

.swiper-container1 .swiper-slide:hover img {
  display: none;
}

.College-News .swiper-slide .news-time {
  /* width: 67px; */
  height: 9px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #0061aa;
  line-height: 24px;
  display: block;
}
.College-News .swiper-slide:hover .news-time {
  display: none;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
display: none;}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
display: none;
}
