article .post_box {
  margin-top: 30px;
}

article .post_box .carees {
  width: 1200px;
  margin: 0 auto;
}

article .post_box .comList {
  overflow: hidden;
  width: 1050px;
  margin: 0 auto;
}

article .post_box .comList li {
  width: 165px;
  line-height: 37px;
  text-align: center;
  background: #1380d8;
  color: #fff;
  font-size: 18px;
  float: left;
  border-radius: 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin: 10px 5px;
  cursor: pointer;
  font-weight: bold;
}

article .post_box .comList li:hover {
  background: #e1e1e1;
  color: #222222;
}

article .post_box .comList li.on {
  background: #e1e1e1;
  color: #222222;
}

article .post_box .comBox {
  margin-top: 60px;
  overflow: hidden;
  margin-bottom: 170px;
}

article .post_box .deptList {
  width: 355px;
  float: left;
}

article .post_box .deptList p {
  width: 352px;
  line-height: 50px;
  text-align: center;
  background: url(../images/combg.png) no-repeat;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  margin-top: 5px;
}

article .post_box .jobList {
  float: left;
  width: 710px;
  margin-left: 70px;
}

article .post_box .jobList h2 {
  position: relative;
}

article .post_box .jobList h2 b {
  display: inline-block;
  width: 180px;
  background: #fff;
  position: relative;
  z-index: 100;
}

article .post_box .jobList h2 span {
  height: 2px;
  background: #1380d8;
  display: block;
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}

article .post_box .jobList p {
  margin-top: 22px;
  color: #2d2d2d;
  font-size: 16px;
}

article .post_box .jobList a {
  position: absolute;
  top: -5px;
  right: -160px;
  /* margin-top: 27px; */
  /* display: block; */
  width: 121px;
}

article .post_box .jobCon {
  position: relative;
  margin: 32px 0 50px 137px;
}