/* CSS Document */
/* 二级导航面包屑 */
.breadcrumb {
    background-color: #f5f9ff;
    padding: 10px 0;
    margin-bottom: 20px;
}
.breadcrumb-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 17px;
    display: flex;
    align-items: center;
    font-size: 18px;
}

.breadcrumb-item {
    color: #666;
}

.breadcrumb-separator {
    margin: 0 8px;
    color: #999;
}

.breadcrumb-item.active {
    color: #3c71cf;
    font-weight: bold;
}

/* 主要内容区域 */
.container {
    max-width: 1300px;
    margin: 0 auto 30px;
    padding: 0 17px;
}

/* 文章内容区域 */
.article-content {
    background-color: white;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    border-radius: 5px;
    overflow: hidden;
    padding: 30px;
}

.article-header {
    border-bottom: 2px solid #3c71cf;
    padding-bottom: 20px;
    margin-bottom: 25px;
}

.article-title {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
    line-height: 1.4;
    text-align: center;
}

.article-meta {
    color: #666;
    font-size: 14px;
    gap: 20px;
    text-align: center;
}
.possplit {
    background-image: url(/_upload/tpl/01/a2/418/template418/images/posSplit.gif);
    background-repeat: no-repeat;
    text-indent: 22px;
    background-position: center;
    width: 10px;
    display: inline-block;
    border: 0px solid red;
}
.article-body {
    font-size: 16px;
    line-height: 1.8;
    color: #444;
}

.article-body h2 {
    font-size: 20px;
    color: #3c71cf;
    margin: 25px 0 15px;
    padding-bottom: 8px;
    border-bottom: 1px solid #eee;
}

.article-body h3 {
    font-size: 18px;
    color: #3c71cf;
    margin: 20px 0 12px;
}

.article-body p {
    margin-bottom: 15px;
    text-align: justify;
}

.article-body ul, .article-body ol {
    margin: 15px 0;
    padding-left: 30px;
}

.article-body li {
    margin-bottom: 8px;
}

.article-body blockquote {
    border-left: 4px solid #3c71cf;
    background-color: #f5f9ff;
    padding: 15px 20px;
    margin: 20px 0;
    font-style: italic;
}

.article-body img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 20px auto;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

/* 文章操作区 */
.article-actions {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px dashed #ddd;
}

.action-btn {
    padding: 8px 15px;
    background-color: #f5f5f5;
    border-radius: 3px;
    font-size: 14px;
    transition: all 0.3s;
    cursor: pointer;
}

.action-btn:hover {
    background-color: #3c71cf;
    color: white;
}
