  .Honor {
  width: 1300px;
  margin: 0 auto 40px;
  background: #f5f7f9;
  margin-top: 50px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  column-gap: 10px;
  row-gap: 50px;
}
.HonorBox {
  width: 100%;
  background: #f5f7f9;
}
.Honor .imgItems {
  width: 415px;
  /* height: 310px; */
  /* margin: 35px 0; */
  border: 2px solid transparent;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
.Honor .imgItems a {
  width: 100%;
  height: 270px;
  /* text-align: center; */
  display: flex;
  justify-content: center;
  align-items: center;
  background: #dee2eb;
}
.Honor .imgItems img {
  width: 100%;
  height: 100%;
}
.Honor .imgText {
  width: 100%;
  background: #ffffff;
  border-radius: 0px 0px 0px 0px;
  text-align: center;
  line-height: 55px;
}
.Honor .imgItems:hover {
  border: 2px solid #016d3b;
}
.Honor .imgItems:hover .imgText {
  color: #fff;
  background: #016d3b;
}
