@charset "UTF-8";
/* old styles start */
/*
body {
  background-color: #fff;
}

.main {
  padding-top: 10px;
}

.main::after {
  height: 87px;
}

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

.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-bottom: 10px;
  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-item {
  padding: 15px 0 14px 10px;
  border-bottom: 1px solid #e3e7ed;
  position: relative;
}

.news-item:first-child {
  padding-top: 2px;
}

.news-item:first-child::before {
  content: "·";
  position: absolute;
  left: 0;
  top: 30%;
}

.news-item::before {
  content: "·";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.news-item a {
  display: inline-block;
  width: 100%;
}

.news-item .title {
  float: left;
  max-width: 980px;
  font-size: 14px;
  color: #414a5f;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.news-item .date {
  float: right;
  font-size: 14px;
  color: #9fa3a9;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
*/
/* old styles end */

/* new style start */
html {
  background-color: #f4f5f9;
}

body {
  background-color: #fff;
}

.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;*/
  padding: 15px 30px 15px 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;
}

.search-header {
  border-bottom: none;
}

.search-header .search-box {
  background-color: #fff;
}

.main {
  /* padding-top: 10px; */
  /* background-color: #f4f6f9; */
  margin-bottom: 0;
  padding-top: 108px;
}

.main::after {
  /* height: 87px; */
  height: 20px;
}

.zhaopin-breadcrumb {
  margin-bottom: 10px;
  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-tabbar {
  font-size: 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #e3e7ed;
  position: relative;
}

.news-tabbar.compact-tabbar {
  height: 54px;
  overflow: hidden;
}

.new-tabbar-tab {
  display: inline-block;
  margin-top: 15px;
  margin-right: 80px;
  font-size: 16px;
  font-weight: 500;
  color: #414a5f;
  cursor: pointer;
}

.new-tabbar-tab:hover {
  color: #248eff;
}

.new-tabbar-tab--active {
  color: #248eff;
}

.new-tabbar-tab.more-tab {
  display: inline-block;
  margin: 0;
  padding-right: 22px;
  position: absolute;
  top: 15px;
  right: 0;
  user-select: none;
}

.new-tabbar-tab.more-tab:hover {
  color: #414a5f;
}

.new-tabbar-tab.more-tab::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);
}

.news-tabbar.compact-tabbar .new-tabbar-tab.more-tab::after {
  transform: rotate(0deg);
}

/* .new-tabbar-tab + .new-tabbar-tab {
  margin-left: 80px;
} */

.no-more-news {
  padding: 220px 0 220px;
  font-size: 18px;
  text-align: center;
  color: #999;
}

.news-list {
  margin-top: 30px;
  padding: 15px 30px 30px;
  background-color: #fff;
}

.news-item {
  padding: 30px 0;
  border-bottom: 1px solid #e3e7ed;
  position: relative;
}

.news-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.news-item:hover a,
.news-item:hover .title,
.news-item:hover .desc {
  color: #248eff;
}

.news-item a {
  display: inline-block;
  width: 100%;
}

.news-item a:hover, .news-item a:active {
  color: initial;
}

.news-item .cover {
  float: left;
  width: 200px;
  height: 149px;
  margin-right: 20px;
  overflow: hidden;
  background-color: #f4f5f9;
}

.news-item .cover img {
  width: 100%;
  overflow: hidden;
}

.news-item .info {
  /* max-width: 910px; */
  /* float: left; */
}

.news-item .info-top {
  width: 100%;
}

.news-item .title {
  float: left;
  max-width: 70%;
  font-size: 18px;
  font-weight: 600;
  color: #414a5f;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.news-item .desc {
  margin-top: 20px;
  font-size: 14px;
  color: #414a5f;
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news-item .date {
  /* margin-top: 44px; */
  float: right;
  max-width: 25%;
  margin-top: 4.5px;
  font-size: 14px;
  /* color: #9fa3a9; */
  color: #ccc;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/* new style end */

/* 新样式 200109 start */
.friend-links { 
  display: none;
}

.footer.complex {
  border-top: 1px solid #eef0f5;
  background-color: #f7f9fc;
}

.news-list-main .news-category-list {
  width: 160px;
  padding: 0 10px;
  background-color: #fff;
  /* border: 1px solid #e3e7ed; */
  /* border-right: 1px solid #e3e7ed; */
}

.news-list-main .news-list-detail {
  width: 1040px;
  padding: 17px 20px 100px;
  /* height: 400px; */
  font-size: 16px;
  color: #414a5f;
  background-color: #fff;
  border: 1px solid #e3e7ed;
  /* border-left: 0; */
  /* display: none; */
  position: relative;
}

.news-list-main .news-list-detail > div, .news-list-main .news-list-detail p, .news-list-main .news-list-detail section, .news-list-main .news-list-detail img {
  width: 100%;
}

.news-list-main .news-category-item {
  height: 55px;
  line-height: 55px;
  font-size: 14px;
  color: #414a5f;
  text-align: center;
  position: relative;
}

.news-list-main .news-category-item>a {
  display: inline-block;
  height: 100%;
  cursor: pointer;
}

.news-list-main .news-category-item span {
  display: inline-block;
}

.news-list-main .news-category-item + .news-category-item {
  border-top: 1px solid #eef0f5;
}

.news-list-main .news-category-item.curr,
.news-list-main .news-category-item.curr a,
.news-list-main .news-category-item.curr span {
  font-size: 16px;
  font-weight: bold;
  color: #248eff;
}

.news-list-main .news-category-item.curr .category-more-icon {
  background-image: url("https://www.vyuan8.com/vyuan_zhaopin_pc/public/static/images/zhaopin_about_us_contact_more_icon_selected@3x.png");
}

.news-list-main .category-more-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 6px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 14px;
  background-image: url("https://www.vyuan8.com/vyuan_zhaopin_pc/public/static/images/zhaopin_about_us_contact_more_icon@3x.png");
  vertical-align: sub;
}

#newsListPagination {
  width: 100%;
  padding: 0 20px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 100;
}

#newsListPagination .layui-laypage {
  width: 100%;
  margin-top: 0;
  padding-top: 24px;
  border-top: 1px solid #eef0f5;
}

#newsListPagination .layui-laypage a {
  color: #414a5f !important;
  border: none;
}

#newsListPagination .layui-laypage a:hover {
  color: #248eff;
}

#newsListPagination .layui-laypage .layui-laypage-prev.layui-disabled {
  color: #d3d3d3 !important;
}

#newsListPagination .layui-laypage .layui-laypage-spr {
  border: none;
}

#newsListPagination .layui-laypage .layui-laypage-skip {
  color: #9fa3a9;
}

#newsListPagination .layui-laypage button {
  color: #fff;
  background-color: #248eff;
  border: none;
}

#newsListPagination .layui-laypage-count {
  margin-right: 90px;
}

#newsListPagination .layui-laypage-skip {
  float: right;
}

#newsListPagination .layui-laypage input:focus, #newsListPagination .layui-laypage select:focus {
  border-color: #248eff !important;
}
/* 新样式 200109 end */