/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/
.header {
  min-width: 1200px;
  overflow: hidden;
}
.header .header-slogan {
  width: 100%;
  height: 53px;
  background: #0178d4;
}
.header .header-slogan .header-box {
  width: 1320px;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /*position: relative;*/
}
.header .header-slogan .header-box .czt-pic {
  width: 221px;
  height: 28px;
}
.header .header-slogan .header-box .mark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header .header-slogan .header-box .mark .xy-pic {
  width: 20px;
  height: 23px;
}
.header .header-slogan .header-box .mark .city-name {
  font-family: PingFang SC;
  font-weight: bold;
  color: #FFF000;
  opacity: 0.8;
}

.header .header-slogan .header-box  .city-name > select:focus {
  outline: none;
}
.header .header-slogan .header-box  .city-name > select {
  background: #0178d4;
  font-weight: bold;
  color: #FFF000;
  border: none;
}
.header .header-slogan .header-box  .city-name > select > option {
  color: black;
  background: #FFFFFF;
}
.header .header-slogan .header-box .classification {
  /*margin-left: 20px;*/
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 600;
  color: #FFFFFF;
  opacity: 1;
  width: 1320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header .header-slogan .header-box .classification > span {
  line-height: 53px;
  /*padding: 0 8px;*/
  cursor: pointer;
  width: 100%;
  text-align: center;
}
.header .header-slogan .header-box .classification > span:hover {
  background: #0C619D;
}
.header .header-slogan .header-box .classification .now {
  background: #0C619D;
}
.header .header-slogan .header-box .operating {
  margin-left: 22px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
  width: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  /*-webkit-box-pack: justify;*/
  /*-ms-flex-pack: justify;*/
  /*justify-content: space-between;*/
}
.header .header-slogan .header-box .operating-btn {
  /*margin-left: 10px;*/
}
.header .header-slogan .header-box .operating-btn button {
  width: 55px;
  height: 25px;
  border: 1px solid #FFFFFF;
  border-radius: 30px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  background: #0178d4;
  margin-left: 5px;
}
.header .header-slogan .header-box .operating-btn span {
  width: 40px;
  height: 20px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  background: #0C619D;
  margin-left: 5px;
  white-space: nowrap;
}
.header .region-selection {
  height: 34px;
}
.header .region-selection .region-information {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  line-height: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header .region-selection .region-information .region-classification {
  font-size: 13px;
  font-weight: 400;
  color: #333;
}
/*.header .region-selection .region-information .region-classification :not(:first-child) {*/
/*  margin-left: 15px;*/
/*}*/
.header .region-selection .region-information .region-classification span {
  background-color: rgba(255,255,255,0.6);
  border-radius: 5px;
  padding: 5px 10px;
  margin-left: 10px;
}
.header .header-search {
  width: 100%;
  height: 128px;
  /*background-color: #fff;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.header .header-search .search-box {
  transform: translateX(-150px);
  margin: 150px auto 0;
}
.header .header-search .search-box .search-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  height: 50px;
}
.header .header-search .search-box .search-block .title {
  color: #0178d4;
  font-size: 38px;
  font-weight: 800;
  margin-right: 60px;
  letter-spacing:5px;
  font-family: Microsoft JhengHei;
}
.header .header-search .search-box .search-block input {
  width: 400px;
  padding: 10px 20px 10px 90px;
  border: 1px solid #0178d4;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  outline: none;
  display: table-cell;
  font-size: 16px;
}
.header .header-search .search-box .search-block button {
  display: table-cell;
  background-color: #0178d4;
  border: 1px solid #0178d4;
  border-left: 0;
  color: #fff;
  width: 115px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header .header-search .search-box .search-block #newSearch {
  width: 19px;
  height: 19px;
}
.header .header-search .search-box .QRcode {
  position: absolute;
  padding: 10px;
  border-radius: 10px;
  background-color: rgba(255,255,255,0.6);
  right: -280px;
  top: -30px;
  border: 1px solid #f4f4f4;
}
.header .header-search .search-box .QRcode img {
  width: 80px;
  height: auto;
  margin: 0 10px;
}
.header .header-search .search-box .QRcode img {
  width: 80px;
  height: auto;
}
.header .header-search .search-box .QRcode span {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #0178d4;
  /*font-weight: 600;*/
  /*text-shadow:-1px 0 white,0 1px white,1px 0 white,0 -1px white;*/
}
.header .header-search .region-information {
  margin-top: 0px;
  font-size: 12px;
  padding: 10px;
  /*border-radius: 5px;*/
  font-family: Microsoft YaHei;
  font-weight: 400;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  width: 323px;
  position: absolute;
  top: 164px;
  transform: translateX(37px);
  z-index: 2;
  border: 1px solid #dbd8d8;
}
.header .header-search .region-information span {
  /*margin-left: 25px;*/
  /*font-size: 14px;*/
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333;
  opacity: 1;
  padding: 8px 5px;
}
.header .header-search .region-information span:hover {
  background-color: #f2f2f2;
}
.header .nav-bar {
  background-color: #0178d4;
  color: #fff;
}
.header .nav-bar nav {
  height: 50px;
  width: 1200px;
  line-height: 50px;
  margin: 0 auto;
}
.header .nav-bar nav span {
  padding: 0 38px;
  display: inline-block;
  letter-spacing: 1px;
  cursor: pointer;
}
.header .nav-bar nav .active {
  background-color: #0675B5;
}
.bottom-two {
  width: 100%;
  height: 40px;
  background: #8a99af;
  opacity: 1;
}
.bottom-two .content {
  line-height: 40px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  width: 1200px;
}
.bottom-two .content .line {
  width: 2px;
  height: 16px;
  background: #fff;
}
.bottom-two .content .bottom-two-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.bottom-two .content .bottom-two-content div:last-child {
  margin-left: 5px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 10px solid #FFBE00;
}
.bottom-box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 30px;
  width: 100%;
  height: 155px;
  background: #0178d4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.bottom-box img {
  width: 56px;
  height: 68px;
  margin-right: 30px;
}
.bottom-box .find-wrong-img img {
  width: 100px;
  height: 55px;
}
.bottom-box .bottom-box-content {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 30px;
  opacity: 1;
}
.main {
  margin-top: 22px;
  background-color: #F4F4F4;
  min-width: 1200px;
}
.main .main-content {
  width: 1200px;
  margin: 0 auto;
}
#loggedIn {
  visibility: hidden;
  position: absolute;
  right: -45px;
  top: 12px;
}
input:focus {
  outline: none;
}
.box {
  background: #F4F4F4;
  width: 100%;
  height: 100%;
  font-family: Microsoft YaHei;
  overflow: hidden;
}
.box .main {
  margin-top: 22px;
  background-color: #F4F4F4;
  min-width: 1200px;
  /* .famousCompany ul li:nth-child(4) {
	margin-right: 0;
} */
}
.box .main .main-content {
  width: 1200px;
  margin: 0 auto;
}
.box .main .main-content .nav-box {
  margin-bottom: 15px;
  margin-top: 22px;
  position: relative;
}
.box .main .main-content .nav-box::after {
  content: '';
  clear: both;
  display: block;
}
.box .main .main-content .nav-box .side-bar {
  background-color: #fff;
  width: 24%;
  height: 366px;
  float: left;
  position: relative;
  overflow-y: auto;
}
.box .main .main-content .nav-box .side-bar .liActive {
  background: #0178d4;
  color: #ffffff;
}
.box .main .main-content .nav-box .side-bar .liActive a {
  color: #ffffff;
}
.box .main .main-content .nav-box .side-bar > li {
  /*padding: 0px 15px;*/
  padding: 0px 10px;
  border-bottom: 1px solid #eee;
  height: 52px;
}
.box .main .main-content .nav-box .floatingWindow {
  width: 630px;
  min-height: 366px;
  position: absolute;
  background: #ffffff;
  top: 0;
  right: 300px;
  visibility: hidden;
  z-index: 100000;
  border: 1px solid #ccc;
  visibility: hidden;
}
.box .main .main-content .nav-box .floatingWindow > ul .title {
  width: 100%;
  font-weight: 600;
  color: #333;
  margin: 15px 10px;
  padding-bottom: 15px;
  border-bottom: 1px solid #bdbdbd;
}
.box .main .main-content .nav-box .floatingWindow > ul li {
  font-size: 14px;
  color: #bdbdbd;
  /*border-bottom: 1px solid #bdbdbd;*/
  margin: 5px 10px;
  width: 30%;
}
.box .main .main-content .nav-box .floatingWindow > ul li .content {
  color: #333;
  padding-bottom: 10px;
  display: inline-block;
}
.box .main .main-content .nav-box .floatingWindow > ul li > span {
  margin-bottom: 10px;
  margin-right: 10px;
  display: inline-block;
}
.box .main .main-content .nav-box .floatingWindow > ul li:last-child {
  border: none;
}
.box .main .main-content .nav-box .side-bar > li > img {
  margin-right: 20px;
  position: relative;
  top: 6px;
  width: 26px;
}
.box .main .main-content .nav-box .side-bar > li > span {
  /*position: absolute;*/
  /*right: 15px;*/
  /*line-height: 52px;*/
}
.box .main .main-content .nav-box .side-bar > li .popover {
  display: block;
  width: 100%;
  height: 100%;
}
.box .main .main-content .nav-box .side-bar > li .popover .el-popover__reference {
  display: flex;
  align-items: center;
}
.box .main .main-content .nav-box .side-bar > li .popover .el-popover__reference .side-name {
  display: inline-block;
  width: calc(100% - 52px);
  margin-left: 10px;
}
.box .main .main-content .nav-box .side-bar > li .title {
  font-weight: 600;
  color: #333;
  margin-right: 10px;
}
.box .main .main-content .nav-box .side-bar > li a {
  font-size: 14px;
  color: #474747;
  line-height: 52px;
}
/*.box .main .main-content .nav-box .side-bar > li a:hover {*/
/*  color: rgba(71, 71, 71, 0.8);*/
/*}*/
.box .main .main-content .nav-box .image-block {
  width: 50%;
  float: left;
  background-color: #fff;
  margin: 0 10.5px;
  height: 366px;
  overflow: hidden;
  position: relative;
}
.box .main .main-content .nav-box .image-block .spot {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}
.box .main .main-content .nav-box .image-block .spot > span {
  width: 13px;
  height: 13px;
  display: inline-block;
  background: #fff;
  border-radius: 50%;
  margin: 0 3px;
  cursor: pointer;
}
.box .main .main-content .nav-box .image-block .spot .nowSpot {
  background: #0178d4;
}
.box .main .main-content .nav-box .image-block #bannerBox {
  width: 30000px;
  height: 366px;
}
.box .main .main-content .nav-box .image-block .carousel {
  width: 608px;
  height: 366px;
  /*-o-object-fit: contain;*/
  /*object-fit: contain;*/
  float: left;
  cursor: pointer;
}
.box .main .main-content .nav-box .right-block {
  width: 24%;
  height: 366px;
  float: left;
  background-color: #fff;
  position: relative;
}
.box .main .main-content .nav-box .right-block #logined {
  position: absolute;
  top: 0;
  left: 0;
  visibility: visible;
}
.box .main .main-content .nav-box .right-block #logined .userInformation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  padding: 40px;
}
.box .main .main-content .nav-box .right-block #logined .userInformation > img {
  width: 58px;
  height: 58px;
  margin-right: 15px;
}
.box .main .main-content .nav-box .right-block #logined .userInformation .message {
  color: #414a60;
  margin-top: 5px;
  display: inline-block;
}
.box .main .main-content .nav-box .right-block #logined .loginNub {
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 288px;
  margin-bottom: 20px;
}
.box .main .main-content .nav-box .right-block #logined .loginNub .nubBox {
  width: 90px;
  text-align: center;
  font-size: 12px;
  cursor: pointer;
}
.box .main .main-content .nav-box .right-block #logined .loginNub .nub {
  color: #0178d4;
  font-size: 16px;
  margin-bottom: 4px;
}
.box .main .main-content .nav-box .right-block #logined .goOtherPage {
  width: 250px;
  height: 35px;
  border-radius: 3px;
  margin: 20px;
  color: #fff;
  background: #0178d4;
  border: none;
  cursor: pointer;
}
.box .main .main-content .nav-box .right-block #logined .goOtherLogin {
  width: 250px;
  height: 35px;
  border-radius: 3px;
  margin: 0 20px 20px 20px;
  color: #0178d4;
  background: #ffffff;
  border: 1px solid #0178d4;
  cursor: pointer;
}
.box .main .main-content .nav-box .right-block #loginInput {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  visibility: hidden;
}
.box .main .main-content .nav-box .right-block #loginInput .loginInputTop {
  display: flex;
  line-height: 16px;
}
.box .main .main-content .nav-box .right-block #loginInput .loginInputTop > div {
  margin-top: 20px;
  width: 150px;
  display: inline-block;
  text-align: center;
}
.box .main .main-content .nav-box .right-block #loginInput .loginInputTop > div.checked {
  border-bottom: 2px solid #7db603;
}
.box .main .main-content .nav-box .right-block #loginInput .loginInputTop > img {
  margin-top: 10px;
}
.box .main .main-content .nav-box .right-block #loginInput .loginInputTopIine {
  width: 235px;
  height: 1px;
  background: #C3C3C3;
}
.box .main .main-content .nav-box .right-block #loginInput .inputBox {
  position: relative;
}
.box .main .main-content .nav-box .right-block #loginInput .inputBox .phoneInputBox {
  padding: 20px;
}
.box .main .main-content .nav-box .right-block #loginInput .inputBox .phoneInputBox input {
  width: 250px;
  height: 32px;
  border: 1px solid #DADADA;
  text-indent: 10px;
  background: #e8f0fe;
}
.box .main .main-content .nav-box .right-block #loginInput .inputBox .phoneInputBox .phone {
  margin-bottom: 20px;
}
.box .main .main-content .nav-box .right-block #loginInput .inputBox .phoneInputBox div {
  position: relative;
}
.box .main .main-content .nav-box .right-block #loginInput .inputBox .phoneInputBox div > input {
  background: #fff;
  border-radius: 3px;
}
.box .main .main-content .nav-box .right-block #loginInput .inputBox .phoneInputBox div .getVerificationCode {
  text-align: center;
  background: #e8f0fe;
  position: absolute;
  color: #ed750f;
  font-size: 10px;
  line-height: 33px;
  width: 70px;
  top: 0;
  right: -3px;
  border-radius: 0px 3px 3px 0;
}
.box .main .main-content .nav-box .right-block #loginInput .inputBox .phoneInputBox > button {
  margin-top: 20px;
  width: 250px;
  height: 35px;
  background: #0178d4;
  color: #fff;
  border: none;
  border-radius: 3px;
}
.box .main .main-content .nav-box .right-block #loginInput .inputBox .accountLoginBox {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
}
.box .main .main-content .nav-box .right-block #loginInput .inputBox .accountLoginBox input {
  width: 250px;
  height: 32px;
  border: 1px solid #DADADA;
  text-indent: 10px;
}
.box .main .main-content .nav-box .right-block #loginInput .inputBox .accountLoginBox .phone {
  margin-bottom: 20px;
}
.box .main .main-content .nav-box .right-block #loginInput .inputBox .accountLoginBox div {
  position: relative;
}
.box .main .main-content .nav-box .right-block #loginInput .inputBox .accountLoginBox div > input {
  background: #fff;
  border-radius: 3px;
}
.box .main .main-content .nav-box .right-block #loginInput .inputBox .accountLoginBox div .getVerificationCode {
  text-align: center;
  background: #e8f0fe;
  position: absolute;
  color: #ed750f;
  font-size: 10px;
  line-height: 33px;
  width: 65px;
  top: 0;
  right: -3px;
  border-radius: 0px 3px 3px 0;
}
.box .main .main-content .nav-box .right-block #loginInput .inputBox .accountLoginBox > button {
  margin-top: 20px;
  width: 250px;
  height: 35px;
  background: #0178d4;
  color: #fff;
  border: none;
  border-radius: 3px;
}
.box .main .main-content .nav-box .right-block #loginInput .inputBox .hidden {
  visibility: hidden;
}
.box .main .main-content .nav-box .right-block #loginInput .indexRegister {
  font-size: 12px;
}
.box .main .main-content .nav-box .right-block #loginInput .indexRegister > span {
  margin-left: 10px;
}
.box .main .main-content .nav-box .right-block #loginInput .indexRegister :nth-of-type(1) {
  margin-left: 40px;
}
.box .main .main-content .nav-box .right-block #loginInput .indexRegister :nth-of-type(2),
.box .main .main-content .nav-box .right-block #loginInput .indexRegister :nth-of-type(3) {
  color: #b0c89b;
}
.box .main .main-content .nav-box .right-block #loginInput .loginMethod {
  width: 1px;
  margin: 0 auto;
}
.box .main .main-content .nav-box .right-block .corner-marker {
  position: absolute;
  top: 15px;
  right: 12px;
}
.box .main .main-content .nav-box .right-block .qr-code {
  text-align: center;
  margin: 25px 0;
}
.box .main .main-content .nav-box .right-block .qr-code img {
  border: 1px solid #ccc;
  padding: 10px;
}
.box .main .main-content .nav-box .right-block .btn {
  cursor: pointer;
  border-radius: 20px;
  padding: 6px 0;
  text-align: center;
  width: 180px;
  margin: 10px auto;
}
.box .main .main-content .nav-box .right-block .color-one {
  background-color: #eee;
  color: #141414;
  margin-bottom: 14px;
  padding: 10px 0;
}
.box .main .main-content .nav-box .right-block .login-method {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 254px;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #333333;
  opacity: 0.5;
}
.box .main .main-content .nav-box .right-block .login-method .decoration-line {
  height: 1px;
  width: 70px;
  background: #C3C3C3;
  opacity: 0.3;
}
.box .main .main-content .recruit {
  width: 100%;
  margin-bottom: 15px;
}
.box .main .main-content .recruit::after {
  content: '';
  display: block;
  clear: both;
}
.box .main .main-content .recruit .recruit-left {
  width: 55%;
  float: left;
  margin-right: 15px;
  background-color: #fff;
  position: relative;
}
.box .main .main-content .recruit .recruit-left .recruit-list-hidden {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.box .main .main-content .recruit .recruit-left .recruit-list {
  padding: 15px 15px 15px 35px;
  height: 250px;
}
.box .main .main-content .recruit .recruit-left .recruit-list ul li {
  color: #474747;
  padding-bottom: 15px;
  position: relative;
  font-size: 14px;
}
.box .main .main-content .recruit .recruit-left .recruit-list ul li::after {
  content: '';
  display: block;
  clear: both;
}
.box .main .main-content .recruit .recruit-left .recruit-list ul li::before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #CDCDD8;
  position: absolute;
  top: 7px;
  left: -16px;
}
.box .main .main-content .recruit .recruit-left .recruit-list ul li a {
  color: #474747;
  width: 500px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
}
.box .main .main-content .recruit .recruit-left .recruit-list ul li a:hover {
  color: #0178d4;
}
.box .main .main-content .recruit .recruit-left .recruit-list ul li span {
  float: right;
}
.box .main .main-content .recruit .recruit-right {
  width: 43.5%;
  float: left;
  background-color: #fff;
  position: relative;
}
.box .main .main-content .recruit .recruit-right .recruit-list-hidden {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.box .main .main-content .recruit .recruit-right .recruit-list {
  padding: 15px 15px 15px 35px;
  height: 250px;
}
.box .main .main-content .recruit .recruit-right .recruit-list ul li {
  color: #474747;
  padding-bottom: 15px;
  position: relative;
  font-size: 14px;
}
.box .main .main-content .recruit .recruit-right .recruit-list ul li::after {
  content: '';
  display: block;
  clear: both;
}
.box .main .main-content .recruit .recruit-right .recruit-list ul li::before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #CDCDD8;
  position: absolute;
  top: 7px;
  left: -16px;
}
.box .main .main-content .recruit .recruit-right .recruit-list ul li a {
  color: #474747;
  width: 300px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
}
.box .main .main-content .recruit .recruit-right .recruit-list ul li a:hover {
  color: #0178d4;
}
.box .main .main-content .recruit .recruit-right .recruit-list ul li span {
  float: right;
}
.box .main .main-content .recruit .recruit-title {
  padding: 14px 10px;
  border-bottom: 3px solid #E1E1E1;
  color: #333;
  font-weight: 600;
}
.box .main .main-content .recruit .recruit-title .item {
  cursor: pointer;
  margin: 0 15px;
  padding: 14px 5px;
}
.box .main .main-content .recruit .recruit-title .active {
  /*border-radius: 20px;*/
  /*background-color: #0178d4;*/
  color: #0178d4;
  border-bottom: 3px solid #0178d4;
}
.box .main .main-content .pictures .long-img {
  width: 100%;
  /*height: 80px;*/
  margin-bottom: 15px;
  overflow: hidden;
}
.box .main .main-content .pictures .long-img img {
  width: 1200px;
  height: 80px;
  -o-object-fit: cover;
  object-fit: cover;
}
.box .main .Recruitment {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding: 16px 0;
  font-size: 24px;
  letter-spacing: 1px;
  color: #414a60;
}
.box .main .Recruitment .line {
  display: inline-block;
  width: 80px;
  height: 1px;
  overflow: hidden;
  font-size: 0px;
  margin: 0 20px;
  margin-bottom: 8px;
  border-bottom: solid 1px #e2e2e3;
}
.box .main .recruitList .recruitContentBox .recruitContentHidden {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
}
.box .main .recruitList .recruitContentBox {
  position: relative;
}
.box .main .recruitList .topNave {
  width: 1200px;
  height: 48px;
  margin: 0 auto;
  background: #ffffff;
}
.box .main .recruitList .topNave ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  -ms-flex-pack: distribute;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.box .main .recruitList .topNave ul li {
  height: 48px;
  line-height: 45px;
  font-size: 14px;
  color: #333333;
  cursor: pointer;
  margin-left: 48px;
}
.box .main .topNave {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.box .main .more-options {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #777777;
  margin-right: 10px;
}
.box .main .recruitListUnderLine {
  border-bottom: 3px solid #0178d4;
}
.box .main .recruitList .recruitContent {
  width: 1200px;
  margin: 0 auto;
  margin-top: 16px;
}
.box .main .recruitList .recruitContent ul li {
  width: 291px;
  height: 144px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #ffffff;
  padding: 30px 15px 16px 12px;
}
.box .main .recruitList .recruitContent .salary {
  float: right;
  font-size: 14px;
  color: #ff845e;
}
.box .main .recruitList .recruitContent .require span {
  font-size: 12px;
  color: #b3b3b3;
  padding: 0 5px;
  border-right: 1px solid #eeeeee;
}
.box .main .recruitList .recruitContent {
  width: 1230px;
  margin: 0 auto;
  margin-top: 16px;
}
.box .main .recruitList .recruitContent .talent-show li {
  height: 120px;
  padding: 19px 17px;
}
.box .main .recruitContent ul li:hover {
  border: 2px solid #0178d4;
}
.box .main .recruitList .recruitContent .job {
  color: #555555;
}
.box .main .recruitList .recruitContent img {
  vertical-align: middle;
  margin-top: -5px;
}
.box .main .recruitList .recruitContent .require span:first-child {
  padding-left: 0px;
}
.box .main .recruitList .recruitContent .require span:last-child {
  border-right: none;
}
.box .main .recruitContent .top {
  padding-bottom: 18px;
  border-bottom: 1px solid #eeeeee;
}
.box .main .recruitContent .require {
  margin-top: 9px;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
  color: #b3b3b3;
}
.box .main .recruitContent .company {
  line-height: 50px;
  font-size: 14px;
  color: #555555;
}
.box .main .recruitContent ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.box .main .recruitContent ul li {
  /* margin: 0 5px; */
  margin-left: 12px;
  margin-bottom: 12px;
  background-color: #fff;
  width: 24.2%;
  padding: 15px;
  border: 2px solid #fff;
}
.box .main .recruitContent ul li:first-child {
  margin-left: 0;
}
.box .main .recruitContent ul li:nth-child(4n+1) {
  margin-left: 0;
}
.box .main .talent-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.box .main .talent-details .avatar img {
  width: 53px;
  height: 53px;
  border-radius: 50%;
}
.box .main .talent-details .intermediate {
  margin-left: 19px;
}
.box .main .talent-details .intermediate .name {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
}
.box .main .talent-details .intermediate .name-information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #474747;
  /*line-height: 35px;*/
  margin: 8px 0;
}
.box .main .talent-details .intermediate .name-information :not(:first-child) {
  margin-left: 5px;
}
.box .main .talent-details .intermediate .career-objective {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.box .main .talent-details .intermediate .career-objective :first-child {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #474747;
}
.box .main .talent-details .intermediate .career-objective :last-child {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #0178d4;
  margin-left: 5px;
}
.box .main .famousCompany {
  width: 1200px;
  margin: 0 auto;
}
.box .main .famousCompany ul li {
  width: 290px;
  height: 170px;
  background: #ffffff;
  margin-left: 12px;
  margin-bottom: 12px;
  text-align: center;
  font-size: 12px;
  position: relative;
}
.box .main .famousCompany ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.box .main .famousCompany ul li:first-child {
  margin-left: 0;
}
.box .main .famousCompany ul li:nth-child(4n+1) {
  margin-left: 0;
}
.box .main .famousCompany ul li img {
  margin: 30px 20px 24px 20px;
}
.box .main .famousCompany .companyName {
  color: #55738b;
  width: 170px;
  height: 20px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0 auto 6px;
  font-size: 14px;
}
.box .main .famousCompany .summary span {
  color: #999999;
  padding: 0 8px;
  border-right: 1px solid #eeeeee;
}
.box .main .famousCompany .summary span:last-child {
  border: none;
}
.box .main .famousCompany .top {
  border-bottom: 1px solid #eeeeee;
  display: flex;
}
.box .main .mengceng {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(127, 127, 127, 0.8);
  /* opacity: .5; */
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.box .main .mengceng .qrCode {
  margin-top: 25px;
  margin-bottom: 10px;
}
.box .main .mengceng p {
  color: #ffffff;
}
.box .main .famousCompany ul li:hover .mengceng {
  display: block;
}
.box .main .famousCompany .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
}
.box .main .famousCompany .bottom div {
  width: 50%;
  margin-top: 10px;
  border-right: 1px solid #eeeeee;
}
.box .main .famousCompany .bottom div:last-child {
  border: none;
}
.box .main .famousCompany .bottom p {
  color: #0178d4;
}
.box .main .seeMore {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 16px;
  position: relative;
}
.box .main .seeMore .see-more-button {
  width: 400px;
  height: 40px;
  background: #55b1f9;
  /*border-radius: 20px;*/
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 40px;
  border: none;
  /*margin-bottom: 40px;*/
}
.login-box .login-header {
  width: 100%;
  height: 85px;
  background: #0178d4;
}
.login-box .login-header > div {
  margin: 0 auto;
  width: 1232px;
  height: 100%;
  position: relative;
  -js-display: flex;
}
.login-box .login-header > div > div {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.login-box .login-header > div p {
  font-size: 28px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
}
.login-box .login-header > div span {
  font-size: 8px;
  font-family: Microsoft YaHei;
  font-weight: 300;
  color: #FFFFFF;
}
.login-box .login-header > div a {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.login-box .login-body {
  background: #ECEBF1;
  height: 628px;
}
.login-box .login-body > div {
  position: relative;
  width: 1232px;
  margin: 0 auto;
}
.login-box .login-body > div .loginImg {
  position: absolute;
  top: 50%;
  left: 50px;
  transform: translateY(25%);
}
.login-box .login-body > div .login-boxForm {
  padding: 0 30px;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translateY(25%);
  width: 370px;
  height: 443px;
  background: #FFFFFF;
  box-shadow: 0px 3px 18px 0px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}
.login-box .login-body > div .login-boxForm .login-qr-code {
  position: absolute;
  width: 45px;
  height: 45px;
  left: 10px;
  top: 10px;
  padding: 4px;
  cursor: pointer;
  transform: rotateY(-180deg);
}
.login-box .login-body > div .login-boxForm .login-type {
  height: 90px;
  clear: both;
}
.login-box .login-body > div .login-boxForm .login-type p:nth-child(1) {
  border-right: 1px solid #d4d4d4;
}
.login-box .login-body > div .login-boxForm .login-type .active-type {
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #0178d4;
  line-height: 44px;
  opacity: 1;
  position: relative;
}
/*.login-box .login-body > div .login-boxForm .login-type .active-type .border-Btm {*/
/*  width: 30px;*/
/*  height: 4px;*/
/*  background: #0178d4;*/
/*  border-radius: 2px;*/
/*  position: absolute;*/
/*  left: 50%;*/
/*  transform: translateX(-50%);*/
/*}*/
/*.login-box .login-body > div .login-boxForm .login-type .border-Btm {*/
/*  width: 30px;*/
/*  height: 4px;*/
/*  background: #0178d4;*/
/*  border-radius: 2px;*/
/*  position: absolute;*/
/*  left: 48px;*/
/*  top: 59px;*/
/*}*/
.login-box .login-body > div .login-boxForm .login-type p {
  cursor: pointer;
  line-height: 30px !important;
  float: left;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #a2a2a2;
  line-height: 44px;
  width: 50%;
  text-align: center;
  height: 30px;
  margin-top: 30px;
}
.login-box .login-body > div .login-form input {
  width: 100%;
  height: 40px;
  line-height: 40px;
  margin-bottom: 16px;
  text-indent: 1em;
  border: 1px solid #DADADA;
  border-radius: 3px;
  outline: none;
}
.login-box .login-body > div .login-form button {
  width: 100%;
  border: none;
  outline: none;
  cursor: pointer;
  height: 40px;
  background: #0178d4;
  border-radius: 3px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
}
.login-box .login-body > div .login-forget {
  height: 77px;
  line-height: 77px;
}
.login-box .login-body > div .login-forget p {
  float: left;
}
.login-box .login-body > div .login-forget > a {
  float: right;
}
.login-box .login-body > div .login-fast > p {
  text-align: center;
  position: absolute;
  box-sizing: border-box;
  top: -15px;
  width: 170px;
  padding: 4px 0;
  background: white;
  left: 50%;
  transform: translateX(-50%);
}
.login-box .login-body > div .login-fast > div {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
.login-box .login-body > div .login-fast > div .type-box {
  cursor: pointer;
  position: relative;
}
.login-box .login-body > div .login-fast > div .type-box img {
  vertical-align: middle;
  margin-right: 10px;
}
.login-box .login-body > div .login-fast > div .type-box:last-child {
  float: right;
}
.login-box .login-body > div .login-fast1 > p {
  text-align: center;
  position: absolute;
  box-sizing: border-box;
  top: -15px;
  width: 170px;
  padding: 4px 0;
  background: white;
  left: 50%;
  transform: translateX(-50%);
}
.login-box .login-body > div .login-fast1 > div {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
.login-box .login-body > div .login-fast1 > div .type-box {
  cursor: pointer;
  position: relative;
}
.login-box .login-body > div .login-fast1 > div .type-box img {
  vertical-align: middle;
  margin-right: 10px;
}
.login-box .login-footer > div {
  width: 1232px;
  margin: 0 auto;
}
.login-box .login-footer > div .footer-link {
  height: 151px;
  border-bottom: 1px solid #F1F1F1;
}
.login-box .login-footer > div .footer-link .link-item {
  padding-top: 57px;
  width: 33%;
  padding-left: 30px;
  box-sizing: border-box;
  float: left;
}
.login-box .login-footer > div .footer-link .link-item img {
  float: left;
  visibility: middle;
  margin-right: 10px;
}
.login-box .login-footer > div .footer-link .link-item div {
  float: left;
}
.login-box .login-footer > div .footer-link .link-item div p:first-child {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #080808;
  line-height: 20px;
}
.login-box .login-footer > div .footer-link .link-item div p:last-child {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #080808;
  line-height: 20px;
  opacity: 0.5;
}
.login-box .webNote {
  text-align: center;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #474747;
  line-height: 24px;
  padding-top: 42px;
}
@keyframes borderBtm {
  0% {
    border-bottom: 2px solid #0178d4;
  }
  100% {
    border-bottom: none;
  }
}
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/
.box .main {
  margin-top: 0 !important;
}
.current-position {
  height: 48px;
  line-height: 48px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000000;
  margin-left: 77px;
}
.content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}
.content-box .left-top .alien {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.content-box .left-top .alien .alien-triangle {
  width: 0;
  height: 0;
  border-bottom: 78px solid #0178d4;
  border-left: 78px solid transparent;
  position: relative;
}
.content-box .left-top .alien .alien-triangle .jiantou {
  position: absolute;
  top: 42px;
  right: 0px;
}
.content-box .left-top .alien .alien-triangle .jiantou img {
  width: 18px;
  height: 18px;
  background: #FFFFFF;
  border-radius: 50%;
}
.content-box .left-top .alien .left-top-box {
  width: 200px;
  height: 78px;
  background: #0178d4;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 0;
}
.content-box .left-top .alien .left-top-box span:first-child {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
}
.content-box .left-top .alien .left-top-box span:last-child {
  font-size: 25px;
  font-family: Microsoft YaHei;
  font-weight: 600;
  color: #FFFFFF;
  letter-spacing:5px;
  line-height: 46px;
  /*opacity: 0.5;*/
}
.content-box .left-top .policy-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}
.content-box .left-top .policy-details .right-triangle {
  width: 0;
  height: 0;
  border-top: 60px solid #0675B5;
  border-left: 78px solid transparent;
}
.content-box .left-top .policy-details .policy-content-box {
  width: 200px;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 0;
  min-height: 300px;
}
.content-box .left-top .policy-details .policy-content-box .checked {
  background: #0178d4;
}
.content-box .left-top .policy-details .policy-content-box .checked > span {
  color: #FFFFFF !important;
}
.content-box .left-top .policy-details .policy-content-box .content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
  border-bottom: 1px solid #e9e7e7;
  padding-left: 20px;
}
.content-box .left-top .policy-details .policy-content-box .content-box span {
  font-size: 15px;
  font-family: Microsoft YaHei;
  font-weight: 600;
  color: #515151;
}
.content-box .left-top .policy-details .policy-content-box .content-box img {
  width: 14px;
  height: 14px;
}
.content-box .right-top {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 37px;
  width: 1021px;
  margin-left: 16px;
  background: #fff;
}
.content-box .right-top .right-top-ul li {
  color: #474747;
  height: 40px;
  line-height: 40px;
  position: relative;
  font-size: 14px;
  border-bottom: 1px solid #CDCDD8;
}
.content-box .right-top .right-top-ul li::after {
  content: '';
  display: block;
  clear: both;
}
.content-box .right-top .right-top-ul li::before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #CDCDD8;
  position: absolute;
  top: 18px;
  left: -16px;
}
.content-box .right-top .right-top-ul li a {
  color: #474747;
  width: 85%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
}
.content-box .right-top .right-top-ul li a:hover {
  color: #0178d4;
}
.content-box .right-top .right-top-ul li span {
  float: right;
}
.content-box .right-top .paginationBlock {
  width: 100%;
  height: 50px;
  background: #ffffff;
}
.content-box .right-top .paginationBlock .page {
  float: right;
  height: 50px;
}
.content-box .right-top .paginationBlock ._page_container {
  margin: 30px auto !important;
}
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/
.current-position {
  height: 48px;
  line-height: 48px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000000;
  margin-left: 0;
}
.news-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}
.news-content .content-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 920px;
  background: #FFFFFF;
  padding: 0 31px 50px 31px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.news-content .content-left .title {
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  margin-top: 64px;
}
.news-content .content-left .subtitle {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  margin-top: 22px;
}
.news-content .content-left .content {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #474747;
  margin-top: 36px;
  line-height: 30px;
}
.news-content .content-right {
  width: 296px;
  margin-left: 16px;
  background: #FFFFFF;
  padding: 20px 14px 30px 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.news-content .content-right .title {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #000000;
}
.news-content .content-right .line {
  width: 100%;
  height: 1px;
  background: #E3E7ED;
  margin-top: 23px;
}
.news-content .content-right .news-details {
  margin-top: 25px;
  border-bottom: 1px solid #E3E7ED;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 10px;
}
.news-content .content-right .news-details .news-title {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
}
.news-content .content-right .news-details .news-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
}
.box .personnel-main {
  background-color: #F4F4F4;
  min-width: 1200px;
}
.box .personnel-main .main-content {
  width: 1200px;
  margin: 0 auto;
}
.box .personnel-main .main-content section {
  margin-bottom: 20px;
  background-color: #FFF;
  padding: 25px 30px;
}
.box .personnel-main .main-content section .title {
  font-weight: 600;
  font-size: 18px;
  position: relative;
  padding-left: 15px;
}
.box .personnel-main .main-content section .title::before {
  content: '';
  width: 6px;
  height: 19px;
  background-color: #0178d4;
  border-radius: 5px;
  position: absolute;
  top: 3px;
  left: 0;
}
.box .personnel-main .main-content .current-position {
  font-size: 14px;
}
.box .personnel-main .main-content .personnel-info::after {
  content: '';
  display: block;
  clear: both;
}
.box .personnel-main .main-content .personnel-info .info-left img {
  float: left;
  margin-right: 30px;
}
.box .personnel-main .main-content .personnel-info .info-left .text {
  float: left;
}
.box .personnel-main .main-content .personnel-info .info-left .text .name-info {
  margin: 12px 0;
}
.box .personnel-main .main-content .personnel-info .info-left .text .name-info .name {
  font-weight: 600;
  font-size: 20px;
  margin-right: 5px;
}
.box .personnel-main .main-content .personnel-info .info-left .text .name-info .chat {
  border: 1px solid #0178d4;
  font-size: 14px;
  color: #0178d4;
  padding: 5px 10px 5px 30px;
  position: relative;
}
.box .personnel-main .main-content .personnel-info .info-left .text .name-info .chat::before {
  content: '';
  background: url(../../images/jobChat.png) 20px / 20px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 4px;
  left: 5px;
}
.box .personnel-main .main-content .personnel-info .info-left .text .brief-info {
  color: #666;
  font-size: 14px;
}
.box .personnel-main .main-content .personnel-info .info-right {
  float: right;
}
.box .personnel-main .main-content .personnel-info .info-right .time {
  color: #666;
  font-size: 14px;
  letter-spacing: 1px;
}
.box .personnel-main .main-content .personnel-info .info-right .contact {
  border: 1px solid #0178d4;
  color: #0178d4;
  background: rgba(48, 147, 205, 0.1);
  text-align: center;
  padding: 10px;
  margin-top: 10px;
}
.box .personnel-main .main-content .personnel-info .info-right .contact img,
.box .personnel-main .main-content .personnel-info .info-right .contact span {
  vertical-align: middle;
}
.box .personnel-main .main-content .job-intention .itention-content {
  padding: 20px 5px 0;
}
.box .personnel-main .main-content .job-intention .itention-content::after {
  content: '';
  display: block;
  clear: both;
}
.box .personnel-main .main-content .job-intention .itention-content .item {
  float: left;
  width: 33.3%;
  padding: 0 10px;
  box-sizing: border-box;
  line-height: 32px;
  height: 32px;
  font-size: 14px;
}
.box .personnel-main .main-content .job-intention .itention-content .item span:last-child {
  color: #474747;
}
.box .personnel-main .main-content .work-exp .experience,
.box .personnel-main .main-content .education-exp .experience {
  margin: 20px 0 0 15px;
  height: 100%;
}
.box .personnel-main .main-content .work-exp .experience li,
.box .personnel-main .main-content .education-exp .experience li {
  width: 100%;
  height: 100%;
  margin-bottom: 25px;
}
.box .personnel-main .main-content .work-exp .experience li::after,
.box .personnel-main .main-content .education-exp .experience li::after {
  content: '';
  display: block;
  clear: both;
}
.box .personnel-main .main-content .work-exp .experience li .time,
.box .personnel-main .main-content .education-exp .experience li .time {
  float: left;
  width: 180px;
  font-size: 14px;
  color: #999;
  text-align: right;
}
.box .personnel-main .main-content .work-exp .experience li .time p,
.box .personnel-main .main-content .education-exp .experience li .time p {
  margin-bottom: 5px;
}
.box .personnel-main .main-content .work-exp .experience li > i,
.box .personnel-main .main-content .education-exp .experience li > i {
  float: left;
  width: 8px;
  height: 8px;
  background-color: #D8D8D8;
  border-radius: 50%;
  margin: 0 50px;
}
.box .personnel-main .main-content .work-exp .experience li > i:after,
.box .personnel-main .main-content .education-exp .experience li > i:after {
  content: '';
  display: block;
  clear: both;
  width: 1px;
  height: 45px;
  background-color: #D8D8D8;
  margin: 12px auto;
}
.box .personnel-main .main-content .work-exp .experience li .line::after,
.box .personnel-main .main-content .education-exp .experience li .line::after {
  content: '';
  display: block;
  clear: both;
  width: 1px;
  height: 45px;
  background-color: #D8D8D8;
  margin: 12px auto;
}
.box .personnel-main .main-content .work-exp .experience li .exp-content,
.box .personnel-main .main-content .education-exp .experience li .exp-content {
  float: left;
  font-size: 14px;
  color: #999;
}
.box .personnel-main .main-content .work-exp .experience li .exp-content .first-line span,
.box .personnel-main .main-content .education-exp .experience li .exp-content .first-line span {
  color: #3d84b8;
  font-weight: 600;
}
.box .personnel-main .main-content .work-exp .experience li .exp-content .first-line i,
.box .personnel-main .main-content .education-exp .experience li .exp-content .first-line i {
  width: 1px;
  height: 12px;
  background-color: #d8d8d8;
  display: inline-block;
  margin: 0 5px;
}
.box .personnel-main .main-content .work-exp .experience li .exp-content .second-line,
.box .personnel-main .main-content .education-exp .experience li .exp-content .second-line {
  margin-top: 10px;
  max-width: 700px;
}
.box .job-details-main {
  background-color: #F4F4F4;
  min-width: 1200px;
}
.box .job-details-main .main-content {
  width: 1200px;
  margin: 0 auto;
}
.box .job-details-main .main-content .job-header {
  padding: 25px 30px 30px;
  margin-bottom: 20px;
  background-color: #fff;
  position: relative;
}
.box .job-details-main .main-content .job-header .job-name {
  font-weight: 700;
  font-size: 18px;
}
.box .job-details-main .main-content .job-header .job-update {
  float: right;
  color: #999;
  font-size: 14px;
}
.box .job-details-main .main-content .job-header .job-update span {
  margin-right: 5px;
}
.box .job-details-main .main-content .job-header .salary {
  font-size: 20px;
  font-weight: 700;
  color: #ed530f;
  margin: 20px 0;
}
.box .job-details-main .main-content .job-header .brief-info {
  margin-bottom: 20px;
}
.box .job-details-main .main-content .job-header .brief-info span {
  color: #666;
  position: relative;
  margin-right: 15px;
  font-size: 14px;
}
.box .job-details-main .main-content .job-header .brief-info span:not(:last-child)::after {
  content: '';
  width: 1px;
  height: 17px;
  background-color: #999;
  position: absolute;
  top: 3px;
  right: -10px;
}
.box .job-details-main .main-content .job-header .welfare > span {
  padding: 5px 10px;
  font-size: 12px;
  color: #666;
  background-color: #F0F7FF;
  margin-right: 10px;
}
.box .job-details-main .main-content .job-header .btn-group {
  position: absolute;
  right: 30px;
  bottom: 30px;
}
.box .job-details-main .main-content .job-header .btn-group .collect {
  background-color: #FF7F39;
  width: 120px;
  height: 48px;
  line-height: 48px;
  border-radius: 3px;
  color: #fff;
  position: relative;
  padding-left: 55px;
  margin-right: 15px;
  box-sizing: border-box;
  display: inline-block;
  cursor: pointer;
}
.box .job-details-main .main-content .job-header .btn-group .collect::before {
  content: '';
  background: url('../../images/star-o.png') 22px / 22px;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 12px;
  left: 24px;
}
.box .job-details-main .main-content .job-header .btn-group .apply {
  background-color: #0178d4;
  width: 200px;
  height: 48px;
  line-height: 48px;
  border-radius: 3px;
  color: #fff;
  text-align: center;
  display: inline-block;
  cursor: pointer;
}
.box .job-details-main .main-content .job-body {
  width: 100%;
}
.box .job-details-main .main-content .job-body::after {
  content: '';
  display: block;
  clear: both;
}
.box .job-details-main .main-content .job-body .body-left {
  width: calc(100% - 315px);
  float: left;
  margin-right: 15px;
}
.box .job-details-main .main-content .job-body .body-left section {
  margin-bottom: 20px;
  background-color: #FFF;
  padding: 25px 30px;
}
.box .job-details-main .main-content .job-body .body-left section .title {
  font-weight: 600;
  font-size: 18px;
  position: relative;
  padding-left: 15px;
}
.box .job-details-main .main-content .job-body .body-left section .title::before {
  content: '';
  width: 6px;
  height: 19px;
  background-color: #0178d4;
  border-radius: 5px;
  position: absolute;
  top: 3px;
  left: 0;
}
.box .job-details-main .main-content .job-body .body-left .contact-way .chat-box {
  padding: 15px 0;
  /*border-bottom: 1px solid rgba(153, 153, 153, 0.5);*/
}
.box .job-details-main .main-content .job-body .body-left .contact-way .chat-box::after {
  content: '';
  display: block;
  clear: both;
}
.box .job-details-main .main-content .job-body .body-left .contact-way .chat-box .chat-left {
  float: left;
}
.box .job-details-main .main-content .job-body .body-left .contact-way .chat-box .chat-left .name-info {
  margin: 12px 0;
}
.box .job-details-main .main-content .job-body .body-left .contact-way .chat-box .chat-left .name-info .name {
  font-size: 16px;
  margin-right: 10px;
}
.box .job-details-main .main-content .job-body .body-left .contact-way .chat-box .chat-left .name-info .chat {
  border: 1px solid #0178d4;
  font-size: 14px;
  color: #0178d4;
  padding: 5px 10px 5px 30px;
  position: relative;
  display: inline-block;
}
.box .job-details-main .main-content .job-body .body-left .contact-way .chat-box .chat-left .name-info .chat::before {
  content: '';
  background: url(../../images/jobChat.png) 20px / 20px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 4px;
  left: 5px;
}
.box .job-details-main .main-content .job-body .body-left .contact-way .chat-box .chat-left .brief-info {
  color: #666;
  font-size: 14px;
}
.box .job-details-main .main-content .job-body .body-left .contact-way .chat-box .chat-right {
  float: right;
  transform: translateY(50%);
  -ms-transform: translateY(50%);
}
.box .job-details-main .main-content .job-body .body-left .contact-way .chat-box .chat-right::after {
  content: '';
  display: block;
  clear: both;
}
.box .job-details-main .main-content .job-body .body-left .contact-way .chat-box .chat-right .item {
  float: left;
  position: relative;
  margin-left: 30px;
}
.box .job-details-main .main-content .job-body .body-left .contact-way .chat-box .chat-right .item:not(:last-child):after {
  content: '';
  width: 1px;
  height: 38px;
  background-color: rgba(153, 153, 153, 0.5);
  position: absolute;
  top: 0;
  right: -15px;
}
.box .job-details-main .main-content .job-body .body-left .contact-way .chat-box .chat-right .item p {
  text-align: center;
  font-size: 14px;
}
.box .job-details-main .main-content .job-body .body-left .contact-way .chat-box .chat-right .item p:first-child {
  color: #0178d4;
}
.box .job-details-main .main-content .job-body .body-left .contact-way .chat-box .chat-right .item p:last-child {
  color: #666;
}
.box .job-details-main .main-content .job-body .body-left .contact-way .tip {
  padding-top: 15px;
  font-size: 14px;
}
.box .job-details-main .main-content .job-body .body-left .contact-way .tip span:first-child {
  color: #0178d4;
  margin-right: 10px;
}
.box .job-details-main .main-content .job-body .body-left .contact-way .tip span:last-child {
  display: inline-block;
  padding: 2px 5px;
  border-radius: 2px;
  background-color: #0178d4;
  color: #fff;
  cursor: pointer;
}
.box .job-details-main .main-content .job-body .body-left .job-description .job-requirements {
  padding: 20px 0;
}
.box .job-details-main .main-content .job-body .body-left .job-description .job-requirements p {
  margin-bottom: 5px;
  font-size: 14px;
  color: #474747;
}
.box .job-details-main .main-content .job-body .body-left .job-description .job-duty .duty-title {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 20px;
  display: inline-block;
}
.box .job-details-main .main-content .job-body .body-left .job-description .job-duty p {
  margin-bottom: 12px;
  font-size: 14px;
  color: #474747;
}
.box .job-details-main .main-content .job-body .body-left .other-job {
  padding-bottom: 40px;
}
.box .job-details-main .main-content .job-body .body-left .other-job .jobs li {
  padding: 15px 0;
  border-bottom: 1px solid rgba(153, 153, 153, 0.5);
}
.box .job-details-main .main-content .job-body .body-left .other-job .jobs li p {
  font-size: 14px;
}
.box .job-details-main .main-content .job-body .body-left .other-job .jobs li p::after {
  content: '';
  display: block;
  clear: both;
}
.box .job-details-main .main-content .job-body .body-left .other-job .jobs li p span {
  width: 120px;
  display: inline-block;
  color: #474747;
  margin-right: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.box .job-details-main .main-content .job-body .body-left .other-job .jobs li p span:nth-child(3) {
  width: 100px;
}
.box .job-details-main .main-content .job-body .body-left .other-job .jobs li p .job-name {
  color: #2F7EC9;
  font-weight: 600;
}
.box .job-details-main .main-content .job-body .body-left .other-job .jobs li p .salary {
  color: #ff845e;
}
.box .job-details-main .main-content .job-body .body-left .other-job .jobs li p .apply {
  border: 0;
  border-radius: 5px;
  background-color: #ED530F;
  padding: 0 18px;
  height: 30px;
  color: #fff;
  float: right;
  cursor: pointer;
}
.box .job-details-main .main-content .job-body .body-left .other-job .jobs li .info-line {
  height: 30px;
  line-height: 30px;
  margin-bottom: 10px;
}
.box .job-details-main .main-content .job-body .body-left .other-job .jobs li .update-time {
  color: #999;
}
.box .job-details-main .main-content .job-body .body-right {
  width: 300px;
  float: left;
}
.box .job-details-main .main-content .job-body .body-right .body-right-top {
  padding: 30px 20px;
  background-color: #fff;
  margin-bottom: 15px;
  position: relative;
}
.box .job-details-main .main-content .job-body .body-right .body-right-top .famous {
  position: absolute;
  top: 0;
  right: 0;
}
.box .job-details-main .main-content .job-body .body-right .body-right-top .company-image {
  text-align: center;
}
.box .job-details-main .main-content .job-body .body-right .body-right-top .company-image img {
  border: 1px solid #eee;
}
.box .job-details-main .main-content .job-body .body-right .body-right-top .company-image .company-name {
  margin: 10px 0;
  font-weight: 600;
}
.box .job-details-main .main-content .job-body .body-right .body-right-top .company-image .icon-group {
  margin-bottom: 15px;
}
.box .job-details-main .main-content .job-body .body-right .body-right-top .company-image .icon-group img {
  margin-right: 15px;
}
.box .job-details-main .main-content .job-body .body-right .body-right-top .company-image .company-info {
  width: 100%;
}
.box .job-details-main .main-content .job-body .body-right .body-right-top .company-image .company-info::after {
  content: '';
  display: block;
  clear: both;
}
.box .job-details-main .main-content .job-body .body-right .body-right-top .company-image .company-info li {
  width: 100%;
  float: left;
  text-align: left;
  margin-bottom: 10px;
  color: #737373;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.box .job-details-main .main-content .job-body .body-right .body-right-top .company-image .company-info li img {
  vertical-align: middle;
  margin-right: 5px;
  width: 15px;
  height: 15px;
}
.box .job-details-main .main-content .job-body .body-right .body-right-top .company-image .company-info li span {
  vertical-align: middle;
  font-size: 14px;
}
.box .job-details-main .main-content .job-body .body-right .body-right-top .introduce {
  font-size: 14px;
  line-height: 30px;
  text-align: left;
  color: #737373;
  margin-bottom: 15px;
}
.box .job-details-main .main-content .job-body .body-right .body-right-top .btn-toHome {
  width: 100%;
  height: 35px;
  border: 1px solid #0178d4;
  background-color: #fff;
  color: #0178d4;
  border-radius: 3px;
  cursor: pointer;
}
.box .job-details-main .main-content .job-body .body-right .body-right-bottom {
  background-color: #fff;
  padding: 20px;
  position: relative;
}
.box .job-details-main .main-content .job-body .body-right .body-right-bottom .scan {
  position: absolute;
  top: 44px;
  right: 60px;
}
.box .job-details-main .main-content .job-body .body-right .body-right-bottom .scan p {
  margin-bottom: 5px;
  font-size: 14px;
}
.box .job-details-main .main-content .job-header {
  padding: 25px 30px 30px;
  margin-bottom: 20px;
  background-color: #fff;
  position: relative;
}
.box .job-details-main .main-content .job-header::after {
  content: '';
  display: block;
  clear: both;
}
.box .job-details-main .main-content .job-header .job-header-left {
  display: inline-block;
}
.box .job-details-main .main-content .job-header .job-header-left::after {
  content: '';
  display: block;
  clear: both;
}
.box .job-details-main .main-content .job-header .job-header-left img {
  border: 1px solid #eee;
  float: left;
  margin-right: 30px;
}
.box .job-details-main .main-content .job-header .job-header-left .recruit-info {
  float: left;
}
.box .job-details-main .main-content .job-header .job-header-left .recruit-info > p {
  margin-bottom: 15px;
}
.box .job-details-main .main-content .job-header .job-header-left .recruit-info .enterprise-name {
  font-size: 20px;
  font-weight: 600;
}
.box .job-details-main .main-content .job-header .job-header-left .recruit-info .second-info span {
  color: #666;
  font-size: 14px;
  position: relative;
  margin-right: 20px;
}
.box .job-details-main .main-content .job-header .job-header-left .recruit-info .second-info span:not(:last-child)::after {
  content: '';
  width: 1px;
  height: 16px;
  background-color: #666;
  position: absolute;
  top: 2px;
  right: -12px;
}
.box .job-details-main .main-content .job-header .job-header-left .recruit-info .third-info {
  margin-top: 30px;
}
.box .job-details-main .main-content .job-header .job-header-left .recruit-info .third-info::after {
  content: '';
  display: block;
  clear: both;
}
.box .job-details-main .main-content .job-header .job-header-left .recruit-info .third-info .info-item {
  float: left;
  position: relative;
  padding: 0 50px 0 10px;
}
.box .job-details-main .main-content .job-header .job-header-left .recruit-info .third-info .info-item:not(:last-child)::after {
  content: '';
  width: 1px;
  height: 45px;
  position: absolute;
  background-color: #e9e9e9;
  top: -2px;
  right: 20px;
}
.box .job-details-main .main-content .job-header .job-header-left .recruit-info .third-info .info-item p {
  text-align: center;
  font-size: 14px;
}
.box .job-details-main .main-content .job-header .job-header-left .recruit-info .third-info .info-item p:first-child {
  color: #0178d4;
}
.box .job-details-main .main-content .job-header .job-header-left .recruit-info .third-info .info-item p:last-child {
  color: #666;
}
.box .job-details-main .main-content .job-header .job-header-right {
  float: right;
  transform: translateY(50%);
  -ms-transform: translateY(50%);
}
.box .job-details-main .main-content .job-header .job-header-right .follow {
  width: 100%;
  height: 45px;
  background-color: #0178d4;
  color: #fff;
  border: 0;
  border-radius: 3px;
  font-size: 16px;
  cursor: pointer;
}
.box .job-details-main .main-content .job-header .job-header-right .follow img {
  margin-right: 5px;
}
.box .job-details-main .main-content .job-header .job-header-right .share {
  margin-top: 15px;
  color: #666;
  font-size: 14px;
}
.box .job-details-main .main-content .job-header .job-header-right .share > div {
  display: inline-block;
  margin-right: 8px;
  cursor: pointer;
}
.box .job-details-main .main-content .job-header .job-header-right .share > div img,
.box .job-details-main .main-content .job-header .job-header-right .share > div span {
  vertical-align: middle;
}
.box .job-details-main .main-content .job-body .body-left .enterprise-introduce .breif-intro {
  padding: 20px 0;
  font-size: 14px;
  line-height: 28px;
  text-align: left;
  color: #737373;
}
.box .job-details-main .main-content .job-body .body-left .other-job {
  position: relative;
}
.box .job-details-main .main-content .job-body .body-left .other-job .more {
  color: #474747;
  font-size: 14px;
  cursor: pointer;
  position: absolute;
  top: 25px;
  right: 30px;
}
.box .job-details-main .main-content .job-body .body-right .body-right-tops {
  padding: 20px;
  background-color: #fff;
  margin-bottom: 15px;
}
.box .job-details-main .main-content .job-body .body-right .body-right-tops .recommand-title {
  padding-bottom: 20px;
  border-bottom: 1px solid #E3E7ED;
}
.box .job-details-main .main-content .job-body .body-right .body-right-tops .recommand-title::after {
  content: '';
  display: block;
  clear: both;
}
.box .job-details-main .main-content .job-body .body-right .body-right-tops .recommand-title span:first-child {
  font-weight: 600;
}
.box .job-details-main .main-content .job-body .body-right .body-right-tops .recommand-title span:last-child {
  font-size: 14px;
  color: #999;
  cursor: pointer;
  float: right;
}
.box .job-details-main .main-content .job-body .body-right .body-right-tops .recommand {
  margin-bottom: 20px;
}
.box .job-details-main .main-content .job-body .body-right .body-right-tops .recommand li {
  padding: 20px 0;
}
.box .job-details-main .main-content .job-body .body-right .body-right-tops .recommand li:not(:last-child) {
  border-bottom: 1px solid #E3E7ED;
}
.box .job-details-main .main-content .job-body .body-right .body-right-tops .recommand li .job span:first-child {
  font-weight: 600;
  color: #333;
  width: 125px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
}
.box .job-details-main .main-content .job-body .body-right .body-right-tops .recommand li .job span:last-child {
  color: #ff845e;
  float: right;
}
.box .job-details-main .main-content .job-body .body-right .body-right-tops .recommand li .comp-name {
  margin-top: 10px;
  font-size: 14px;
  color: #999;
}
.box .job-details-main .main-content .job-hunting-header {
  padding: 0px 30px;
  margin: 14px 0;
  background-color: #fff;
}
.box .job-details-main .main-content .job-hunting-header .rows {
  padding: 10px 0;
  width: 100%;
  display: flex;
}
.box .job-details-main .main-content .job-hunting-header .rows:not(:last-child) {
  border-bottom: 1px solid #eee;
}
.box .job-details-main .main-content .job-hunting-header .rows::after {
  content: '';
  display: block;
  clear: both;
}
.box .job-details-main .main-content .job-hunting-header .rows div {
  float: left;
  font-weight: 600;
  line-height: 27px;
  font-size: 14px;
  width: 50px;
  flex-shrink: 0;
}
.box .job-details-main .main-content .job-hunting-header .rows ul {
  float: left;
  width: calc(100% - 80px);
}
.box .job-details-main .main-content .job-hunting-header .rows ul li {
  float: left;
  border-radius: 3px;
  margin: 5px 5px 5px 0px;
  font-size: 14px;
  padding: 4px 12px;
  cursor: pointer;
  color: #474747;
  font-weight: 400;
}
.box .job-details-main .main-content .job-hunting-header .rows ul .active {
  background-color: #0178d4;
  color: #fff;
}
.box .job-details-main .main-content .job-hunting-header .rows ul .salary-input {
  padding: 0 5px;
}
.box .job-details-main .main-content .job-hunting-header .rows ul .salary-input input {
  width: 55px;
  height: 24px;
  padding: 0 5px;
  outline: none;
  border: 1px solid #ddd;
  border-radius: 3px;
  text-align: center;
  color: #474747;
}
.box .job-details-main .main-content .job-hunting-header .rows ul .salary-input button {
  height: 26px;
  padding: 0 10px;
  border: 1px solid #ddd;
  border-radius: 3px;
  background-color: #fff;
  color: #474747;
  cursor: pointer;
}
.box .job-details-main .main-content .job-hunting-header .rows ul .other {
  padding: 0 18px 0 0;
  cursor: default;
}
.box .job-details-main .main-content .job-hunting-header .rows ul .other input {
  width: 100px;
  text-align: center;
  padding: 8px 0;
  border: 1px solid #ddd;
  color: #474747;
  border-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  outline: none;
  cursor: default;
}
.box .job-details-main .main-content .job-hunting-header .rows ul .other button {
  background-color: #fff;
  outline: none;
  border: 1px solid #ddd;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 0 10px;
  margin-left: -5px;
  height: 33px;
  line-height: 33px;
}
.box .job-details-main .main-content .job-hunting-header .rows ul .other button i {
  width: 0;
  height: 0;
  border: 4px solid;
  border-color: #000 transparent transparent transparent;
  display: inline-block;
  vertical-align: middle;
}
#noNearEmploy {
  margin-top: 20px;
}
.box .job-details-main .main-content .all-jobs .jobs-box {
  width: 100%;
  background-color: #fff;
  border-bottom: 2px solid #0178d4;
}
.box .job-details-main .main-content .all-jobs .jobs-box span {
  display: inline-block;
  line-height: 48px;
  height: 48px;
  background-color: #0178d4;
  color: #fff;
  padding: 0 20px;
}
.box .job-details-main .main-content .job-body .body-left .positions-list li {
  background-color: #fff;
  margin-bottom: 20px;
}
.box .job-details-main .main-content .job-body .body-left .positions-list li .top {
  padding: 20px 15px 15px;
}
.box .job-details-main .main-content .job-body .body-left .positions-list li .top::after {
  content: '';
  display: block;
  clear: both;
}
.box .job-details-main .main-content .job-body .body-left .positions-list li .top > div:nth-child(1) {
  float: left;
  width: 55%;
}
.box .job-details-main .main-content .job-body .body-left .positions-list li .top > div:nth-child(1) p:first-child {
  margin-bottom: 5px;
}
.box .job-details-main .main-content .job-body .body-left .positions-list li .top > div:nth-child(1) p:first-child input {
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
.box .job-details-main .main-content .job-body .body-left .positions-list li .top > div:nth-child(1) p:first-child span {
  vertical-align: middle;
}
.box .job-details-main .main-content .job-body .body-left .positions-list li .top > div:nth-child(1) p:first-child span a {
  color: #333;
  font-weight: 600;
  margin: 0 5px;
}
.box .job-details-main .main-content .job-body .body-left .positions-list li .top > div:nth-child(1) p.middle {
  padding-left: 25px;
  margin-bottom: 5px;
}
.box .job-details-main .main-content .job-body .body-left .positions-list li .top > div:nth-child(1) p.middle .salary {
  color: #ff845e;
  margin-right: 8px;
}
.box .job-details-main .main-content .job-body .body-left .positions-list li .top > div:nth-child(1) p.middle .salary + span {
  font-size: 14px;
  color: #474747;
}
.box .job-details-main .main-content .job-body .body-left .positions-list li .top > div:nth-child(1) p.time {
  padding-left: 25px;
  font-size: 14px;
  color: #999999;
}
.box .job-details-main .main-content .job-body .body-left .positions-list li .top > div:nth-child(2) {
  float: left;
  width: 35%;
}
.box .job-details-main .main-content .job-body .body-left .positions-list li .top > div:nth-child(2) p {
  font-size: 14px;
  color: #474747;
}
.box .job-details-main .main-content .job-body .body-left .positions-list li .top > div:nth-child(2) p:first-child {
  color: #2F7EC9;
  margin-bottom: 5px;
  line-height: 27px;
}
.box .job-details-main .main-content .job-body .body-left .positions-list li .top > div:nth-child(3) {
  float: left;
  width: 10%;
  text-align: center;
}
.box .job-details-main .main-content .job-body .body-left .positions-list li .top > div:nth-child(3) button {
  background-color: #ED530F;
  color: #fff;
  border: 0;
  border-radius: 5px;
  padding: 6px 12px;
  cursor: pointer;
  font-size: 14px;
}
.box .job-details-main .main-content .job-body .body-left .positions-list li .top > div:nth-child(3) p {
  font-size: 14px;
  color: #999;
  margin-top: 4px;
}
.box .job-details-main .main-content .job-body .body-left .positions-list li .top > div:nth-child(3) p img,
.box .job-details-main .main-content .job-body .body-left .positions-list li .top > div:nth-child(3) p span {
  vertical-align: middle;
  cursor: pointer;
}
.box .job-details-main .main-content .job-body .body-left .positions-list li .top > div:nth-child(3) .btn-active {
  background-color: #FF7F39;
}
.box .job-details-main .main-content .job-body .body-left .positions-list li .bottom {
  background-color: #f8f9fc;
  padding-left: 40px;
  padding-bottom: 6px;
}
.box .job-details-main .main-content .job-body .body-left .positions-list li .bottom span {
  display: inline-block;
  font-size: 12px;
  border: 1px solid #eee;
  border-radius: 2px;
  padding: 2px 8px;
  margin-top: 9px;
  margin-right: 10px;
}
.box .job-details-main .main-content .job-body .body-left .footer-page {
  background-color: #fff;
  padding: 20px 15px;
}
.box .job-details-main .main-content .job-body .body-left .footer-page > div:first-child {
  display: inline-block;
}
.box .job-details-main .main-content .job-body .body-left .footer-page > div:first-child input {
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
.box .job-details-main .main-content .job-body .body-left .footer-page > div:first-child button {
  margin: 0 5px;
  background-color: #F9F9F9;
  border: 1px solid #D2D2D2;
  border-radius: 5px;
  padding: 6px 12px;
  vertical-align: middle;
  cursor: pointer;
}
.box .job-details-main .main-content .job-body .body-left .footer-page > div:last-child {
  float: right;
}
.box .job-details-main .main-content .job-body .body-left .footer-page > div:last-child .pagination ._page_container {
  margin: 2px auto;
}
.box .job-details-main .main-content .job-body .body-right .body-right-tops .btn-toHome {
  width: 100%;
  height: 35px;
  border: 1px solid #0178d4;
  background-color: #fff;
  color: #0178d4;
  border-radius: 3px;
  cursor: pointer;
}
* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.page-body {
  height: 100%;
  width: 100%;
}
.page-body .page-header {
  height: 64px;
  margin: 0;
  padding: 0;
  display: flex;
  -js-display: flex;
  border-bottom: none;
}
.page-body .page-header .header-left {
  width: 187px;
  height: 100%;
  background: #0C619D;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.09);
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 800;
  color: #FFFFFF;
  display: flex;
  -js-display: flex;
  align-items: center;
  justify-content: center;
}
.page-body .page-header .header-right {
  flex: 1;
  display: flex;
  -js-display: flex;
  background: #FFFFFF;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.09);
  align-items: center;
  padding: 0 36px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #474747;
  justify-content: space-between;
}
.page-body .page-header .header-right .header-tool {
  flex: 1;
}
.page-body .page-header .header-right .header-tool ul.tool-list {
  margin: 0;
  display: flex;
  -js-display: flex;
  justify-content: flex-end;
  align-items: center;
}
.page-body .page-header .header-right .header-tool ul.tool-list li {
  margin-right: 20px;
  line-height: 26px;
}
.page-body .page-header .header-right .header-tool ul.tool-list li img {
  width: 20px;
  height: 20px;
  position: relative;
  top: 3px;
}
.page-body .page-content {
  height: calc(100% - 215px);
  display: flex;
  -js-display: flex;
  min-height: 400px;
}
.page-body .page-content nav {
  width: 187px;
  height: 100%;
  background: #14325F;
}
.page-body .page-content nav .user-box {
  height: 120px;
  display: flex;
  -js-display: flex;
  text-align: center;
  color: #fff;
  flex-direction: column;
  justify-content: center;
}
.page-body .page-content nav .user-box img {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  margin: 10px auto;
}
.page-body .page-content nav .nav-list li {
  display: flex;
  -js-display: flex;
  align-items: center;
  height: 60px;
  padding-left: 30px;
  font-size: 14px;
}
.page-body .page-content nav .nav-list li span {
  cursor: pointer;
  color: #fff;
  opacity: 40%;
}
.page-body .page-content nav .nav-list li i {
  color: #fff;
  opacity: 40%;
  margin-right: 10px;
}
.page-body .page-content nav .nav-list li.active span,
.page-body .page-content nav .nav-list li.active i {
  opacity: 1;
}
.page-body .page-content main {
  flex: 1;
  height: 100%;
}
.page-body .page-content main .sonPage {
  height: calc(100% - 40px);
  background-color: #f2f2f2;
  padding: 15px 15px 15px 15px;
}
.page-body .page-content main .sonPage iframe {
  height: 100%;
  width: 100%;
}
.page-body .page-content main .main-footer {
  height: 40px;
  background: #14325F;
}
.page-body .page-content main .main-footer .main-footer-list {
  display: flex;
  -js-display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin: 0;
}
.page-body .page-content main .main-footer .main-footer-list li {
  padding: 0 60px;
  font-size: 14px;
  border-right: 1px solid #fff;
  color: #fff;
  display: flex;
  -js-display: flex;
  align-items: center;
  height: 16px;
}
.page-body .page-content main .main-footer .main-footer-list li i {
  width: 0;
  height: 0;
  border: 5px solid;
  border-color: transparent transparent #FFBE00;
  margin-left: 10px;
}
.page-body footer {
  height: 151px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 40px;
  width: 100%;
  background: #0178d4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  -ms-flex-pack: distribute;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.page-body footer img {
  width: 56px;
  height: 68px;
}
.page-body footer .find-wrong-img img {
  width: 100px;
  height: 55px;
  margin: 0 30px;
}
.page-body footer .bottom-box-content {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 30px;
  opacity: 0.8;
  margin-right: 30px;
}
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/
.setting-box {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  padding: 24px;
}
.setting-box .setting-left {
  width: 193px;
  background: #fff;
  border-right: 1px solid #E3E7ED;
  height: 100%;
  padding: 24px 0 0 0;
}
.setting-box .setting-left span {
  margin-left: 15px;
}
.setting-box .setting-left .setting-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}
.setting-box .setting-left .setting-action div {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #474747;
  width: 100%;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.setting-box .setting-left .setting-action div:hover {
  background: #F0F0F0;
  border-right: 4px solid #0178d4;
}
.setting-box .setting-right {
  width: 100%;
  background: #fff;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 65px 0 0 80px;
}
.setting-box .setting-right .setting-line .now-account-number {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #474747;
  margin-bottom: 31px;
}
.setting-box .setting-right .setting-line .password {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 24px;
  width: 355px;
}
.setting-box .setting-right .setting-line .password span {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #474747;
}
.setting-box .setting-right .setting-line .password input {
  width: 271px;
  height: 32px;
  border: 1px solid #E2E0E0;
  border-radius: 3px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #474747;
}
.setting-box .setting-right .change-password {
  margin-left: 84px;
  margin-top: 32px;
}
.setting-box .setting-right .change-password button {
  width: 112px;
  height: 32px;
  background: #0178d4;
  border-radius: 1px;
  line-height: 32px;
  font-size: 13px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  border: none;
}
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/
.announcement-box {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.announcement-box .announcement-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.announcement-box .announcement-navigation div {
  padding: 0 18px;
  height: 32px;
  background: #FFFFFF;
  border-radius: 3px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #474747;
  line-height: 32px;
  text-align: center;
}
.announcement-box .announcement-navigation div:not(:first-child) {
  margin-left: 8px;
}
.announcement-box .announcement-navigation :hover {
  background: #87C1E3;
  color: #fff;
}
.announcement-box .now-announcement {
  margin-top: 16px;
  height: 81px;
  background: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 24px 17px 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.announcement-box .now-announcement .announcement-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.announcement-box .now-announcement .announcement-title span:first-child {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #474747;
}
.announcement-box .now-announcement .announcement-title span:last-child {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #474747;
  margin-top: 15px;
}
.announcement-box .now-announcement .news span:first-child {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #474747;
}
.announcement-box .now-announcement .news span:last-child {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #474747;
  opacity: 0.5;
}
.announcement-box .now-announcement .announcement-details {
  width: 93px;
  height: 32px;
  background: #FFFFFF;
  border: 1px solid #0178d4;
  border-radius: 3px;
  line-height: 32px;
  text-align: center;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #0178d4;
}
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/
.announcement-box {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.announcement-box .top-announcement {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 25px;
}
.announcement-box .top-announcement .announcement-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.announcement-box .top-announcement .announcement-navigation div {
  padding: 0 18px;
  height: 32px;
  background: #FFFFFF;
  border-radius: 3px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #474747;
  line-height: 32px;
  text-align: center;
}
.announcement-box .top-announcement .announcement-navigation div:not(:first-child) {
  margin-left: 8px;
}
.announcement-box .top-announcement .announcement-navigation :hover {
  background: #87C1E3;
  color: #fff;
}
.announcement-box .top-announcement .select-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 32px;
  line-height: 32px;
}
.announcement-box .top-announcement .select-box #administrative {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #474747;
  border: none;
  background: #eee;
}
.announcement-box .top-announcement .select-box .filter-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 22px;
}
.announcement-box .top-announcement .select-box .filter-box span {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #474747;
}
.announcement-box .top-announcement .select-box .filter-box img {
  width: 16px;
  height: 18px;
  opacity: 0.5;
}
.announcement-box .advisory-box {
  height: 80px;
  margin-right: 25px;
  margin-top: 16px;
  padding: 20px 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.09);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.announcement-box .advisory-box .advisory-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.announcement-box .advisory-box .advisory-left img {
  width: 35px;
  height: 33px;
}
.announcement-box .advisory-box .advisory-left .advisory-data {
  margin-left: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.announcement-box .advisory-box .advisory-left .advisory-data span:first-child {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #4EA2DD;
}
.announcement-box .advisory-box .advisory-left .advisory-data span:last-child {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #474747;
  opacity: 0.67;
  margin-top: 7px;
}
.announcement-box .advisory-box .options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.announcement-box .advisory-box .options img {
  width: 15px;
  height: 15px;
}
.announcement-box .advisory-box .options div {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 21px;
  height: 32px;
  background: #FFFFFF;
  border: 1px solid #E3E7ED;
  border-radius: 3px;
  text-align: center;
  line-height: 32px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #474747;
}
.announcement-box .advisory-box .options .last-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.announcement-box .advisory-box .options div:not(:first-child) {
  margin-left: 8px;
}
.announcement-box .talent-box {
  margin-top: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 35px;
  height: 192px;
  background: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 25px;
}
.announcement-box .talent-box .talent-avatar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.announcement-box .talent-box .talent-avatar img {
  width: 70px;
  height: 61px;
  border-radius: 5px;
}
.announcement-box .talent-box .talent-avatar div {
  width: 68px;
  height: 24px;
  background: #FF894B;
  border-radius: 12px;
  line-height: 24px;
  text-align: center;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  margin-top: 5px;
}
.announcement-box .talent-box .talent-imformation-box {
  margin-left: 18px;
}
.announcement-box .talent-box .talent-imformation-box .talent-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.announcement-box .talent-box .talent-imformation-box .talent-name span:first-child {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #000000;
}
.announcement-box .talent-box .talent-imformation-box .talent-name span:last-child {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #474747;
  margin-left: 23px;
}
.announcement-box .talent-box .talent-imformation-box .talent-profession {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000000;
  margin-top: 15px;
}
.announcement-box .talent-box .talent-imformation-box .talent-profession div:first-child {
  padding-right: 5px;
}
.announcement-box .talent-box .talent-imformation-box .talent-profession div:not(:first-child) {
  padding: 0 5px;
  border-left: 1px solid #000000;
}
.announcement-box .talent-box .talent-imformation-box .job-expectations {
  margin-top: 13px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000000;
  opacity: 0.7;
}
.announcement-box .talent-box .talent-imformation-box .skill {
  margin-top: 7px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000000;
  opacity: 0.7;
}
.announcement-box .talent-box .work-experience {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 20px;
}
.announcement-box .talent-box .work-experience .work-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.announcement-box .talent-box .work-experience .work-line .point {
  width: 15px;
  height: 15px;
  border: 5px solid #86D9FF;
  border-radius: 50%;
}
.announcement-box .talent-box .work-experience .work-line .line {
  width: 1px;
  height: 92px;
  background: #86D9FF;
}
.announcement-box .talent-box .work-experience .work-time {
  width: 115px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000000;
  line-height: 36px;
  opacity: 0.5;
  margin-left: 15px;
}
.announcement-box .talent-box .work-experience .work-place {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 26px;
  width: 172px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000000;
  line-height: 36px;
}
.announcement-box .talent-box .greet {
  margin-left: 32px;
  width: 150px;
  height: 32px;
  background: #0178d4;
  border-radius: 3px;
  line-height: 32px;
  text-align: center;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
}
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/
.announcement-box {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.announcement-box .top-announcement {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 25px;
}
.announcement-box .top-announcement .announcement-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.announcement-box .top-announcement .announcement-navigation div {
  padding: 0 18px;
  height: 32px;
  background: #FFFFFF;
  border-radius: 3px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #474747;
  line-height: 32px;
  text-align: center;
}
.announcement-box .top-announcement .announcement-navigation select {
  padding: 0 18px;
  height: 32px;
  background: #FFFFFF;
  border-radius: 3px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #474747;
  line-height: 32px;
  text-align: center;
  margin-left: 8px;
  border: none;
}
.announcement-box .top-announcement .announcement-navigation div:not(:first-child) {
  margin-left: 8px;
}
.announcement-box .top-announcement .announcement-navigation :hover {
  background: #87C1E3;
  color: #fff;
}
.announcement-box .chat-box {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  margin-right: 25px;
  background: #fff;
  margin-top: 17px;
}
.announcement-box .chat-box .chat-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 279px;
  border-right: 1px solid #F1F1F1;
}
.announcement-box .chat-box .chat-list .chat-top {
  width: 100%;
  height: 40px;
  background: #F1F1F1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.announcement-box .chat-box .chat-list .chat-top img {
  width: 19px;
  height: 18px;
}
.announcement-box .chat-box .chat-list .chat-top span {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #474747;
}
.announcement-box .chat-box .chat-list .chat-name-list {
  padding: 0 24px 24px 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.announcement-box .chat-box .chat-list .chat-name-list .caht-name-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 23px;
}
.announcement-box .chat-box .chat-list .chat-name-list .caht-name-box .chat-pic img {
  width: 43px;
  height: 43px;
  border-radius: 50%;
}
.announcement-box .chat-box .chat-list .chat-name-list .caht-name-box .chat-content {
  margin-left: 7px;
}
.announcement-box .chat-box .chat-list .chat-name-list .caht-name-box .chat-content .chat-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.announcement-box .chat-box .chat-list .chat-name-list .caht-name-box .chat-content .chat-time span:first-child {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000000;
}
.announcement-box .chat-box .chat-list .chat-name-list .caht-name-box .chat-content .chat-time span:last-child {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #474747;
  opacity: 0.5;
}
.announcement-box .chat-box .chat-list .chat-name-list .caht-name-box .chat-content .chat-message {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #474747;
  opacity: 0.8;
  margin-top: 9px;
}
.announcement-box .chat-box .chat-right {
  width: 100%;
  height: 40px;
  background: #F1F1F1;
}
.announcement-box .chat-box .chat-right .name {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #474747;
  line-height: 40px;
  text-align: center;
  border-bottom: 1px solid #e3e7ed;
  opacity: 0.34;
}
.announcement-box .chat-box .chat-right .chat-news {
  height: 300px;
}
.announcement-box .chat-box .chat-right .chat-news .counterparty-information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
  margin-left: 26px;
}
.announcement-box .chat-box .chat-right .chat-news .counterparty-information img {
  width: 33px;
  height: 33px;
  background: #E3E7ED;
  border-radius: 50%;
}
.announcement-box .chat-box .chat-right .chat-news .counterparty-information .chat-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 10px;
}
.announcement-box .chat-box .chat-right .chat-news .counterparty-information .chat-content .direction {
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-right: 9px solid #E3E7ED;
  border-bottom: 4px solid transparent;
}
.announcement-box .chat-box .chat-right .chat-news .counterparty-information .chat-content .content {
  width: 202px;
  background: #E3E7ED;
  border-radius: 3px;
  padding: 12px 14px 11px 11px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #474747;
}
.announcement-box .chat-box .chat-right .chat-news .counterparty-information1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
  margin-right: 26px;
}
.announcement-box .chat-box .chat-right .chat-news .counterparty-information1 img {
  width: 33px;
  height: 33px;
  background: #E3E7ED;
  border-radius: 50%;
}
.announcement-box .chat-box .chat-right .chat-news .counterparty-information1 .chat-content1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 10px;
}
.announcement-box .chat-box .chat-right .chat-news .counterparty-information1 .chat-content1 .direction1 {
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-left: 9px solid #0C619D;
  border-bottom: 4px solid transparent;
}
.announcement-box .chat-box .chat-right .chat-news .counterparty-information1 .chat-content1 .content1 {
  width: 202px;
  background: #0C619D;
  border-radius: 3px;
  padding: 12px 14px 11px 11px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
}
.announcement-box .chat-box .chat-right .enter {
  height: 250px;
  border-top: 1px solid #e3e7ed;
  position: relative;
}
.announcement-box .chat-box .chat-right .enter .options {
  margin-top: 10px;
  margin-left: 4px;
}
.announcement-box .chat-box .chat-right .enter .options img {
  width: 18px;
  height: 18px;
}
.announcement-box .chat-box .chat-right .enter .options img:not(:first-child) {
  margin-left: 5px;
}
.announcement-box .chat-box .chat-right .enter .chat-input {
  width: 100%;
  height: 110px;
  outline: none;
  border: none;
  padding: 10px;
}
.announcement-box .chat-box .chat-right .send {
  position: absolute;
  right: 40px;
  bottom: 0px;
}
.announcement-box .chat-box .chat-right .send button {
  width: 80px;
  height: 30px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000000e8;
  line-height: 30px;
  text-align: center;
  border: none;
}
#dataCenterPage {
  background-color: #f4f4f4;
  padding: 15px;
}
#dataCenterPage .box-top {
  height: 48px;
  margin-bottom: 10px;
  display: flex;
  -js-display: flex;
  color: #474747;
  font-size: 14px;
  align-items: center;
  padding-left: 20px;
}
#dataCenterPage .box-top .text-label {
  color: #000;
  font-weight: bold;
  margin-right: 20px;
}
#dataCenterPage .box-top ul {
  display: flex;
  -js-display: flex;
  height: 100%;
  align-items: center;
}
#dataCenterPage .box-top ul li {
  margin-right: 20px;
  cursor: pointer;
}
#dataCenterPage .box-top ul .text-btn.active {
  color: #fff;
  padding: 2px 20px;
  background: #4EA2DD;
  border-radius: 20px;
}
#dataCenterPage .box-center {
  display: flex;
  -js-display: flex;
}
#dataCenterPage .box-center .box-left {
  margin-right: 10px;
  flex: 1;
  background-color: #f2f2f2;
}
#dataCenterPage .box-center .box-left .box-tab {
  margin-bottom: 10px;
}
#dataCenterPage .box-center .box-left .box-tab ul.nav-tabs li {
  float: right;
}
#dataCenterPage .box-center .box-left .box-tab ul.nav-tabs li a {
  margin-right: 0;
  border: none;
}
#dataCenterPage .box-center .box-left .box-tab ul.nav-tabs li.active a,
#dataCenterPage .box-center .box-left .box-tab ul.nav-tabs li.active a:hover,
#dataCenterPage .box-center .box-left .box-tab ul.nav-tabs li.active a:focus {
  border: none;
}
#dataCenterPage .box-center .box-left .box-tab .tab-content {
  padding: 15px;
}
#dataCenterPage .box-center .box-left .box-tab .tab-content p {
  font-size: 14px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}
