.honor-main {
  background: #F8F8F8;
  padding-bottom: 80px;
}
.honor-main .honor-banner {
  height: 260px;
  background: url(../images/honor/honor-banner.png) no-repeat center;
  background-size: cover;
  overflow: hidden;
}
.honor-main .honor-banner .title {
  margin-top: 80px;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  color: #a61e28;
  line-height: 48px;
  margin-bottom: 30px;
  position: relative;
}
.honor-main .honor-banner .title::after {
  position: absolute;
  bottom: -15px;
  left: 50%;
  content: '';
  width: 20px;
  margin-left: -10px;
  border-top: 1px solid #a61e28;
}
.honor-main .honor-banner .title span.font {
  font-size: 26px;
  color: #333333;
}
.honor-main .honor-banner .title span.black {
  color: #333333;
}
.honor-main .honor-banner .sub {
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  color: #333333;
  letter-spacing: 2px;
}
.honor-main .banner-text {
  background: #FFFFFF;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  padding: 20px;
  text-align: center;
  margin-bottom: 28px;
}
.honor-main .banner-text p {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 20px;
}
.honor-main .honor-list {
  margin-bottom: 22px;
}
.honor-main .honor-list ul {
  margin: 0 -9px;
}
.honor-main .honor-list ul li {
  margin: 0 9px 28px;
  float: left;
  width: 285px;
  height: 330px;
  background: #FFFFFF;
  overflow: hidden;
}
.honor-main .honor-list ul li:hover {
  border-radius: 6px;
  /* box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); */
}
.honor-main .honor-list ul li a {
  display: block;
}
.honor-main .honor-list ul li a:hover .title {
  background: #a61e28;
  color: #fff;
}
.honor-main .honor-list ul li .img-box {
  height: 280px;
  text-align: center;
  line-height: 280px;
  font-size: 0;
}
.honor-main .honor-list ul li .title {
  border-top: 1px solid #F2F2F3;
  height: 49px;
  line-height: 50px;
  padding: 0 10px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #999999;
}
