.search-box{
    margin-bottom: 20px;
}
.search-top {
    padding: 20px 20px;
    background: #f7f7f7;
    display: flex;
    align-items: center;
    justify-content: center;
   
  }
  .search-top .search-l,
  .search-top .search-r {
    display: flex;
    align-items: center;
  }
  .search-top .search-l {
    width: calc(100% - 160px);
  }
  .search-top .search-l .input-group {
    width: calc(100% - 110px);
  }
  .search-top .search-r {
    justify-content: flex-end;
    width: calc(58% - 55px);
  }
  .search-top .search-r .input-b {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: calc(100% - 180px);
  }
  .search-top .search-r .input-b .input-group {
    width: calc(50% - 20px);
  }
  .search-top p {
    color: #333;
    display: inline-block;
    white-space: nowrap;
    margin-right: 10px;
  }
  .search-top .input-group {
    background: #fff;
  }
  .search-top .input-group input {
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding: 0 15px;
    border: 0;
    background: #fff;
    color: #333;
  }
  .search-top .line {
    width: 10px;
    height: 1px;
    margin: 0 10px;
    background: #333;
  }
  .search-top .search-but {
    display: inline-block;
    width: 120px;
    text-align: center;
    line-height: 60px;
    color: #fff;
    background: #b69660;
    margin-left: 15px;
  }


.all{
    padding: 80px 0 120px;
}
.fa{
    position: relative;
    
}
.fa::after{
    height: calc(100% - 10px);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #f7f7f7;
    display: block;
    content: '';
    width: 100%;
    opacity: 0;
    transition: all 0.5s;
}
.fa_act::after{
    opacity: 1;
}
.fa>div{
    position: relative;
    z-index: 2;
}
.list_flx{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px dashed #e5e5e5;
    height: 140px;
    padding: 0 30px;
}
.list_l{
    display: flex;
    align-items: center;
    width: 81.5%;
}
.list_time{
    text-align: center;
    width: 120px;
}
.list_day{
    line-height: 1;
    font-weight: bold;
    margin-bottom: 5px;
}
.list_title{
    width: 80%;
}
.list_tit{
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.list_line{
    width: 1px;
    height: 100px;
    background: #e5e5e5;
}
.value{
    width: 18.5%;
}
.value_color{
    color: #b69660;
    font-weight: bold;
}
.list_title a{
    transition: all 0.5s;
}
.list_flx:hover .list_title a{
    color: #b69660;
}
.phone_val{
    display: none;
    width: 100%;
}
@media only screen and (max-width: 1600px) {
    .list_flx{
        height: 120px;
    }
    .list_line {
        height: 75px;
        margin: 0 30px;
    }
    .all{
        padding: 40px 0 60px;
    }
}
@media only screen and (max-width: 1200px) {
    .list_title{
        width: 70%;
    }
}

@media only screen and (max-width: 768px) {
    .list_flx{
        height: 80px;
        padding: 0;
    }
    .list_title{
        width: 100%;
    }
    .value{
        display: none;
    }
    .phone_val{
        display: block;
    }
    .list_line {
        height: 50px;
        margin: 0 10px;
    }
    .list_l{
        width: 100%;
    }
    .search-top .search-l,
    .search-top .search-r {
      width: 100%;
    }
    .search-top .search-l,
    .search-top .search-r {
      flex-wrap: wrap;
    }
    .search-top .search-l .input-group {
      width: 100%;
    }
    .search-top .search-r {
      margin-top: 10px;
    }
    .search-top .search-r .input-b {
      width: 100%;
    }
    .search-top p {
      font-size: 14px;
      width: 105px;
      text-align: left;
    }
    .search-top {
      flex-wrap: wrap;
      padding: 15px;
    }
    .search-top p {
      width: 100%;
      font-size: 16px;
      margin-bottom: 4px;
    }
    .search-top .line {
      width: 20px;
    }
    .search-top .search-but {
      width: 100%;
      margin-left: 0;
      margin-top: 15px;
      line-height: 45px;
    }
    .search-top .input-group input {
      height: 40px;
      line-height: 40px;
    }
}