#dataCenterPage .box-center .box-left .box-tab .tab-content .content {
  min-height: 200px;
  padding: 20px 0;
}
#dataCenterPage .box-center .box-left .box-tab .tab-content .content ul {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%;
}
#dataCenterPage .box-center .box-left .box-tab .tab-content .content ul li {
  display: flex;
  -js-display: flex;
  justify-content: center;
  font-size: 12px;
  flex-direction: column;
  margin-bottom: 20px;
}
#dataCenterPage .box-center .box-left .box-tab .tab-content .content ul li .info-top {
  display: flex;
  -js-display: flex;
}
#dataCenterPage .box-center .box-left .box-tab .tab-content .content ul li .info-top .top-left {
  margin-right: 10px;
}
#dataCenterPage .box-center .box-left .box-tab .tab-content .content ul li .info-top .top-left img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
}
#dataCenterPage .box-center .box-left .box-tab .tab-content .content ul li .info-top .top-right {
  color: #474747;
}
#dataCenterPage .box-center .box-left .box-tab .tab-content .content ul li .info-top .top-right div {
  margin-bottom: 5px;
}
#dataCenterPage .box-center .box-left .box-tab .tab-content .content ul li .info-top .top-right i {
  color: #4EA2DD;
  margin-right: 5px;
}
#dataCenterPage .box-center .box-left .box-tab .tab-content .content ul li .info-top .top-right span {
  color: #4EA2DD;
  margin-left: 5px;
}
#dataCenterPage .box-center .box-left .box-tab .tab-content .content ul li .info-top .top-right .num {
  font-weight: bold;
}
#dataCenterPage .box-center .box-left .box-tab .tab-content .content ul li .info-bottom {
  width: 156px;
  height: 24px;
  border: 1px solid #4EA2DD;
  color: #4EA2DD;
  text-align: center;
  line-height: 24px;
  font-size: 12px;
  margin-top: 10px;
  cursor: pointer;
}
#dataCenterPage .box-center .box-left .box-tab .tab-content .content ul li .info-bottom:hover {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08), 0 0 8px rgba(102, 175, 233, 0.6);
}
#dataCenterPage .box-center .box-left .box-tab .tab-content .content .bottomBorder {
  margin-top: 80px;
  display: flex;
  -js-display: flex;
  align-items: center;
}
#dataCenterPage .box-center .box-left .box-tab .tab-content .content .bottomBorder .text {
  width: 140px;
  text-align: center;
}
#dataCenterPage .box-center .box-left .box-tab .tab-content .content .bottomBorder .border {
  height: 1px;
  border-top: 1px solid #ddd;
  width: calc(50% - 70px);
}
#dataCenterPage .box-center .box-left .box-chart {
  padding: 15px;
}
#dataCenterPage .box-center .box-left .box-chart > p {
  font-size: 14px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}
