.index-tit {
  margin-top: 80px;
  margin-bottom: 60px;
  height: 80px;
  font-size: 0;
  border-bottom: 1px solid #d6d6d6;
}

.index-tit h2 {
  display: inline-block;
  width: 180px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  color: #ec684c;
  border-bottom: 1px solid #ec684c;
  font-size: 30px;
  text-decoration: none;
  font-weight: normal;
}
.subNavBox {
  width: 100%;
}
.subNav {
  border-bottom: solid 1px #696969;
  cursor: pointer;
  font-size: 24px;
  color: #696969;
  height: 50px;
  line-height: 50px;
  padding: 15px 0;
  background: url(/imgs/right.png) no-repeat center right;
}
.subNav:hover {
  color: #696969;
}
.currentDd {
  color: #696969;
}
.currentDt {
  border-bottom: solid 1px #ffffff;
  background: url(/imgs/down.png) no-repeat center right;
}
.navContent {
  display: none;
  border: solid 1px #696969;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 25px 55px 25px 55px;
  position: relative;
}
.job-tit {
  padding: 0px 50px;
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  border-left: 1px solid #ec684c;
}
.job-tit span {
  display: block;
  float: left;
  padding-right: 50px;
}
.job-tit span.first {
  width: 200px;
  padding-right: 0px;
}
.job-tit span.last {
  float: right;
  color: #ec684c;
  padding-right: 20px;
}
.navContent h3 {
  font-size: 20px;
  color: #696969;
  padding: 25px 0 15px;
  font-weight: normal;
}
.navContent p {
  color: #666666;
  font-size: 20px;
  padding-bottom: 3px;
}
.jobs-up {
  position: absolute;
  top: -33px;
  left: 69px;
  z-index: 9;
}