#map_title_my {
    font-weight: bold;
    color: #CE5521;
    font-size: 14px;
}
#map_content_my {
    table-layout: fixed;
    width: 100%;
    font: 12px arial, simsun, sans-serif;
}
#map_content_my tbody > tr td:nth-child(1) {
    vertical-align: top;
    line-height: 16px;
    width: 38px;
    white-space: nowrap;
    word-break: keep-all;
}
#map_content_my tbody > tr td:nth-child(2) {
    vertical-align: top;
    line-height: 16px;
}

/* 鍒嗕韩 */
.share-box {
    border: 1px dotted #999999;
    padding: 8px 24px;
    margin-top: 40px;
    margin-bottom: 40px;
    *zoom: 1;
}

.share-box:after {
    display: table;
    content: '';
    clear: both;
}

.share-box .article-label {
    line-height: 52px;
    float: left;
}

.share-box .article-label p::after {
    content: "";
    background: url("../ico/lable.png") no-repeat;
    width: 16px;
    height: 16px;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.share-box .article-label p {
    margin-right: 16px;
    position: relative;
    padding-left: 24px;
    float: left;
}

.share-box .share {
    float: right;
}

.share-box .share span {
    display: inline-block;
    line-height: 52px;
    margin-right: 16px;
    float: left;
}

.share-box .share .share-icon {
    width: 40px;
    height: 40px;
    padding: 0;
}