/* academy-law.html 专用样式 */
.page-banner {
    background-image: url("../images/bg/academy_background.png");
}

/* 侧边栏选中状态 */
.sidebar-list li a.active {
    color: #c00000;
    font-weight: 600;
    border-left: 3px solid #c00000;
    padding-left: 10px;
}

/* 模块内容样式 */
.module-intro {
    background: #f8f9fa;
    border-left: 4px solid #c49b63;
    padding: 20px 24px;
    margin-bottom: 30px;
    border-radius: 0 4px 4px 0;
}

.module-intro p {
    margin: 0;
    line-height: 1.8;
    color: #333;
    font-size: 15px;
}

/* 内容区块样式 */
.content-section-block {
    margin-bottom: 35px;
    padding-bottom: 25px;
    border-bottom: 1px solid #eee;
}

.content-section-block:last-child {
    border-bottom: none;
}

.content-section-block h3 {
    color: #1a365d;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 15px 0;
    padding-left: 12px;
    border-left: 3px solid #c49b63;
    line-height: 1.4;
}

.content-section-block p {
    line-height: 1.8;
    color: #444;
    font-size: 15px;
    margin: 0 0 12px 0;
}

/* 内容列表样式 */
.content-list {
    list-style: none;
    padding: 0;
    margin: 15px 0;
}

.content-list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    line-height: 1.7;
    color: #444;
    font-size: 14px;
}

.content-list li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 6px;
    height: 6px;
    background: #c49b63;
    border-radius: 50%;
}

/* 结语/总结样式 */
.content-conclusion {
    background: linear-gradient(135deg, #f8f9fa 0%, #fff 100%);
    border: 1px solid #e0d5c5;
    border-radius: 8px;
    padding: 25px;
    margin-top: 30px;
}

.content-conclusion h3 {
    color: #1a365d;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 15px 0;
    text-align: center;
}

.content-conclusion p {
    line-height: 1.8;
    color: #444;
    font-size: 15px;
    margin: 0 0 12px 0;
}

.conclusion-contact {
    background: #1a365d;
    color: #fff !important;
    padding: 15px;
    border-radius: 4px;
    text-align: center;
    margin-top: 15px;
    font-size: 14px;
}

.conclusion-contact p {
    color: #fff !important;
}

.conclusion-note {
    color: #888;
    font-style: italic;
    text-align: center;
    margin-top: 15px;
}
