.hero {
  position: relative;
  height: 700px;
  transition: all 0.5s;
  --swiper-navigation-color: #fff;
  --swiper-navigation-size: 21px;
}
.hero .swiper-slide {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  font-family: "Roboto";
}
.hero .swiper-slide .container {
  position: relative;
}
.hero .swiper-slide .title {
  font-size: 64px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hero .swiper-slide .sub-title {
  letter-spacing: 0.05em;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.hero .swiper-pagination-box {
  position: relative;
  bottom: 65px;
}
.hero .swiper-pagination-box .hero-swiper-button-prev {
  left: 0;
}
.hero .swiper-pagination-box .hero-swiper-button-next {
  left: 90px;
}
.hero .swiper-pagination-box .swiper-pagination {
  bottom: -10px !important;
  text-align: left;
  left: 20px !important;
  width: 60px !important;
  height: 21px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hero .swiper-pagination-box .swiper-pagination span {
  width: 6px !important;
  height: 6px !important;
  background-color: #fff;
  opacity: 1;
  box-sizing: border-box;
  opacity: 0.3;
}
.hero .swiper-pagination-box .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #fff !important;
  opacity: 1;
}
@media screen and (max-width: 992px) {
  .hero .swiper-pagination-box .swiper-pagination span {
    width: 14px;
    height: 14px;
    margin-left: 10px !important;
  }
}
@media screen and (max-width: 768px) {
  .hero .swiper-pagination-box .swiper-pagination span {
    width: 12px;
    height: 12px;
    margin-left: 5px !important;
  }
}
.hero .line {
  width: 1px;
  height: 134px;
  background-color: #fff;
  position: absolute;
  bottom: 40px;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 992px) {
  .hero {
    height: 550px;
  }
  .hero .swiper-slide .title {
    font-size: 30px;
  }
  .hero .line {
    height: 100px;
  }
}
@media screen and (max-width: 768px) {
  .hero {
    height: 450px;
  }
  .hero .swiper-slide .title {
    font-size: 28px;
  }
  .hero .line {
    height: 70px;
  }
  .hero .swiper-pagination-box {
    bottom: 40px;
  }
}
@media screen and (max-width: 567px) {
  .hero {
    height: 350px;
  }
  .hero .swiper-slide .title {
    font-size: 24px;
  }
  .hero .line {
    height: 40px;
  }
  .hero .swiper-pagination-box {
    bottom: 30px;
  }
}

.news-container .channel-name {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.news-container .channel-name .name {
  color: #00489D;
  font-weight: 700;
  font-size: 48px;
}
.news-container .channel-name .more {
  font-size: 20px;
  color: #00489D;
}
.news-container .news1 {
  transition: all 0.5s;
}
.news-container .news1:hover {
  transform: translateY(-10px);
}
.news-container .news1:hover .cover {
  transform: scale(1.1);
}
.news-container .news1:hover .title {
  color: #00489D;
}
.news-container .news1 .cover {
  display: block;
  width: 100%;
  height: auto;
  max-height: 216px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s;
}
.news-container .news1 .title {
  font-size: 20px;
  line-height: 23px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  transition: all 0.5s;
}
.news-container .news1 .summary {
  color: #C2C2C2;
  font-size: 16px;
  line-height: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-container .news1 .time {
  font-size: 12px;
  color: #D9D9D9;
}
.news-container .news2-list {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.news-container .news2-list > li {
  border-bottom: 1px solid #F8F8F8;
}
.news-container .news2-list > li:last-child {
  border-bottom: none;
  padding-bottom: 0 !important;
}
.news-container .news2 {
  display: flex;
  align-items: center;
  transition: all 0.5s;
}
.news-container .news2:hover {
  transform: translateY(-10px);
}
.news-container .news2:hover .title {
  color: #00489D;
}
.news-container .news2 .title {
  transition: all 0.5s;
  font-size: 20px;
  line-height: 23px;
  font-family: "Roboto";
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-container .news2 .time {
  font-size: 12px;
  color: #D9D9D9;
  flex-shrink: 0;
}
.news-container .news3 {
  height: 100%;
  display: block;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
  min-height: 416px;
  transition: all 0.5s;
}
.news-container .news3:hover {
  transform: scale(1.05);
}
.news-container .news3 .time {
  font-size: 14px;
}
.news-container .news3 .title {
  font-size: 20px;
  line-height: 23px;
}
@media screen and (max-width: 768px) {
  .news-container .news3 {
    min-height: 300px;
  }
}

.forum-container {
  background: linear-gradient(308.34deg, #E9F3FF 14.55%, rgba(233, 243, 255, 0) 83.73%);
  position: relative;
}
.forum-container .container {
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
.forum-container .channel-name {
  color: #00489D;
  font-weight: 700;
  font-size: 48px;
  line-height: 55px;
}
.forum-container .forum-tabs {
  color: #00489D;
  font-size: 20px;
}
.forum-container .forum-tabs > li {
  transition: all 0.5s;
  cursor: pointer;
}
.forum-container .forum-tabs > li:hover, .forum-container .forum-tabs > li.active {
  background-color: #00489D;
  color: #fff;
}
.forum-container .forum-list {
  margin-left: -64px;
}
.forum-container .forum-list .forum {
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.5s;
  box-shadow: 0px 8px 20px rgba(39, 93, 158, 0.08);
}
.forum-container .forum-list .forum:hover {
  transform: translateY(-10px);
}
.forum-container .forum-list .forum:hover .cover {
  transform: scale(1.1);
}
.forum-container .forum-list .forum:hover .content .title {
  color: #00489D;
}
.forum-container .forum-list .forum .cover {
  height: 194px;
}
.forum-container .forum-list .forum .content {
  transition: all 0.5s;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.forum-container .forum-list .forum .content .title {
  font-size: 20px;
  line-height: 23px;
  transition: all 0.5s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.forum-container .forum-list .forum .content .info {
  border-top: 1px solid #F8F8F8;
  color: #5C5C5C;
}
.forum-container .forum-list .forum .content .arrow {
  width: 50px;
  height: 50px;
  background-color: #00489D;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-left: 10px;
}
@media screen and (max-width: 992px) {
  .forum-container .forum-list {
    margin-left: 0;
  }
}
.forum-container .more {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #00489D;
  padding: 70px 30px;
  color: #fff;
  font-size: 20px;
}
@media screen and (min-width: 992px) {
  .forum-container .container {
    padding: 100px 0 !important;
  }
}
@media screen and (max-width: 992px) {
  .forum-container .more {
    padding: 50px 20px;
    position: relative;
    display: inline-block;
    margin-top: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .forum-container .more {
    padding: 40px 15px;
    font-size: 18px;
  }
  .forum-container .more img {
    width: 18px;
  }
}
@media screen and (max-width: 567px) {
  .forum-container .more {
    padding: 25px 10px;
    font-size: 16px;
  }
  .forum-container .more img {
    width: 16px;
  }
}
/*# sourceMappingURL=index.css.map */
