.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 7px;
}

.swiper-pagination-bullet {
  background: #fff;
  opacity: .7;
  border-radius: 4px;
  -webkit-transition: width .6s;
  transition: width .6s;
}

.swiper-pagination-bullet-active {
  width: 16px;
  background: #fff;
  opacity: 1;
}

.fixed-topbar {
  width: 100%;
  padding: 18px 0;
  background-color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  -webkit-box-shadow: 0px 2px 20px 0px rgba(170, 173, 191, 0.5);
  box-shadow: 0px 2px 20px 0px rgba(170, 173, 191, 0.5);
  display: none;
}

.fixed-topbar .fixed-logo {
  float: left;
  width: 162px;
  height: 62px;
}

.fixed-topbar .fixed-logo img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.fixed-topbar .search-box {
  float: right;
  width: 607px;
  margin: 4px 100px 0 0;
  padding: 13px 30px 14px 47px;
  border: 2px solid #248eff;
  border-right: none;
  border-radius: 10px 0 0 10px;
  position: relative;
}

.fixed-topbar .search-box::after {
  content: "";
  width: 26px;
  height: 26px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px;
  background-image: url("../images/zhaopin_search_icon@3x.png");
  position: absolute;
  top: 12px;
  left: 14px;
}

.fixed-topbar input[type="search"] {
  width: 100%;
  font-size: 18px;
  color: #414a5f;
  border: none;
  outline: none;
  caret-color: #248eff;
}

.fixed-topbar input[type="search"]:-moz-placeholder {
  font-size: 18px;
  color: #9fa3a9;
  text-align: left;
}

.fixed-topbar input[type="search"]:-ms-input-placeholder {
  font-size: 18px;
  color: #9fa3a9;
  text-align: left;
}

.fixed-topbar input[type="search"]::-webkit-input-placeholder {
  font-size: 18px;
  color: #9fa3a9;
  text-align: left;
}

.fixed-topbar .search-btn {
  width: 100px;
  font-size: 18px;
  color: #fff;
  height: 56px;
  line-height: 56px;
  text-align: center;
  background-color: #248eff;
  border: 2px solid #248eff;
  border-radius: 0 10px 10px 0;
  border: none;
  outline: none;
  position: absolute;
  right: -100px;
  top: -2px;
  z-index: 100;
}

.fixed-topbar .post-btns {
  float: right;
  margin: 4px 0 0 40px;
  font-size: 0;
  vertical-align: top;
}

.fixed-topbar .post-btns .post-btn {
  display: inline-block;
  padding: 0 21px;
  font-size: 18px;
  font-weight: bold;
  color: #248eff;
  height: 54px;
  line-height: 54px;
  text-align: center;
  border: 1px solid #248eff;
}

.fixed-topbar .post-btns .post-btn.recruit-btn {
  padding: 0 22px 0 21px;
  border-right: none;
  border-radius: 10px 0 0 10px;
}

.fixed-topbar .post-btns .post-btn.resume-btn {
  border-radius: 0 10px 10px 0;
}

.nav {
  -webkit-animation-duration: .6s;
  animation-duration: .6s;
}

body {
  height: unset;
}

.search-header {
  padding: 108px 0 17px;
  border-bottom: 1px solid rgba(238, 240, 245, 0.6);
}

.search-header .search-box {
  width: 700px;
  margin-right: 100px;
  padding: 13px 30px 14px 47px;
  background-color: #fff;
  border: 2px solid #248eff;
  border-right: none;
  border-radius: 10px 0 0 10px;
  position: relative;
}

.search-header .search-box::after {
  content: "";
  width: 26px;
  height: 26px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px;
  background-image: url("../images/zhaopin_search_icon@3x.png");
  position: absolute;
  top: 12px;
  left: 14px;
}

.search-header input[type="search"] {
  width: 100%;
  font-size: 18px;
  color: #414a5f;
  border: none;
  outline: none;
  caret-color: #248eff;
}

