.new_base {
  width: 340px;
  margin: 0 auto;
}

.new_base img {
  width: 100%;
}

.new_base_child {
  width: 100%;
  margin: 0 auto;
}
.new_base_child1 img{
  width: 211px;
  height: 298px;
}

.new_base_child img {
  width: 100%;
}

.new_base1 {
  background-position: -664px -15px;
}

.new_base2 {
  background-position: -8px -832px;
}
.new_base3 {
  background-position: -352px -832px;
}

.title_text {
  text-align: center;
  font-family: Microsoft YaHei UI-Light;
  color: #5e5e5e;
  margin: 12px 0;
}

.operate {
  font-size: 14px;
}

.honor_title {
  text-align: center;
  color: #5E5E5E;
  /* font-family: Microsoft YaHei UI-Light; */
  font-family: Source-Han-Light;
  font-size: 18px;
  margin-top: 64px;
  margin-bottom: 180px;
}

.honor-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 48px 32px;
    justify-items: center;
    align-items: start;
    margin: 80px auto 0 auto;
    width: 80vw;
    min-width: 1000px;
    max-width: 1600px;
}
.honor-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.honor-item img {
    /* width: 80%; */
    height: 400px;
    object-fit: contain;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}
.honor-item p {
    margin-top: 16px;
    font-size: 16px;
    text-align: center;
    color: #333;
}

@media screen and (max-width:359px) {
  .new_base {
    width: 260px;
  }
  .operate {
    margin-top: 100px !important;
    height: 720px !important;
  }
}

@media screen and (min-width:360px) and (max-width:399px) {
  .new_base {
    width: 260px;
  }
  .operate {
    margin-top: 100px !important;
    height: 800px !important;
  }
}

@media screen and (min-width:400px) and (max-width:440px) {
  .new_base {
    width: 260px;
  }
  .operate {
    margin-top: 100px !important;
    height: 920px !important;
  }
  .col-md-55 {
    width: 50% !important;
  }
}

@media screen and (min-width:441px) and (max-width:765px) {
  .new_base {
    width: 260px;
  }
  .operate {
    margin-top: 100px !important;
    height: 660px !important;
  }
  .col-md-55 {
    width: 30% !important;
  }
}
