.map-wrapper{
    text-align: center;
}
.address-item{
    font-size: 20px;
    line-height: 115px;
    margin-bottom: 20px;
}
.address-item .place-name{
    float: left;
    width: 250px;
    height: 115px;
    text-align: center;
    color: #595757;
    background:#dbdcdc;
}
.address-item  .address{
    margin-left: 250px;
    height: 115px;
    padding:0 20px;
    color: #ffffff;
    background:#717071;

}