﻿:root {
    --primary-blue: #0a2463;
    --secondary-blue: #1e3a8a;
    --accent-orange: #f97316;
    --light-gray: #f8f9fa;
    --dark-gray: #333333;
    --medium-gray: #6c757d;
    --border-color: #e0e0e0;
}

/* Banner区域 */
.pubmst .pub-banner {
    height: 300px;
    background: linear-gradient(rgba(10, 36, 99, 0.8), rgba(10, 36, 99, 0.7));
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    color: white;
    text-align: center;
    position: relative;
}

.pubmst .banner-content {
    width: 100%;
}

    .pubmst .banner-content h1 {
        font-size: 2.8rem;
        margin-bottom: 20px;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    }

    .pubmst .banner-content p {
        font-size: 1.2rem;
        max-width: 800px;
        margin: 0 auto;
    }

/* 面包屑导航 */
.pubmst .breadcrumb {
    background-color: white;
    padding: 15px 0;
    border-bottom: 1px solid var(--border-color);
}

.pubmst .breadcrumb-container {
    width: 1400px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.pubmst .breadcrumb a {
    color: var(--medium-gray);
    transition: color 0.3s;
}

    .pubmst .breadcrumb a:hover {
        color: var(--accent-orange);
    }

.pubmst .breadcrumb-separator {
    margin: 0 10px;
    color: var(--medium-gray);
}
.pubmst .breadcrumb-channel {
    margin: 0 10px;
    color: var(--medium-gray);
}
.pubmst .breadcrumb-current {
    color: var(--primary-blue);
/*    font-weight: 600;*/
}
/* 左侧导航 */
.pubmst .left-nav-container {
    width: 280px;
    margin-right: 40px;
}

.pubmst .left-nav {
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.pubmst .left-nav-header {
    background-color: var(--primary-blue);
    color: white;
    padding: 20px;
    text-align: center;
}

    .pubmst .left-nav-header h3 {
        font-size: 20px;
        margin: 0px;
        padding: 0px;
    }

.pubmst .left-nav-items {
    padding: 10px 0;
}

.pubmst .left-nav-item {
    display: block;
    padding: 15px 20px;
    color: var(--dark-gray);
    border-left: 4px solid transparent;
    transition: all 0.3s;
    position: relative;
}

    .pubmst .left-nav-item:hover {
        background-color: rgba(10, 36, 99, 0.05);
        color: var(--primary-blue);
    }

    .pubmst .left-nav-item.active {
        background-color: rgba(249, 115, 22, 0.1);
        color: var(--accent-orange);
        border-left-color: var(--accent-orange);
        font-weight: 600;
    }

        .pubmst .left-nav-item.active:after {
            content: '';
            position: absolute;
            right: 20px;
            top: 50%;
            transform: translateY(-50%);
            width: 8px;
            height: 8px;
            background-color: var(--accent-orange);
            border-radius: 50%;
        }

.pubmst .left-nav-icon {
    margin-right: 10px;
    width: 20px;
    text-align: center;
}
        
/****/
.pubmst .main-content {
    width: 1400px;
    margin: 0 auto;
    margin-top: 40px;
    padding-bottom: 50px;
    display: flex;
    justify-content: space-between;
}
.pubmst .content-right {
    flex: 1;
}
.pubmst .content-area {
    flex: 1;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    padding: 40px 40px 40px 40px;
}
.pubmst .section-header {
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 2px solid var(--primary-blue);
    position: relative;
}
    .pubmst .section-header h2 {
        color: var(--primary-blue);
        font-size: 32px;
        display: inline-block;
        margin:0px;
        padding:0px;

    }
        .pubmst .section-header:after {
            content: '';
            position: absolute;
            z-index:1;
            width: 60px;
            height: 2px;
            background-color: var(--accent-orange);
            bottom: -2px;
            left: 0;
        }
.pubmst {
}
.pubmst {
}
.pubmst {
}