.web_map_box {

    border: 1px solid #ddd;

    padding: 0 10px;

    background: #fcfafa;

    margin-top: 16px;

}

.web_map_title {

    width: 100%;

    border-bottom: 2px solid #ddd;

    height: 38px;

    line-height: 38px;

}

.web_map_title h2 {

    border-bottom: 2px solid #a70000;

    color: #a70000;

    height: 38px;

    line-height: 38px;

    float: left;

    font-size: 16px;

    padding: 0 10px;

}

.web_map_list {

    padding: 10px;

    overflow: hidden;

}

.web_map_list li {

    float: left;

    margin-right: 35px;

}

a {

    color: #555;

    text-decoration: none;

    font-size: 14px;

}