.list{
    margin-top: 140px;
}
.list-title{
    font-size: 30px;
    font-weight: bold;
    color: #2851a1;
    margin-bottom: 65px;
}
.list-title img{
    width: 34px;
    margin-right: 35px;
}
.list-title-box{
    margin-top: 120px;
}
.select-box{
    position: relative;
    display: flex;
    align-items: center;
}
span.name{
    display: inline-block;
    width: 100px;
    color: #6c6c6c;
}
.title{
    background: #c8bba1;
    color: #000;
    width: 502px;
    padding: 15px;
    box-sizing: border-box;
border:1px solid #000;
cursor: pointer;

}
.section {
width: 500px;
border:1px solid #000;
background: #fff;
position: absolute;
display: none;
}
.pli{
    padding: 15px;
    border-bottom:1px solid #000;
    cursor: pointer;
}
.map img{
    width: 100%;
}
.sloag{
    display: flex;
    justify-content: space-around;
    text-align: center;
    line-height: 26px;
   
}
.sloag-div{
    background-color: #e4e4e4;
    padding:20px 0;
    margin-top: 70px;
}
.banner img {
    width: 100%;
}