.honor-content {
  padding-bottom: 90px;
}
.honor-content ul li {
  float: left;
  width: calc(33.33% - 118px);
  margin: 0 59px;
  margin-top: 45px;
}
.honor-content ul li .img-box {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  background-color: #f1f1f1;
}
.honor-content ul li .img-box img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  max-width: 62%;
  max-height: 87%;
}
.honor-content ul li .img-box .mask {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 0, 0, 0.62);
  background-image: url('../images/icon/magnify.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30%;
  transition: all 0.3s;
}
.honor-content ul li .info-box p {
  text-align: center;
  font-size: 16px;
  line-height: 1;
  margin: 15px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap;
  transition: all 0.3s;
}
.honor-content ul li:hover .img-box .mask {
  opacity: 1;
}
.honor-content ul li:hover .info-box p {
  font-weight: bold;
}
@media (max-width: 1600px) {
  .honor-content ul li {
    margin: 0 45px;
    margin-top: 30px;
    width: calc(33.33% - 90px);
  }
}
@media (max-width: 1440) {
  .honor-content ul li {
    margin: 30px;
    margin-bottom: 0;
    width: calc(33.33% - 60px);
  }
}
@media (max-width: 1080px) {
  .honor-content ul li .info-box p {
    font-size: 14px;
  }
  .honor-content {
    padding-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .honor-content {
    padding-bottom: 45px;
  }
  .honor-content ul li {
    margin: 15px;
    margin-bottom: 0;
    width: calc(50% - 30px);
  }
}
@media (max-width: 550px) {
  .honor-content ul li {
    width: 100%;
    margin: 0;
    margin-top: 15px;
  }
  .honor-content ul li .info-box p {
    font-weight: bold;
  }
  .honor-content ul li .img-box .mask {
    opacity: 0 !important;
  }
}
