@charset "UTF-8";
.section .container{
  padding: 1rem 9rem;
}
.img{
  width: 100%;
  height: 100%;
}
.section-margin-bottom{
  margin-bottom:3rem;
}
.section-banner{
  width: 100%;
  height: 40vh;
  overflow: hidden;
}
.jobNav{
  width: 100%;
  display: flex;
  box-sizing: border-box;
  padding: 40px 8%;
  background-color: #fff;
}
.jobNav .search-bar{
  width:40%;
}
.jobNav .search-bar .nav-tit{
  color:#5a5a5a;
}
.jobNav .search-bar .nav-tit span{
  font-size:40px;
}
.jobNav .search-bar .seach{
  margin-top:1rem;
}
.jobNav .search-bar .seach .search-ipt{
  display: inline-block;
  width: 20vw;
  height:4rem;
  line-height: 4rem;
  border: 1px solid #ededed;
  padding-left: 1em;
  padding-right: 1em;
}
.jobNav .categories{
  width:60%;
}
.jobNav .categories .category{
  width: 100%;
  display: flex;
  margin-bottom: 2rem;
}
.jobNav .categories .category .nonton-tit{
  min-width: 80px;
  justify-content: space-between;
  display: flex;
  align-items: center;
  color: #000;
}
.jobNav .categories .category .nonton-nav-item-wrap{
  display: flex;
  flex-wrap: wrap;
  height: 21px;
  flex: 1;
  position: relative;
  overflow: hidden;
  margin: 0
}
.jobNav .categories .category .nonton-nav-item-wrap li{
  margin-right:1rem;
}
.nonton-items-checked{
  color:#ea5504;
}
.jobNav .categories .category .nonton-nav-item-wrap .moreBtn{
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  user-select: none;
}
.list-box{
  padding:2.5rem;
  background: #fff;
}
.list-itmes{
  min-height: 5rem;
  line-height: 5rem;
  color: #383838;
  display: flex;
}
.list-itmes .list-cell .tag-hot {
  padding: 2px 6px;
  font-size: 12px;
  color: #ea5504;
  font-weight: 400;
  background: #fff1f0;
  margin-right: 4px;
  border-radius: 4px;
}
.list-item-main{
  border-bottom: 1px solid #f0f0f0;
}
.icon-sousuo{
  margin-left:-3rem;
}
@media (max-width: 767px) {
  body {
    padding-bottom: 4rem;
  }
  .section .container{
    padding:0;
  }
  .section-banner{
    width: 100%;
    height: auto;
  }
  .seach-nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin:0.8rem 1.5rem;
  }
  .seach-nav div{
    margin:1rem;
  }
  .seach-nav span{
    white-space: nowrap;
  }
  .box-lists{
    background-color: #fff;
    padding:1rem;
  }
  .box-lists li{
    margin-bottom: 1rem;
    padding: 0 2rem;
    border-bottom: 1px solid #ececec;
  }
  .box-lists li p{
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }
  .box-lists li .job-title{
    font-size: 1.6rem;
  }
  .box-lists li .list-items{
    font-size: 1rem;
  }
  .box-lists li .list-items .dates{
    font-size:1rem;
  }
  .seach-nav{
    position: relative;
  }
  .seach-nav .melist,.menulist{
    display:none;
    position: absolute;
    top: 50px;
    left: 0px;
    background: #fff;
    text-align: center;
    width: 100%;
    height: 25vh;
    overflow-y: auto;
    font-size: 1.4rem;
    z-index: 9999;
    transition: all 0.3s ease 0s;
  }
  .seach-nav .city:hover .melist{
    display: block;
  }
  .seach-nav .category:hover .menulist{
    display: block;
  }
  .seach-nav .melist li{
    margin-bottom: 1rem;
    padding:0.5rem;
  }
  .seach-nav .menulist li{
    margin-bottom: 1rem;
    padding:0.5rem;
  }
}

