.detail-nav-container {
    width: 245px;
    float: left;
}

.detail-container {
    width: 935px;
    float: right;
    border: 1px solid #EFEFEF;
    padding: 15px 20px;
    margin-bottom: 25px;
}

.detail-title {
    font-size: 24px;
    font-weight: bold;
    line-height: 2.5;
    text-align: center;
}

/* 新闻详情页专用：日期 */
.detail-neck {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #999;
    text-align: center;
    border-top: 1px dashed #CCC;
    border-bottom: 1px dashed #CCC;
    margin: 10px auto;
}

.detail-content {
    line-height: 1.8;
    min-height: 400px;
}

.detail-content,
.detail-content * {
    font-size: 14px !important;
}

.detail-content img {
    display: inline-block;
    max-width: 100%;
    margin: 5px;
}

/* 新闻详情页专用：上一篇下一篇 */
.detail-page-container {
    margin: 15px auto;
}

.detail-page {
    font-size: 16px;
    line-height: 1.8;
}

.detail-page a {
    display: inline;
}

#baidu_map_container {
    width: 100%;
    height: 400px;
}