.content {
  width: 100%;
  background-color: #f7f7f7;
  overflow: hidden;
}
.content .box {
  width: 73.2%;
  margin: 0 auto;
  padding-top: 70px;
  padding-bottom: 83px;
}
.content .box .s-title {
  font-size: 16px;
  line-height: 16px;
  color: #bababa;
}
.content .box .title {
  font-size: 48px;
  line-height: 48px;
  letter-spacing: -1.9px;
  color: #c6150f;
  margin-top: 23px;
}
.content .box .recruitment {
  width: 100%;
}
.content .box .recruitment .social {
  width: 100%;
  height: 554px;
  position: relative;
  margin-top: 56px;
  background-color: white;
}
.content .box .recruitment .social::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  float: none;
  clear: both;
}
.content .box .recruitment .social .img {
  width: 41.6%;
  height: 100%;
  float: left;
  position: relative;
  overflow: hidden;
}
.content .box .recruitment .social .img img {
  height: 100%;
  position: absolute;
  top: 0;
  left: -500px;
  right: -500px;
  margin: auto;
  transition: 0.8s;
}
.content .box .recruitment .social .social-box {
  float: left;
  width: calc(58.4% - 174px);
  margin-left: 87px;
  margin-right: 87px;
  background-color: #ffffff;
  transition: 0.5s;
}
.content .box .recruitment .social .social-box .h2 {
  font-size: 22px;
  font-weight: bold;
  line-height: 30px;
  color: #333333;
  margin-top: 50px;
  transition: 0.5s;
  position: relative;
}
.content .box .recruitment .social .social-box .line {
  width: 31px;
  height: 2px;
  margin-top: 27px;
  background-color: #c6150f;
}
.content .box .recruitment .social .social-box .p {
  margin-top: 46px;
  margin-top: 31px;
  font-size: 16px;
  text-align: justify;
  line-height: 30px;
  color: #666666;
}
.content .box .recruitment .social:hover .img img {
  transform: scale(1.05);
}
.content .box .recruitment .campus {
  width: 100%;
  height: 554px;
  position: relative;
  margin-top: 56px;
  background-color: white;
}
.content .box .recruitment .campus::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  float: none;
  clear: both;
}
.content .box .recruitment .campus .img {
  width: 41.6%;
  height: 100%;
  float: right;
  position: relative;
  overflow: hidden;
}
.content .box .recruitment .campus .img img {
  height: 100%;
  position: absolute;
  top: 0;
  left: -500px;
  right: -500px;
  margin: auto;
  transition: 0.8s;
}
.content .box .recruitment .campus .campus-box {
  float: left;
  width: calc(58.4% - 174px);
  margin-left: 87px;
  margin-right: 87px;
  background-color: #ffffff;
  transition: 0.5s;
}
.content .box .recruitment .campus .campus-box .h2 {
  font-size: 22px;
  font-weight: bold;
  line-height: 30px;
  color: #333333;
  margin-top: 77px;
  transition: 0.5s;
  position: relative;
}
.content .box .recruitment .campus .campus-box .line {
  width: 31px;
  height: 2px;
  margin-top: 27px;
  background-color: #c6150f;
}
.content .box .recruitment .campus .campus-box .p {
  margin-top: 46px;
  margin-top: 31px;
  font-size: 16px;
  text-align: justify;
  line-height: 30px;
  color: #666666;
}
.content .box .recruitment .campus:hover .img img {
  transform: scale(1.05);
}
@media screen and (max-width: 1690px) {
  .content .box .recruitment .social .social-box {
    width: calc(58.4% - 40px);
    margin-left: 20px;
    margin-right: 20px;
  }
  .content .box .recruitment .social .social-box .line {
    margin-top: 20px;
    background-color: #c6150f;
  }
  .content .box .recruitment .social .social-box .p {
    margin-top: 20px;
  }
  .content .box .recruitment .campus .campus-box {
    width: calc(58.4% - 40px);
    margin-left: 20px;
    margin-right: 20px;
  }
  .content .box .recruitment .campus .campus-box .line {
    margin-top: 20px;
    background-color: #c6150f;
  }
  .content .box .recruitment .campus .campus-box .p {
    margin-top: 20px;
  }
}

@media screen and (max-width: 1690px) {
  .content .box .recruitment .social {
    height: 600px;
  }
  .content .box .recruitment .campus{
    height: 600px;
  }
}
