#allmap{width:605px; height:548px; margin-bottom:10px; margin-top: 30px; float: left;}
#comdes {
    box-sizing: border-box;
    padding:18px;
    width: 260px;
    background: #FFFFFF;
    color: #666666;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 28px;
}
#comdes .zong{
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    line-height: 24px;
}
#comdes span{
    font-size: 12px;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
}
#comdes .tel{
    color: #BE2626;
}
#comdes a{
    width: 230px;
    height: 30px;
    display: block;
    margin: 12px auto;
    background: #BE2626;
    border-radius: 4px;
    font-size: 14px;
    text-align: center;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 30px;
}
#list{
    width: 300px;
    height: 665px;
    overflow-y: auto;
    float: right;
    margin-bottom:10px;
    margin-top: 20px;
}
#list>li{
    width: 282px;
    padding: 12px;
    box-sizing: border-box;
    color: #666666;
    margin-top: 10px;
    cursor: pointer;
}
#list>.line:last-child{
    border-bottom: none;
}
#list .active{
    background: #FAFAFA;
}
#list>li h3{
    font-size: 16px;
    font-weight: bold;
    color: #333333;
}
#list>.line{
    width: 282px;
    padding: 5px;
    box-sizing: border-box;
    height: 1px;
    border-bottom: 1px dashed #D5D5D5;
}
.dzbox{
    margin-bottom:20px;
    overflow: hidden;
}


