.map {
    margin-top: 20px;
    margin-bottom: 20px;
}

.map dl {
    background: #e8edf2;
    padding: 0 40px;
    margin-top: 20px;
    overflow: hidden;
}

.map dl dt {
    height: 70px;
    line-height: 70px;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #d5dbe0;
    color: #1a5284;
}

.map dl dt a {
    color: #1a5284;
}

.map dl dd {
    padding: 20px 0;
    overflow: hidden;
}

.map dl dd li {
    float: left;
    font-size: 15px;
    margin-right: 90px;
    line-height: 2;
}