a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
ul,
li {
  list-style: none;
}
ul {
  padding: 0;
  margin: 0;
}
i {
  font-style: normal;
}
img {
  max-width: 100%;
}
.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-top: 0;
  margin-bottom: 0;
}
.fz1 {
  font-size: 18px;
  line-height: 25px;
}
.fz2 {
  line-height: 20px;
  font-size: 14px;
}
input {
  outline: none;
}
@media (min-width: 1170px) {
  .lg-hide {
    display: none;
  }
}
@media (max-width: 1170px) {
  .md-hide {
    display: none!important;
  }
}
@media (max-width: 750px) {
  .xl-clear-pl {
    padding-left: 0;
  }
}
.pager {
  max-width: 800px;
  text-align: center;
  margin-bottom: 30px;
  display: inline-block;
  line-height: 0;
  font-size: 0;
}
.pager a,
.pager span {
  width: 32px;
  height: 32px;
  background: #cccccc;
  color: #ffffff;
  display: inline-block;
  line-height: 32px;
  float: left;
  font-size: 15px;
  text-decoration: none;
  margin: 0 10px;
  border-radius: 50%;
}
.pager a:hover,
.pager span:hover {
  background: #3F66F6;
  position: relative;
  z-index: 1;
}
.pager a {
  cursor: pointer;
}
.pager span.current {
  background-color: #3F66F6;
  color: #fff;
  border-color: #3F66F6;
  position: relative;
  z-index: 1;
}
.pager span.els {
  border-color: transparent;
}
.pager .pg-first,
.pager .pg-last,
.pager .pg-prev,
.pager .pg-next {
  font-family: 'iconfont';
}
.pager .pg-first[disabled=true],
.pager .pg-last[disabled=true],
.pager .pg-prev[disabled=true],
.pager .pg-next[disabled=true] {
  cursor: default;
  color: #d4d4d4;
}
.pager .els {
  background: none;
  color: #666666;
  line-height: 21px;
}
.pager .els:hover {
  background: none;
}
.pager .pg-first {
  background: none;
  color: #666666;
}
.pager .pg-first:hover {
  background: none;
}
.pager .pg-first:after {
  content: "\e628";
}
.pager .pg-last {
  background: none;
  color: #666666;
}
.pager .pg-last:hover {
  background: none;
}
.pager .pg-last:after {
  content: "\e625";
}
.pager .pg-prev {
  background: none;
  color: #666666;
}
.pager .pg-prev:hover {
  background: none;
}
.pager .pg-prev:after {
  content: "\e61f";
}
.pager .pg-next {
  background: none;
  color: #666666;
}
.pager .pg-next:hover {
  background: none;
}
.pager .pg-next:after {
  content: "\e61c";
}
.pager i {
  font-style: normal;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.pager input {
  width: 44px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  outline: none;
  border: 1px solid #979797;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
}
.pager button {
  width: 32px;
  height: 32px;
  display: inline-block;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #3F66F6;
  color: #3F66F6;
  outline: none;
  font-size: 14px;
  border-radius: 50%;
  margin-left: -15px;
}
.md-paging {
  margin-bottom: 25px;
  padding-top: 10px;
}
.md-paging-num {
  line-height: 32px;
}
.md-paging-btn a {
  width: 90px;
  display: inline-block;
  height: 32px;
  line-height: 32px;
  background-color: #3F66F6;
  color: #fff;
  border-radius: 4px;
}
.md-paging-btn a.disabled {
  background-color: #cccccc;
  cursor: not-allowed;
  pointer-events: none;
}
.search-city span {
  display: inline-block;
  vertical-align: middle;
  max-width: 70%;
  line-height: 46px;
}
.search-city:after {
  content: '';
  width: 0;
  height: 0;
  border-width: 6px 4px 0;
  border-style: solid;
  border-color: #A0A0A0 transparent transparent;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.search-btn {
  background-color: #3F66F6;
  color: #ffffff;
  display: block;
  height: 48px;
  line-height: 48px;
  border-radius: 8px;
  transition: .1s;
}
.search-btn:hover {
  color: #fff;
  background-color: rgb(121, 148, 249);
}
.search-main {
  height: 48px;
  border-radius: 8px;
  border: 1px solid #c1c1c1;
}
.search-main input {
  border-width: 0;
  height: 46px;
  width: 100%;
  background-color: transparent;
}
.splitline {
  position: relative;
}
.splitline::after {
  width: 1px;
  height: 30px;
  content: '';
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #e1e1e1;
  display: block;
  position: absolute;
}
.screen {
  padding: 26px 30px 19px 23px;
  border-radius: 4px;
  background-color: #fafafa;
  border: 1px solid #ededed;
  margin-bottom: 20px;
  font-size: 14px;
}
.screen-content {
  padding-right: 10px;
}
.screen dl {
  position: relative;
  margin-bottom: 0;
}
.screen dt {
  position: absolute;
  font-weight: normal;
  top: 0;
  left: 0;
}
.screen-main {
  color: #666;
  padding-left: 86px;
  transition: all 0.6s;
}
.screen-main a {
  display: inline-block;
  margin-right: 14px;
  padding: 0 6px;
  cursor: pointer;
  color: #666;
  margin-bottom: 10px;
  font-size: 14px;
}
.screen-main a.selected {
  background-color: #3F66F6;
  color: #fff;
}
.screen-main.mh {
  height: 30px;
  overflow: hidden;
}
.screen-more {
  color: #333;
  position: absolute;
  padding-right: 10px;
  top: 0;
  right: 0;
  cursor: pointer;
}
.screen-more:after {
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #a0a0a0;
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.screenhead {
  display: none;
}
@media (max-width: 750px) {
  .screen {
    display: -webkit-box;
    display: box;
    display: -webkit-flex;
    display: flex;
    position: relative;
    background-color: transparent;
    border-width: 0;
    padding: 0;
  }
  .screen-content {
    margin: 0 10px;
  }
  .screen dl {
    position: static;
    display: inline-flex;
  }
  .screen dl b {
    font-weight: normal;
  }
  .screen dl b.selected {
    color: #3F66F6;
  }
  .screen dt {
    position: relative;
    text-align: center;
    line-height: 32px;
    padding: 0 14px;
    background-color: #f8f8f8;
    font-size: 13px;
    margin-right: 12px;
    border-radius: 2px;
  }
  .screen-main {
    padding-left: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    background: white;
    z-index: -10;
    top: 100%;
    left: 0;
  }
  .screen-main.selected {
    z-index: 99999;
  }
  .screen-main.mh {
    height: 100%;
  }
  .screenhead {
    display: -webkit-box;
    display: box;
    display: -webkit-flex;
    display: flex;
    align-items: center;
  }
  .screenhead-tit {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    text-align: center;
    padding: 13px 0;
    margin: 0;
    font-size: 17px;
    margin-right: 40px;
  }
  .screenhead-back {
    width: 40px;
    text-align: center;
    cursor: pointer;
  }
  .screenhead-back .iconfont {
    font-size: 16px;
  }
}
.allcity {
  display: none;
}
.allcity ol {
  background: #ffffff;
  position: relative;
  z-index: 2;
  margin: 0;
  padding: 0;
}
.allcity li {
  padding: 23px 0;
}
.allcity li:hover {
  background: #fafafa;
}
.allcity li:hover .city_label strong {
  background-color: #cccccc;
  color: #ffffff;
}
.allcity .city_options {
  width: 84%;
}
.allcity .city_options a {
  display: inline-block;
  line-height: 23px;
  padding: 0 10px;
  font-size: 14px;
  color: #555;
}
.allcity .city_options a.selected {
  background: #3F66F6;
  color: #ffffff;
}
.allcity .city_label {
  width: 8%;
  text-align: center;
}
.allcity .city_label strong {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-color: #fafafa;
  font-size: 18px;
  font-weight: 700;
  color: #555;
  line-height: 32px;
  text-align: center;
}
@media (min-width: 1170px) {
  .allcity .city_label strong {
    margin-right: 40px;
  }
}
.post {
  border: 1px solid #d9d9d9;
  background: #fff;
  border-radius: 8px;
  padding: 17px 20px 14px 15px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  position: relative;
}
.post:hover {
  box-shadow: 0 4px 6px 0 rgba(172, 172, 172, 0.5);
}
.post-label {
  position: absolute;
  right: 0;
  bottom: 0;
}
.post-tit h3 {
  line-height: 28px;
  color: #333;
  font-size: 18px;
  display: block;
  margin-bottom: 2px;
}
.post-attr {
  line-height: 19px;
  color: #a0a0a0;
  font-size: 12px;
  margin-top: 4px;
}
.post-comp {
  margin-top: 9px;
  color: #656565;
  font-size: 14px;
  line-height: 20px;
}
.post-salary {
  color: #F14A30;
  font-size: 18px;
}
@media (max-width: 970px) {
  .post {
    padding: 10px 14px;
  }
  .post-comp {
    margin-top: 6px;
  }
}
.anchor {
  position: fixed;
  right: 8px;
  top: 15%;
  bottom: 0;
  z-index: 55;
}
.anchor li {
  color: #3F66F6;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 16px;
  border-radius: 50%;
  font-size: 12px;
}
.anchor li.on {
  background-color: #3F66F6;
  color: #ffffff;
}
.hotsearch {
  line-height: 20px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #a0a0a0;
}
.hotsearch a {
  margin-right: 20px;
  color: #1177C1;
}
.blank {
  padding-top: 20%;
  padding-bottom: 20%;
  color: #666666;
}
.blank img {
  display: block;
  margin: 0 auto 20px;
  max-width: 110px;
}
.activity {
  margin-top: 108px;
}