.search-header input[type="search"]:-moz-placeholder {
  font-size: 18px;
  color: #9fa3a9;
  text-align: left;
}

.search-header input[type="search"]:-ms-input-placeholder {
  font-size: 18px;
  color: #9fa3a9;
  text-align: left;
}

.search-header input[type="search"]::-webkit-input-placeholder {
  font-size: 18px;
  color: #9fa3a9;
  text-align: left;
}

.search-header .search-btn {
  width: 100px;
  font-size: 18px;
  color: #fff;
  height: 56px;
  line-height: 56px;
  text-align: center;
  background-color: #248eff;
  border: 2px solid #248eff;
  border-radius: 0 10px 10px 0;
  border: none;
  outline: none;
  position: absolute;
  right: -100px;
  top: -2px;
  z-index: 100;
}

.search-header .hot-search {
  margin-top: 8px;
  max-width: 835px;
  overflow: hidden;
}

.search-header .hot-search span {
  color: #9fa3a9;
  font-size: 12px;
}

.search-header .hot-search .hot-search-item {
  display: inline-block;
  font-size: 12px;
  color: #248eff;
}

.search-header .hot-search .hot-search-item + .hot-search-item {
  margin-left: 10px;
}

.search-header .post-btns {
  display: inline-block;
  margin-right: 50px;
  font-size: 0;
  vertical-align: top;
}

.search-header .post-btns .post-btn {
  display: inline-block;
  padding: 0 21px;
  font-size: 18px;
  font-weight: bold;
  color: #248eff;
  height: 54px;
  line-height: 54px;
  text-align: center;
  border: 1px solid #248eff;
}

.search-header .post-btns .post-btn.recruit-btn {
  padding: 0 22px 0 21px;
  border-right: none;
  border-radius: 10px 0 0 10px;
}

.search-header .post-btns .post-btn.resume-btn {
  border-radius: 0 10px 10px 0;
}

.search-header .wechat-qrcode {
  display: inline-block;
  font-size: 12px;
  position: relative;
}

.search-header .wechat-qrcode wechat-img {
  display: block;
  margin: 0 auto;
  padding: 2px;
  /* width: 50px;
  height: 54px; */
  width: 66px;
  height: 68px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/zhaopin_search_header_qrcode_bg@3x.png");
  position: relative;
}

.search-header .wechat-qrcode img {
  /* width: 45px;
  height: 45px; */
  width: 60px;
  height: 60px;
  overflow: hidden;
}

.search-header .wechat-qrcode span {
  margin-top: 6px;
  display: inline-block;
  font-size: .833333em;
  color: #414a5f;
}

.search-header {
  border-bottom: none;
}

.main {
  /* margin-bottom: -556px; */
  padding-top: 11px;
  overflow: hidden;
}

/* .main::after {
  height: 556px;
} */

.industry-section {
  margin-bottom: 21px;
  padding: 17px 20px 2px;
  font-size: 0;
  background-color: #fff;
  border: 1px solid #eef0f5;
  border-radius: 6px;
}

.industry-section .industry-item {
  display: inline-block;
  /* margin-right: 46px; */
  margin-bottom: 9px;
  padding: 1px 8px;
  font-size: 14px;
  color: #414a5f;
  /* min-width: 98px; */
  width: 144px;
}

/* .industry-section .industry-item:nth-of-type(10n) {
  margin-right: 46px;
} */

.industry-section .industry-item:hover {
  color: #fff;
  background-color: #248eff;
  border-radius: 2px;
}

.banner {
  float: left;
  width: 810px;
  height: 328px;
  border-radius: 6px;
}

.banner-item {
  width: 810px;
  height: 328px;
}

.banner-item img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.login {
  float: right;
  width: 371px;
}

.login-box {
  width: 100%;
  border-radius: 6px;
  background-color: #fff;
  border: 1px solid #eef0f5;
}

.login-box.account,.login-box.sms {
  padding: 36px 40px 30px;
  position: relative;
}

