.job_box {
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
  margin-top: 18px;
}
.job_box .job_name {
  font-size: 14px;
  padding: 22px 0 22px 22px;
  font-weight: 600;
}
.job_box .address_list {
  display: flex;
  justify-content: space-between;
}
.job_box .address_list li {
  margin-bottom: 20px;
}
.job_box .address_list .technology {
  display: flex;
  justify-content: flex-start;
  padding-left: 28px;
}
.job_box .address_list .technology div {
  font-size: 14px;
  color: #999999;
}
.job_box .address_list .technology div img {
  margin-top: 0;
  vertical-align: middle;
  margin-right: 7px;
}
.job_box .address_list .technology div:first-child {
  margin-right: 20px;
}
.job_box .address_list .show_hide img {
  margin-top: 0;
  vertical-align: middle;
}
.job_box .address_list .show_hide > div {
  display: flex;
  margin-right: 30px;
  align-items: center;
  cursor: pointer;
}
.job_box .address_list .show_hide .box_hide {
  display: none;
}
.job_box .job_info {
  display: none;
  padding-left: 35px;
  padding-top: 25px;
  padding-bottom: 30px;
}
