.body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: auto;
  background-color: #fff;
}

.body-bg {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 35rem;
  padding: 0 8rem;
  background: url(../imgs/news-bg.png) no-repeat;
  background-size: 100% 35rem;
}

.body-bg > span:nth-child(1) {
  position: relative;
  z-index: 2;
  font-size: 6rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
}

.body-bg > span:nth-child(1)::before {
  content: "";
  position: absolute;
  top: -3rem;
  left: -4rem;
  border-top: 3rem solid transparent;
  border-bottom: 3rem solid #d80e19;
  border-left: 3rem solid transparent;
  border-right: 3rem solid transparent;
  transform: rotate(-45deg);
}

.body-bg > span:nth-child(2) {
  position: relative;
  z-index: 2;
  font-size: 3rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
}

.nav-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 8.5rem;
  padding: 0 2rem;
}

.nav-list > a {
  width: calc(100% / 4);
  height: 2.5rem;
  line-height: 2.5rem;
  font-size: 2.4rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #414141;
  text-align: center;
}

.nav-list-active {
  font-weight: 600 !important;
  color: #d80e19 !important;
}

/* 鍐呭 */
.body-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: auto;
  padding: 0 3.5rem;
}

/* 杞挱鍥 */
.swiper-container {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 79rem;
  padding: 0;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 79rem;
  padding: 0;
  margin: 0;
}

.swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: calc(100% - 6rem);
}

.swiper-slide-top {
  width: 100%;
  height: 47.5rem;
}

.swiper-slide-bottom {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 25.5rem;
  padding: 0 4.5rem;
  background-color: #ab0009;
}

.swiper-slide-bottom > span:nth-child(1) {
  width: 100%;
  margin-bottom: 3rem;
  font-size: 2.2rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #eed2d2;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.swiper-slide-bottom > span:nth-child(2) {
  width: 100%;
  margin-bottom: 4rem;
  font-size: 3rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.swiper-slide-bottom > span:nth-child(3) {
  width: 100%;
  height: 6rem;
  line-height: 3rem;
  font-size: 2rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #d4afb1;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.swiper-pagination .swiper-pagination-bullet {
  opacity: 1 !important;
  background-color: #838383;
}

.swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1 !important;
  background-color: #ab0009 !important;
}

.body-container-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 4rem 0 !important;
  border-bottom: 0.1rem solid #e5e5e5;
}
.body-container-item:last-child {
  margin-bottom: 6rem;
}

.body-container-item > span:nth-child(1) {
  width: 100%;
  margin-bottom: 1.5rem;
  font-size: 2.2rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #d80e19;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.body-container-item > span:nth-child(2) {
  width: 100%;
  margin-bottom: 3rem;
  font-size: 3rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #2a2a2a;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.body-container-item > span:nth-child(3) {
  width: 100%;
  height: 6rem;
  line-height: 3rem;
  font-size: 2rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #383838;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
