.honor {
  padding: 0.7rem 0 0.8rem;
  box-sizing: border-box;
}
.honorBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.25rem;
}
.honorBox::after {
  content: '';
  display: block;
  width: 4.38rem;
  visibility: hidden;
}
.honorBox .item {
  margin-bottom: 0.21rem;
  width: 4.38rem;
}

.honorBox .transition_box {
  width: 4.38rem;
  height: 2.8rem;
  border: 0.01rem solid #707070;
  box-sizing: border-box;
}
.honorBox .text {
  height: 0.7rem;
  text-align: center;
  font-size: 0.18rem;
  font-weight: bold;
  color: #0063b9;
  line-height: 0.7rem;
  border: 0.01rem solid #707070;
  border-top: 0;
  box-sizing: border-box;
}
.picBox {
  display: flex;
  justify-content: space-between;
}
.picBox img {
  margin-top: 0.1rem;
  width: 3.39rem;
  height: 4.42rem;
  border: 0.01rem solid #707070;
}
/* .pagingBox {
  margin-top: 0.52rem;
  display: flex;
  justify-content: center;
}
.pagingBox .page {
  width: 0.8rem;
  height: 0.39rem;
  font-size: 0.14rem;
  text-align: center;
  line-height: 0.39rem;
  background: #ffffff;
  border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
  border: 0.01rem solid #eeeeee;
}
.pagingBox .previousPage {
  color: #eeeeee;
}
.pagingBox .nextPage {
  margin-left: 0.1rem;
}
.pagingBox .item {
  width: 0.39rem;
  height: 0.39rem;
  text-align: center;
  line-height: 0.39rem;
  background: #ffffff;
  border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
  border: 0.01rem solid #cccccc;
}
.pagingBox .one {
  margin: 0 0.1rem;
}
.pagingBox .active {
  background: #ebebeb;
} */
