.container-header {
  overflow: hidden;
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 600px;
  padding-top: 100px;
}

.container-header > img {
  width: 1920px;
  height: 600px;
}

.container-header-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 2;
  width: 1500px;
}

.container-header-box > span:nth-child(1) {
  height: 100px;
  line-height: 100px;
  font-size: 80px;
  font-weight: 600;
  color: #ff9518;
}

.container-header-box > span:nth-child(2) {
  height: 50px;
  line-height: 50px;
  font-size: 36px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #ff9518;
}

.container-body {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 60px 0 40px 0;
}

.container-body-box {
  position: relative;
  width: 1500px;
}

.my-swiper-box {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 1500px;
}

.my-swiper-right-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 240px;
  height: 430px;
  padding-top: 50px;
  background-color: #f7f7f7;
}

.my-swiper-time {
  display: flex;
  flex-direction: column;
}

.my-swiper-time-month {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 30px;
  margin-bottom: 20px;
}

.my-swiper-time-month > span:nth-child(1) {
  height: 30px;
  line-height: 30px;
  font-size: 24px;
  font-weight: normal;
  color: #173f8f;
}

/* .my-swiper-time-month > span:nth-child(2) {
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  font-size: 18px;
  font-weight: normal;
  color: #333;
}

.my-swiper-time-month > span:nth-child(3) {
  font-size: 14px;
  font-weight: normal;
  color: #333;
} */

.my-swiper-time-year {
  width: 100%;
  height: 30px;
  line-height: 30px;
  margin-bottom: 100px;
  font-size: 18px;
  font-weight: normal;
  color: #888888;
  text-align: center;
}

.my-swiper-next {
  overflow: hidden;
  position: relative;
  width: 80px;
  height: 80px;
  transition: all 250ms linear;
  cursor: pointer;
}

.my-swiper-next:hover > img {
  transform: scale(1.1) translate(-50%, -50%);
}

.my-swiper-next > img {
  width: 80px;
  height: 80px;
}

.my-swiper-prev {
  overflow: hidden;
  position: relative;
  width: 80px;
  height: 80px;
  transform: rotate(-180deg);
  transition: all 250ms linear;
  cursor: pointer;
}

.my-swiper-prev:hover > img {
  transform: scale(1.1) translate(-50%, -50%);
}

.my-swiper-prev > img {
  width: 80px;
  height: 80px;
}

.swiper-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 1500px !important;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  width: calc(1500px / 4) !important;
  height: 470px;
}

.swiper-slide-box {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 360px !important;
  height: 430px;
  border: 1px solid rgba(136, 136, 136, 0.3);
  transition: all 250ms linear;
  cursor: pointer;
}

.swiper-slide-box:hover {
  background-color: #173f8f !important;
  border: 1px solid #173f8f !important;
}

.swiper-slide-box:hover > .swiper-slide-box-title {
  color: #fff !important;
}

.swiper-slide-box:hover > .swiper-slide-box-time {
  color: #fff !important;
}

.swiper-slide-box-img {
  overflow: hidden;
  position: relative;
  width: 360px;
  height: 230px;
  margin-bottom: 30px;
}

.swiper-slide-box-img > img {
  width: 360px;
  height: 230px;
}

.swiper-slide-box-title {
  width: 100%;
  height: 60px;
  line-height: 30px;
  padding: 0 40px;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: normal;
  color: #333;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.swiper-slide-box-time {
  width: 100%;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  font-weight: normal;
  color: #888888;
  padding: 0 40px;
}
