/* 首页 — 设计稿 750px，1rem = 100px */
.all-container {
  /* NEWS */
  /* EVENTS */
}
.all-container .banner {
  width: 100%;
}
.all-container .banner .swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 260px;
  object-fit: cover;
}
.all-container .banner .swiper .swiper-pagination {
  bottom: 0.2rem;
}
.all-container .banner .swiper .swiper-pagination-bullet {
  width: 0.12rem;
  height: 0.12rem;
}
.all-container .banner .swiper .swiper-pagination-bullet-active {
  width: 0.5rem;
  height: 0.12rem;
  border-radius: 0.12rem;
  background-color: #fff;
  opacity: 1;
}
.all-container .section-header {
  margin-bottom: 0.2rem;
}
.all-container .section-header h2 {
  font-family: "RobotoCondensedBold";
  position: relative;
  font-weight: bold;
  font-size: 0.36rem;
  height: 0.56rem;
  line-height: 0.56rem;
  color: #333;
}
.all-container .home-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 0.8rem;
  margin: 0.4rem auto 0;
  text-decoration: none;
  background: #0e3a94;
}
.all-container .home-btn span {
  display: block;
  height: 0.4rem;
  line-height: 0.4rem;
  font-size: 0.26rem;
  color: #fff;
}
.all-container .home-btn img {
  width: 0.2rem;
  height: 0.2rem;
  margin-left: 0.1rem;
}
.all-container .home-btn .home-btn--primary {
  background: #003E88;
  color: #fff;
}
.all-container .home-btn .home-btn--scholar {
  background: rgba(255, 255, 255, 0.25);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.85);
}
.all-container .home-news {
  padding: 0.3rem 0.25rem;
  background: #fff;
}
.all-container .home-news .home-news-item {
  margin-bottom: 0.2rem;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #efefef;
}
.all-container .home-news .home-news-item:last-child {
  margin-bottom: 0;
}
.all-container .home-news .home-news-link {
  background: #fff;
}
.all-container .home-news .home-news-thumb {
  width: 100%;
}
.all-container .home-news .home-news-thumb img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.all-container .home-news .home-news-body {
  padding-top: 0.3rem;
}
.all-container .home-news .home-news-title {
  font-family: "RobotoCondensedBold";
  font-size: 0.33rem;
  line-height: 0.44rem;
  font-weight: normal;
  color: #222;
  margin: 0 0 0.2rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.all-container .home-news .home-news-date {
  font-size: 0.24rem;
  line-height: 0.28rem;
  color: #A1A1A1;
}
.all-container .home-news .home-news-arrow {
  display: block;
  width: 0.2rem;
  height: 0.2rem;
}
.all-container .home-events {
  margin-top: 0.36rem;
  padding: 0.34rem 0.25rem 0.36rem;
  background: url("../image/home-bg-1.png") center center no-repeat;
  background-size: cover;
}
.all-container .home-events .section-header {
  margin-bottom: 0.24rem;
}
.all-container .section-header--white h2 {
  color: #fff;
}
.all-container .home-events-item {
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid #fff;
  border-radius: 0.2rem;
  padding: 0.3rem;
  margin-bottom: 0.2rem;
}
.all-container .home-events-item:last-child {
  margin-bottom: 0;
}
.all-container .home-events-date {
  font-size: 0.24rem;
  color: #003F89;
}
.all-container .home-events-title {
  font-family: "RobotoCondensedBold";
  font-size: 0.28rem;
  line-height: 0.4rem;
  color: #333333;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0.3rem 0;
}
.all-container .home-events-more {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.all-container .home-events-more span {
  display: block;
  font-size: 0.26rem;
  line-height: 0.36rem;
  color: rgba(255, 255, 255, 0.95);
}
.all-container .home-events-more img {
  width: 0.2rem;
  height: 0.2rem;
  margin-left: 0.1rem;
}
