.centre-module {
  background-color: var(--module-bg1);
}
.centre-module h3 {
  margin-bottom: 78px;
  color: var(--module-con-text-color1);
  line-height: 1.25;
}
@media screen and (max-width: 1400px) {
  .centre-module h3 {
    margin-bottom: 58px;
  }
}
@media screen and (max-width: 992px) {
  .centre-module h3 {
    margin-bottom: 48px;
  }
}
.centre-module .row {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
}
@media screen and (max-width: 992px) {
  .centre-module .row {
    flex-wrap: wrap;
  }
}
.centre-module .row .pic {
  width: 50%;
  flex-shrink: 0;
}
@media screen and (max-width: 992px) {
  .centre-module .row .pic {
    width: 100%;
  }
}
.centre-module .row .left-text {
  padding-top: 1px;
  padding-right: 110px;
  flex-grow: 1;
}
@media screen and (max-width: 1200px) {
  .centre-module .row .left-text {
    padding-right: 80px;
  }
}
@media screen and (max-width: 992px) {
  .centre-module .row .left-text {
    margin-bottom: 50px;
    padding-right: 0;
    width: 100%;
  }
}
.centre-module .row .left-text h4 {
  margin-top: 24px;
  margin-bottom: 35px;
  color: var(--module-con-text-color1);
  line-height: 1;
  font-style: italic;
}
@media screen and (max-width: 1200px) {
  .centre-module .row .left-text h4 {
    margin-top: 16px;
    margin-bottom: 24px;
  }
}
.centre-module .row .left-text ul {
  margin-bottom: 42px;
}
@media screen and (max-width: 1200px) {
  .centre-module .row .left-text ul {
    margin-bottom: 34px;
  }
}
.centre-module .row .left-text ul li {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 18px;
  color: var(--module-con-text-color1);
  font-size: 18px;
  line-height: 1.3;
}
@media screen and (max-width: 1200px) {
  .centre-module .row .left-text ul li {
    margin-top: 14px;
    font-size: 16px;
  }
}
.centre-module .row .left-text ul li::before {
  content: '';
  margin-top: 8px;
  margin-right: 10px;
  border-radius: 50%;
  width: 7px;
  height: 7px;
  background-color: var(--module-con-text-color1);
  display: block;
  flex-shrink: 0;
}
.centre-module .row .left-text .border-btn:hover {
  border: 1px solid var(--border-btn-color-red-solid);
  background-color: var(--border-btn-color-red-solid);
}
.journal-module {
  background-color: var(--module-bg2);
}
.journal-module .module-tit .btn-list .select-box .sort-list {
  background-color: var(--module-bg2);
}
.journal-module .module-con {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
}
@media screen and (max-width: 992px) {
  .journal-module .module-con {
    flex-wrap: wrap;
  }
}
.journal-module .module-con .left-box {
  width: 33.33%;
}
@media screen and (max-width: 992px) {
  .journal-module .module-con .left-box {
    margin-bottom: 32px;
    width: 100%;
  }
}
.journal-module .module-con .left-box .pic {
  width: 100%;
}
.journal-module .module-con .left-box h2 {
  margin-top: 38px;
  line-height: 1.125;
  color: var(--module-con-text-color1);
}
@media screen and (max-width: 1400px) {
  .journal-module .module-con .left-box h2 {
    margin-top: 32px;
  }
}
@media screen and (max-width: 992px) {
  .journal-module .module-con .left-box h2 {
    margin-top: 26px;
  }
}
.journal-module .module-con .right-box {
  padding-left: 48px;
  width: 66.66%;
}
@media screen and (max-width: 992px) {
  .journal-module .module-con .right-box {
    padding-left: 0;
    width: 100%;
  }
}
.journal-module .module-con .right-box ul li {
  border-bottom: 1px solid rgba(112, 112, 112, 0.4);
  padding: 8px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.journal-module .module-con .right-box ul li .info {
  padding: 14px 14px 14px 0;
  flex-grow: 1;
}
.journal-module .module-con .right-box ul li .info h6 {
  margin-bottom: 14px;
  color: var(--module-con-text-color2);
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
}
@media screen and (max-width: 1400px) {
  .journal-module .module-con .right-box ul li .info h6 {
    font-size: 16px;
  }
}
@media screen and (max-width: 992px) {
  .journal-module .module-con .right-box ul li .info h6 {
    font-size: 14px;
  }
}
.journal-module .module-con .right-box ul li .info h4 {
  color: var(--module-con-text-color1);
  line-height: 1.25;
}
.journal-module .module-con .right-box ul li .pic {
  width: 128px;
  flex-shrink: 0;
}
.banner-red {
  padding: 90px 0;
  background-color: #b82842;
}
@media screen and (max-width: 1200px) {
  .banner-red {
    padding: 70px 0;
  }
}
.banner-red .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.banner-red .container h2 {
  margin-bottom: 42px;
  text-align: center;
  color: var(--module-con-text-color3);
  text-shadow: 0px 3px 6px #00000029;
  font-size: 40px;
  line-height: 1.2;
  font-style: italic;
}
@media screen and (max-width: 1400px) {
  .banner-red .container h2 {
    margin-bottom: 36px;
  }
}
@media screen and (max-width: 1200px) {
  .banner-red .container h2 {
    font-size: 36px;
  }
}
@media screen and (max-width: 992px) {
  .banner-red .container h2 {
    margin-bottom: 28px;
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .banner-red .container h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 576px) {
  .banner-red .container h2 br {
    display: none;
  }
}
.banner-red .container .border-btn {
  border-color: #fff;
}
.banner-red .container .border-btn span,
.banner-red .container .border-btn .icons-box {
  color: #fff;
}
.banner-red .container .border-btn:hover {
  background-color: #fff;
}
.banner-red .container .border-btn:hover span,
.banner-red .container .border-btn:hover .icons-box {
  color: #B82842;
}
.events-module {
  background-color: var(--module-bg1);
}
.events-module .module-tit {
  position: relative;
  z-index: 2;
}
.events-module .module-tit .btn-list .select-box .sort-list {
  background-color: var(--module-bg1);
}
.events-module .module-con {
  position: relative;
  z-index: 1;
}
.events-module .swiper-container {
  max-width: 770px;
  width: 100%;
  overflow: visible;
}
.events-module .swiper-container .swiper-slide {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  opacity: 0.4;
  transition: opacity 0.35s ease-in-out;
}
.events-module .swiper-container .swiper-slide.swiper-slide-active {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .events-module .swiper-container .swiper-slide {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.events-module .swiper-container .swiper-slide .pic {
  width: 296px;
  background-color: #f5f5f5;
  flex-shrink: 0;
  height: 400px;
}
@media screen and (max-width: 768px) {
  .events-module .swiper-container .swiper-slide .pic {
    margin-bottom: 30px;
    width: 100%;
    max-width: 300px;
  }
}
.events-module .swiper-container .swiper-slide .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.events-module .swiper-container .swiper-slide .info {
  padding-left: 34px;
}
@media screen and (max-width: 768px) {
  .events-module .swiper-container .swiper-slide .info {
    width: 100%;
  }
}
.events-module .swiper-container .swiper-slide .info .time {
  margin-bottom: 18px;
  color: var(--module-con-text-color2);
  font-size: 18px;
  line-height: 1;
}
@media screen and (max-width: 1400px) {
  .events-module .swiper-container .swiper-slide .info .time {
    font-size: 16px;
  }
}
@media screen and (max-width: 992px) {
  .events-module .swiper-container .swiper-slide .info .time {
    font-size: 14px;
  }
}
.events-module .swiper-container .swiper-slide .info h2 {
  margin-bottom: 42px;
  color: var(--module-con-text-color1);
  line-height: 1.1875;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 1400px) {
  .events-module .swiper-container .swiper-slide .info h2 {
    margin-bottom: 36px;
  }
}
@media screen and (max-width: 992px) {
  .events-module .swiper-container .swiper-slide .info h2 {
    margin-bottom: 28px;
  }
}
.events-module .swiper-container .navigation-btn {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-50%, -50%);
  z-index: 1;
  border-radius: 50%;
  width: 52px;
  height: 52px;
  background-color: #B82842;
  font-size: 8px;
  color: #fff;
  opacity: 0;
  transition: opacity 0.35s ease-in-out;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .events-module .swiper-container .navigation-btn {
    display: none;
  }
}
.events-module .swiper-container .navigation-btn.left {
  right: auto;
  left: 0;
  transform: translate(-50%, -50%) rotate(180deg);
}
.events-module .swiper-container .swiper-pagination {
  margin-top: 20px;
  position: static;
}
@media screen and (max-width: 768px) {
  .events-module .swiper-container .swiper-pagination {
    display: block;
  }
}
.events-module .swiper-container .swiper-pagination .swiper-pagination-bullet {
  border-radius: 10px;
  background-color: rgba(184, 40, 66, 0.4);
  opacity: 1;
  transition: width 0.35s ease-in-out;
}
.events-module .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #b82842;
  width: 20px;
}
.events-module .swiper-container:hover .navigation-btn {
  opacity: 1;
}
