#honor {
  margin: 0 auto
}
#honor .title {
  text-align: center;
  margin: 0 auto;
  padding: 50px 0
}
#honor .title > h3 {
  position: relative;
  display: inline-block;
  font-size: 36px;
  font-weight: 400;
  color: #333;
  text-align: center;
  padding: 20px 0;
  margin: 0 auto
}
#honor .title > h3:after {
  position: absolute;
  z-index: 4;
  left: 50%;
  bottom: 0;
  margin-left: -20px;
  width: 40px;
  height: 1px;
  background: rgba(0, 0, 0, .6);
  content: ''
}
#honor > .list, #honor > .list > ul {
  margin: 0 auto
}
#honor > .list {
  width: 90%;
  max-width: 1400px;
  padding: 50px 0
}
#honor > .list > ul > li {
  position: relative;
  display: inline-block;
  float: left;
  width: 23.5%;
  margin-bottom: 2%;
  margin-right: 2%;
  background: #fff;
  -webkit-transition: all .35s;
  transition: all .35s
}
#honor > .list > ul > li:nth-child(4n) {
  margin-right: 0
}
#honor > .list > ul > li > a {
  position: relative;
  display: block;
  padding: 20px 20px 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden
}
#honor > .list > ul > li > a:after {
  position: absolute;
  z-index: 4;
  bottom: -50px;
  left: 50%;
  margin-left: -40%;
  width: 80%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #e60013;
  font-size: 16px;
  color: #fff;
  content: '查看大图 →';
  -webkit-transition: all .35s;
  transition: all .35s
}
#honor > .list > ul > li > a > .img > img {
  width: 100%;
  height: auto
}
#honor > .list > ul > li > a > .tit {
  padding: 10px 0;
  font-size: 18px;
  font-weight: 500;
  color: #333;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}
#honor > .list > ul > li a:hover:after {
  bottom: 0
}
#honor > .list > ul > li a:hover {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
  box-shadow: 0 0 15px rgba(0, 0, 0, .1)
}
#honor > .loadmore {
  margin: 0 auto;
  text-align: center;
  padding: 30px 30px 80px
}
#honor > .loadmore > a {
  display: inline-block;
  padding: 10px 50px;
  border-radius: 50px;
  font-size: 18px;
  color: #00ada9;
  border: 1px solid rgba(0, 0, 0, .1);
  -webkit-transition: all .35s;
  transition: all .35s
}
#honor > .loadmore > a:hover {
  color: #fff;
  background: rgba(0, 173, 169, .8);
  border: 1px solid rgba(0, 173, 169, .8);
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px)
}
@media only screen and (max-width:1200px) {
  #honor .title > h3 {
    font-size: 32px
  }
  #honor > .list > ul > li {
    width: 32%
  }
  #honor > .list > ul > li:nth-child(4n) {
    margin-right: 2%
  }
  #honor > .list > ul > li:nth-child(3n) {
    margin-right: 0
  }
  #honor > .list > ul > li > a > .tit {
    font-size: 16px
  }
}
@media only screen and (max-width:860px) {
  #honor .title > h3 {
    font-size: 28px
  }
  #honor > .list > ul > li {
    width: 48%
  }
  #honor > .list > ul > li:nth-child(3n), #honor > .list > ul > li:nth-child(4n) {
    margin-right: 0
  }
  #honor > .list > ul > li:nth-child(even) {
    float: right;
    margin-right: 0
  }
}
@media only screen and (max-width:640px) {
  #honor .title, #honor > .list {
    padding: 30px 0
  }
  #honor .title > h3 {
    font-size: 24px
  }
  #honor > .list > ul > li > a {
    padding-bottom: 0
  }
  #honor > .list > ul > li > a > .tit {
    font-size: 14px
  }
  #honor > .list > ul > li > a:after {
    display: none
  }
}
@media only screen and (max-width:420px) {
  #honor > .list > ul > li {
    display: block;
    float: none !important;
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0
  }
  #honor > .list > ul > li > a {
    padding-bottom: 20px
  }
}