.index-container .swiper-container {
  width: 100%;
  height: 400px;
}
.index-container .swiper-container .swiper-slide {
  align-items: flex-start;
}
.index-container .swiper-container .swiper-slide .image-box {
  height: 400px;
  width: 70%;
  background-size: cover;
  background-repeat: no-repeat;
}
.index-container .swiper-container .swiper-slide .text-box {
  height: 400px;
  padding: 0 15px;
  width: 30%;
  line-height: 18px;
  color: #565555;
  background: #e7e5ec;
  white-space: pre;
  white-space: pre-line;
  word-wrap: break-word;
}
.index-container .swiper-container .swiper-pagination {
  text-align: right;
  width: 99%;
}
.index-container .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #62567f;
}
.index-container .fun-wrapper .fun-title {
  padding-bottom: 10px;
  color: #62567f;
  font-size: 17px;
  font-weight: bold;
  border-bottom: 1px solid #e0e0e0;
}
.index-container .fun-wrapper .fun-content {
  margin-top: 15px;
}
.index-container .news-wrapper .news-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.index-container .news-wrapper .news-name {
  width: 70%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.index-container .news-wrapper .news-date {
  color: #757575;
}
.index-container .related-wrapper .related-image {
  display: block;
  margin-bottom: 16px;
  width: auto;
  height: auto;
  max-height: 60px;
  max-width: 100%;
}
.index-container .about-wrapper .fun-content {
  line-height: 20px;
}
.index-container .about-wrapper .fun-content p {
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .index-container .swiper-container {
    height: auto;
    background: #e7e5ec;
  }
  .index-container .swiper-container .swiper-slide {
    flex-direction: column;
  }
  .index-container .swiper-container .swiper-slide .image-box {
    width: 100%;
    height: 200px;
  }
  .index-container .swiper-container .swiper-slide .text-box {
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
    height: auto;
  }
}
