/**@font-face {
  font-family: "SourceHanSansSC-Heavy";
  src: url(../fonts/SourceHanSansSC-Heavy.ttf);
}*/
@font-face {
  font-family: "Gabriola";
  src: url(../fonts/Gabriola.ttf);
}
/**@font-face {
  font-family: "SourceHanSansSC-Regular";
  src: url(../fonts/SourceHanSansSC-Regular.ttf);
}*/
#main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.banner .swiper-container,
.banner .swiper {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.banner .swiper-wrapper {
  height: auto;
}
.banner .swiper-wrapper img {
  width: 100%;
height: 100vh;
    object-fit: cover;
}
.banner .swiper-pagination {
  bottom: 0.38rem !important;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.banner .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 0.12rem;
  height: 0.12rem;
  border-radius: 50%;
  opacity: 1;
  background-color: transparent;
  border: 0.02rem solid #fff;
  overflow: hidden;
  position: relative;
  margin: 0 0.1rem;
}
.banner .swiper-pagination .swiper-pagination-bullet-active {
  background-color: white;
  border: 0.02rem solid #007ab8;
}
.banner .swiper-button-prev,
.banner .swiper-button-next {
  width: 0.5rem;
  height: 0.5rem;
  background-size: 100% 100%;
}
.banner .swiper-button-prev {
  left: 8%;
  background-image: url(../img/banner-arrow-left.png);
}
.banner .swiper-button-next {
  right: 8%;
  background-image: url(../img/banner-arrow-right.png);
}

section .container > .title {
  font-size: 0.6rem;
  text-align: center;
  font-family: SourceHanSansSC-Heavy;
  font-weight: bold;
  color: #007ab8;
  margin: 0.6rem 0;
}
section .time {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
section .time .month {
  font-size: 0.18rem;
  font-family: SourceHanSansSC-Regular;
}
section .time .day-year {
  font-family: Gabriola;
  font-size: 0.25rem;
}
section .more-btn {
  padding: 0.52rem 0;
}
section .more-btn a {
  width: 2.6rem;
  height: 0.7rem;
  border: 1px solid #879aa7;
  font-size: 0.2rem;
  line-height: 0.7rem;
  color: #666;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section .more-btn a:hover {
  color: #007ab8;
  border: 1px solid #007ab8;
}

.section2 {
  background: url(../img/bg_section2.png) no-repeat bottom;
}
.section2 .left {
  width: 10rem;
  height: 6.2rem;
}
.section2 .left .banner-swiper {
  position: relative;
  overflow: hidden;
}
.section2 .left .banner-swiper .swiper-slide a .img {
  width: 10rem;
  height: 6.2rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.section2 .left .banner-swiper .swiper-slide a .content {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgb(0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  padding: 0.3rem 0.38rem;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 0.32rem;
  font-family: Arial;
  color: white;
}
.section2 .left .banner-swiper .banner-swiper-pagination {
  position: absolute;
  z-index: 99;
  bottom: 0.86rem;
  left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  right: 0.38rem;
  width: auto;
}
.section2 .left .banner-swiper .banner-swiper-pagination span {
  width: 0.1rem;
  height: 0.04rem;
  border-radius: 2px;
  opacity: 1;
  background-color: white;
  overflow: hidden;
  position: relative;
}
.section2 .left .banner-swiper .banner-swiper-pagination span i {
  display: none;
  position: absolute;
  left: 0;
  top: -1px;
  bottom: -1px;
  width: 0;
  background: #007ab8;
  display: none;
}
.section2 .left .banner-swiper .banner-swiper-pagination span.active {
  width: 0.36rem;
}
.section2 .left .banner-swiper .banner-swiper-pagination span.active i {
  display: block;
}
.section2 .right {
  width: 5.5rem;
  height: 6.2rem;
}
.section2 .right ul li:first-child a {
  padding-top: 0;
  margin-top: -0.08rem;
}
.section2 .right ul li a {
  font-size: 0.2rem;
  line-height: 0.36rem;
  color: #333;
  padding-top: 0.28rem;
  padding-bottom: 0.24rem;
  border-bottom: 1px solid #dadada;
}
.section2 .right ul li a .title {
  height: 0.72rem;
}
.section2 .right ul li a .time {
  color: #888;
}
.section2 .right ul li a:hover {
  border-bottom: 1px solid #007ab8;
}
.section2 .right ul li a:hover .title,
.section2 .right ul li a:hover .time {
  color: #007ab8;
}

.section3 {
  font-size: 0.2rem;
  background: url(../img/bg_section3.png) no-repeat bottom;
}
.section3 .container > .title {
  color: white;
}
.section3 .container .date {
  width: 0.8rem;
  height: 0.8rem;
  background: #f4b200;
  font-family: Gabriola;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section3 .container .date .day {
  font-size: 0.3rem;
  position: relative;
  line-height: 0.3rem;
  padding-bottom: 0.12rem;
}
.section3 .container .date .day::after {
  content: "";
  background: url(../img/icon-date-line-h.png);
  width: 0.48rem;
  height: 0.02rem;
  position: absolute;
  bottom: 0;
 left: 50%;
    transform: translateX(-50%);
}
.section3 .container .date .month {
  font-size: 0.2rem;
  line-height: 0.2rem;
  margin-top: 0.1rem;
}
.section3 .container .academic-swiper {
  overflow: hidden;
}
.section3 .container .academic-swiper .swiper-slide {
  width: auto;
}
.section3 .container .academic-swiper .swiper-slide a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: white;
  overflow: hidden;
}
.section3 .container .academic-swiper .swiper-slide a img {
  aspect-ratio: 480/260;
  width: 4.8rem;
  height: 2.6rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.section3 .container .academic-swiper .swiper-slide a .content {
  padding: 0 0.3rem;
  z-index: 999;
}
.section3 .container .academic-swiper .swiper-slide a .content .date {
  margin-top: -0.4rem;
}
.section3 .container .academic-swiper .swiper-slide a .content .title {
  line-height: 0.34rem;
  height: 0.68rem;
  color: #333;
  font-weight: bold;
  margin-top: 0.24rem;
}
.section3 .container .academic-swiper .swiper-slide a .content .desc {
  margin-top: 0.24rem;
  color: #8c8c8c;
  font-size: 0.18rem;
  line-height: 0.28rem;
  height: 0.84rem;
}
.section3 .container .academic-swiper .swiper-slide a .content .viewmore {
  margin-bottom: 0.44rem;
  color: #007ab8;
  font-size: 0.14rem;
  margin-top: 0.24rem;
}
.section3 .container .academic-swiper .swiper-slide a .content .viewmore::before {
  margin-right: 0.11rem;
  content: "";
  width: 0.49rem;
  height: 0.14rem;
  display: inline-block;
  background-size: 100% 100%;
  background: url(../img/icon_view_details_left.png);
}
.section3 .container .academic-swiper .swiper-slide a:hover .desc {
  color: #007ab8;
}
.section3 .container .academic-swiper .swiper-slide a:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.section3 .container .academic-swiper-container {
  position: relative;
}
.section3 .container .academic-swiper-button-prev,
.section3 .container .academic-swiper-button-next {
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  background-size: 100% 100%;
  top: 48%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 999;
  cursor: pointer;
}
.section3 .container .academic-swiper-button-prev {
  left: -4%;
  background-image: url(../img/banner-arrow-left.png);
}
.section3 .container .academic-swiper-button-next {
  right: -4%;
  background-image: url(../img/banner-arrow-right.png);
}
.section3 .container .bottom-list {
  margin-top: 0.3rem;
}
.section3 .container .bottom-list li a {
  width: 4.8rem;
  background: white;
  padding: 0.2rem 0.28rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section3 .container .bottom-list li a .title {
  margin-left: 0.19rem;
  width: calc(100% - 0.8rem);
  color: #333;
  font-size: 0.2rem;
  line-height: 0.36rem;
  height: 0.72rem;
}
.section3 .container .bottom-list li a:hover .title {
  color: #007ab8;
}
.section3 .container .more-btn a {
  color: white;
  border: 1px solid white;
}
.section4 .content-wrap {
  width: 66.875%;
  margin-left: 5.3rem;
  font-weight: bold;
  position: relative;
}
.section4 .content-wrap .campus-swiper {
  margin-bottom: 0.3rem;
  overflow: hidden;
  position: relative;
}
.section4 .content-wrap .campus-swiper a {
  position: relative;
  color: white;
  font-size: 0.2rem;
}
.section4 .content-wrap .campus-swiper a img {
  width: 100%;
  height: 5rem;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1070/500;
}
.section4 .content-wrap .campus-swiper a .title {
  width: 100%;
  position: absolute;
  bottom: 0;
  padding-left: 0.19rem;
  line-height: 0.5rem;
  background: -webkit-gradient(linear, left bottom, left top, from(#007ab8), to(transparent));
  background: linear-gradient(to top, #007ab8, transparent);
}
.section4 .content-wrap .campus-swiper a:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.section4 .content-wrap .campus-swiper .campus-swiper-button-prev,
.section4 .content-wrap .campus-swiper .campus-swiper-button-next {
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  background-size: 100% 100%;
  top: 48%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 999;
  cursor: pointer;
}
.section4 .content-wrap .campus-swiper .campus-swiper-button-prev {
  left: 0.3rem;
  background-image: url(../img/banner-arrow-left-blue.png);
}
.section4 .content-wrap .campus-swiper .campus-swiper-button-next {
  right: 0.3rem;
  background-image: url(../img/banner-arrow-right-blue.png);
}
.section4 .content-wrap ul li {
  width: 31.4%;
}
.section4 .content-wrap ul li:last-child {
  margin-right: 0;
}
.section4 .content-wrap ul li a {
  position: relative;
  font-size: 0.2rem;
  color: white;
  font-size: 0.2rem;
  overflow: hidden;
}
.section4 .content-wrap ul li a img {
  width: 100%;
  height: 2.3rem;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 336/230;
}
.section4 .content-wrap ul li a .title {
  width: 100%;
  position: absolute;
  bottom: 0;
  padding-left: 0.19rem;
  line-height: 0.5rem;
  background: -webkit-gradient(linear, left bottom, left top, from(#007ab8), to(transparent));
  background: linear-gradient(to top, #007ab8, transparent);
}
.section4 .content-wrap ul li a:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.section4 .content-wrap ul li.first-item {
  margin-right: 0;
  width: 5rem;
  position: absolute;
  left: -5.3rem;
  top: 0;
}
.section4 .content-wrap ul li.first-item img {
  width: 5rem;
  height: 7.6rem;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 500/760;
}
.section4 .content-wrap ul li.first-item a .title {
  padding-left: 0.29rem;
}/*# sourceMappingURL=index.css.map */