.honor {
  margin: 50px 0;
}
.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;
  height: 450px;
  line-height: calc(450px - 40px);
  text-align: center;
}
.honor ul .content a .honorImg .img-box img {
  max-width: 100%;
  max-height: 100%;
}
.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: #006ab0;
}
.honor ul .title p {
  padding: 22px 0;
  margin: 0;
  text-align: center;
  color: #999;
}
.honor .btn {
  width: 100%;
}
.honor .btn a {
  padding: 10px 15px;
  background-color: #f5f5f7;
  color: #999;
  border-radius: 20px;
}
@media (max-width: 1200px) {
  .honor ul {
    list-style: none;
  }
  .honor ul .content a .honorImg .img-box {
    height: 350px;
    line-height: calc(350px - 40px);
  }
}
@media (max-width: 768px) {
  .honor ul .content a .honorImg .img-box {
    height: 250px;
    line-height: calc(250px - 40px);
  }
}
@media (max-width: 765px) {
  .honor {
    margin: 30px 0;
  }
}
@media (max-width: 450px) {
  .honor ul .content a .honorImg .img-box {
    height: 150px;
    line-height: calc(150px - 40px);
  }
}
