.tabs-swiper {
  background-color: var(--module-bg1);
  overflow: hidden;
}
.tabs-swiper .flex-box {
  margin: 0 -15px;
  padding-top: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.tabs-swiper .flex-box .swiper-container {
  padding-top: 10px;
  flex-grow: 1;
}
.tabs-swiper .flex-box .swiper-container .swiper-slide {
  height: 70px;
  font-size: 20px;
  line-height: 70px;
  color: var(--module-con-text-color1);
  text-align: center;
  transition: color 0.35s ease-in-out;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  .tabs-swiper .flex-box .swiper-container .swiper-slide {
    height: 75px;
    line-height: 75px;
  }
}
@media screen and (max-width: 768px) {
  .tabs-swiper .flex-box .swiper-container .swiper-slide {
    height: 60px;
    line-height: 60px;
    font-size: 18px;
  }
}
.tabs-swiper .flex-box .swiper-container .swiper-slide::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  background-color: #B82842;
  height: 1px;
  transition: width 0.35s ease-in-out;
}
.tabs-swiper .flex-box .swiper-container .swiper-slide:hover {
  color: #B82842;
}
.tabs-swiper .flex-box .swiper-container .swiper-slide.tab-active {
  color: #B82842;
}
.tabs-swiper .flex-box .swiper-container .swiper-slide.tab-active::after {
  width: 100%;
}
.tabs-swiper .flex-box .cefc-arrow {
  border-radius: 50%;
  border: 1px solid #CCCCCC;
  width: 52px;
  height: 52px;
  color: #CCCCCC;
  flex-shrink: 0;
  font-size: 10px;
  transition: color 0.35s ease-in-out, border-color 0.35s ease-in-out;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1200px) {
  .tabs-swiper .flex-box .cefc-arrow {
    width: 42px;
    height: 42px;
    font-size: 8px;
  }
}
@media screen and (max-width: 768px) {
  .tabs-swiper .flex-box .cefc-arrow {
    display: none;
  }
}
.tabs-swiper .flex-box .cefc-arrow.icon-prev {
  transform: rotate(180deg);
}
.tabs-swiper .flex-box .cefc-arrow:hover {
  border-color: #B82842;
  color: #B82842;
}
.perspectives-list {
  margin: 0 -22px -30px;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .perspectives-list {
    margin: 0 -12px -20px;
  }
}
.perspectives-list .perspectives-item {
  padding: 0 22px 30px;
  width: 25%;
}
@media screen and (max-width: 1200px) {
  .perspectives-list .perspectives-item {
    width: 33.33%;
  }
}
@media screen and (max-width: 768px) {
  .perspectives-list .perspectives-item {
    padding: 0 12px 20px;
    width: 50%;
  }
}
@media screen and (max-width: 300px) {
  .perspectives-list .perspectives-item {
    width: 100%;
  }
}
.perspectives-list .perspectives-item .a-box {
  width: 100%;
  display: block;
}
.perspectives-list .perspectives-item .a-box .pic {
  width: 100%;
  height: 395px;
}
@media screen and (max-width: 820px) {
  .perspectives-list .perspectives-item .a-box .pic {
    height: 295px;
  }
}
@media screen and (max-width: 580px) {
  .perspectives-list .perspectives-item .a-box .pic {
    height: 195px;
  }
}
.perspectives-list .perspectives-item .a-box .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.perspectives-list .perspectives-item .a-box p {
  margin-top: 18px;
  line-height: 1.2;
  color: var(--module-con-text-color1);
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.perspectives-list .perspectives-item .a-box:hover p {
  color: #B82842;
  text-decoration: underline;
}
.pagination-box {
  margin-top: 66px;
}
@media screen and (max-width: 1200px) {
  .pagination-box {
    margin-top: 44px;
  }
}
