.basic{
    margin-top: 10px;
    background-color: #fff;
    padding: 0 15px;
}
.basic h1{
    line-height: 35px;
    font-size: 16px;
}
.info{
   
}
.info li{
   width: 100%;
   border-bottom:1px solid #EFEFEF;
   line-height: 35px; 
}
.info li p{
    display: inline-block;
    font-size: 14px;
}
.info li p:nth-child(1){
    width: 30%;
    color: #353535;
    float: left;
}
.info li p:nth-child(2){
    width: 70%;
}
#allmap{
    width: 100%;
    height: 200px;
    margin-top: 10px;
    margin-bottom: 1.5rem;
    position: relative;
}