.i_award {
  position: relative;
  height: 8.2rem;
  padding: 1.2rem 0 0.54rem;
  background-image: url(../images/index/bg_1.png);
  box-sizing: border-box;
}

.award_title span {
  position: relative;
  padding: 0 0.8rem;
}

.award_title span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.4rem;
  height: 0.8rem;
  background-image: url(../images/index/bg_2.png);
  background-size: contain;
}

.award_title span::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.4rem;
  height: 0.8rem;
  background-image: url(../images/index/bg_3.png);
  background-size: contain;
}

#award_marquee {
  position: relative;
  margin: 0.24rem 0;
  height: 4.5rem;
  width: 6.48rem;
  margin: 0.54rem auto 0;
}

.ia_panel p {
  /* position: absolute;
  left: 0;
  right: 0; */
  text-align: center;
  font-size: 0.16rem;
  color: rgba(0, 0, 0, 0.6);
  line-height: 0.44rem;
  margin-top: 0.24rem;
}

#award_marquee ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#award_marquee ul {
  margin-left: 0;
  margin-right: 0;
}

#award_marquee li {
  width: 100%;
  text-align: center;
  font-size: 0.16rem;
  color: rgba(0, 0, 0, 0.6);
  line-height: 0.44rem;
}

@media screen and (max-width: 768px) {
  .i_award {
    height: 6.12rem;
    padding: 0.44rem 0;
    background-image: url(../images/index/bg_4.png);
    background-position: bottom;
  }

  .award_title span {
    padding: 0 0.36rem;
  }

  .award_title span::before {
    width: 0.18rem;
    height: 0.36rem;
  }

  .award_title span::after {
    width: 0.18rem;
    height: 0.36rem;
  }

  #award_marquee {
    margin: 0.24rem 0;
    height: 4.6rem;
    width: auto;
    margin: 0.3rem 0;
  }

  #award_marquee li {
    font-size: 0.14rem;
    line-height: 0.28rem;
  }

  .ia_panel p {
    font-size: 0.14rem;
    line-height: 0.44rem;
    margin-top: 0.24rem;
  }
}