@CHARSET "UTF-8";
.map_box {
    width: 1100px;;
    height: auto;
    min-height: 100px;
    position: absolute;
    z-index: 9999;
    background: #fff;
    box-shadow: 0 0 16px #666;
    border-radius: 6px;
    display: none;
    margin:0 auto;
}

.map_box_cont {
    padding: 15px;
    display: block;
    position: relative;
}
.box-hd {
    color: #424b50;
    height: 36px;
    font-size: 16px;
    position: relative;
}
.cont_list {
    overflow: hidden;
    width: auto;
    height: auto;
    border-top: 1px solid #ddd;
}
.cont_list ul {
    overflow: hidden;
    padding: 10px 0;
}
.cont_list ul li {
    float: left;
    overflow: hidden;
    padding: 10px 0;
    width: 20%;
}
.cont_list ul li a {
    cursor: pointer;
    text-align:center;
    display: block;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    padding: 0 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: 15px;
    font-size: 14px;
    background: #f3f3f3;
    color: #424b50;
    border: #e9e9e9 solid 1px;
}