/* 职位库 */
.listTitle{
  padding: 36px 0 30px;
}
.listTitle h3,.listTitle span{
  float: left;
  width: 19%;
  height: 80px;
  margin-right: 0.7%;
  border: 1px solid #eee;
  border-radius: 8px;
  text-align: center;
  box-sizing: border-box;
}
.listTitle h3{
  padding: 0 10px;
  display: table;
}
.listTitle h3 strong{
  font-size: 18px;
  display: table-cell;
  vertical-align: middle;
}
.listTitle span{
  width: 15.5%;
  height: 80px;
  font-size: 18px;
  line-height: 80px;
}
.listTitle span:nth-child(6){
  margin-right: 0;
}
.listTitle span strong{
  font-size: 24px;
  margin-right: 5px;
  color: #fd822f;
}
.listTitle span:nth-child(3) strong{
  color: #7363ed;
}
.listTitle span:nth-child(4) strong{
  color: #fc595b;
}
.listTitle span:nth-child(5) strong{
  color: #fdbd30;
}
.listTitle span:nth-child(6) strong{
  color: #2163c4;
}
.searchList li{
  float: left;
  width: 20%;
  height: 100px;
  border: 1px solid #ececec;
  box-sizing: border-box;
}
.searchList li a{ 
  display: block;
  width: 100%;
  height: 100%;
}
.searchList li:hover h4,.searchList li:hover p{
  color: #3a9ff9;
}
.searchList li:hover{
  box-shadow:0 0 6px 2px rgba(0, 0, 0, 0.1)
}
.searchList h4{
  padding: 15px 15px 0;
  font-size: 16px;
  line-height: 24px;
}
.searchList p{
  padding-left: 15px;;
  font-size: 14px;
  line-height: 30px;
  color: #999;
}
.tab-city li{
  float: left;
  margin: 12px 10px 0 0;
}
.tab-city li a{
  display: block;
  height: 38px;
  padding: 0 20px;
  border: 1px solid #f2f2f2;
  font-size: 16px;
  line-height: 38px;
  box-sizing: border-box;
}
.tab-city li.cur a{
  border: 1px solid #39a6fc;
}
.tab-city li.cur a{
  color: #39a6fc;
}
.tab-city-zw,.resultwrap-zw,.tab-city-wrap{
  display: none;
}
.tab-city-zw.active,.resultwrap-zw.active,.tab-city-wrap.active{
  display: block;
}
/* 分数库 */
.searchList-fs li{
  height: 80px;
}
.searchList-fs li a{
  height: 80px;
  display: table;
}
.searchList-fs h4{
  display: table-cell; vertical-align:middle;
  padding: 0 15px;
}

/* 默认适配屏幕最小1710px */
@media screen and ( min-width: 1200px) and ( max-width: 1709px) {
  .searchList li{
    height: 130px;
  } 
  .searchList-fs li{
    height: 90px;
  } 
}
/* 适配手机 */
@media screen  and ( max-width: 1199px) {
  .listTitle{
    padding: 1rem 0;
  }
  .listTitle h3{ display: none;}
  .listTitle span{
    width: 19.5%;
    height: 3rem;
    padding-top: .5rem;
    margin-right: .625%;
    font-size: .6rem;
    line-height: 1rem;
  }
  .listTitle span strong{
    display: block;
    font-size: .7rem;
    margin-right: 0;
  }
  .searchList li{
    float: left;
    width: 25%;
    height: 3rem;
    overflow: hidden;
  }
  .searchList h4{
    height: 2rem;
    padding: .5rem .2rem 0;
    font-size: .5rem;
    line-height: 1rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .searchList p{
    display: none;
  }
  .tab-city li{
    margin: .5rem .25rem 0 0;
  }
  .tab-city li a{
    height: 1.2rem;
    padding: 0 .5rem;
    font-size: .6rem;
    line-height: 1.2rem;
  } 
}
