<!-- start Simple Custom CSS and JS -->
<style type="text/css">
/* 点滴安全 - 文章通用样式 */

/* 安全洞察区块 */
.insight-box {
    background: linear-gradient(135deg, #f8fbff 0%, #e8f4f8 100%);
    padding: 20px 25px;
    border-radius: 10px;
    margin: 0 0 25px 0;
    border: 1px solid #d0e7f7;
}

.insight-title {
    margin-bottom: 8px;
    font-size: 18px;
    color: #003366;
    font-weight: bold;
}

.insight-content {
    color: #333;
    line-height: 1.8;
    margin: 0;
}

/* 声明区块 */
.declaration-box {
    background: linear-gradient(135deg, #f8fbff 0%, #e8f4f8 100%);
    padding: 20px 25px;
    border-radius: 10px;
    margin: 20px 0;
    border: 1px solid #d0e7f7;
}

.declaration-title {
    margin-bottom: 8px;
    font-size: 18px;
    color: #003366;
    font-weight: bold;
}

.declaration-content {
    color: #333;
    line-height: 1.2;
}

.declaration-highlight {
    color: #FF6B35;
    font-weight: bold;
}

.declaration-link {
    color: #333;
    text-decoration: none;
}

/* 原文内容样式 */
.article-content p {
    margin: 0 0 20px 0;
    line-height: 2;
    color: #2c3e50;
    font-size: 16px;
}

.article-content h2 {
    margin: 32px 0 16px 0;
    padding: 12px 0 12px 20px;
    border-left: 5px solid #0066CC;
    border-bottom: 1px solid #e8f4f8;
    color: #1a1a1a;
    font-size: 22px;
    font-weight: 600;
    background: linear-gradient(to right, #f8fbff, transparent);
}

.article-content h3 {
    margin: 28px 0 14px 0;
    padding-bottom: 8px;
    border-bottom: 2px solid #e8f4f8;
    color: #2c3e50;
    font-size: 19px;
    font-weight: 600;
}

.article-content h4 {
    margin: 24px 0 12px 0;
    color: #34495e;
    font-size: 17px;
    font-weight: 600;
}

.article-content ul {
    margin: 16px 0;
    padding-left: 32px;
    line-height: 2;
    list-style-type: disc;
}

.article-content ol {
    margin: 16px 0;
    padding-left: 32px;
    line-height: 2;
}

.article-content li {
    margin: 8px 0;
    color: #2c3e50;
    font-size: 16px;
}

.article-content pre {
    background: #f5f5f5;
    padding: 16px;
    border-radius: 6px;
    overflow-x: auto;
    margin: 16px 0;
    border: 1px solid #e0e0e0;
}

.article-content code {
    background: #f0f0f0;
    padding: 2px 6px;
    border-radius: 4px;
    color: #d14c0c;
    font-family: Consolas, Monaco, monospace;
    font-size: 14px;
    border: 1px solid #e0e0e0;
}

.article-content blockquote {
    border-left: 4px solid #0066CC;
    margin: 24px 0;
    padding: 16px 24px;
    background: #f8fbff;
    color: #5a6c7d;
    font-style: italic;
    line-height: 1.8;
    border-radius: 0 8px 8px 0;
}

.article-content a {
    color: #0066CC;
    text-decoration: none;
    border-bottom: 1px solid #0066CC;
}

.article-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 24px 0;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
}

.article-content th {
    background: #0066CC;
    color: #fff;
    padding: 12px 16px;
    text-align: left;
    font-weight: 600;
}

.article-content td {
    padding: 12px 16px;
    color: #2c3e50;
    font-size: 15px;
    border-bottom: 1px solid #ecf0f1;
}

.divider {
    border: none;
    border-top: 1px solid #e8f4f8;
    margin: 10px 0;
}
</style>
<!-- end Simple Custom CSS and JS -->
