.bjx-jobs .box .body .cell::before {
  content: '';
  position: absolute;
  top: -4px;
  width: 100px;
  height: 8px;
  background: #f40;
  border-radius: 6px;
}
.bjx-jobs {
 
}
.bjx-jobs .box {
  position: relative;
  margin: 0 auto;
  width: 1200px;
}
.bjx-jobs .box .head {
  padding: 60px 0;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  color: #3b426b;
}
.bjx-jobs .box .head1 {
  padding: 50px 0;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  color: #3b426b;
}
.bjx-jobs .box .body{
  padding-bottom: 30px;
  margin-right: -16px;
  font-size: 0;
}
.bjx-jobs .box .body .cell::before {
  content: '';
  position: absolute;
  top: -4px;
  width: 100px;
  height: 8px;
  background: #f40;
  border-radius: 6px;
}
.bjx-jobs .box .body .cell .title {
  margin-bottom: 30px;
  padding-bottom: 22px;
  border-bottom: 1px solid #e1e7ff;
}
.bjx-jobs .box .body .cell .title a {
  display: block;
  height: 48px;
  line-height: 48px;
  font-size: 24px;
  font-weight: 700;
  color: #3b426b;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.bjx-jobs .box .body .cell .title p {
  line-height: 30px;
  font-size: 14px;
  color: #3b426b;
}
.bjx-jobs .box .body .cell .title p b {
  float: right;
  font-size: 15px;
  color: #f40;
}
b, strong {
  font-weight: bolder;
}
.bjx-jobs .box .body .cell .main {
  height: 110px;
  width: 230px;
  line-height: 22px;
  text-align: justify;
  font-size: 14px;
  color: #5d6494;
  overflow: hidden;
}
.box .body .cell .main p {
  display: inline;
}
.jobs .box .body .cell .main p {
  display: inline;
}
.bjx-jobs .box .body .cell .more {
  margin-bottom: 20px;
  line-height: 1.4;
  text-align: right;
}
.bjx-jobs .box .body .cell {
  font-size: 14px;
}
.bjx-jobs .box .body .cell .more a {
  font-size: 14px;
  color: #b7b7b7;
}
.bjx-jobs .box .body .cell .btns a {
  display: inline-block;
  vertical-align: top;
  padding: 0 22px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  border-radius: 15px;
}
.bjx-jobs .box .body .cell .btns a:hover {
  color: #fff;
  background: #f40;
}
.bjx-jobs .box .body .cell .btns .btn1 {
  margin-right: 12px;
  color: #3b426b;
  background: #e1e7ff;
  float: left;
}
.bjx-jobs .box .body .cell .btns .btn2 {
  color: #fff;
  background-color: #3b426b;
  float: left;
}
.bjx-jobs .box .body .cell {
  position: relative;
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 16px 23px 0;
  padding: 52px 36px;
  width: 288px;
  font-size: 14px;
  background: #fff;
  border-radius: 3px;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 2px 0 rgba(44,71,146,.17);
  box-shadow: 0 2px 2px 0 rgba(44,71,146,.17);
  -webkit-transition: all .6s cubic-bezier(.19,1,.22,1);
  -o-transition: all .6s cubic-bezier(.19,1,.22,1);
  transition: all .6s cubic-bezier(.19,1,.22,1);
}
.bjx-jobs .box .body .cell:hover {
  -webkit-box-shadow: 0 20px 60px rgba(61,79,127,.17);
  box-shadow: 0 20px 60px rgba(61,79,127,.17);
  -webkit-transform: translateY(-7px);
  -ms-transform: translateY(-7px);
  transform: translateY(-7px);
}