.banner{
    width: 100%;
    height: 4.5rem;
    margin-top: 1.2rem;
    position: relative;
}
.banner .list{
    position: absolute;
    width: 7rem;
    height: 8.1rem;
    background: #ffffff;
    border-radius: 0.1rem;
    overflow: hidden;
    top: 3.2rem;
    left: 0.25rem;
    box-shadow: 0px 0px 10px #cccccc;
}
.list .list-head{
    width: 100%;
    height: 1.7rem;
    border-bottom: 0.02rem solid #27acff;
    overflow: hidden;
    padding: 0 0.35rem;
    box-sizing: border-box;
}
.list-head .list-tel{
    width: 100%;
    height: 0.45rem;
    font-size: 0.3rem;
    color: #999999;
    line-height: 0.45rem;
    margin-top: 0.33rem;
}
.list-head .list-num{
    width: 100%;
    height: 0.58rem;
    font-size: 0.47rem;
    font-weight: bold;
    color: #333333;
    line-height: 0.58rem;
}

.list .list-ul{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0 0.35rem;
    box-sizing: border-box;
}
.list-ul .list-li{
    width: 100%;
    height: 0.5rem;
    display: flex;
    margin-top: 0.97rem;
}
.list-li:nth-of-type(n+2){
    margin-top: 0.84rem;
}
.list-li .list-img{
    width: 0.5rem;
    height: 0.5rem;
}
.list-li .list-text{
    width: auto;
    height: 0.5rem;
    font-size: 0.32rem;
    color: #333333;
    line-height: 0.5rem;
    margin-left: 0.5rem;
}


.map{
    width: 7rem;
    height: 5rem;
    border-radius: 0.1rem;
    margin: 7.44rem auto 0.6rem;
}
