.around {
    height: 100%;
    background: #ffffff;
    width: 100%;
    overflow: hidden;
    position: relative;
}

#allmap {
    width: 100% !important;
    height: 300px !important;
}
.around .map_h {
    width: 100%;
    height: 200px;
    box-shadow: 0px 5px 15px 0 rgba(67, 123, 232, 0.2);
    background-color: #ffffff;
}

.around .map_h .map_title {
    width: 100%;
    height: 40px;
}

.around .map_h .map_title .on {
    background: #ffffff;
    border-top: 2px solid #437be8;
}
.around .map_h .map_title li {
    cursor: pointer;
    width: calc(100%/4);
    height: 40px;
    text-align: center;
    float: left;
    background-color: #f2f3f8;
    border-top: 2px solid #f2f3f8;
}
.around .map_h .map_title li {
    cursor: pointer;
    width: calc(100%/4);
    height: 40px;
    text-align: center;
    float: left;
    background-color: #f2f3f8;
    border-top: 2px solid #f2f3f8;
}

.around .map_h .map_title li p {
    color: #333333;
    font-size: 16px;
    height: 40px;
    line-height: 36px;
}

.around .map_h .map_list {
    width: 96%;
    height: 180px;
    overflow-y: auto;
    margin-left: 15px;
    overflow-x: hidden;
}
.around .map_h .map_list .bus_subway {
    height: 40px;
    border-bottom: 1px solid #cbd6ed;
}
.around .map_h .map_list .bus_subway .on {
    border-bottom: 1px solid #437be8;
}
.around .map_h .map_list .bus_subway li {
    cursor: pointer;
    width: 80px;
    float: left;
    height: 40px;
}
.around .map_h .map_list .bus_subway li p {
    width: 80px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    color: #4a5875;
}
.around .map_h .map_list .map_list_main {
    width: 305px;
    height: auto;
}
.around .map_h .map_list .map_list_main li {
    cursor: pointer;
    width: 305px;
    height: 53px;
    border-bottom: 1px dashed #cbd6ed;
}
.around .map_h .map_list .map_list_main li .top {
    width: 305px;
    height: 30px;
}
.around .map_h .map_list .map_list_main li .top img {
    display: block;
    width: 16px;
    height: 16px;
    float: left;
    margin-top: 7px;
}
.around .map_h .map_list .map_list_main li .top p:nth-child(2) {
    width: auto;
    float: left;
    margin-left: 6px;
    line-height: 30px;
    font-size: 14px;
    color: #1c76db;
    height: 30px;
    max-width: 160px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.around .map_h .map_list .map_list_main li .top p:nth-child(3) {
    width: auto;
    float: right;
    margin-left: 1px;
    line-height: 30px;
    font-size: 14px;
    color: #4a5875;
    height: 30px;
    margin-right: 17px;
}
.around .map_h .map_list .map_list_main li .top i:nth-child(4) {
    display: block;
    width: 16px;
    height: 16px;
    float: right;
    margin-top: 7px;
    margin-right: 5px;
    background: url(../img/icon1.png) no-repeat;
    background-size: 3000px 3000px;
    background-position: -1673px -322px;
}
.around .map_h .map_list .map_list_main li>p {
    width: 305px;
    height: 12px;
    font-size: 12px;
    line-height: 12px;
    text-align: left;
    color: #8d95a4;
    max-width: 280px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}