.honor {
  margin: 0px auto;
  max-width: 1480px;
}
.honor h1{
  text-align: center;
  margin-top: 80px;
  font-size: 40px;
  font-weight: bold;
  color: #131108;
}
.honor ul {
  list-style: none;
  overflow: hidden;
}
.honor ul .content a {
  width: 100%;
  display: inline-block;
  text-decoration: none;
}
.honor ul .content a .honorImg {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
}
.honor ul .content a .honorImg .img-box {
  border: 1px solid #e0e0e0;
  padding: 20px;
  width:100%;
  aspect-ratio: 1 / 1;
  text-align: center;
  border-radius: 20px;
  display:flex;
  align-items: center;
  justify-content: center;
}
.honor ul .content a .honorImg .img-box img {
  max-width: 100%;
  max-height: 100%;
}
.honor ul .content a .honorImg .mask{border-radius: 20px;}
.honor ul .content a .honorImg .mask .info {
  width: 28px;
  height: 28px;
}
.honor ul .content a .honorImg .mask .info img {
  width: 100%;
  display: block;
}
.honor ul .content:hover p {
  color: #CAAE82;
}
.honor ul .title p {
  padding: 22px 0;
  margin: 0;
  text-align: center;
  color: #999;
  font-size: 16px;
  line-height: 32px;
}
.honor .btn {
  width: 100%;
}
.honor .btn a {
  padding: 10px 15px;
  background-color: #f5f5f7;
  color: #999;
  border-radius: 20px;
}
.honor-grid{margin-top:60px;}
@media (max-width: 1080px) {
  .honor ul .title p{font-size: 14px;margin-bottom:12px;padding:10px 0;line-height: 24px;}
.honor h1{
  margin-top: 40px;
  font-size: 24px;
}
.honor-grid{margin-top:20px;}
}

@media (max-width: 765px) {
  .honor {
    margin: 30px 0;
  }
}
