article .content .process_box {
  position: relative;
  padding-top: 24px;
  padding-bottom: 16px;
  width: 869px;
  margin: 51px auto 0;
  background-color: #e7f5fc;
  border-radius: 5px;
}
article .content .process_box .tit {
  position: absolute;
  top: -16.5px;
  left: 50%;
  transform: translateX(-50%);
}
article .content .process_box p {
  color: #1c43a9;
  font-size: 18px;
  line-height: 34px;
  letter-spacing: 1px;
  text-align: center;
}
article .content .p3 {
  padding: 46px 65px 50px 65px;
}
article .content .p3 p {
  text-align: left;
}
article .content .p3 .showimg {
  position: absolute;
  right: 0;
  bottom: 0;
}
article .content .p4 {
  padding-top: 60px;
  padding-bottom: 65px;
  text-align: center;
}
article .content .p4 .showimg {
  position: absolute;
  right: -35px;
  bottom: -25px;
}
article .content .p5 .post_box {
  display: flex;
  justify-content: space-between;
  width: 311px;
  margin: 0 auto;
}
article .content .p5 .post_box ul {
  display: flex;
  flex-direction: column;
  align-items: center;
}
article .content .p5 .post_box ul li strong {
  display: block;
  width: 123px;
  height: 35px;
  margin-bottom: 11px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 1000;
  text-align: center;
  line-height: 35px;
  letter-spacing: 2px;
  background-color: #1e2482;
  border-radius: 5px;
}
article .content .p5 .post_box ul li span {
  display: block;
  width: 105px;
  height: 24px;
  margin-bottom: 31px;
  color: #1b43ab;
  font-size: 18px;
  text-align: center;
  line-height: 24px;
  letter-spacing: 1px;
  background-color: #ccecff;
}
article .content .p5 .post_box .u2 span {
  width: 85px;
}
article .content .p5 .showimg {
  position: absolute;
  left: 43px;
  bottom: 0;
}
article .content .p5 .showimg2 {
  position: absolute;
  right: 56px;
  bottom: 7px;
}
