/* 主体 */
.contact {
    padding: 10px;
}

.contact-p {
    padding: 20px 0 0;
    font: 400 14px/24px '微软雅黑';
    color: #000;
}


.iw_poi_title {
    color: #92010c;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    padding-right: 13px;
    white-space: nowrap
}

.iw_poi_content {
    font: 12px arial, sans-serif;
    overflow: visible;
    padding-top: 4px;
    white-space: -moz-pre-wrap;
    word-wrap: break-word
}

.BMap_Marker div {
    width: 20px;
    height: 20px;
    padding-left: 30px;
    padding-top: 20px;
    background: url('../images/location.png') no-repeat 0 center;
    background-size: 16px;
}

.BMap_Marker img {
    width: 0;
    height: 0;
    opacity: 0;
}

@media (min-width:1200px) {
    .contact {
        padding: 60px 60px;
    }

    .contact-p {
        padding: 20px 0 0;
        font: 400 16px/30px '微软雅黑';
    }

}