.middle {
  width: 1440px;
  margin: 0 auto;
  background-color: #f5f8fa;
  padding-top: 20px;
  box-sizing: border-box;
}

.middle .mianbaoxie {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.middle .mianbaoxie p {
  color: #787878;
  font-size: 14px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
}

.middle .mianbaoxie p span {
  color: #06101E;
}

.middle .mianbaoxie p a {
  color: #787878;
}

.middle .box {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 12px;
  padding-bottom: 100px;
  box-sizing: border-box;
}

.middle .left {
  width: 876px;
  background: #ffffff;
  padding: 29px;
  box-sizing: border-box;
}

.middle .left .title {
  font-size: 28px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  color: #06101e;
  line-height: 36px;
}

.middle .left .time {
  font-size: 12px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 300;
  color: #787878;
  margin-top: 12px;
  display: inline-block;
}

.middle .left .biaoqian {
  width: 40px;
  height: 24px;
  background: #e9f2fe;
  border-radius: 2px;
  text-align: center;
  line-height: 24px;
  display: inline-block;
  font-size: 12px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 300;
  color: #1080fc;
  margin-top: 12px;
}

.middle .left .first_one {
  font-size: 14px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 300;
  color: #06101e;
  line-height: 28px;
  margin-top: 50px;
}

.middle .left .two_text {
  font-size: 14px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 300;
  color: #1080fc;
  margin-top: 30px;
}

.middle .left .title2 {
  font-size: 20px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 700;
  color: #06101e;
  margin-top: 30px;
}

.middle .left .image {
  margin-top: 30px;
}

.middle .left .image img {
  width: 756px;
  height: 426px;
}

.middle .left .three_text {
  font-size: 14px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 300;
  color: #06101e;
  line-height: 28px;
  margin-top: 40px;
}

.middle .right {
  width: 312px;
  height: 453px;
  background: #ffffff;
  border-radius: 2px;
  padding: 20px;
  box-sizing: border-box;
}

.middle .right .title {
  display: flex;
  gap: 11px;
  align-items: center;
  margin-bottom: 24px;
}

.middle .right .title .shu {
  width: 4px;
  height: 20px;
  background: #1080fc;
  border-radius: 6px;
}

.middle .right .title h3 {
  font-size: 20px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  color: #06101e;
}

.middle .right .huati_list ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.middle .right .huati_list ul li {
  display: flex;
  gap: 19px;
}

.middle .right .huati_list ul li span {
  position: relative;
  top: -3px;
  color: #bcbcbc;
}

.middle .right .huati_list ul li p {
  font-size: 14px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 300;
  color: #06101e;
  line-height: 17px;
}

.middle .right .huati_list ul li .active {
  color: #1080fc;
}
