.box {
    background-color: #fff;
}

.container {
    margin: 20px auto;
}

.con-left {
    width: 350px;
}

.list-content {
    width: 100%;
    height: 830px;
    padding: 0 20px 20px;
    /* overflow-y: auto; */
    box-sizing: border-box;
}

.list-content #search {
    height: 44px;
    line-height: 44px;
    padding: 0 20px;
    border-radius: 48px;
    background: #F2F2F2;
}

.list-content #search img {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}

.list-content #search input {
    font-size: 14px;
    font-family: "PingFang SC";
    background-color: transparent;
}

.list-content #search input::-webkit-input-placeholder {
    color: #999;
}

.list-content .list {
    max-height: 785px;
    transition: max-height 0.4s ease-out;
    overflow-y: auto;
}

.list-content .list li {
    padding: 27px 0;
    border-bottom: 1px solid #EAEAEA;
}

/* .list-content .list li:last-of-type {
    border-bottom: 0;
} */

.list-content .list .name {
    font-size: 20px;
    font-weight: 600;
}

.list-content .list .addr {
    margin-top: 15px;
    color: #000;
}

.list-content .list .addr img {
    width: 16px;
    height: 19px;
    margin-right: 9px;
}

.list-content .list .tel {
    margin-top: 14px;
    color: #999;
}

.list-content .list .tel img {
    width: 19px;
    height: 18px;
    margin-right: 9px;
}

::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.returnAll {
    display: none;
    width: fit-content;
    margin-top: 20px;
    padding: 10px 13px;
    border-radius: 30px;
    border: 1px solid #198CFF;
    text-align: center;
    color: #198CFF;
    cursor: pointer;
}

.nodata {
    display: none;
    margin-top: 30px;
}

.nodata img {
    width: 170px;
    height: 170px;
}

.nodata p {
    margin-top: 23px;
    color: #B9B9B9;
}

