.content-container {
    background-color: #ffffff;
    /* 整体页面背景 */
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.content-breadcrumb {
    font-size: 14px;
    color: #575757;
    /* 次要黑灰色 */
    margin-bottom: 20px;
}

.border {
    border-bottom: 2px solid #d2d6d9;
    padding-bottom: 15px;
}

.content-info-table {
    width: 100%;
    border-collapse: collapse;
    margin: 15px auto 15px auto;
}

.content-info-table td {
    padding: 8px;
    border: 1px solid #ddd;
}

.content-info-table td:first-child,
.content-info-table td:nth-child(3) {
    width: 80px;
    background-color: #f6f7ff;
    /* 淡蓝背景色 */
    font-weight: bold;
    text-align: right;
}


.content-title {
    display: block;
    text-align: center;
    font-size: 28px;
    color: #0a5cad;
    /* 主题蓝色 */
    margin-bottom: 10px;
}

.content-subtitle {
    display: block;
    text-align: center;
    font-size: 24px;
    color: #0a5cad;
    /* 主题蓝色 */
    margin-bottom: 20px;
}

.content-source-info {
    padding: 15px 0 15px 15px;
    font-size: 14px;
    color: #999999;
    /* 次要黑灰色 */
    margin-bottom: 20px;
    border-top:#dddddd dashed 1px;border-bottom:#dddddd dashed 1px;
}

.content-source-info span {
    margin-right: 10px;
}


.content-zw {
    line-height: 35px;
    padding: 0 15px;
    font-size: 18px;
    font-family: '宋体';
    color: #1e1e1e;
    word-break: break-all;
    word-wrap: break-word;
}

.content-content strong {
    font-weight: bold;
}

.content-content p {
    margin-bottom: 15px;
}