.container-header {
  overflow: hidden;
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 600px;
  padding-top: 160px;
}

.container-header > img {
  width: 1920px;
  height: 600px;
}

.container-header-box {
  display: flex;
  flex-direction: column;
  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: #fff;
}

.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: #fff;
}

.container-body {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 60px 0 40px 0;
}

.container-body-box {
  position: relative;
  width: 1500px;
}

.swiper-pagination {
  width: calc(100% - 800px) !important;
  padding: 0 160px 0 60px !important;
}

.swiper-pagination-bullet {
  width: 12px !important;
  height: 12px !important;
  border: 1px solid rgba(136, 136, 136, 0.5) !important;
  border-radius: 50% !important;

  background: transparent !important;
  opacity: 1 !important;
}

.swiper-pagination-bullet-active {
  border: 2px solid #296bcf !important;
}

.swiper-container {
  width: 100%;
  height: 500px;
}

.swiper-wrapper {
  width: 100%;
  height: 500px;
}

.swiper-slide {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  height: 500px;
  background-color: #fff;
  border-radius: 32px;
}

.swiper-slide-left {
  display: flex;
  flex-direction: column;
  width: calc(100% - 800px);
  height: 500px;
  padding: 60px 160px 60px 60px;
}

.swiper-slide-left-time {
  width: 100%;
  height: 20px;
  line-height: 20px;
  font-size: 18px;
  font-weight: normal;
  color: #888888;
}

.swiper-slide-left-title {
  width: 100%;
  min-height: 35px;
  line-height: 35px;
  font-size: 24px;
  font-weight: normal;
  color: #000000;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.swiper-slide-left-text {
  width: 100%;
  min-height: 30px;
  line-height: 30px;
  font-size: 18px;
  font-weight: normal;
  color: #666666;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.swiper-slide-more-btn {
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 24px;
  font-weight: normal;
  color: #296bcf;
  transition: all 250ms linear;
  cursor: pointer;
}

.swiper-slide-more-btn:hover {
  font-weight: 600 !important;
  color: #173f8f !important;
}

.swiper-slide-right {
  overflow: hidden;
  position: relative;
  width: 800px;
  height: 500px;
  border-radius: 32px;
}

.swiper-slide-right > img {
  width: 800px;
  height: 500px;
}

.container-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.container-list > li {
  display: flex;
  justify-content: center;
  width: calc(100% / 3);
  padding-top: 50px;
  cursor: pointer;
}

.container-list > li:hover {
  background-color: #fff !important;
  border-radius: 24px !important;
}

.container-list > li:hover > .container-item {
  border: none !important;
}

.container-item {
  display: flex;
  flex-direction: column;
  width: 410px;
  border-bottom: 1px solid rgba(136, 136, 136, 0.3);
}

.container-item-img {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 290px;
  border-radius: 12px;
}

.container-item-img > img {
  width: 100%;
  height: 290px;
}

.container-item-title {
  width: 100%;
  height: 60px;
  line-height: 30px;
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.container-item-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 30px;
}

.container-item-box-left {
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  font-weight: normal;
  color: #296bcf;
  transition: all 250ms linear;
  cursor: pointer;
}

.container-item-box-left:hover {
  font-weight: 600 !important;
  color: #173f8f !important;
}

.container-item-box-right {
  display: flex;
  align-items: flex-end;
  height: 30px;
}

.container-item-box-right > span:nth-child(1) {
  height: 30px;
  line-height: 30px;
  font-size: 24px;
  font-weight: normal;
  color: #333333;
}

.container-item-box-right > span:nth-child(2) {
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  font-size: 18px;
  font-weight: normal;
  color: #888;
}

.container-item-box-right > span:nth-child(3) {
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  font-weight: normal;
  color: #888;
}
