.experience {
  margin-bottom: 0.32rem;
}

.experience > img {
  display: block;
  margin: 0 auto 0.32rem;
  width: 8rem;
}

.experience ol {
  padding-left: 14px;
}

.experience ol > li {
  list-style-type: decimal;
  font-size: 0.16rem;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  text-align: justify;
  color: #666666;
  line-height: 0.28rem;
  letter-spacing: 1px;
}

.page_list > ul > li > a > img {
  width: 2.25rem;
  height: 1.51rem;
  object-fit: cover;
}

@media screen and (max-width: 910px) {
  .experience ol > li {
    font-size: 16px;
    line-height: 28px;
  }
}
