.recruitment ul li {
  float: left;
  width: 324px;
  margin-right: 114px;
  height: 160px;
  position: relative;
  margin-top: 90px;
}
.recruitment ul li:hover > a {
  color: #e42626;
}
.recruitment ul li:nth-of-type(3n) {
  margin-right: 0;
}
.recruitment ul li h3 {
  font-size: 18px;
  padding-bottom: 15px;
  line-height: 18px;
}
.job_list{
  overflow: auto;
  min-height: 400px;;

  padding-bottom: 50px;
}
.recruitment ul li p {
  font-size: 14px;
  line-height: 24px;
  color: #999;
}
.recruitment ul li > a {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 14px;
  color: #999;
}
.recruitment ul li > a span {
  font-size: 24px;
  position: relative;
  top: 5px;
}
.recruitment ul li > a span i{
  font-size: 24px;
  position: relative;
}
.name{
  font-weight: 600
}
.none {
  display: none;
}
.mask {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 5154211;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
}
.mask > div {
  width: 1000px;
  height: 608px;
  background: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;

}
.mask > div .t__ {
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-bottom: 1px solid #eee;
}
.mask > div .t__ > span {
  position: absolute;
  width: 60px;
  height: 60px;
  display: inline-block;
  right: 0;
  top: 0;
  font-size: 32px;
  color: #999;
  text-align: center;
  cursor: pointer;
}
.mask > div .img_box {
  height: 470px;
  text-align: left;
  margin: 0 auto;
  font-size: 14px;
  color: #555;
  line-height: 24px;
  padding: 24px;
  overflow: auto;
  padding-bottom: 50px;
}
.uploads{
  cursor: pointer;
}


