.web-map .mapo1 {
    padding: 25px 22px;
    max-width: 1200px;
    margin: 0 auto;
}
.web-map .mapo1:nth-child(2n) {
    background: #f2f2f2;
}
.web-map .mapo1 h2 {
    font-size: 18px;
    font-weight: bold;
    color: #006EAB;
}
.web-map .mapo1 ul {
    margin-top: 9px;
}
.web-map .mapo1 li {
    float: left;
    line-height: 30px;
    margin-right: 30px;
    position: relative;
}
.web-map .mapo1 li a {
    font-size: 16px;
    color: #666;
}
.web-map .mapo1 li:hover a {
    color: #006EAB;
}