.banner {
  margin-top: 6rem;
  position: relative;
}
.banner img {
  width: 100%;
}
.banner .text {
  position: absolute;
  width: 100%;
  top: 26%;
}
.banner .text .con {
  padding-right: 5rem;
}
.banner .text .con .right {
  float: right;
  width: 35%;
}
.banner .text .con .right h2 {
  font-size: 3rem;
  color: #fff;
}
.banner .text .con .right p {
  font-size: 1.2rem;
  color: #fff;
  margin-top: 1rem;
}
.social-details {
  padding: 3.5rem 0 4rem;
}
.social-details .con .title h2 {
  font-size: 2.4rem;
  font-family: NotoSans_light;
  color: #062058;
  text-align: center;
}
.social-details .con .title .line {
  width: 2.5rem;
  height: 3px;
  background: #95bd43;
  margin: 1.5rem auto 3.5rem;
}
.social-details .con .social-list ul li {
  padding: 3rem 0;
  border-top: 1px solid #eee;
}
.social-details .con .social-list ul li .left {
  float: left;
  width: 54.2%;
  padding-top: 0.8rem;
}
.social-details .con .social-list ul li .left h2 {
  font-size: 2rem;
  color: #181a1d;
}
.social-details .con .social-list ul li .left .line {
  width: 2.5rem;
  height: 3px;
  background: #95bc46;
  margin: 1.5rem 0;
}
.social-details .con .social-list ul li .left p {
  font-size: 0.9rem;
  color: #7f808a;
  text-align: justify;
  line-height: 1.8;
}
.social-details .con .social-list ul li .right {
  float: right;
  width: 37%;
}
.social-details .con .social-list ul li .right img {
  width: 100%;
}
.social-details .con .social-list ul li:last-child {
  border-bottom: 1px solid #eee;
}
.social-details .con .social-list .more-loading {
  margin-top: 3.3rem;
}
.social-details .con .social-list .more-loading .more {
  width: 3.8rem;
  height: 3.8rem;
  line-height: 3.8rem;
  text-align: center;
  border-radius: 50%;
  background: #a4c35d;
  margin: 0 auto;
  cursor: pointer;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.social-details .con .social-list .more-loading .more span {
  font-size: 1.4rem;
  color: #fff;
  display: inline-block;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.social-details .con .social-list .more-loading .more:hover {
  background: #fff;
  box-shadow: 0px 8px 43px 0px rgba(71, 71, 71, 0.25);
}
.social-details .con .social-list .more-loading .more:hover span {
  color: #a4c35d;
}
.social-details .con .social-list .more-loading p {
  text-align: center;
  font-size: 1rem;
  color: #bbb;
  margin-top: 1.4rem;
}
.social-details .con .social-list .more-loading p .current {
  color: #a4c35d;
}
@media screen and (max-width: 1024px) {
  .banner {
    margin-top: 70px;
  }
}
@media screen and (max-width: 768px) {
  .banner .text {
    top: 12%;
  }
  .banner .text .con {
    padding-right: 20px;
  }
  .banner .text .con .right {
    width: 100%;
  }
  .banner .text .con .right h2 {
    font-size: 16px;
  }
  .banner .text .con .right p {
    font-size: 14px;
    margin-top: 6px;
  }
  .social-details {
    padding: 30px 0;
  }
  .social-details .con .title h2 {
    font-size: 18px;
  }
  .social-details .con .title .line {
    margin: 14px auto 20px;
  }
  .social-details .con .social-list ul li {
    padding: 20px 0;
  }
  .social-details .con .social-list ul li .left {
    width: 100%;
    padding-top: 10px;
  }
  .social-details .con .social-list ul li .left h2 {
    font-size: 16px;
  }
  .social-details .con .social-list ul li .left .line {
    margin: 14px 0;
  }
  .social-details .con .social-list ul li .left p {
    font-size: 14px;
  }
  .social-details .con .social-list ul li .right {
    width: 100%;
  }
  .social-details .con .social-list .more-loading {
    margin-top: 30px;
  }
  .social-details .con .social-list .more-loading .more {
    width: 44px;
    height: 44px;
    line-height: 44px;
  }
  .social-details .con .social-list .more-loading .more span {
    font-size: 20px;
  }
  .social-details .con .social-list .more-loading p {
    font-size: 14px;
    margin-top: 12px;
  }
}
/*# sourceMappingURL=staff_social_details.css.map */