.login-box.account .login-tips,.login-box.sms .login-tips {
  width: 78px;
  height: 78px;
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 52px 52px;
  background-image: url("../images/zhaopin_home_login_qrcode@3x.png");
  position: absolute;
  top: 3px;
  right: 4px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.login-box.account .login-tips span,.login-box.sms .login-tips span {
  display: inline-block;
  width: 103px;
  padding: 0 6px 0 0;
  font-size: 11px;
  color: #ff6c00;
  height: 24px;
  line-height: 24px;
  text-align: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("../images/zhaopin_login_tips_bg@3x.png");
  position: absolute;
  top: 0;
  left: -80px;
}
#rechangeImg{
    position: relative;
}
#rechangeImg img{
    position: absolute;
    top: 4px;
    right: 4px;
    cursor: pointer;
}
#sms-login{
    display: none;
}
#sms-login .login_btn{
    display: flex;
    justify-content: space-between;
    align-items: center; 
    margin-top: 10px;
}
#sms-login .login_btn a{
    color: #248eff;
}
#getSms{
    float: right;
    font-size: 12px;
    line-height: 21px;
    color: #fd5d38;
    background: transparent;
}
#getSms[disabled="disabled"]{
    color: #ccc;
    cursor: not-allowed;
}
.register-card{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}
.register-card a{
    font-size: 12px;
    color: #248eff;
}
.login-icon.imgcode {
    width: 18px;
    height: 19px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url("../images/zhaopin_verify.png");
    top: 11px;
}
.login-box.qrcode {
  padding-top: 36px;
  height: 328px;
  position: relative;
  display: none;
}

.login-box.qrcode .qrcode-item {
  margin-top: 30px;
  margin-bottom: 30px;
}

