body{
    background: #fcfcfc;
}
.content {
    min-height: 590px;
}
.cont{
    width: 871px;
    margin: 90px auto 0;
    padding-top: 36px;
}
.cont_lt{
    float: left;
    width: 380px;
}
.cont_lt li{
    border-bottom: 1px dashed #eaeaea;
    height: 52px;
    line-height: 52px;
    font-size: 18px;
    padding-left: 9px;
}
.cont_lt li img{
    width: 34px;
    height: 34px;
    vertical-align: middle;
}
.cont_lt li span{
    margin-left: 16px;
}
#map{
    float: right;
    width: 445px;
    margin-right: 20px;
    height: 249px;
    border: 9px solid #fff;
}