.content {
  width: 100%;
  background-color: #f7f7f7;
  padding-bottom: 95px;
  overflow: hidden;
}
.content .box {
  width: 67%;
  margin: 0 auto;
  padding-top: 60px;
}
.content .box .s-title {
  font-size: 16px;
  line-height: 16px;
  color: #bbbbbb;
  text-align: center;
}
.content .box .title {
  font-size: 48px;
  line-height: 48px;
  letter-spacing: -1.9px;
  color: #c6150f;
  margin-top: 23px;
  text-align: center;
}
.content .box .main {
  width: 100%;
  background-color: white;
}
.content .box .main .main-box {
  width: 100%;
  height: auto;
  min-height: 375px;
  background-color: white;
  margin: 0 auto;
  margin-top: 109px;
  position: relative;
}
.content .box .main .main-box::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  float: none;
  clear: both;
}
.content .box .main .main-box .img {
  width: 27%;
  margin-left: 4.6%;
  float: left;
  margin-top: 46px;
  margin-bottom: 53px;
}
.content .box .main .main-box .img img {
  width: 100%;
}
.content .box .main .main-box .right {
  float: left;
  margin-left: 11.5%;
  width: 49%;
  margin-top: 131px;
}
.content .box .main .main-box .right .name {
  font-size: 38px;
  font-weight: bold;
  line-height: 38px;
  color: #333333;
}
.content .box .main .main-box .right .position {
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
  color: #c6150f;
  margin-top: 28px;
}
.content .box .main .main-box .right .line {
  width: 100%;
  height: 1px;
  background-color: #f0f0f0;
  margin-top: 86px;
  position: relative;
}
.content .box .main .main-box .right .line::after {
  content: "";
  width: 58px;
  height: 4px;
  display: block;
  position: absolute;
  bottom: 1px;
  left: 0;
  background-color: #cc2237;
}
.content .box .main .main-box .right .p {
  font-size: 16px;
  font-weight: normal;
  line-height: 30px;
  color: #333333;
  margin-top: 42px;
  margin-bottom: 53px;
  text-align: justify;
}
.content .box .team {
  margin-top: 79px;
  width: 100%;
}
.content .box .team::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  float: none;
  clear: both;
}
.content .box .team .member {
  width: calc(33.333% - 6%);
  margin-right: 9%;
  float: left;
  cursor: pointer;
  background-color: white;
  margin-bottom: 69px;
  transition: 0.5s;
}
.content .box .team .member:nth-child(3n + 3) {
  margin-right: 0;
}
.content .box .team .member .img {
  width: 100%;
  overflow: hidden;
}
.content .box .team .member .img img {
  width: 100%;
}
.content .box .team .member .text {
  margin-top: 26px;
  padding-bottom: 30px;
  position: relative;
}
.content .box .team .member .text .name {
  font-size: 26px;
  font-weight: bold;
  line-height: 26px;
  color: #333333;
  text-align: center;
}
.content .box .team .member .text .p {
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
  color: #999999;
  text-align: center;
  margin-top: 14px;
}
.content .box .team .member .text .line {
  width: 50px;
  height: 6px;
  background-color: #cc2237;
  position: absolute;
  bottom: 0;
  left: calc(50% - 25px);
  transition: 0.5s;
}
.content .box .team .member:hover {
  box-shadow: 0px 5px 9px 0px rgba(0, 0, 0, 0.04);
}
.content .box .team .member:hover .text .line {
  width: 100%;
  left: 0;
}
.popups {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000000000;
  min-width: 1280px;
}
.popups .box {
  width: 62.5%;
  height: auto;
  min-height: 375px;
  background-color: white;
  margin: 0 auto;
  margin-top: calc(50vh - 210px);
  padding-top: 50px;
  position: relative;
}
.popups .box .img {
  width: 211px;
  height: 288px;
  position: relative;
  margin-left: 94px;
  float: left;
  overflow: hidden;
}
.popups .box .img img {
  height: 100%;
  position: absolute;
  top: 0;
  left: -100px;
  right: -100px;
  margin: auto;
}
.popups .box .img .line {
  width: 100%;
  height: 7px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #c0150f;
}
.popups .box .right {
  float: left;
  margin-left: 72px;
  width: 60%;
  margin-top: 43px;
}
.popups .box .right .name {
  font-size: 38px;
  font-weight: bold;
  line-height: 38px;
  color: #333333;
}
.popups .box .right .position {
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
  color: #c6150f;
  margin-top: 28px;
}
.popups .box .right .p {
  font-size: 16px;
  font-weight: normal;
  line-height: 30px;
  color: #333333;
  margin-top: 42px;
  margin-bottom: 87px;
  text-align: justify;
}
.popups .box .close {
  position: absolute;
  width: 80px;
  height: 80px;
  background-color: #cc2237;
  right: -80px;
  bottom: 0;
  cursor: pointer;
  text-align: center;
}
.popups .box .close i {
  font-size: 24px;
  line-height: 80px;
  color: white;
}
@media screen and (max-width: 1560px) {
  .content .box .team .member {
    width: calc(33.333% - 4%);
    margin-right: 6%;
    margin-bottom: 40px;
  }
  .content .box .team .member:nth-child(3n + 3) {
    margin-right: 0;
  }
  .content .box .team .member .text .p {
    line-height: 24px;
  }
  .popups .box .img {
    width: 211px;
    height: 288px;
    position: relative;
    margin-left: 40px;
    float: left;
    overflow: hidden;
  }
  .popups .box .right {
    margin-left: 30px;
  }
  .content .box .main .main-box .img {
    width: 33%;
    margin-left: 3%;
  }
  .content .box .main .main-box .right {
    float: left;
    margin-left: 5%;
    width: 49%;
    margin-top: 131px;
  }
}
@media screen and (max-width: 1300px) {
  .content .box .main .main-box .img {
    width: 38%;
    margin-left: 3%;
  }
  .content .box .main .main-box .right {
    float: left;
    margin-left: 5%;
    width: 49%;
    margin-top: 131px;
  }
}
