.container {
  background-color: rgba(244, 244, 244, 0.34);
}
.banner {
  position: relative;
  height: 358px;
  width: 100%;
  padding-top: 0.1px;
  min-width: 1305px;
  background: #FEF5F4 url(../img/banner-2.png) center top no-repeat;
  background-size: auto 100%;
}
.banner::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 189px;
  height: 182px;
  border-radius: 100%;
  background-color: #FE2741;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.banner-text {
  width: 100%;
  max-width: 1350px;
  min-width: 1305px;
  height: 245px;
  margin: 80px auto 0;
}
.banner-text > img {
  height: 100%;
}
.main-cont {
  width: 1305px;
  margin: 0 auto;
}
.main-des{
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 453px;
  font-size: 24px;
  font-weight: 300;
  color: #222226;
  letter-spacing: 0;
  line-height: 34px;
  box-sizing: border-box;
}
.main-des-tit1 {
  position: relative;
  color: #222226;
  line-height: 45px;
  margin-bottom: 24px;
  padding-left: 23px;
  font-family: "PingFang SC";
  font-size: 32px;
  font-weight: 600;
}
.main-des-tit1::before {
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  width: 6px;
  height: 25px;
  transform: translateY(-50%);
  border-radius: 4px;
  background: #EB0029;
  margin-right: 10px;
}
.main-des-date {
  width: 402px;
  margin-left: 101px
}
.main-des-tit1 + p {
  display: block;
  width: 430px;
  word-break: break-all;
  overflow-wrap: break-word;
  white-space: pre-wrap;
}
.main-des-img {
  display: flex;
  align-items: center;
  padding: 20px 33px 11px 15px;
  background-color: #fff;
}
.main-des-img > img {
}
.main-des-img img:first-child {
  width: 358px;
  height: 212px;
}
.main-des-img img:last-child {
  width: 379px;
  height: 295px;
}
.main-des-chart {
  height: 512px;
  padding-top: 28px;
  line-height: 34px;
  text-align: center;
  color: #222226;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0.48px;
}
.main-des-chart-tit {
  position: relative;
  line-height: 45px;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 22px;
}
.main-des-chart-tit::before {
  position: absolute;
  content: '';
  left: 50%;
  bottom: -6px;
  width: 50px;
  height: 6px;
  border-radius: 4px;
  background: #EB0029;
  transform: translateX(-50%);
}
.main-des-chart > div {
  display: flex;
  justify-content: space-between;
  margin-top: 23px;
}