.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-wrap: wrap;
  width: 100%;
}

.container-list > li {
  overflow: hidden;
  display: flex;
  width: calc(100% / 2);
  height: 200px;
}

.container-list > li:nth-child(2n) {
  justify-content: flex-end;
}

.container-item {
  display: flex;
  flex-direction: column;
  width: 740px;
  height: 180px;
  padding: 20px;
  background-color: #fff;
  transition: all 250ms linear;
  cursor: pointer;
}

.container-item:hover {
  transform: scale(1.05);
}

.container-item-top {
  display: flex;
  align-items: center;
  width: 100%;
  height: 30px;
  margin-bottom: 15px;
}

.jxz {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 30px;
}

.jxz > div:nth-child(1) {
  display: flex;
  align-items: center;
}

.jxz > div:nth-child(1) > span:nth-child(1) {
  height: 26px;
  line-height: 26px;
  padding: 0 10px;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  background: #009944;
}

.jxz > div:nth-child(1) > span:nth-child(2) {
  height: 26px;
  line-height: 26px;
  padding-left: 20px;
  font-size: 18px;
  font-weight: normal;
  color: #009944;
}

.jxz > div:nth-child(2) {
  display: flex;
  align-items: center;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  font-weight: normal;
  color: #888888;
}

.jxz > div:nth-child(2) > span:nth-child(1) {
  padding: 0 10px;
  color: #ee2121;
}

.ywc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 30px;
}

.ywc > div:nth-child(1) {
  display: flex;
  align-items: center;
}

.ywc > div:nth-child(1) > span:nth-child(1) {
  height: 26px;
  line-height: 26px;
  padding: 0 10px;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  background: rgba(136, 136, 136, 0.5);
}

.ywc > div:nth-child(1) > span:nth-child(2) {
  height: 26px;
  line-height: 26px;
  padding-left: 20px;
  font-size: 18px;
  font-weight: normal;
  color: #888;
}

.ywc > div:nth-child(2) {
  display: flex;
  align-items: center;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  font-weight: normal;
  color: #888888;
}

.container-item-mid {
  width: 100%;
  height: 30px;
  line-height: 30px;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.container-item-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 25px;
}

.container-item-bottom > span {
  width: calc(100% / 2);
  height: 25px;
  line-height: 25px;
  font-size: 14px;
  font-weight: normal;
  color: #000000;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