.login-box.qrcode .qrcode-item .code {
  width: 140px;
  height: 140px;
  margin: 0 auto;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.login-box.qrcode .qrcode-item .code img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.login-box.qrcode .qrcode-item .qrcode-tips {
  margin-top: 11px;
  font-size: 14px;
  color: #414a5f;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.login-box.qrcode .login-tips {
  width: 78px;
  height: 78px;
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 52px 52px;
  background-image: url("../images/zhaopin_home_login_account@3x.png");
  position: absolute;
  top: 3px;
  right: 4px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.login-box.qrcode .login-tips span {
  display: inline-block;
  width: 103px;
  padding: 0 6px 0 0;
  font-size: 11px;
  color: #ff6c00;
  height: 24px;
  line-height: 24px;
  text-align: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("../images/zhaopin_login_tips_bg@3x.png");
  position: absolute;
  top: 0;
  left: -80px;
}

.login-box.user-info {
  padding: 20px 20px 18px;
  height: 328px;
  display: none;
}

.login-box.user-info .user-avatar {
  width: 40px;
  height: 40px;
  margin: 0 auto;
}

.login-box.user-info .user-avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
}

.login-box.user-info .user-name {
  margin-top: 5px;
  font-size: 16px;
  text-align: center;
}

.login-box.user-info .user-job-info {
  padding: 0 44px;
}

.login-box.user-info .job-info-item {
  float: left;
  margin-top: 34px;
  text-align: center;
}

.login-box.user-info .job-info-item + .job-info-item {
  float: right;
}

.login-box.user-info .job-info-item span {
  display: block;
}

.login-box.user-info .job-info-item .job-num {
  font-size: 24px;
  font-family: AlibabaSans-Regular;
  color: #248eff;
}

.login-box.user-info .job-info-item .job-text {
  font-size: 14px;
  color: #414a5f;
}

.login-box.user-info .user-btn-group {
  margin-top: 20px;
}

.login-box.user-info .user-btn {
  display: block;
  width: 100%;
  height: 34px;
  line-height: 34px;
  text-align: center;
  font-size: 14px;
  border-radius: 4px;
}

.login-box.user-info .user-btn.edit-resume-btn {
  color: #248eff;
  border: 1px solid #248eff;
}

.login-box.user-info .user-btn.enter-profile {
  margin-top: 10px;
  color: #fff;
  background-color: #248eff;
}

.login-box.user-info .user-tips {
  color: #9fa3a9;
}

.login-box.company-info {
  padding: 29px 20px 30px;
  height: 328px;
  display: none;
}

.login-box.company-info .company-base-info {
  font-size: 14px;
  color: #414a5f;
}

.login-box.company-info .company-logout {
  float: right;
}

.login-box.company-info .company-job-info {
  margin-top: 34px;
  padding: 0 45px;
}

.login-box.company-info .job-info-item {
  float: left;
}

.login-box.company-info .job-info-item + .job-info-item {
  float: right;
}

.login-box.company-info .job-info-item .job-info-icon {
  display: block;
  width: 38px;
  height: 38px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: contain;
}

.login-box.company-info .job-info-item .job-info-icon.post-job {
  background-image: url(../images/zhaopin_home_company_login_post_job@3x.png);
}

.login-box.company-info .job-info-item .job-info-icon.check-resume {
  background-image: url(../images/zhaopin_home_company_login_check_resume@3x.png);
}

.login-box.company-info .job-info-item .job-num {
  display: block;
  font-size: 24px;
  font-family: AlibabaSans-Regular;
  color: #248eff;
  text-align: center;
}

.login-box.company-info .job-info-item .job-text {
  display: inline-block;
  margin-top: 8px;
  font-size: 14px;
  color: #414a5f;
}

.login-box.company-info .enter-company-btn {
  width: 100%;
  margin-top: 20px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background-color: #248eff;
  border-radius: 4px;
}

.login-box .login-title {
  margin-bottom: 26px;
  font-size: 18px;
  font-weight: bold;
  color: #414a5f;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.login-box .login-item {
  padding: 9px 10px 9px 34px;
  position: relative;
  border: 1px solid #e3e7ed;
  border-radius: 4px;
}

.login-box .login-item + .login-item {
  margin-top: 10px;
}

.login-box .login-item.on-focus {
  border-color: #248eff;
}

.login-box input[type="text"],
.login-box input[type="password"] {
  font-size: 14px;
  color: #414a5f;
  caret-color: #248eff;
}

.login-box input[type="text"]:-moz-placeholder,
.login-box input[type="password"]:-moz-placeholder {
  font-size: 14px;
  color: #9fa3a9;
  text-align: left;
}

.login-box input[type="text"]:-ms-input-placeholder,
.login-box input[type="password"]:-ms-input-placeholder {
  font-size: 14px;
  color: #9fa3a9;
  text-align: left;
}

.login-box input[type="text"]::-webkit-input-placeholder,
.login-box input[type="password"]::-webkit-input-placeholder {
  font-size: 14px;
  color: #9fa3a9;
  text-align: left;
}

.login-box .verify-code-login {
  margin-top: 8px;
  text-align: right;
  font-size: 11px;
  color: #ff6c00;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.login-box .verify-code-login span {
  cursor: pointer;
}

.login-box .login-btn {
  margin-top: 16px;
  font-size: 16px;
  color: #fff;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: rgba(159, 163, 169, 0.5);
  border-radius: 4px;
  white-space: nowrap;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.login-box .login-btn.logined {
  background-color: #248eff;
  color: #fff;
  cursor: pointer;
}

.login-box .account-tips {
  margin-top: 18px;
  font-size: 14px;
  color: #414a5f;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.login-box .account-tips a {
  color: #248eff;
}

.login-icon {
  position: absolute;
  left: 8px;
}

.login-icon.account {
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("../images/zhaopin_home_login_account_icon@3x.png");
  top: 11px;
}
.login-icon.phone {
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    top: 11px;
    background-image: url("../images/zhaopin_pc_detail_phone@3x.png");
}

.login-icon.pwd {
  width: 18px;
  height: 19px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("../images/zhaopin_home_login_pwd_icon@3x.png");
  top: 11px;
}

.home-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-top: 2px;
  margin-right: 7px;
  vertical-align: top;
}

.home-icon.recommend {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  background-image: url("../images/zhaopin_home_recommend_icon@3x.png");
}

.home-icon.urgent-job {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  background-image: url("../images/zhaopin_home_urgent_icon@3x.png");
}

.home-icon.latest-job {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  background-image: url("../images/zhaopin_home_latest_icon@3x.png");
}

.home-icon.news-info {
  height: 25px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  background-image: url("../images/zhaopin_home_news_icon@3x.png");
}

.home-section .title {
  margin-bottom: 14px;
  font-size: 22px;
  color: #414a5f;
}

.home-section .content {
  font-size: 0;
}

/* .home-section .section-more {
  display: inline-block;
  margin-left: 15px;
  padding-right: 14px;
  font-size: 14px;
  color: #6f727b;
  position: relative;
}

.home-section .section-more::after {
  position: absolute;
  content: "";
  width: 11px;
  height: 12px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url("../images/zhaopin_home_more_icon@3x.png");
  right: 0;
  top: 50%;
  margin-top: -6px;
} */

.company-recommend-section {
  margin-top: 27px;
  margin-bottom: 30px;
}

.company-recommend-section .content {
  padding: 16px 19px 2px;
  background-color: #fff;
  border: 1px solid #eef0f5;
  border-radius: 4px;
}

.company-recommend-section .recommend-item {
  display: inline-block;
  width: 20%;
  margin-bottom: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.company-recommend-section .recommend-item > a {
  font-size: 14px;
  color: #414a5f;
}

.company-recommend-section .recommend-item > a:hover {
  color: #248eff;
}

.company-recommend-section--compact--js-on .recommend-wrapper {
  height: 340px;
  overflow: hidden;
}

.company-recommend-section--compact--js-off {
  height: auto;
}

.company-recommend-section--compact .content {
  padding-bottom: 64px;
  position: relative;
}

.company-recommend-section--compact .more-recommend {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}

.company-recommend-section--compact .more-recommend::before {
  content: "";
  width: 97%;
  height: 1px;
  background-color: #eef0f5;
  position: absolute;
  left: 1.5%;
  top: 0;
  z-index: 100;
}

.company-recommend-section--compact .more-recommend-btn {
  width: 329px;
  margin: 12px auto;
  font-size: 14px;
  color: #fff;
  background-color: #248eff;
  border-radius: 4px;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

.ad-section {
  margin: 30px 0 16px;
  font-size: 0;
}

.ad-section .ad-item {
  display: inline-block;
  margin: 0 22px 15px 0;
}

.ad-section .ad-item img {
  width: 232px;
  height: 92px;
  overflow: hidden;
}

.ad-section .ad-item:nth-of-type(5n) {
  margin-right: 0;
}

.urgent-job-section {
  margin-bottom: 26px;
}

.urgent-job-section li {
  display: inline-block;
  width: 410px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.urgent-job-section li:nth-of-type(3n) {
  margin-right: 0;
}

.urgent-job-section .urgent-job-item {
  padding: 17px 20px;
  background-color: #fff;
  border: 1px solid #eef0f5;
  border-radius: 4px;
}

.urgent-job-section .urgent-job-item:hover {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(170, 173, 191, 0.32);
  box-shadow: 0px 0px 10px 0px rgba(170, 173, 191, 0.32);
}

.urgent-job-section .urgent-job-item .job-name {
  float: left;
  font-size: 14px;
  font-weight: bold;
  color: #414a5f;
}

.urgent-job-section .urgent-job-item .company-name {
  float: right;
  max-width: 50%;
  font-size: 14px;
  color: #414a5f;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.urgent-job-section .urgent-job-item .sub-info {
  margin-top: 4px;
}

.urgent-job-section .urgent-job-item .salary {
  float: left;
  font-size: 16px;
  font-weight: bold;
  color: #f64444;
}

.urgent-job-section .urgent-job-item .location {
  float: right;
  width: 60%;
  font-size: 14px;
  color: #9fa3a9;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: right;
}

.latest-job-section {
  margin-bottom: 26px;
}

.latest-job-table {
  background-color: #fff;
  border-radius: 4px;
}

.latest-job-table .job-table-head {
  border-bottom: 1px solid #eef0f5;
}

.latest-job-table .job-table-head .table-row .job-name,
.latest-job-table .job-table-head .table-row .company-name,
.latest-job-table .job-table-head .table-row .verify,
.latest-job-table .job-table-head .table-row .location,
.latest-job-table .job-table-head .table-row .salary,
.latest-job-table .job-table-head .table-row .time {
  font-size: 14px;
  font-weight: normal;
  color: #9fa3a9;
}

.latest-job-table .job-table-head .table-row:hover {
  background-color: #fff;
}

.latest-job-table .job-table-head .table-row:hover .job-name,
.latest-job-table .job-table-head .table-row:hover .company-name,
.latest-job-table .job-table-head .table-row:hover .verify,
.latest-job-table .job-table-head .table-row:hover .location,
.latest-job-table .job-table-head .table-row:hover .salary,
.latest-job-table .job-table-head .table-row:hover .time {
  color: #9fa3a9;
}

.latest-job-table .table-row {
  padding: 14px 20px;
}

.latest-job-table .table-row:hover {
  background-color: rgba(244, 246, 249, 0.5);
}

.latest-job-table .table-row:hover .job-name,
.latest-job-table .table-row:hover .company-name,
.latest-job-table .table-row:hover .verify,
.latest-job-table .table-row:hover .location,
.latest-job-table .table-row:hover .time {
  color: #248eff;
}

.latest-job-table .table-row a {
  display: block;
}

.latest-job-table .table-row span {
  display: inline-block;
  font-size: 14px;
  color: #6f727b;
}

.latest-job-table .table-row .job-name {
  width: 18.534483%;
  font-weight: bold;
  color: #414a5f;
}

.latest-job-table .table-row .company-name {
  width: 28.534483%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-transform: translatey(5px);
  transform: translatey(5px);
}

.latest-job-table .table-row .verify {
  width: 12.758621%;
}

.latest-job-table .table-row .location {
  width: 15.689655%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-transform: translatey(5px);
  transform: translatey(5px);
}

.latest-job-table .table-row .salary {
  width: 13.965517%;
  font-size: 16px;
  font-weight: bold;
  color: #f64444;
}

.latest-job-table .table-row .time {
  width: 10.517241%;
  text-align: right;
}

.latest-job-table .table-row + .table-row {
  border-top: 1px solid #eef0f5;
}

.news-info-item {
  padding: 0 20px 0 10px;
  height: 36px;
  position: relative;
}

.news-info-item:hover {
  background-color: rgba(244, 246, 249, 0.5);
}

.news-info-item:hover .news-title {
  color: #248eff;
}

.news-info-item + .news-info-item .news-info-wrapper {
  border-top: 1px solid #eef0f5;
}

.news-info-item .news-info-wrapper {
  padding: 8px 0 8px 20px;
  position: relative;
  padding-left: 0;
}

.news-info-item .news-info-wrapper::before {
  /*content: "#";*/
  font-size: 16px;
  font-weight: bolder;
  font-style: italic;
  color: #414a5f;
  position: absolute;
  left: 0;
  top: 7px;
}

.news-info-item .news-title {
  float: left;
  max-width: 80%;
  font-size: 14px;
  color: #414a5f;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.news-info-item .news-date {
  float: right;
  font-size: 14px;
  color: #9fa3a9;
}

.news-section {
  margin-bottom: 38px;
}

.news-item {
  float: left;
  width: 590px;
  min-height: 182px;
  max-height: 182px;
  background-color: #fff;
  border: 1px solid #eef0f5;
  border-radius: 4px;
  position: relative;
}

.news-item dt {
  width: 56px;
  height: 100%;
  padding: 18px 17px;
  font-size: 16px;
  color: #414a5f;
  background-color: rgba(36, 142, 255, 0.08);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* position: absolute;
  top: 0;
  left: 0; */
  float: left;
  vertical-align: middle;
  text-align: center;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-writing-mode: tb-rl;
  writing-mode: tb-rl;
}

.news-item dd {
  float: right;
  width: 532px;
  font-size: 14px;
}

.news-item:nth-of-type(2n) {
  float: right;
}

.news-item:nth-of-type(n+3) {
  margin-top: 20px;
}

.friend-links {
  margin-bottom: 28px;
}

.friend-links.compact-links .links-content {
  height: 17px;
  overflow: hidden;
}

.friend-links.compact-links .more-friend-link-icon {
  transform: rotate(0deg);
}

.friend-links.compact-links .friend-link-item.more-link-item::after {
  transform: rotate(0deg);
}

.friend-links .friend-links-wrapper {
  padding-left: 80px;
  position: relative;
}

.friend-links .links-title {
  font-size: 14px;
  font-weight: bold;
  color: #414a5f;
  position: absolute;
  left: 0;
  top: 0;
}

.friend-links .links-content {
  position: relative;
  padding-right: 40px;
}

.friend-links .friend-link-item {
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 15px;
  font-size: 12px;
  color: #6f727b;
}

.friend-links .friend-link-item:hover {
  color: #248eff;
}

.friend-links .friend-link-item.more-link-item {
  display: inline-block;
  margin: 2px 0 0 0;
  padding-right: 22px;
  position: absolute;
  top: 0;
  right: 0;
}

.friend-links .friend-link-item.more-link-item:hover {
  color: #6f727b;
}

.friend-links .friend-link-item.more-link-item::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 7px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("../images/zhaopin_more_down_arrow_icon@3x.png");
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -3.5px;
  transition: all .6s;
  transform: rotate(180deg);
}

.friend-links .more-friend-link-icon {
  display: inline-block;
  width: 12px;
  height: 7px;
  margin-left: 2px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("../images/zhaopin_more_down_arrow_icon@3x.png");
  vertical-align: middle;
  transition: all .6s;
  transform: rotate(180deg);
}

.news{
  float: left;
  width: 47.5%;
  font-size: 16px;
  /* margin-bottom: 20px; */
  padding: 16px 0 18px;
}

.news:nth-of-type(n+3) {
  padding-bottom: 20px;
}

.news:nth-of-type(odd) {
  margin-right:2.5%;
  padding-left: 14px;
}

.news:nth-of-type(even) {
  margin-left: 2.5%;
}

.news + .news {
  border-top: .5px solid #eef0f5;
}

.news .news-title {
  margin-bottom: 14px;
  color: #414A5F;
}
.news-cate{
  margin-right: 18px;
  color: #9FA3A9;
}
.news-time{
  margin-left: 20px;
  color: #CCCCCC;
}
.news-fenge{
  color: #EEF0F5;
}
.home-section .zixun{
  margin-bottom: 14px;
}
.news a:hover{
  color: #248EFF;
}
.news-section .content{
  background: white;
  border-radius: 4px;
}
.news-time,.news-cate{
  font-size: 14px;
}

/* 首页横条广告 */
.ad {
  width: 1250px;
  margin: 5px auto;
  position: relative;
  overflow: hidden;
}

.ad::after {
  content: "广告";
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
}

.ad.index-section-ad {
  height: 70px;
}

.ad.index-section-ad img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.more-show{
  width: 100%;
  height: 64px;
  background-color: #fff;
  border-top: .5px solid #eef0f5;
}
.more-show-btn{
  width: 329px;
  margin: 0 auto;
  margin-top: 12px;
  margin-bottom: 12px;
  font-size: 14px;
  color: #fff;
  background-color: #248eff;
  border-radius: 4px;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.more-show-btn a{
  color: #fff;
}