#dataCenterPage .box-center .box-left .box-chart .cont {
  padding: 15px;
}
#dataCenterPage .box-center .box-left .box-chart .cont .list {
  width: 100%;
  border-bottom: 1px solid #ddd;
}
#dataCenterPage .box-center .box-left .box-chart .cont .list li {
  display: inline-block;
  width: 120px;
  margin-right: 100px;
  color: #474747;
  font-size: 14px;
  margin-bottom: -1px;
  cursor: pointer;
}
#dataCenterPage .box-center .box-left .box-chart .cont .list li .num {
  color: #0178d4;
  font-size: 16px;
  font-weight: bold;
  margin: 8px 0;
}
#dataCenterPage .box-center .box-left .box-chart .cont .list li.active {
  border-bottom: 2px solid #0178d4;
}
#dataCenterPage .box-center .box-left .box-chart .cont #myChart {
  margin-top: 10px;
  height: 300px;
  width: 100%;
}
#dataCenterPage .box-center .box-right {
  width: 296px;
  padding: 15px 10px;
}
#dataCenterPage .box-center .box-right p {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 15px;
}
#dataCenterPage .box-center .box-right .input-group {
  display: flex;
  -js-display: flex;
  align-items: center;
}
#dataCenterPage .box-center .box-right .input-group input {
  flex: 1;
  border-color: #4EA2DD;
}
#dataCenterPage .box-center .box-right .input-group .text-btn {
  height: 34px;
  line-height: 34px;
  width: 60px;
  font-size: 14px;
  cursor: pointer;
  text-align: center;
  background-color: #4EA2DD;
  color: #fff;
}
#dataCenterPage .box-center .box-right .input-group .text-btn:hover {
  background-color: #2c87c7;
}
#dataCenterPage .box-center .box-right .img-list {
  padding: 20px 0;
  display: flex;
  -js-display: flex;
}
#dataCenterPage .box-center .box-right .img-list img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  margin-right: -6px;
}
/* 职位管理页面 */
#jobManagePage {
  padding-bottom: 80px;
  background-color: #f4f4f4;
  padding: 15px;
  /* 企业招聘会内容区 */
}
#jobManagePage .box-top {
  height: 48px;
  margin-bottom: 15px;
}
#jobManagePage .box-top #typeSelect {
  display: flex;
  -js-display: flex;
  color: #474747;
  font-size: 14px;
  align-items: center;
  height: 48px;
}
#jobManagePage .box-top #typeSelect li {
  height: 48px;
  display: flex;
  -js-display: flex;
  align-items: center;
  padding: 0 15px;
  cursor: pointer;
  margin-right: 15px;
  margin-bottom: -1px;
}
#jobManagePage .box-top #typeSelect li.active {
  color: #474747;
  border-bottom: 2px solid #4EA2DD;
}
#jobManagePage .box-form {
  display: flex;
  -js-display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
