.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;
}

.container-box {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 1500px;
}

.container-left {
  position: relative;
  width: 660px;
  height: 490px;
}

.swiper-pagination {
  display: flex;
  justify-content: flex-end;
  position: absolute !important;
  bottom: 20px !important;
  right: 0 !important;
  z-index: 2;
  width: 100% !important;
  padding: 0 30px !important;
}

.swiper-pagination-bullet {
  width: 12px !important;
  height: 12px !important;
  border: 1px solid #fff !important;
  border-radius: 50% !important;

  background: transparent !important;
  opacity: 1 !important;
}

.swiper-pagination-bullet-active {
  background: #fff !important;
}

.swiper-container {
  width: 660px;
  height: 490px;
}

.swiper-wrapper {
  width: 660px;
  height: 490px;
}

.swiper-slide {
  position: relative;
  width: 660px;
  height: 490px;
}

.swiper-slide-img {
  overflow: hidden;
  position: relative;
  width: 660px;
  height: 490px;
}

.swiper-slide-img > img {
  width: 660px;
  height: 490px;
}

.swiper-slide-bottom {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  width: 660px;
  height: 60px;
  padding: 30px;
  background: rgba(0, 0, 0, 0.3);
}

.swiper-slide-bottom > a {
  width: 350px;
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  font-weight: normal;
  color: #ffffff;
  transition: all 250ms linear;
  cursor: pointer;
}

.swiper-slide-bottom > a:hover {
  color: #173f8f !important;
}

.container-right {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: calc(100% - 660px);
}

.container-right > li {
  display: flex;
  width: 420px;
  height: 250px;
  padding-left: 20px;
}

.container-item1 {
  display: flex;
  flex-direction: column;
  width: 400px;
  height: 240px;
  padding: 30px;
  background-color: #fff;
  transition: all 250ms linear;
  cursor: pointer;
}

.container-item1:hover {
  background-color: #173f8f !important;
}

.container-item1:hover > span:nth-child(1) {
  color: #fff !important;
}

.container-item1:hover > span:nth-child(2) {
  color: #fff !important;
}

.container-item1:hover > span:nth-child(3) {
  background: #fff !important;
}

.container-item1:hover .container-item1-time-left {
  color: #fff !important;
}

.container-item1:hover .container-item1-time-right > img:nth-child(1) {
  display: block !important;
}

.container-item1:hover .container-item1-time-right > img:nth-child(2) {
  display: none !important;
}

.container-item1 > span:nth-child(1) {
  width: 100%;
  height: 30px;
  line-height: 30px;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: normal;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.container-item1 > span:nth-child(2) {
  width: 100%;
  height: 50px;
  line-height: 25px;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: normal;
  color: #888888;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.container-item1 > span:nth-child(3) {
  width: 100%;
  height: 2px;
  background: #d9d9d9;
  margin-bottom: 20px;
}

.container-item1-time {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 60px;
}

.container-item1-time-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 60px;
  color: #888888;
}

.container-item1-time-left > span:nth-child(1) {
  height: 40px;
  line-height: 40px;
  font-size: 36px;
  font-weight: normal;
}

.container-item1-time-left > span:nth-child(2) {
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  font-weight: normal;
}

.container-item1-time-right {
  overflow: hidden;
  position: relative;
  width: 40px;
  height: 40px;
}

.container-item1-time-right > img:nth-child(1) {
  display: none;
  width: 40px;
  height: 40px;
}

.container-item1-time-right > img:nth-child(2) {
  width: 40px;
  height: 40px;
}
