.category {
  padding: 80px 0 60px;
  justify-content: center;
}
.category a {
  color: #333333;
  font-size: 20px;
  margin: 0 70px;
  padding: 0 5px 20px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
}
.category a::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 3px;
  background: #45C25B;
  transition: all 0.3s ease;
  border-radius: 3px;
}
.category a.on,
.category a:hover {
  color: #45C25B;
}
.category a.on::after,
.category a:hover::after {
  width: 88px;
  left: calc(50% - 44px);
}
.list_honor {
  display: flex;
  flex-wrap: wrap;
}
.list_honor li {
  width: 18.63%;
  margin-right: 1.71%;
  margin-bottom: 38px;
  background: #f8f8f8;
  border: 1px solid #CECECE;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.list_honor li a {
  padding: 20px 0 30px;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  cursor: pointer;
}
.list_honor li a div {
  overflow: hidden;
  height: 330px;
  width: 80%;
  margin: auto;
}
.list_honor li a div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.list_honor li a img {
  transition: all 0.5s ease;
}
.list_honor li a:hover p {
  color: #45C25B;
}
.list_honor li a:hover img {
  transform: scale(1.05);
}
.list_honor li:nth-child(5n) {
  margin-right: 0;
}
.list_honor li p {
  transition: all 0.3s ease;
  color: #333333;
  margin-top: 11px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 15px;
}
body > .container {
  padding-bottom: 90px;
}
.pages {
  padding-top: 20px;
}
@media screen and (max-width: 1440px) {
  .list_honor li a div {
    height: 280px;
  }
}
@media screen and (max-width: 1366px) {
  .list_honor li a div {
    height: 230px;
  }
}
@media screen and (max-width: 1024px) {
  .category {
    padding-top: 37px;
    padding-bottom: 10px!important;
    justify-content: flex-start;
    display: block;
    text-wrap-mode: nowrap;
    text-align: center;
  }
  .category a {
    margin: 0 20px!important;
    font-size: 15px!important;
    padding-bottom: 10px;
    flex: none;
    display: inline-block;
  }
  .list_honor {
    justify-content: space-between;
  }
  .list_honor li {
    width: 48.4%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .list_honor li a {
    padding: 15px 0 20px;
  }
  .list_honor li a img {
    max-width: 100%;
  }
  .list_honor li a div {
    height: 170px;
  }
  .list_honor li p {
    margin-top: 8px;
  }
  body > .container {
    padding-bottom: 60px;
  }
  .pages {
    padding-top: 10px;
  }
}
