.honor {
  min-height: calc(100vh - 345px);
}
.honor_active {
  display: block !important;
}

.honor .nav_section {
  overflow: hidden;
  height: 50px;
  position: relative;
  margin-bottom: 20px;
}
.honor .nav_section::after {
  content: "";
  height: 1px;
  width: 100%;
  background-color: #e5e5e5;
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 1px;
}
.honor .nav_section a {
  width: 33.33%;
  float: left;
  height: 50px;
  line-height: 50px;
  text-align: center;
  position: relative;
  color: #000000;
  text-decoration: none;
}
.honor .nav_section .honor_color {
  color: #357ebd;
}
.honor .nav_section .honor_color::before {
  content: "";
  height: 3px;
  width: 40px;
  background-color: #357ebd;
  display: block;
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 0px;
  margin-left: -20px;
}

.honor .content_section .section .item {
  width: 48%;
  float: left;
  margin-bottom: 15px;
  margin: 0 1% 8px;
}
.honor .content_section .section .item img {
  display: block;
  margin: 5px auto;
  width: 90%;
  height: 90px;
}
#mask {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  cursor: pointer;
}
#mask img {
  width: 80%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.description {
  text-align: center;
  font-size: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
@media (min-width: 768px) {
  .honor .content_section .section .item img {
    height: 160px;
  }
}
@media (min-width: 1024px) {
  .honor .content_section .section .item img {
    height: 200px;
  }
}
