.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;
}

.container-list {
  display: flex;
  flex-direction: column;
  width: 1500px;
}

.container-list > li {
  display: flex;
  width: 1500px;
  padding-bottom: 20px;
}

.container-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 40px;
  background-color: #fff;
}

.container-item-left {
  overflow: hidden;
  position: relative;
  width: 350px;
  height: 260px;
}

.container-item-left > img {
  width: 350px;
  height: 260px;
}

.container-item-right {
  display: flex;
  flex-direction: column;
  width: calc(100% - 350px - 40px);
}

.container-item-time {
  display: flex;
  align-items: center;
  width: 100%;
  height: 50px;
}

.container-item-time > span:nth-child(1) {
  height: 50px;
  line-height: 50px;
  font-size: 42px;
  font-weight: 600;
  color: #000000;
}

.container-item-time > span:nth-child(2) {
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  font-size: 42px;
  font-weight: 600;
  color: #000000;
}

.container-item-time-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 50px;
}

.container-item-time-box > span {
  height: 25px;
  line-height: 25px;
  font-size: 18px;
  font-weight: normal;
  color: #888888;
}

.container-item-title {
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 24px;
  font-weight: 600;
  color: #000000;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.container-item-text {
  width: 100%;
  min-height: 25px;
  max-height: 50px;
  line-height: 25px;
  font-size: 18px;
  font-weight: normal;
  color: #666666;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.container-item-btn {
  width: 100px;
  height: 35px;
  line-height: 33px;
  font-size: 16px;
  font-weight: normal;
  color: #296bcf;
  border: 1px solid #296bcf;
  text-align: center;
  transition: all 250ms linear;
  cursor: pointer;
}

.container-item-btn:hover {
  color: #fff !important;
  background-color: #296bcf !important;
}
