.honor_wrapper {
  margin: 0;
  padding: 0;
}
.honor_wrapper .honor_item {
  float: left;
  width: 300px;
  margin-right: 20px;
  border: 1px solid #f3f3f3;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.honor_wrapper .honor_item:nth-of-type(3n) {
  margin-right: 0;
}
.honor_wrapper .honor_item .honor_item_pic {
  display: block;
  height: 240px;
  margin: 15px 0;
  cursor: zoom-in;
}
.honor_wrapper .honor_item .honor_item_title {
  padding: 10px;
  font-size: 15px;
  color: #333;
  line-height: 20px;
  background-color: #f3f3f3;
  text-align: center;
  min-height: 60px;
}
.honor_wrapper .honor_section {
  float: left;
  width: 940px;
  color: #000;
  font-size: 20px;
  padding-bottom: 20px;
  font-weight: normal;
}
.honor_wrapper .honor_section::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 5px;
  background-color: #01459A;
  vertical-align: 0.15em;
  margin-right: 10px;
}
