.textEellipsis {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.clearF:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.userSelect {
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
}
.totalIconCss {
  font-family: "iconfont" !important;
  font-size: 12px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.current-location {
  margin-top: 34px;
  font-size: 12px;
  color: #8D97A5;
}
.current-location a {
  color: #8D97A5;
}
.current-location a:hover {
  text-decoration: underline;
}
.current-location a:last-child {
  text-decoration: none;
  cursor: default;
}
.the-head {
  z-index: auto;
}
.join-us-banner {
  background: url("../images/about-us/join-us-bg.png") no-repeat center;
  height: 400px;
}
.jobs-box {
  margin-top: -50px;
  position: relative;
}
.jobs-box .jobs-content {
  width: 1080px;
  margin: 0 auto;
}
.jobs-box .jobs-content .job-item {
  margin-bottom: 1px;
}
.jobs-box .jobs-title {
  height: 50px;
  line-height: 50px;
  background: #fff;
  box-sizing: border-box;
}
.jobs-box .jobs-title dd {
  font-family: 'Microsoft YaHei';
  display: inline-block;
  font-size: 14px;
  position: relative;
  width: 24%;
  text-align: center;
  font-weight: 600;
}
.jobs-box .jobs-title dd:first-child:before {
  display: none;
}
.jobs-box .jobs-title dd:before {
  display: block;
  content: '';
  height: 50%;
  border-left: 1px solid #E3E5E9;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  transform: translateY(-50%);
}
.jobs-box .post {
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  background: #F1F2F4;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.jobs-box .post:hover {
  background: #8D97A5;
}
.jobs-box .post:hover dd {
  color: #fff;
}
.jobs-box .post dd {
  display: inline-block;
  text-align: center;
  width: 24%;
}
.jobs-box .active .post {
  background: #8D97A5;
}
.jobs-box .active dd {
  color: #fff;
}
.jobs-box .job-des {
  padding: 35px 60px;
  background: #fff;
  display: none;
  border: 1px solid #E3E5E9;
  margin-top: 1px;
}
.jobs-box .job-des .rules {
  font-weight: 600;
  font-size: 14px;
}
.jobs-box .job-des .des-title {
  margin-top: 15px;
  font-size: 14px;
  font-weight: 600;
}
.jobs-box .job-des .rules-des {
  margin-top: 10px;
  line-height: 25px;
  font-size: 14px;
}
.employees-box {
  background: #fff;
  padding-bottom: 70px;
  box-sizing: border-box;
}
.employees-box .panel-parent .tab-panel {
  margin-top: 30px;
}
.employees-box .panel-parent .tab-panel:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.employees-box .panel-parent .item {
  width: 270px;
  height: 240px;
  border: 1px solid #E3E5E9;
  border-left: 0;
  padding: 35px;
  float: left;
}
.employees-box .panel-parent .item:first-child {
  border-left: 1px solid #E3E5E9;
}
.employees-box .panel-parent .item-top {
  margin-bottom: 20px;
}
.employees-box .panel-parent .item-top .name {
  font-size: 18px;
  vertical-align: middle;
  margin-left: 10px;
}
.employees-box .panel-parent .info-des {
  font-size: 12px;
  line-height: 22px;
}
.employees-box .item-img {
  width: 340px;
  height: 250px;
  float: left;
  margin-left: 30px;
}
.employees-box .item-img img {
  max-width: 100%;
}
.employees-box .item-img:first-child {
  margin-left: 0;
}
/*# sourceMappingURL=join-us.css.map */