.content {
  width: 100%;
  background-color: #f7f7f7;
  overflow: hidden;
}
.content .box {
  width: 73.2%;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 83px;
}
.content .box .s-title {
  font-size: 16px;
  line-height: 16px;
  color: #bababa;
  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 .recruitment {
  width: 100%;
  margin-top: 90px;
}
.content .box .recruitment .social {
  width: 100%;
  position: relative;
}
.content .box .recruitment .social::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  float: none;
  clear: both;
}
.content .box .recruitment .social .img {
  width: 81.65%;
  height: 405px;
  float: left;
  position: relative;
  overflow: hidden;
}
.content .box .recruitment .social .img img {
  height: 100%;
  position: absolute;
  top: 0;
  left: -300px;
  right: -300px;
  margin: auto;
}
.content .box .recruitment .social .social-box {
  width: 434px;
  height: 250px;
  background-color: #ffffff;
  position: absolute;
  right: 0;
  top: 78px;
  box-shadow: 0px 0px 15px 0px rgba(188, 188, 188, 0.12);
  transition: 0.5s;
}
.content .box .recruitment .social .social-box a {
  width: 100%;
  height: 100%;
  display: block;
}
.content .box .recruitment .social .social-box a .h3 {
  font-size: 18px;
  line-height: 18px;
  letter-spacing: -0.4px;
  color: #999999;
  margin-top: 38px;
  margin-left: 40px;
  display: block;
  transition: 0.5s;
}
.content .box .recruitment .social .social-box a .h2 {
  display: block;
  font-size: 28px;
  font-weight: bold;
  line-height: 28px;
  color: #333333;
  margin-top: 20px;
  margin-left: 40px;
  transition: 0.5s;
}
.content .box .recruitment .social .social-box a .icon {
  display: block;
  position: absolute;
  right: 49px;
  bottom: 41px;
  width: 81px;
  height: 81px;
}
.content .box .recruitment .social .social-box a .icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.content .box .recruitment .social .social-box a .icon img.white {
  opacity: 0;
  transition: 0.5s;
}
.content .box .recruitment .social .social-box a .icon img.red {
  opacity: 1;
  transition: 0.5s;
}
.content .box .recruitment .social .social-box:hover {
  background-color: #c6150f;
}
.content .box .recruitment .social .social-box:hover a .h2 {
  color: white;
}
.content .box .recruitment .social .social-box:hover a .h3 {
  color: white;
}
.content .box .recruitment .social .social-box:hover a .icon img.white {
  opacity: 1;
}
.content .box .recruitment .social .social-box:hover a .icon img.red {
  opacity: 0;
}
.content .box .recruitment .campus {
  width: 100%;
  position: relative;
  margin-top: 50px;
}
.content .box .recruitment .campus::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  float: none;
  clear: both;
}
.content .box .recruitment .campus .img {
  width: 81.65%;
  height: 405px;
  float: right;
  position: relative;
  overflow: hidden;
}
.content .box .recruitment .campus .img img {
  height: 100%;
  position: absolute;
  top: 0;
  left: -300px;
  right: -300px;
  margin: auto;
}
.content .box .recruitment .campus .campus-box {
  width: 434px;
  height: 250px;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  top: 78px;
  box-shadow: 0px 0px 15px 0px rgba(188, 188, 188, 0.12);
  transition: 0.5s;
}
.content .box .recruitment .campus .campus-box a {
  width: 100%;
  height: 100%;
  display: block;
}
.content .box .recruitment .campus .campus-box a .h3 {
  font-size: 18px;
  line-height: 18px;
  letter-spacing: -0.4px;
  color: #999999;
  margin-top: 38px;
  margin-left: 40px;
  display: block;
  transition: 0.5s;
}
.content .box .recruitment .campus .campus-box a .h2 {
  display: block;
  font-size: 28px;
  font-weight: bold;
  line-height: 28px;
  color: #333333;
  margin-top: 20px;
  margin-left: 40px;
  transition: 0.5s;
}
.content .box .recruitment .campus .campus-box a .icon {
  display: block;
  position: absolute;
  right: 49px;
  bottom: 41px;
  width: 81px;
  height: 81px;
}
.content .box .recruitment .campus .campus-box a .icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.content .box .recruitment .campus .campus-box a .icon img.white {
  opacity: 0;
  transition: 0.5s;
}
.content .box .recruitment .campus .campus-box a .icon img.red {
  opacity: 1;
  transition: 0.5s;
}
.content .box .recruitment .campus .campus-box:hover {
  background-color: #c6150f;
}
.content .box .recruitment .campus .campus-box:hover a .h2 {
  color: white;
}
.content .box .recruitment .campus .campus-box:hover a .h3 {
  color: white;
}
.content .box .recruitment .campus .campus-box:hover a .icon img.white {
  opacity: 1;
}
.content .box .recruitment .campus .campus-box:hover a .icon img.red {
  opacity: 0;
}
<!--0.00016999244689941-->