.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;
  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: 100%;
}

.container-list > li {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  padding: 20px;
  margin-bottom: 20px;
  border-bottom: 8px solid #296bcf;
  background-color: #fff;
}

.container-item {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
}

.container-item-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
  width: 36px;
  height: 36px;
}

.container-item-btn-active {
  transform: rotate(90deg) !important;
}

.container-item-top {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  height: 35px;
  margin-bottom: 10px;
}

.container-item-top > span:nth-child(1) {
  height: 35px;
  line-height: 35px;
  font-size: 24px;
  font-weight: normal;
  color: #000000;
}

.container-item-top > span:nth-child(2) {
  height: 35px;
  line-height: 35px;
  padding: 0 20px;
  font-size: 18px;
  font-weight: normal;
  color: #296bcf;
}

.container-item-top > span:nth-child(3) {
  height: 35px;
  line-height: 35px;
  font-size: 18px;
  font-weight: normal;
  color: #888;
}

.container-item-bottom {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  height: 25px;
}

.container-item-bottom > span:nth-child(1) {
  height: 25px;
  line-height: 25px;
  font-size: 18px;
  font-weight: normal;
  color: #ef1515;
}

.container-item-bottom > span:nth-child(2) {
  height: 25px;
  line-height: 25px;
  padding: 0 20px;
  font-size: 18px;
  font-weight: normal;
  color: #888;
}

.container-item-body {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
}

.container-item-title {
  width: 100%;
  line-height: 30px;
  margin-top: 30px;
  font-size: 16px;
  font-weight: normal;
  color: #333333;
}
.container-item-text {
  width: 100%;
  line-height: 30px;
  font-size: 14px;
  font-weight: normal;
  color: #666;
}
