.job-item {
  min-height: 153px;
  background-color: #fff;
  padding: 44px 20px 0;
  margin-top: 20px;
}
.job-item:first-child {
  margin-top: 0;
}
.job-item .job-item-1 {
  height: 20px;
  padding-left: 10px;
  line-height: 20px;
}
.job-item .job-item-1 img {
  width: 20px;
  height: 20px;
  float: right;
  margin-right: 15px;
  cursor: pointer;
}
.job-item .job-item-2 {
  padding-left: 10px;
  margin-top: 25px;
}
.job-item .job-name {
  float: left;
  width: 265px;
  height: 18px;
  line-height: 1;
  font-size: 18px;
  font-weight: 400;
  color: #343434;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.job-item .job-name.active {
  color: #0D58B7;
}
.job-item .salary {
  float: left;
  height: 18px;
  line-height: 1;
  font-size: 18px;
  font-weight: bold;
  color: #F47915;
}
.job-item .prefix-box {
  display: inline-block;
  margin-left: 60px;
  line-height: 18px;
}
.job-item .prefix-box:nth-child(1) {
  margin-left: 0;
}
.job-item .prefix-box img {
  vertical-align: middle;
}
.job-item .prefix-box span {
  height: 14px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
}
.job-item .job-detail {
  display: none;
  border-top: 1px solid #ECEDEE;
  margin-top: 39px;
  padding-left: 10px;
  padding-bottom: 30px;
}
.job-item .job-detail .job-require {
  height: 18px;
  font-size: 18px;
  line-height: 1;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #343434;
  margin-top: 22px;
}
.job-item .job-detail .job-require:nth-child(3) {
  margin-top: 40px;
}
.job-item .job-detail .job-desc {
  margin-top: 22px;
  line-height: 28px;
  padding-left: 6px;
  padding-right: 10px;
}
.job-item .job-detail .job-desc p {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
}
.job-item .email-box {
  height: 100px;
  border-top: 1px solid #ECEDEE;
  padding: 29px 20px;
  display: none;
}
.job-item .email-box .email-label {
  font-size: 14px;
  height: 14px;
  line-height: 1;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
}
.job-item .email-box .email-to {
  display: inline-block;
  cursor: pointer;
  color: #0D58B7;
  font-size: 14px;
  height: 14px;
  line-height: 1;
  margin-top: 12px;
}/*# sourceMappingURL=recruitment.css.map */