.banner-box {
  width: 100%;
}

.banner img {
  width: 100%;
}

.title {

  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.title h3 {
  font-size: 0.4rem;
  font-weight: bold;
  color: #2e405e;
  position: relative;
  padding: 0 0.3rem;
  text-align: center;
  letter-spacing: 3px;
}

.title h3:before {
  position: absolute;
  content: "";
  background: url(../images/tit_l.png) no-repeat;
  width: 0.4rem;
  height: 0.6rem;
  left: -0.3rem;
  background-size: 100%;
}

.title h3:after {
  position: absolute;
  content: "";
  background: url(../images/tit_r.png) no-repeat;
  width: 0.32rem;
  height: 0.32rem;
  right: -0.3rem;
  top: 0.15rem;
  background-size: 100%;
}

.part1 {
  margin: 1rem 0;
  background: url(../images/page1.png) no-repeat #eaf5fc bottom;
  padding: 0.56rem 0.8rem;
  width: 100%;
  border-radius: 0.2rem;
  border: 1px solid #d3d7f6;
  box-shadow: 0 0px 0.06rem #dce6f1;
  background-size: 100% auto;
}

.part1 .time {
  font-size: 0.2rem;
  margin: 0.25rem 0;
  color: #5373fc;
  text-align: center;
  font-weight: 700;
}

.part1 .time span {
  font-size: 0.22rem;
}

.part1 .con {
  border-top: 1px dashed #dae7fa;
  padding: 0.35rem 0;
}

.part1 .con p {
  font-size: 0.22rem;
  color: #2e405e;
  line-height: 0.46rem;
  text-indent: 2em;
}

.part2 {}

.part2 .con {
  margin: 0.53rem 0;
  background: url(../images/001.png) no-repeat center left;
  overflow: hidden;
  border-radius: 0.2rem;
  background-size: 100% auto !important;
}

.part2 .con img {
  border-radius: 0.2rem;
  float: right;
  width: 38.5%;
}


.part3 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.74rem;
}

.part3 .con img {
  margin: 0.53rem 0;
  box-shadow: 0 0 0.08rem rgb(74 83 101 / 50%);
  border-radius: 0.2rem;
  max-width: 100%;
}

.part4 {}

.part4 .con {
  margin: 0.53rem 0;
  background: linear-gradient(0deg, rgb(221 232 249 / 44%), rgb(255 255 255 / 64%));
  padding: 0.7rem;
  border-radius: 0.2rem;
  box-shadow: 0 0 0.08rem rgb(74 83 101 / 15%);
}

.part4 .con p {
  color: #2e405e;
  font-size: 0.22rem !important;
  line-height: 0.46rem !important;
  margin-bottom: 0.3rem;
}

.part4 .con img {
  width: 100%;
  margin: 0 auto;
  display: block;
  height: auto;
}

@media screen and (max-width: 1024px) {
.banner-box{
margin-top:70px;
}
  .part1 {
    width: 100%;
    padding: 0.56rem 0.36rem;
    margin: 0.5rem 0;
  }

  .part1 .con p {
    font-size: 0.18rem;
    line-height: 0.38rem;
  }

  .title h3 {
    font-size: 0.3rem;
}

  .part2 .con {
    border-radius: 0.1rem;
  }

  .part2 .con img {
    border-radius: 0.1rem;
  }

  .part3 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.35rem;
  }

  .part3 .con img {
    width: 100%;
  }

  .part4 .con {
    padding: 0.35rem;
  }
}

@media screen and (max-width: 520px) {
  .part3 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0.35rem;
  }
}