main .vis-head .ht-content {
  background-image: url(../img/recruit/career/title-bg@2x.jpg);
}


.jobs-area {
  position: relative;
  padding-top: 28px;
  margin-top: 20px;
  margin-bottom: 60px;
}
.jobs-area:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 80%;
  height: 3px;
  background: #275D91;
}
.jobs-area .n {
  font-size: 22px;
  line-height: 32px;
  text-align: center;
  margin-bottom: 26px;
}
.career-detail .jobs-area .n {
  margin-bottom: 18px;
}
.jobs-area .n2 {
  color: #275D91;
  font-size: 20px;
  margin-bottom: 20px;
}
.item-g1 dl dt, .item-g1 dl dd {
  margin-bottom: 10px;
}
.jobs-area .item-g1 dl {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  main .vis-head .ht-content {
    background-position: 18% 50%;
  }
}