footer .con-top {
  background: #fff;
}
.honor {
  padding-top: 3rem;
  padding-bottom: 4.5rem;
  background: #f4f4f4;
}
.honor .con .title .left {
  float: left;
}
.honor .con .title .left h2 {
  font-size: 2.4rem;
  font-weight: bold;
  color: #004da1;
}
.honor .con .title .left p {
  font-size: 0.9rem;
  color: #606060;
  margin-top: 0.6rem;
}
.honor .con .title .right {
  float: right;
  position: relative;
  top: 1.4rem;
}
.honor .con .title .right .select-year {
  float: left;
  width: 10rem;
  position: relative;
  margin-right: 1.2rem;
}
.honor .con .title .right .select-year h2 {
  line-height: 3.5rem;
  border: 1px solid #ddd;
  padding: 0 1.2rem;
  font-size: 0.9rem;
  color: #777;
  position: relative;
  cursor: pointer;
  background: #fff;
}
.honor .con .title .right .select-year h2:before {
  content: '\e603';
  font-family: iconfont;
  font-size: 1.2rem;
  color: #004da1;
  position: absolute;
  right: 1.2rem;
  display: inline-block;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.honor .con .title .right .select-year ul {
  position: absolute;
  width: 100%;
  right: 0;
  top: 3.6rem;
  z-index: 10;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  display: none;
}
.honor .con .title .right .select-year ul li {
  text-align: center;
  line-height: 2.6rem;
  background: #fff;
  font-size: 0.9rem;
  border-bottom: 1px solid #ddd;
  color: #999;
  cursor: pointer;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.honor .con .title .right .select-year ul li:hover {
  background: #004a92;
  color: #fff;
}
.honor .con .title .right .select-year.active h2:before {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
.honor .con .title .right .search-box {
  float: left;
  width: 22.5rem;
  height: 3.5rem;
  border: 1px solid #ddd;
  position: relative;
}
.honor .con .title .right .search-box input {
  width: 100%;
  height: 100%;
  font-size: 0.8rem;
  color: #777;
  border: none;
  padding: 0 3rem 0 1.5rem;
}
.honor .con .title .right .search-box span {
  position: absolute;
  right: 1rem;
  line-height: 3.5rem;
  top: 0;
  font-size: 1.2rem;
  color: #004a92;
  cursor: pointer;
}
.honor .con .title .right.active h2 {
  border-bottom: 1px solid #eee;
}
.honor .con .title .right.active h2:before {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
.honor .con .honor-list {
  margin-top: 1.5rem;
}
.honor .con .honor-list ul li {
  float: left;
  width: 23.6%;
  margin-top: 1.5rem;
  cursor: pointer;
}
.honor .con .honor-list ul li:not(:nth-child(4n)) {
  margin-right: 1.866%;
}
.honor .con .honor-list ul li .top {
  height: 0;
  padding-bottom: 78%;
  overflow: hidden;
  position: relative;
  border: 1px solid transparent;
}
.honor .con .honor-list ul li .top img {
  width: 100%;
}
.honor .con .honor-list ul li .top .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.honor .con .honor-list ul li .top .mask .alert-btn {
  position: absolute;
  top: 60%;
  left: 50%;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: #004a92;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
.honor .con .honor-list ul li .top .mask .alert-btn span {
  font-size: 1rem;
  color: #fff;
  line-height: 3rem;
}
.honor .con .honor-list ul li .bottom {
  background: #fff;
  padding: 1.2rem 1rem 1rem;
  text-align: center;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.honor .con .honor-list ul li .bottom h3 {
  font-size: 0.9rem;
  font-weight: bold;
  color: #000;
  display: inline-block;
  position: relative;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.honor .con .honor-list ul li .bottom h3:before {
  content: '';
  width: 3rem;
  height: 1px;
  background: #d8222a;
  position: absolute;
  left: 0;
  bottom: -0.2rem;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.honor .con .honor-list ul li .bottom h2 {
  margin-top: 1.2rem;
  font-size: 0.9rem;
  color: #606060;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  height: 3em;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.honor .con .honor-list ul li:hover .top {
  border: 1px solid #1f51b7;
}
.honor .con .honor-list ul li:hover .top .mask {
  opacity: 1;
}
.honor .con .honor-list ul li:hover .top .mask .alert-btn {
  top: 50%;
}
.honor .con .honor-list ul li:hover .bottom {
  background: #004da1;
}
.honor .con .honor-list ul li:hover .bottom h3 {
  color: #fff;
}
.honor .con .honor-list ul li:hover .bottom h3:before {
  background: #fff;
}
.honor .con .honor-list ul li:hover .bottom h2 {
  color: #fff;
}
.honor .con .honor-list .more {
  text-align: center;
}
.honor .con .honor-list .more a {
  display: inline-block;
  margin: 4rem auto 0;
  padding: 0.7rem 1.5rem 0.8rem;
  border: 3px solid #d8222a;
  font-size: 0.9rem;
  color: #606060;
}
.honor .con .honor-list .more a span {
  margin-left: 1.5rem;
  font-size: 1.2rem;
  color: #999;
  position: relative;
  top: 2px;
}
.honor .con .honor-list .more a:hover {
  background: #d8222a;
  color: #fff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.honor .con .honor-list .more a:hover span {
  color: #fff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.honor-alert {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}
.honor-alert .con {
  width: 40%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.honor-alert .con .top {
  width: 100%;
}
.honor-alert .con .top img {
  width: 100%;
}
.honor-alert .con .close {
  position: absolute;
  width: 3rem;
  height: 3rem;
  text-align: center;
  right: 0;
  top: 0;
  background: #004a92;
  cursor: pointer;
}
.honor-alert .con .close span {
  line-height: 3rem;
  font-size: 1rem;
  color: #fff;
  display: inline-block;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.honor-alert .con .close:hover span {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
@media screen and (max-width: 1024px) {
  .honor-alert .con {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .honor {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .honor .con .title .left h2 {
    font-size: 18px;
  }
  .honor .con .title .left p {
    font-size: 14px;
  }
  .honor .con .title .right {
    width: 100%;
    margin-top: 20px;
    top: 0;
  }
  .honor .con .title .right .select-year {
    width: 100%;
  }
  .honor .con .title .right .select-year h2 {
    line-height: 44px;
    padding: 0 14px;
    font-size: 14px;
  }
  .honor .con .title .right .select-year h2:before {
    right: 14px;
    font-size: 16px;
  }
  .honor .con .title .right .select-year ul {
    top: 46px;
  }
  .honor .con .title .right .select-year ul li {
    line-height: 42px;
    font-size: 14px;
  }
  .honor .con .title .right .search-box {
    width: 100%;
    margin-top: 10px;
    height: 44px;
  }
  .honor .con .title .right .search-box input {
    font-size: 14px;
    padding: 0 30px 0 14px;
  }
  .honor .con .title .right .search-box span {
    right: 10px;
    line-height: 44px;
    font-size: 16px;
  }
  .honor .con .honor-list {
    margin-top: 10px;
  }
  .honor .con .honor-list ul li {
    width: 48.5%;
    margin-top: 10px;
  }
  .honor .con .honor-list ul li:not(:nth-child(4n)) {
    margin-right: 0;
  }
  .honor .con .honor-list ul li:not(:nth-child(even)) {
    margin-right: 3%;
  }
  .honor .con .honor-list ul li .bottom {
    padding: 10px;
  }
  .honor .con .honor-list ul li .bottom h3 {
    font-size: 12px;
  }
  .honor .con .honor-list ul li .bottom h3:before {
    width: 42px;
    left: 50%;
    margin-left: -21px;
    bottom: -4px;
  }
  .honor .con .honor-list ul li .bottom h2 {
    font-size: 14px;
  }
  .honor .con .honor-list .more a {
    margin: 40px auto 0;
    font-size: 14px;
    padding: 8px 15px;
  }
  .honor .con .honor-list .more a span {
    margin-left: 14px;
    font-size: 14px;
    top: 0;
  }
  .honor-alert .con {
    width: 80%;
  }
  .honor-alert .con .close {
    width: 40px;
    height: 40px;
  }
  .honor-alert .con .close span {
    line-height: 40px;
    font-size: 16px;
  }
}
/*# sourceMappingURL=about_honor.css.map */