.section {
  overflow: hidden;
}

.section .section-title {
  font-size: 1.8rem;
  position: relative;
  text-align: center;
  color: #373737;
}

.section .section-title::after {
  content: "";
  position: absolute;
  width: 2.4rem;
  height: 0.2rem;
  background: #0046aa;
  bottom: -0.8rem;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 4px;
  opacity: 0.9;
}

header .banner {
  background: #eee;
  position: relative;
}

header .banner .banner-text {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0 auto;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

header .banner .banner-text h4 {
  font-size: 2.4rem;
  color: white;
  margin: 0 0 1rem 0;
}

header .banner .banner-text span {
  margin: 2rem auto;
  color: white;
  font-size: 1.2rem;
}

.container {
  width: 100%;
  margin: 0 auto;
}

.fluid-content {
  background: #f8f9f9;
}

.swiper-more {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  margin: 0 auto;
  text-align: center;
  display: block;
  width: auto;
  z-index: 9;
  transform: translateX(-50%);
  background: #f1f2f2;
  margin: 0 0.5rem;
  cursor: pointer;
  border-radius: 2rem;
  padding: 0.5rem 1rem;
  font-size: 1.2rem;
  width: 8rem;
  text-align: center;
  font-family: "FZLTXHJW";
  font-weight: bold;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.swiper-more:hover {
  background: rgba(160, 199, 255, 0.16);
  color: #0063f5;
}

#swiper-box .swiper-slide h4 .link {
  display: inline-block;
  width: 14rem;
  height: 3rem;
  position: relative;
  z-index: 1;
  vertical-align: middle;
}

#swiper-box .swiper-slide h4 .link-stock {
  background: url(/assets/imgs/abouteus/organization/logo.png) no-repeat;
  background-size: 90%;
  margin-left: 3%;
}

#swiper-box .swiper-slide h4 .link-sseinfo {
  width: 10rem;
  height: 3.2rem;
  background: url(/assets/imgs/abouteus/organization/logo-e.png) no-repeat;
  background-size: 100%;
}

.pic-content {
  background: #fff !important;
}

.section-honor .tips {
  width: 94.79%;
  font-size: 1.2rem;
  line-height: 1.4;
  margin: 1em auto;
  text-align: center;
  color: #999;
}

@media (max-width: 767px) {
  #honour .media-left {
    display: block;
  }
  #honour #swiper-box .swiper-slide {
    background: transparent;
  }
  #honour #swiper-box .swiper-slide .slide-inner {
    padding: 0;
  }
  #honour #swiper-box .swiper-slide .content {
    padding-bottom: 0;
  }
  #honour #swiper-box .swiper-slide .content .panel-group {
    margin-bottom: 0;
  }
  #honour #swiper-box .swiper-slide .content .media {
    margin-bottom: 1rem;
    background: #fff;
    border-radius: 0.4rem;
  }
  #honour #swiper-box .swiper-slide .content .media-full {
    padding: 1rem 1.4rem;
  }
  #honour #swiper-box .swiper-slide .content .media-heading {
    margin-bottom: 1rem;
    font-size: 1.4rem;
    font-family: "FZLTZHUNHJW";
    color: #373737;
  }
  #honour #swiper-box .swiper-slide .content .time {
    font-size: 1.2rem;
    color: #5d5d5d;
    font-family: "FZLTXHJW";
  }
  #honour #swiper-box .swiper-slide .content .to-detail {
    font-family: "FZLTXHJW";
    display: inline-block;
    color: #373737;
    font-size: 1.2rem;
  }
  #honour #swiper-box .swiper-slide .content .to-detail > span {
    display: inline-block;
    margin: 0;
    color: #373737;
  }
  #honour #swiper-box .swiper-slide .content .to-detail i {
    font-size: 1rem;
  }
}
