.honor-box > .honor-title {
  font-size: 21px;
  color: #222222;
  font-weight: normal;
  text-align: center;
  padding: 3px 0;
  line-height: 1.7em;
}
.honor-box > .honor-detail {
  padding: 0 30px;
}
.honor-box > .honor-detail .honer-item {
  margin-bottom: 20px;
  padding: 8px;
  border: 1px solid rgb(249, 249, 249);
}
.honor-box > .honor-detail .honer-item > .honer-image > img {
  width: 100%;
}
.honor-box > .honor-detail .honer-item > .honer-name {
  display: block;
  text-align: center;
  color: var(--bs-body-color);
  border-bottom: 1px solid #ccc;
  padding: 6px 0 0 2px;
  margin-bottom: 10px;
}
.honor-box > .honor-detail .honer-item > .honer-name:hover {
  text-decoration: underline;
}

/*# sourceMappingURL=honor.css.map */
