.search{
    width: 100%;
    border: 1px solid #b7b7b7;
    background: #fafafa;
}

.search form{
    width: 100%;
    display: flex;
}

.search input{
    padding: 0 0.2rem;
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 0.28rem;
    color: #333;
    border: none;
    outline: none;
    width: 80%;
}

.search .search-img{
    width: 20%;
    height: 0.8rem;
    background: url(../public/images/nav-search.png) center no-repeat;
    background-size: 30%;
}


.search-consult{
    margin-top: 0.4rem;
    min-height: 60vh;
}

.search-consult ul li{
    padding-bottom: 0.44rem;
    margin-bottom: 0.44rem;
    border-bottom: 1px solid #ccc;
}

.search-consult li h5{
    color: #333;
    font-size: 0.3rem;
    font-weight: 400;
    height: 0.96rem;
    line-height: 0.48rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.search-consult li .text{
    line-height: 0.6rem;
    font-size: 0.24rem;
    color: #b5b5b5;
}

.search-consult li .text span{
    line-height: 0.44rem;
    margin-right: 0.3rem;
}

.search-consult li .text2{
    color: #5f636a;
    font-size: 0.28rem;
    max-height: 1.32rem;
    line-height: 0.44rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.search-consult .none{
    font-size: 0.28rem;
    color: #333;
    padding: 0 0.2rem;
}

.search-consult .loadmore{
    margin: 0.5rem auto;
}