.honor-center {
  margin-top: 30px
}

.honor-center .honor-col {
  margin-bottom: 30px;
  text-align: center;
  cursor: pointer
}
.honor-center .honor-col .images{
  height: 38rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.honor-center .honor-col img {
  width: auto;
  margin: 0 auto;
  max-height:38rem;
}

.honor-center .honor-col .title {
  line-height: 30px;
  -webkit-line-clamp: 2;
  height: 55px
}
