.about-honor {
  width: 1200px;
    margin: 0 auto;
    padding: 48px 26px 108px;
}
.about-honor .year {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 50px;
  margin-right: 34px;
}
.about-honor .year .label {
  color: #333333;
  font-size: 20px;
  line-height: 28px;
  margin-right: 16px;
}
.about-honor .year .number {
  display: flex;
  align-items: center;
  width: 206px;
  height: 52px;
  background: #F6F6F6;
  border-radius: 10px;
  justify-content: space-between;
  cursor: pointer;
}
.about-honor .year .number span {
  flex: 1;
  text-align: center;
  font-size: 20px;
  color: #333333;
}
.about-honor .year .number .img-box {
  width: 54px;
  height: 54px;
  background: #E73733;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-honor .year .number .img-box img {
  width: 14px;
  height: 14px;
}
.about-honor ol {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 28px;
}
.about-honor ol li {
  width: 252px;
  height: 238px;
  background: #F6F6F6;
  margin-right: 24px;
  margin-bottom: 24px;
}
.about-honor ol li:nth-child(4n) {
  margin-right: 0;
}
.about-honor ol li img {
  height: 148px;
  object-fit: contain;
  display: block;
  margin: 22px auto 0;
}
.about-honor ol li .title {
  color: #333333;
  font-size: 12px;
  line-height: 17px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-top: 1px solid #D8D8D8;
  padding-top: 15px;
  margin: 23px 24px 0;
}
