body {
  background-color: #fff;
}

.main {
  padding-bottom: 60px;
}

.footer.simplify {
  background-color: #f4f6f9;
}

.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;
}

.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;
}

.search-header .wechat-qrcode div {
  display: block;
  margin: 0 auto;
  padding: 2px;
  width: 50px;
  height: 54px;
  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;
  overflow: hidden;
}

.search-header .wechat-qrcode span {
  margin-top: 6px;
  display: inline-block;
  font-size: .833333em;
  color: #414a5f;
}

.zhaopin-breadcrumb {
  margin-top: 30px;
  margin-bottom: 20px;
  padding: 8px 0;
  font-size: 0;
}

.zhaopin-breadcrumb > li {
  display: inline-block;
  font-size: 14px;
}

.zhaopin-breadcrumb > li a {
  font-size: 14px;
  color: #9fa3a9;
}

.zhaopin-breadcrumb > li + li::before {
  padding: 0 5px;
  font-size: 14px;
  color: #ccc;
  content: ">>";
}

.zhaopin-breadcrumb > .active {
  color: #9fa3a9;
}

.news-main {
  /* margin-top: 68px; */
  margin-top: 0;
  padding: 28px 20px;
  border: 1px solid #eef0f5;
  border-radius: 6px;
}

.news-main .news-header {
  padding-bottom: 8px;
  border-bottom: 1px solid #EEF0F5;
}

.news-main .news-content {
  padding-top: 22px;
  font-size: 14px;
  color: #414a5f;
}

.news-main h2 {
  margin-bottom: 18px;
  font-size: 20px;
  color: #414a5f;
  text-align: center;
}

.news-main .source {
  font-size: 14px;
  color: #9fa3a9;
}

.news-main .info {
  font-size: 0;
}

.news-main .info span {
  display: inline-block;
  font-size: 14px;
  color: #9fa3a9;
}

.news-main .info span + span {
  margin-left: 20px;
}