.honor {
  margin: 57px auto 58px;
}
.honor ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.honor ul li {
  margin-bottom: 30px;
  width: 32%;
}
.honor ul li:nth-child(3n) {
  margin-right: 0;
}
.honor ul li .cover {
  position: relative;
  padding-bottom: 74%;
  height: 0;
  width: 100%;
}
.honor ul li .cover img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;  margin-top: 30px;
}
.honor ul li .title {
  margin-top: 50px;
  /* height: 40px;
  overflow: hidden; */
  /* text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; */
}

.honor.wrapper {
  width: calc(186px * 5);
}
/*.nav{*/
/*  justify-content: space-between;*/
/*}*/