body {
  background: #F9F9F9;
  position: relative;
}

.hire .main {
  width: 14rem;
  margin: 0.7rem auto 0;
  display: flex;
  justify-content: space-between;
}

.hire_fl {
  width: 3.3rem;
  margin-right: 0.37rem;
}


/* 筛选 */
.class_hire {
  width: 3.3rem;
  height: auto;
  background: #FFFFFF;
  border-radius: 0.1rem;
  margin-bottom: 0.27rem;
}

.class_hire .hire_name {
  width: 100%;
  height: 0.64rem;
  line-height: 0.64rem;
  padding-left: 0.15rem;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 0.2rem;
  color: #000000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  white-space: nowrap;
}

.class_hire .hire_name i {
  width: 0.16rem;
  height: 0.09rem;
  display: block;
  background: url(../img/xiala_icon2.png) center no-repeat;
  margin-right: 0.2rem;
  transform: rotate(-90deg);
  transition: 0.5s;
}
.class_hire.act .hire_name i{
    transform: rotate(0deg);
      transition: 0.5s;
}
.class_hire .hire_list {
  padding: 0.04rem 0.15rem 0.59rem 0.15rem;
  box-sizing: border-box;
  display: none;
}
.class_hire.act .hire_list{
    display: block;
}
.class_hire.act .hire_name{
     border-bottom: 0.01rem solid #EDEDED;
}
.class_hire .hire_list .hire_li {
  width: 100%;
  font-weight: 400;
  font-size: 0.16rem;
  color: #000000;
  margin-top: 0.22rem;
}

.class_hire .hire_list .hire_li input {
  width: 0.12rem;
  height: 0.12rem;
  background: #3F38A1;
  border-radius: 0.03rem;
  cursor: pointer;
  position: relative;
  z-index: 9;
}

.class_hire .hire_list .hire_li span {
  margin-left: 0.14rem;
}




.hire_fr {
  width: 10.33rem;
}

.hire_shu {
  font-weight: 600;
  font-size: 0.22rem;
  color: #000000;
  margin-bottom: 0.4rem;
}

.hire_shu b {
  color: #FF0000;
  margin: 0 0.04rem;
}



.search form {
  width: 10.33rem;
  height: 0.8rem;
  background: #FFFFFF;
  box-shadow: 0rem 0.03rem 0.2rem 0.01rem rgba(0, 0, 0, 0.11);
  border-radius: 0.14rem 0.1rem 0.1rem 0.14rem;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.56rem;
}

.search .search_txt {
  height: 0.8rem;
  width: calc(100% - 1.81rem);
  background: #FFFFFF;
  position: relative;
}

.search .search_txt i {
  content: "";
  position: absolute;
  width: 0.24rem;
  height: 0.24rem;
  left: 0.38rem;
  top: 0.28rem;
  background: url("../img/class_search_btn.png") center no-repeat;
  background-size: cover;
}

.search .search_input {
  width: 100%;
  height: 100%;
  display: block;
  line-height: 0.8rem;
  padding-left: 0.84rem;
  padding-right: 0.4rem;
  box-sizing: border-box;
  font-weight: 400;
  font-size: 0.18rem;
}

.search .search_input::placeholder {
  color: #848484;
}


.search .search_btn {
  width: 1.81rem;
  height: 0.8rem;
  background: #3F38A2;
  line-height: 0.8rem;
  text-align: center;
  display: block;
  font-weight: bold;
  font-size: 0.2rem;
  color: #FFFFFF;
  cursor: pointer;
}




.hire_cont {
  width: 100%;
  height: auto;
  border-bottom: 0.01rem solid #DEDEDE;
  padding: 0 0.24rem;
  box-sizing: border-box;
}

.hire_cont .hire_top {
  height: 0.86rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.hire_cont .hire_bottom{
  display: none;
}
.hire_cont .hire_title {
  font-weight: bold;
  font-size: 0.22rem;
  color: #333333;
  width: 3.2rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hire_cont .hire_address {
  font-weight: 400;
  font-size: 0.14rem;
  color: #626262;
  /*width: 2rem;*/
}

.hire_cont .hire_num {
  font-weight: 400;
  font-size: 0.14rem;
  color: #626262;
  /*width: 1.3rem;*/
}

.hire_cont .hire_time {
  font-weight: 400;
  font-size: 0.16rem;
  color: #626262;
  /*width: 1.92rem;*/
}

.hire_cont .hire_icon {
  width: 0.27rem;
  height: 0.27rem;
  background: #DBDBDB url(../img/hire_icon.png) center no-repeat;
  border-radius: 50%;
}



.hire_cont.act {
  width: 10.33rem;
  height: auto;
  background: #FFFFFF;
  box-shadow: 0rem 0rem 0.2rem 0.01rem rgba(138, 138, 138, 0.1);
  border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
  border: none;
  margin-bottom: 0.1rem;
}

.hire_cont.act .hire_top {
  height: 1.1rem;
}
.hire_cont.act .hire_title{
  white-space: normal;
}
.hire_cont.act .hire_icon {
  background: #3F38A2 url(../img/hire_colse.png) center no-repeat;
}
.hire_cont.act .hire_bottom{
  display: block;
}
.content_li {
  border-top: 0.01rem solid #DBDBDB;
  padding: 0.4rem 0;
  box-sizing: border-box;
  font-size: 0.16rem;
}

.content_li .cont_class1 {
  font-weight: bold;
  font-size: 0.2rem;
  color: #000000;
  line-height: 0.35rem;
}

.content_li .cont_class2 {
  font-weight: 600;
  font-size: 0.18rem;
  color: #000000;
  line-height: 0.35rem;
  margin-top: 0.23rem;
  margin-bottom: 0.06rem;
}

.content_li ul li {
  font-weight: 400;
  font-size: 0.16rem;
  color: #727272;
  line-height: 0.35rem;
}

.content_li ul li b {
  font-weight: bold;
}
@media screen and (max-width: 1024px){
    .hire{
        width: 100%;
    }  
    .hire .main{
        width: 95%;
        flex-direction: column;
        margin: 0.2rem auto 0;
    }
    .hire_fl{
        width: 100%;
    }
    .class_hire{
        width: 100%;
    }
    .class_hire .hire_name i{
        height: 0.16rem;
    }
    .hire_list> form{
        display: flex;
    }
    .class_hire .hire_list .hire_li span{
        font-size: 0.24rem;
    }
    .hire_fr{
        width: 100%;
    }
    .class_hire.act .hire_name{
        font-size: 0.28rem;
    }
    .hire_shu {
        font-size: 0.28rem;   
    }
    .search form{
        width: 100%;
    }
    .search .search_input{
        font-size: 0.26rem;
    }
    .search .search_input:placeholder{
        font-size: 0.26rem;
    }
    .search .search_btn{
        font-size: 0.26rem;
    }
    .hire_cont .hire_title{
        width: 2rem;
        font-size: 0.24rem;
    }
    .hire_cont .hire_address{
        width: 1rem;
    }
    .hire_cont.act{
        width: 100%;
    }
    .content_li .cont_class1{
        font-size: 0.24rem;
    }
    .content_li>p{
        font-size: 0.22rem;
    }
    .content_li>p>strong{
        font-size: 0.23rem;
    }
}
