.honor_box {
  margin: 1.2rem 0 0 0;
}
.honor_box .honor .recent {
  margin: 0.3rem 0 0.6rem 0;
}
.honor_box .honor .group_list {
  margin: 0 0 0.6rem 0;
}
.honor_box .honor .group_list .tit::after {
  content: " ";
  display: block;
  margin: 0.1rem 0 0.4rem 0;
  width: 0.5rem;
  height: 0.02rem;
  background-color: #000;
}
.honor_box .honor .group_list ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.1rem 0.3rem;
  box-sizing: border-box;
}
.honor_box .honor .group_list ul li img {
  display: block;
  width: 22px;
  height: 26px;
}
.honor_box .honor .group_list ul li p:nth-child(2) {
  width: 30%;
}
.honor_box .honor .group_list ul li p:nth-child(3) {
  width: 55%;
}
.honor_box .honor .group_list ul li:nth-of-type(odd) {
  background-color: #f0f0f0;
}

.honor h4 {
  text-transform: capitalize;
}

.honor_box .honor .group_list .tit {
  text-transform: capitalize;
}

@media (max-width: 980px) {
  .honor_box .honor .recent {
    margin: 10px 0 15px 0;
    font-size: 12px;
  }

  .honor h4 {
    font-size: 18px;
  }

  .honor_box .honor .group_list .tit {
    font-size: 16px;
  }

  .honor_box .honor .group_list ul li p {
    font-size: 14px;
  }

  .honor_box .honor .group_list ul li {
    flex-wrap: wrap;
  }

  .honor_box .honor .group_list ul li p:nth-child(2) {
    width: 90%;
  }

  .honor_box .honor .group_list ul li p:nth-child(3) {
    margin: 10px 0 0 0;
    width: 100%;
    font-size: 14px;
  }
}
