.recruitment-activity {
  display: block;
  font-size: 0;
  padding-top: 65px;
  padding-bottom: 170px;
}
.recruitment-activity .box {
  width: 384px;
  height: 253px;
  background-position: top center;
  background-size: 100%;
  position: relative;
  display: inline-block;
}
.recruitment-activity .box.one {
  background-image: url("/img/recruitment/1.png");
  margin-right: 24px;
}
.recruitment-activity .box.two {
  background-image: url("/img/recruitment/2.png");
  margin-right: 24px;
}
.recruitment-activity .box.three {
  background-image: url("/img/recruitment/3.png");
}
.recruitment-activity .box.four {
  background-image: url("/img/recruitment/4.png");
  margin-right: 24px;
}
.recruitment-activity .box.five {
  background-image: url("/img/recruitment/5.png");
  margin-right: 24px;
}
.recruitment-activity .box.six {
  background-image: url("/img/recruitment/6.png");
}
.recruitment-activity .box .title {
  height: 38px;
  line-height: 38px;
  font-size: 14px;
  color: #fff;
  background-color: #979797;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.recruitment-activity .space {
  height: 80px;
  width: 100%;
}