#jobManagePage .box-form .public-btn {
  background-color: #4EA2DD;
  color: #fff;
  font-size: 12px;
  height: 32px;
  line-height: 32px;
  width: 80px;
  text-align: center;
}
#jobManagePage .box-form .public-form .search {
  position: relative;
  width: 200px;
  height: 32px;
  border-radius: 3px;
  margin-right: 20px;
}
#jobManagePage .box-form .public-form .search input[type='text'] {
  height: 32px;
  border: none;
  width: 200px;
  padding-right: 20px;
  margin-left: 0;
}
#jobManagePage .box-form .public-form .search .input-btn {
  position: absolute;
  right: 6px;
  top: 10px;
  font-size: 16px;
  color: #d6d6d6;
  cursor: pointer;
}
#jobManagePage .box-form .public-form .search .input-btn:hover {
  color: #bbbbbb;
}
#jobManagePage .box-form .public-form .form-control {
  border: none;
  margin-left: 20px;
}
#jobManagePage .box-form .public-form .select {
  width: 120px;
}
#jobManagePage .box-table {
  margin-bottom: 15px;
}
#jobManagePage .box-table .table-list .table-item {
  display: flex;
  -js-display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
  padding: 20px 15px;
  align-items: center;
}
#jobManagePage .box-table .table-list .table-item .row-left {
  display: flex;
  -js-display: flex;
}
#jobManagePage .box-table .table-list .table-item .row-left .left-check {
  margin-right: 10px;
}
#jobManagePage .box-table .table-list .table-item .row-left .left-check input[type="checkbox"] {
  cursor: pointer;
  width: 16px;
  height: 16px;
}
#jobManagePage .box-table .table-list .table-item .row-left .left-info .info-title {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  margin-bottom: 8px;
  display: flex;
  -js-display: flex;
  align-items: center;
}
#jobManagePage .box-table .table-list .table-item .row-left .left-info .info-title img {
  margin-left: 10px;
  width: 46px;
  height: 16px;
}
#jobManagePage .box-table .table-list .table-item .row-left .left-info .info-bottom {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #474747;
}
#jobManagePage .box-table .table-list .table-item .row-left .left-info .info-bottom .color-yellow {
  font-size: 15px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FF7F39;
  margin-right: 10px;
}
#jobManagePage .box-table .table-list .table-item .row-center {
  display: flex;
  -js-display: flex;
  font-size: 12px;
}
#jobManagePage .box-table .table-list .table-item .row-center > div {
  margin: 0 20px;
}
#jobManagePage .box-table .table-list .table-item .row-center > div .num {
  font-size: 24px;
  font-weight: 500;
  color: #474747;
}
#jobManagePage .box-table .table-list .table-item .row-center > div .gt {
  margin-left: 10px;
}
#jobManagePage .box-table .table-list .table-item .row-right {
  border: 1 px solid red;
  display: flex;
  -js-display: flex;
}
#jobManagePage .box-table .table-list .table-item .row-right .time {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #474747;
  opacity: 0.5;
  margin-right: 20px;
}
#jobManagePage .box-table .table-list .table-item .row-right .operation {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #4EA2DD;
}
#jobManagePage .box-table .table-list .table-item .row-right .operation span {
  margin: 0 5px;
}
#jobManagePage .box-table .table-list .table-item .row-right .operation .edit,
#jobManagePage .box-table .table-list .table-item .row-right .operation .del {
  cursor: pointer;
}
#jobManagePage .box-pagination {
  position: fixed;
  width: 100%;
  bottom: 0;
  padding: 0 15px;
  display: flex;
  -js-display: flex;
  justify-content: flex-end;
  align-items: center;
}
#jobManagePage .box-pagination .pagination {
  margin: 15px 15px 8px 0;
}
#jobManagePage .box-pagination .pagination-jump {
  display: flex;
  -js-display: flex;
  align-items: center;
  font-size: 12px;
  color: #474747;
}
#jobManagePage .box-pagination .pagination-jump input {
  width: 80px;
  border: 1px solid #ddd;
  margin: 0 10px;
  height: 32px;
  line-height: 32px;
  border-radius: 3px;
  outline: none;
  text-align: center;
}
#jobManagePage .box-pagination .pagination-jump .jump-btn {
  background: #0178d4;
  border-radius: 3px;
  color: #fff;
  padding: 8px 14px;
  cursor: pointer;
}
#jobManagePage .box-pagination .pagination-jump .jump-btn:hover {
  background: #1c6d9c;
}
#jobManagePage .fair-item {
  padding: 15px;
  display: flex;
  margin-bottom: 15px;
}
#jobManagePage .fair-item > div.left {
  margin-right: 20px;
}
#jobManagePage .fair-item > div.left img {
  width: 210px;
  height: 103px;
}
#jobManagePage .fair-item > div.right .title {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #474747;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
#jobManagePage .fair-item > div.right .title > span {
  margin: 0 5px;
}
#jobManagePage .fair-item > div.right .info {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
}
#jobManagePage .fair-item > div.right .info img {
  width: 14px;
  height: 14px;
  margin-right: 10px;
}
#jobManagePage .fair-item > div.right .info .marginLeft {
  margin-left: 15px;
}
/* 基本信息页面 */
#baseInfoPage {
  padding: 15px;
  background-color: #f4f4f4;
}
#baseInfoPage .content {
  padding: 15px;
}
#baseInfoPage .content section {
  margin-bottom: 10px;
}
#baseInfoPage .section-header {
  display: flex;
  -js-display: flex;
  justify-content: space-between;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #474747;
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
}
#baseInfoPage .section-header .headre-tool {
  color: #4EA2DD;
  font-size: 12px;
  cursor: pointer;
}
#baseInfoPage .section-header .headre-tool .glyphicon {
  font-size: 12px;
  margin-right: 8px;
}
#baseInfoPage .section-body.border-bottom {
  border-bottom: 1px solid #ddd;
}
#baseInfoPage .section-body {
  display: flex;
  -js-display: flex;
  padding: 20px 0;
}
#baseInfoPage .section-body .base-left {
  display: flex;
  -js-display: flex;
  align-items: center;
}
#baseInfoPage .section-body .base-left img {
  width: 80px;
  height: 80px;
  margin-right: 20px;
}
#baseInfoPage .section-body .base-left > div {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #474747;
}
#baseInfoPage .section-body .base-left > div P {
  font-size: 16px;
  font-weight: bold;
  color: #474747;
  margin-bottom: 10px;
}
#baseInfoPage .section-body .base-left > div span {
  opacity: 0.5;
}
#baseInfoPage .section-body .base-right {
  flex: 1;
  display: flex;
  -js-display: flex;
  justify-content: space-evenly;
}
#baseInfoPage .section-body .base-right .item {
  display: flex;
  -js-display: flex;
  align-items: center;
}
#baseInfoPage .section-body .base-right .item img {
  width: 48px;
  height: 48px;
  margin-right: 20px;
}
#baseInfoPage .section-body .base-right .item .item-right .num {
  font-size: 24px;
  font-weight: 500;
  color: #474747;
  line-height: 32px;
}
#baseInfoPage .section-body .base-right .item .item-right .info {
  font-size: 14px;
}
#baseInfoPage .section-body .baseForm {
  width: 100%;
  display: flex;
  -js-display: flex;
  flex-wrap: wrap;
}
#baseInfoPage .section-body .baseForm .form-group {
  width: 25%;
  display: flex;
  -js-display: flex;
  align-items: center;
  margin-bottom: 15px;
}
#baseInfoPage .section-body .baseForm .form-group label {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #474747;
  opacity: 0.6;
  width: 80px;
}
#baseInfoPage .section-body .baseForm .form-group textarea.form-control,
#baseInfoPage .section-body .baseForm .form-group input.form-control {
  width: calc(100% - 90px);
}
#baseInfoPage .section-body .baseForm .form-group textarea.readOnly,
#baseInfoPage .section-body .baseForm .form-group input.readOnly {
  border: none;
  background: none;
  outline: none;
  box-shadow: none;
}
#baseInfoPage .section-body .baseForm .form-group.block {
  width: 100%;
  align-items: baseline;
  margin-bottom: 0;
}
#baseInfoPage .section-body .baseForm .form-group.block textarea.form-control {
  width: calc(100% - 90px);
}
#baseInfoPage .section-body .sqzlForm {
  display: flex;
  -js-display: flex;
  margin-bottom: 20px;
}
#baseInfoPage .section-body .sqzlForm .form-group {
  margin-right: 80px;
  align-items: center;
  display: flex;
  -js-display: flex;
}
#baseInfoPage .section-body .sqzlForm .form-group label {
  margin-right: 5px;
}
#baseInfoPage .section-body .sqzlForm .form-group img {
  width: 76px;
  height: 54px;
  margin-right: 10px;
}
/* 发布职位 */
#publicJobPage {
  padding: 15px;
  background-color: #f4f4f4;
}
#publicJobPage section {
  margin-bottom: 20px;
  padding: 15px;
}
#publicJobPage section .section-header {
  display: flex;
  margin-bottom: 25px;
}
#publicJobPage section .section-header .header-img {
  margin-right: 10px;
}
#publicJobPage section .section-header .header-img img {
  width: 11px;
  height: 27px;
  margin-top: 5px;
}
#publicJobPage section .section-header .header-right {
  font-family: Microsoft YaHei;
}
#publicJobPage section .section-header .header-right .title {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 5px;
}
#publicJobPage section .section-header .header-right .info {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
}
#publicJobPage section .section-body {
  padding: 0 20px;
}
#publicJobPage section .section-body .baseForm {
  width: 50%;
}
#publicJobPage section .section-body .baseForm .form-group {
  width: 100%;
  margin-bottom: 20px;
}
#publicJobPage section .section-body .baseForm .form-group label {
  width: 90px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
}
#publicJobPage section .section-body .baseForm .form-group .form-control {
  width: calc(100% - 120px);
}
#publicJobPage section .section-body .baseForm .form-group .form-control.minWidth {
  width: 200px;
  margin-right: 5px;
}
#publicJobPage section .section-body .baseForm .form-group .bootstrap-select .btn {
  background-image: none;
  box-shadow: none !important;
  text-shadow: none !important;
}
#publicJobPage section .section-body .baseForm .form-group .bootstrap-select > .dropdown-toggle.bs-placeholder,
#publicJobPage section .section-body .baseForm .form-group .bootstrap-select > .dropdown-toggle.bs-placeholder:active,
#publicJobPage section .section-body .baseForm .form-group .bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
#publicJobPage section .section-body .baseForm .form-group .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
  color: #333;
}
#publicJobPage section .section-body .baseForm .form-group .bootstrap-select .btn-default:focus,
#publicJobPage section .section-body .baseForm .form-group .bootstrap-select .btn-default:hover {
  background-color: transparent;
  border: 1px solid #ddd;
}
#publicJobPage section .section-body .form-info {
  padding-left: 90px;
  display: flex;
  align-items: center;
}
#publicJobPage section .section-body .form-info img {
  width: 16px;
  height: 16px;
  margin-right: 5px;
}
#publicJobPage section .section-body .form-btn-gruop {
  width: 50%;
  display: flex;
  justify-content: flex-end;
  margin: 20px 0;
  padding-right: 25px;
}
#publicJobPage section .section-body .form-btn-gruop .form-btn {
  width: 96px;
  height: 32px;
  line-height: 32px;
  border-radius: 3px;
  font-size: 14px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
}
#publicJobPage section .section-body .form-btn-gruop .close {
  color: #474747;
  border: 1px solid #4EA2DD;
  background: #FFFFFF;
}
#publicJobPage section .section-body .form-btn-gruop .del {
  border: 1px solid #FF894B;
  background: #FF894B;
  margin: 0 10px;
}
#publicJobPage section .section-body .form-btn-gruop .save {
  background: #4EA2DD;
  border: 1px solid #4EA2DD;
}
.create-center {
  background: #F1F1F3;
  position: relative;
}
.create-center .create-center-top .spot {
  position: absolute;
  top: 0;
  width: 110px;
  height: 1px;
  border-top: 2px dashed #C3C0C0;
  margin-top: 17px;
}
.spot1 {
  left: 418px;
}
.spot2 {
  right: 418px;
}
.create-center .create-center-top {
  width: 1230px;
  margin: 0 auto;
  font-size: 14px;
  position: relative;
  margin-top: 45px;
}
.create-center .create-center-top > div .three {
  position: absolute;
  top: 0;
  display: block;
  border: 1px solid #0178d4;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 30px;
  text-align: center;
  right: 340px;
  /* margin-left: 50%;
    transform: translateX(-50%); */
  opacity: 0.5;
}
.create-center .create-center-top > div .two {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 30px;
  height: 30px;
  border: 1px solid #C0C0C0;
  border-radius: 50%;
  line-height: 30px;
  color: #474747;
  text-align: center;
  margin-left: 50%;
  transform: translateX(-50%);
  opacity: 0.5;
}
.create-center .create-center-top > div .one {
  position: absolute;
  top: 0;
  display: block;
  width: 30px;
  height: 30px;
  background: #0178d4;
  border-radius: 50%;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 30px;
  text-align: center;
  /* margin-left: 50%;
    transform: translateX(-50%); */
  left: 340px;
}
.create-center .create-center-top > div .span1 {
  position: absolute;
  top: 30px;
  left: 327px;
  font-weight: 400;
  color: #0178d4;
  margin-top: 15px;
}
.create-center .create-center-top > div .span2,
.create-center .create-center-top > div .span3 {
  color: #474747;
  margin-top: 15px;
  opacity: 0.5;
  position: absolute;
  top: 30px;
}
.create-center .create-center-top > div .span3 {
  right: 327px;
}
.create-center .create-center-top > div .span2 {
  margin-left: 50%;
  transform: translateX(-50%);
}
.create-center .create-center-center .title {
  padding-top: 69px;
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  line-height: 12px;
  text-align: center;
}
.create-center .create-center-center .center-box .introduce {
  font-weight: bold;
  color: #000000;
  line-height: 24px;
  text-align: center;
  margin-top: 59px;
}
.introduce2 {
  padding-top: 6px;
}
.create-center .create-center-center .center-box .function {
  margin-top: 23px;
  line-height: 12px;
  text-align: center;
}
.create-center .create-center-center .center-box .operation,
.create-center .create-center-center .center-box .operation2 {
  text-align: center;
  margin: 0 auto;
  margin-top: 31px;
  background: #0178d4;
  border-radius: 3px;
  width: 88px;
  height: 30px;
  line-height: 30px;
  color: #FFFFFF;
  font-size: 14px;
  cursor: pointer;
}
.create-center .create-center-center .center-box .operation2 {
  background: #FFFFFF;
  color: #474747;
  border: 1px solid #E1E1E1;
}
.create-center .create-center-center .center-box .topImg2 {
  width: 66px;
  height: 50px;
  margin-left: 50%;
  transform: translateX(-50%);
  margin-top: 51px;
}
.create-center .create-center-center .center-box .topImg {
  width: 54px;
  height: 57px;
  margin-left: 117px;
  margin-top: 51px;
}
.create-center .create-center-center .center-box {
  display: flex;
  margin: auto;
  width: 560px;
}
.create-center .create-center-center .center-box .choice1,
.create-center .create-center-center .center-box .choice2 {
  width: 240px;
  height: 320px;
  background: #FFFFFF;
  border: 2px solid #E1E1E1;
  border-radius: 6px;
  /* margin-top: 73px;
    margin-bottom: 96px; */
  font-size: 14px;
  position: absolute;
  top: 160px;
}
.create-center .create-center-center .center-box .choice1 {
  left: 342px;
}
.create-center .create-center-center .center-box .choice2 {
  right: 330px;
}
.create-center .create-center-center {
  width: 1230px;
  /* min-height: 576px; */
  border-radius: 6px;
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.07);
  background: #FFFFFF;
  margin: 0 auto;
  transform: translateY(90px);
  position: relative;
  /* margin-top: 90px; */
}
.create-center-footer {
  /* position: absolute;
    bottom: 0; */
  margin: 0 auto;
  margin-top: 138px;
  width: 518px;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  padding-bottom: 72px;
}
.create-center .footer2 {
  padding-bottom: 44px;
}
.create-center .create-center-height {
  height: 576px;
}
.create-center .details-center-height {
  height: 666px;
}
.register-box {
  padding: 49px 215px 69px 98px;
  display: flex;
}
.register-box .register-form {
  color: #474747;
}
.register-box .register-form .register-form-title {
  margin: 0 0 0 1px;
  font-size: 16px;
}
.register-box .register-form .register-form-title :first-child {
  color: #0178d4;
  margin-right: 33px;
  line-height: 12px;
  font-weight: 400;
  cursor: pointer;
}
.register-box .register-form .register-form-title :nth-of-type(2) {
  margin-right: 47px;
  line-height: 12px;
  cursor: pointer;
  font-weight: 400;
}
.register-box .register-form .register-form-title :nth-of-type(3) {
  cursor: pointer;
}
.register-box .register-form .title-underline .line1 {
  width: 83px;
  height: 2px;
  background: #0178d4;
  display: inline-block;
  position: absolute;
  top: 16px;
  left: 0;
}
.register-box .register-form .title-underline .line2 {
  width: 280px;
  height: 2px;
  background: #CDCDCD;
  display: inline-block;
  position: absolute;
  top: 16px;
  left: 83px;
}
.register-box .register-form .title-underline {
  /* margin-top: 16px; */
  height: 16px;
  margin-left: 1px;
  position: relative;
}
.register-box .register-form .register-form-values {
  margin-top: 33px;
  font-weight: 400;
  font-size: 14px;
  clear: both;
  width: 365px;
  /* position: relative; */
  /* display: flex;
    flex-direction: column;
    align-items: flex-end; */
}
/* .register-box .register-form .register-form-values >label .pass-format  */
.register-box .register-form .register-form-values .pass-format :first-of-type {
  margin-right: 8px;
  font-size: 12px;
}
.register-box .register-form .register-form-values .pass-format :nth-of-type(2),
.register-box .register-form .register-form-values .pass-format :nth-of-type(3),
.register-box .register-form .register-form-values .pass-format :nth-of-type(4) {
  background: #DADADA;
  line-height: 16px;
  text-align: center;
  margin-right: 2px;
  color: #000000;
  padding: 1px 14px 1px 17px;
}
.register-box .register-form .register-form-values .pass-format :nth-of-type(5) {
  margin-left: 13px;
  line-height: 16px;
}
.register-box .register-form .register-form-values .pass-format > img {
  width: 17px;
  height: 17px;
  margin-left: 3px;
  transform: translateY(3px);
}
.register-box .register-form .register-form-values .pass-format {
  float: right;
  /* margin-top:22px; */
  transform: translate(25px, -10px);
  margin-bottom: 18px;
  /* white-space: nowrap; */
}
.register-box .register-form .register-form-values .position-label {
  position: relative;
}
.register-box .register-form .register-form-values .position-label > div .idcode-text {
  cursor: pointer;
}
.register-box .register-form .register-form-values .position-label > div {
  position: absolute;
  top: 15px;
  right: 11px;
  color: #2A7ED1;
}
.register-box .register-form .register-form-values .position-label > div .idcode-line {
  width: 1px;
  height: 20px;
  background: #DADADA;
  border: 1px solid #DADADA;
  margin-right: 20px;
}
.register-box .register-form .register-form-values > label {
  margin-bottom: 30px;
  float: right;
}
.register-box .register-form .register-form-values > label > span {
  color: #FF0000;
}
.register-box .register-form .register-form-values > label > input {
  height: 45px;
  width: 281px;
  border: 1px solid #CDCDCD;
  text-indent: 10px;
}
.register-box .register-form .register-form-values .details-botton {
  width: 282px;
  height: 44px;
  background: #0178d4;
  border-radius: 6px;
  font-size: 16px;
  line-height: 44px;
  text-align: center;
  color: #FFFFFF;
  float: right;
  cursor: pointer;
}
.register-box .register-form .register-form-values .details-botton-text > span {
  color: #0178d4;
  cursor: pointer;
}
.register-box .register-form .register-form-values .details-botton-text {
  margin-top: 16px;
  color: #999999;
  font-size: 14px;
  float: right;
  margin-right: 62px;
}
.register-box .dividing-line {
  position: absolute;
  width: 1px;
  height: 502px;
  background: #DADADA;
  /* opacity: 0.45; */
  left: 662px;
  top: 67px;
}
.register-box .return-login {
  font-size: 14px;
  position: absolute;
  left: 662px;
  top: 67px;
}
.register-box .return-login .return-login-img {
  width: 209px;
  height: 151px;
  margin-top: 59px;
  margin-left: 145px;
}
.register-box .return-login > div {
  margin-top: 19px;
  margin-left: 207px;
  /* display: flex; */
}
.register-box .return-login > div :first-child {
  margin-right: 5px;
}
.register-box .return-login > div :last-child {
  color: #0178d4;
  cursor: pointer;
}
.register-box .return-login .other-login-icon {
  margin: 21px 0 0 247px;
  width: 41px;
  height: 41px;
  cursor: pointer;
}
.register-box .return-login .other-text {
  margin-left: 231px;
  margin-top: 57px;
  display: block;
}
.icon-ok {
  margin: 50%;
  transform: translate(-50%, -50%);
}
.other-box {
  height: 100%;
  width: 100%;
  overflow: hidden;
  background: #F1F1F3;
}
/* @ts */
.page-body .page-content main .sonPage {
  height: calc(100% - 40px);
  background-color: #f2f2f2;
  padding: 0;
}
.talentSearch-box {
  width: 100%;
  height: 100%;
}
.talentSearch-box .talentSearch-top {
  height: 127px;
  background: #FFFFFF;
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.09);
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px solid #c2c1c1;
}
.talentSearch-box .talentSearch-top .encircle {
  display: flex;
  flex-direction: column;
}
.talentSearch-box .talentSearch-top .encircle .demo-post {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.talentSearch-box .talentSearch-top .encircle .demo-post div {
  width: 87px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #474747;
  background: #fff;
}
.talentSearch-box .talentSearch-top .encircle .demo-post div:hover {
  background: #4EA2DD;
  color: #FFFFFF;
}
.talentSearch-box .talentSearch-top .encircle .search-block {
  display: flex;
  justify-content: start;
  align-items: center;
  width: 920px;
  height: 40px;
  background: #FFFFFF;
  border-left: 1px solid #0178d4;
  border-top: 1px solid #0178d4;
  border-bottom: 1px solid #0178d4;
  padding: 0;
}
.talentSearch-box .talentSearch-top .encircle .search-block .area {
  width: 102px;
  height: 100%;
  border: none;
  outline: none;
}
.talentSearch-box .talentSearch-top .encircle .search-block input {
  height: 100%;
  width: 720px;
  border: none;
  outline: none;
}
.talentSearch-box .talentSearch-top .encircle .search-block .search-botton {
  width: 98px;
  height: 40px;
  background: #0178d4;
  text-align: center;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
.talentSearch-box .talentSearch-top .encircle .search-block .search-botton img {
  width: 25px;
  height: 24px;
}
.talentSearch-box .claim {
  height: 350px;
  background: #FFFFFF;
  margin: 24px 24px 0 24px;
  padding: 28px 27px;
  box-sizing: border-box;
}
.talentSearch-box .claim .history-record {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.talentSearch-box .claim .history-record .history-text span:first-child {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #474747;
}
.talentSearch-box .claim .history-record .history-text span:not(:first-child) {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #474747;
  margin-left: 15px;
}
.talentSearch-box .claim .history-record .history-delete {
  display: flex;
  justify-content: start;
  align-items: center;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #474747;
  opacity: .5;
}
.talentSearch-box .claim .history-record .history-delete img {
  width: 15px;
  height: 15px;
  margin-left: 8px;
}
.talentSearch-box .claim .history-record .recommended {
  display: flex;
  justify-content: start;
  align-items: center;
}
.talentSearch-box .claim .history-record .recommended div:first-child {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #474747;
}
.talentSearch-box .claim .history-record .recommended div:not(:first-child) {
  width: 95px;
  height: 24px;
  background: #EEF0F5;
  border: 1px solid #EEF0F5;
  border-radius: 12px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #474747;
  line-height: 24px;
  text-align: center;
  margin-left: 24px;
}
.talentSearch-box .claim .line {
  height: 1px;
  background: #E3E7ED;
  margin-top: 23px;
}
.talentSearch-box .claim .select-range {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-top: 23px;
  margin-left: -20px;
  position: relative;
}
.talentSearch-box .claim .select-range .history-delete {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: start;
  align-items: center;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #474747;
  opacity: .5;
}
.talentSearch-box .claim .select-range .history-delete img {
  width: 15px;
  height: 15px;
  margin-left: 8px;
}
.talentSearch-box .claim .select-range .range-box {
  display: flex;
  flex-direction: column;
  margin-left: 20px;
}
.talentSearch-box .claim .select-range .range-box .title {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #474747;
}
.talentSearch-box .claim .select-range .range-box .range {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 15px;
}
.talentSearch-box .claim .select-range .range-box .range .range-line {
  width: 9px;
  height: 1px;
  background: #474747;
  margin: 0 2px;
}
.talentSearch-box .claim .select-range .range-box .range .area {
  width: 120px;
  height: 32px;
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  border-radius: 3px;
  outline: none;
}
.talentSearch-box .priority {
  height: 48px;
  background: #FFFFFF;
  line-height: 48px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #474747;
  margin: 24px 24px 0 24px;
  padding-left: 24px;
}
.talentSearch-box .priority span:not(:first-child) {
  margin-left: 46px;
}
.talentSearch-box .priority span:hover {
  color: #4EA2DD;
}
.talentSearch-box .talent-box {
  margin: 24px 24px 0 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 35px;
  height: 192px;
  background: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.talentSearch-box .talent-box .talent-avatar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.talentSearch-box .talent-box .talent-avatar img {
  width: 70px;
  height: 61px;
  border-radius: 5px;
}
.talentSearch-box .talent-box .talent-avatar div {
  width: 68px;
  height: 24px;
  background: #FF894B;
  border-radius: 12px;
  line-height: 24px;
  text-align: center;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  margin-top: 5px;
}
.talentSearch-box .talent-box .talent-imformation-box {
  margin-left: 18px;
}
.talentSearch-box .talent-box .talent-imformation-box .talent-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.talentSearch-box .talent-box .talent-imformation-box .talent-name span:first-child {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #000000;
}
.talentSearch-box .talent-box .talent-imformation-box .talent-name span:last-child {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #474747;
  margin-left: 23px;
}
.talentSearch-box .talent-box .talent-imformation-box .talent-profession {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000000;
  margin-top: 15px;
}
.talentSearch-box .talent-box .talent-imformation-box .talent-profession div:first-child {
  padding-right: 5px;
}
.talentSearch-box .talent-box .talent-imformation-box .talent-profession div:not(:first-child) {
  padding: 0 5px;
  border-left: 1px solid #000000;
}
.talentSearch-box .talent-box .talent-imformation-box .job-expectations {
  margin-top: 13px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000000;
  opacity: 0.7;
}
.talentSearch-box .talent-box .talent-imformation-box .skill {
  margin-top: 7px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000000;
  opacity: 0.7;
}
.talentSearch-box .talent-box .work-experience {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 20px;
}
.talentSearch-box .talent-box .work-experience .work-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.talentSearch-box .talent-box .work-experience .work-line .point {
  width: 15px;
  height: 15px;
  border: 5px solid #86D9FF;
  border-radius: 50%;
}
.talentSearch-box .talent-box .work-experience .work-line .line {
  width: 1px;
  height: 21px;
  background: #86D9FF;
}
.talentSearch-box .talent-box .work-experience .work-time {
  width: 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000000;
  line-height: 36px;
  opacity: 0.5;
  margin-left: 15px;
}
.talentSearch-box .talent-box .work-experience .work-place {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 325px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000000;
  line-height: 36px;
}
* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
}
/*# sourceMappingURL=project.css.map */

.login-box .login-body > div .login-boxForm .login-type a {
  color: #000000;
}
.login-box .login-body > div .login-boxForm .qrCodeLogin {
  margin-left: 50%;
  transform: translateX(-50%);
  width: 180px;
  height: 180px;
  padding: 15px;
  border: 1px solid #ccc;
}
.login-box .login-body > div .login-boxForm .weixin-login-text {
  margin: 10px auto 0;
  width: 190px;
  text-align: center;
  height: 36px;
  line-height: 36px;
  background-color: #EEEEEE;
  color: #999999;
  border-radius: 30px;
}
.login-box .login-body > div .login-boxForm .sbcard-login-text {
  margin: 10px auto 0;
  width: 230px;
  text-align: center;
  height: 36px;
  line-height: 36px;
  background-color: #EEEEEE;
  color: #999999;
  border-radius: 30px;
}
.login-box .login-body > div .login-form {
  position: relative;
}
.login-box .login-body > div .login-form .get-qr {
  position: absolute;
  bottom: 66px;
  right: 8px;
  color: #0178d4;
  font-weight: 100;
  border-left: 1px solid #0178d4;
  padding-left: 10px;
  opacity: .6;
  cursor: pointer;
}
.login-box .login-body > div .login-fast > div .type-box > a {
  line-height: 127px;
  color: black;
}
.visb{
  display: none!important;
}

.login-box .login-body > div .login-fast img{
  width: 43px;
  height: 43px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.login-box .login-body > div .login-fast {
  position: relative;
  margin-top: 10px;
  padding: 0 10px;
  border-top: 1px solid #DADADA;
}
.login-box .login-body > div .login-fast1 > div .type-box > a {
  line-height: 127px;
  color: black;
}
.login-box .login-body > div .login-fast1 img{
  width: 43px;
  height: 43px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.login-box .login-body > div .login-fast1 {
  position: relative;
  margin-top: 10px;
  padding: 0 10px;
  border-top: 1px solid #DADADA;
  display: none;
}
