* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft YaHei", Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    background: #f5f7fa;
}

.a7k3m9p2x {
    background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    position: sticky;
    top: 0;
    z-index: 1000;
    animation: q8w3e9r4t 0.6s ease-out;
}

@keyframes q8w3e9r4t {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.b4n8q1w5z {
    padding: 0;
}

.c9r2t6y3m {
    max-width: 1200px;
    margin: 0 auto;
    padding: 1rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.d3s7v1n8k {
    font-size: 1.8rem;
    font-weight: 700;
}

.d3s7v1n8k a {
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
}

.d3s7v1n8k a:hover {
    text-shadow: 0 0 20px rgba(255,255,255,0.8);
    transform: scale(1.05);
    display: inline-block;
}

.e6w9x2c5p {
    list-style: none;
    display: flex;
    gap: 2rem;
}

.e6w9x2c5p li a {
    color: #fff;
    text-decoration: none;
    font-size: 1rem;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    transition: all 0.3s ease;
    position: relative;
}

.e6w9x2c5p li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background: #fff;
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

.e6w9x2c5p li a:hover {
    background: rgba(255,255,255,0.1);
}

.e6w9x2c5p li a:hover::after {
    width: 80%;
}

.f2h5k8m3n {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 2rem;
}

.g7p4r9t2w {
    grid-column: 1 / -1;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 12px;
    padding: 3rem;
    color: #fff;
    margin-bottom: 2rem;
    animation: y7u2i5o9p 0.8s ease-out;
    position: relative;
    overflow: hidden;
}

@keyframes y7u2i5o9p {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.g7p4r9t2w::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
    animation: a3s6d9f2g 8s linear infinite;
}

@keyframes a3s6d9f2g {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.h3v6x1z8c {
    position: relative;
    z-index: 1;
}

.i9k2m5p7r {
    text-align: center;
}

.j4n7q3s6w {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    font-weight: 700;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.2);
}

.k8r1t4v9x {
    font-size: 1.2rem;
    opacity: 0.95;
    line-height: 1.8;
}

.l2c5f8h3m {
    grid-column: 1;
}

.m9n4p7r1t {
    background: #fff;
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    animation: h5j8k2l6m 0.8s ease-out 0.2s both;
}

@keyframes h5j8k2l6m {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.n3q6s2v8x {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
    color: #2c3e50;
    border-left: 4px solid #667eea;
    padding-left: 1rem;
}

.o7w1y4z9b {
    display: grid;
    gap: 1.5rem;
}

.p2d5g8j3k {
    display: flex;
    gap: 1.5rem;
    padding: 1.5rem;
    background: #f8f9fa;
    border-radius: 8px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.p2d5g8j3k:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0,0,0,0.1);
    background: #fff;
}

.q6m9n1r4s {
    flex-shrink: 0;
    width: 120px;
    height: 120px;
    border-radius: 8px;
    overflow: hidden;
}

.r3t7v2x5z {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.p2d5g8j3k:hover .r3t7v2x5z {
    transform: scale(1.1);
}

.s8c1e4h7k {
    flex: 1;
}

.s8c1e4h7k h3 {
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
}

.s8c1e4h7k h3 a {
    color: #2c3e50;
    text-decoration: none;
    transition: color 0.3s ease;
}

.s8c1e4h7k h3 a:hover {
    color: #667eea;
}

.s8c1e4h7k p {
    color: #666;
    margin-bottom: 0.8rem;
    line-height: 1.8;
}

.s8c1e4h7k time {
    color: #999;
    font-size: 0.9rem;
    margin-right: 1rem;
}

.t2m5p8q3r {
    color: #667eea;
    font-size: 0.9rem;
    font-weight: 600;
}

.u9v3w6x1y {
    grid-column: 1;
    margin-top: 2rem;
}

.v4z7a2c5e {
    background: #fff;
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    animation: h5j8k2l6m 0.8s ease-out 0.4s both;
}

.w8f3h6j1k {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
    color: #2c3e50;
    border-left: 4px solid #667eea;
    padding-left: 1rem;
}

.x2m5n9p4q {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.y7r3t8v1w {
    padding: 1.5rem;
    border-left: 3px solid #667eea;
    background: #f8f9fa;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.y7r3t8v1w:hover {
    background: #fff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    transform: translateX(5px);
}

.y7r3t8v1w h3 {
    font-size: 1.2rem;
    margin-bottom: 0.8rem;
}

.y7r3t8v1w h3 a {
    color: #2c3e50;
    text-decoration: none;
    transition: color 0.3s ease;
}

.y7r3t8v1w h3 a:hover {
    color: #667eea;
}

.y7r3t8v1w p {
    color: #666;
    margin-bottom: 0.8rem;
    line-height: 1.8;
}

.z9c2e5g8h {
    display: flex;
    gap: 1.5rem;
    color: #999;
    font-size: 0.85rem;
}

.a4b7c2d9e {
    grid-column: 2;
    grid-row: 2 / 4;
}

.b8f1g5h3j {
    background: #fff;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    margin-bottom: 1.5rem;
    animation: h5j8k2l6m 0.8s ease-out 0.6s both;
}

.c2k6m9n4p {
    font-size: 1.3rem;
    margin-bottom: 1rem;
    color: #2c3e50;
    border-bottom: 2px solid #667eea;
    padding-bottom: 0.5rem;
}

.d7q3r8s1t {
    list-style: none;
}

.d7q3r8s1t li {
    padding: 0.8rem 0;
    border-bottom: 1px solid #eee;
}

.d7q3r8s1t li:last-child {
    border-bottom: none;
}

.d7q3r8s1t li a {
    color: #555;
    text-decoration: none;
    transition: all 0.3s ease;
    display: block;
}

.d7q3r8s1t li a:hover {
    color: #667eea;
    padding-left: 0.5rem;
}

.e9v2w6x3y {
    background: #fff;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    animation: h5j8k2l6m 0.8s ease-out 0.8s both;
}

.f4z7a1c8d {
    font-size: 1.3rem;
    margin-bottom: 1rem;
    color: #2c3e50;
    border-bottom: 2px solid #667eea;
    padding-bottom: 0.5rem;
}

.g3h6j2k5m {
    margin-bottom: 1rem;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.g3h6j2k5m:hover {
    transform: scale(1.05);
}

.h8n1p4r7s {
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.g3h6j2k5m p {
    padding: 0.8rem;
    background: #f8f9fa;
    text-align: center;
}

.g3h6j2k5m p a {
    color: #2c3e50;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.g3h6j2k5m p a:hover {
    color: #667eea;
}

.i2t5v8w3x {
    background: #2c3e50;
    color: #fff;
    padding: 3rem 2rem 1rem;
    margin-top: 4rem;
}

.j9y4z7a1b {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 3rem;
    margin-bottom: 2rem;
}

.k3c6e2f9g h4,
.l8h1j4k7m h4 {
    font-size: 1.3rem;
    margin-bottom: 1rem;
    color: #fff;
}

.k3c6e2f9g p {
    line-height: 1.8;
    color: #bbb;
}

.m2n5p9q3r {
    list-style: none;
}

.m2n5p9q3r li {
    margin-bottom: 0.5rem;
}

.m2n5p9q3r li a {
    color: #bbb;
    text-decoration: none;
    transition: color 0.3s ease;
}

.m2n5p9q3r li a:hover {
    color: #fff;
}

.n7s4t8v1w {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid #444;
    color: #bbb;
    font-size: 0.9rem;
}

.o3x6y2z9a {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    width: 50px;
    height: 50px;
    background: #667eea;
    color: #fff;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 999;
}

.o3x6y2z9a.q7w2e8r5t {
    opacity: 1;
    visibility: visible;
}

.o3x6y2z9a:hover {
    background: #764ba2;
    transform: translateY(-5px);
    box-shadow: 0 6px 16px rgba(0,0,0,0.3);
}

.p8r1s5t7v {
    font-size: 1.5rem;
    font-weight: 700;
}

.breadcrumb123 {
    background: #fff;
    padding: 1rem 2rem;
    border-radius: 8px;
    margin-bottom: 1.5rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.breadcrumb123 ul {
    list-style: none;
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.breadcrumb123 li {
    display: flex;
    align-items: center;
}

.breadcrumb123 li::after {
    content: '›';
    margin: 0 0.5rem;
    color: #999;
}

.breadcrumb123 li:last-child::after {
    content: '';
}

.breadcrumb123 a {
    color: #667eea;
    text-decoration: none;
    transition: color 0.3s ease;
}

.breadcrumb123 a:hover {
    color: #764ba2;
}

.breadcrumb123 span {
    color: #666;
}

@media (max-width: 768px) {
    .c9r2t6y3m {
        flex-direction: column;
        gap: 1rem;
    }

    .e6w9x2c5p {
        flex-wrap: wrap;
        gap: 1rem;
        justify-content: center;
    }

    .f2h5k8m3n {
        grid-template-columns: 1fr;
        padding: 1rem;
    }

    .a4b7c2d9e {
        grid-column: 1;
        grid-row: auto;
    }

    .j9y4z7a1b {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .p2d5g8j3k {
        flex-direction: column;
    }

    .q6m9n1r4s {
        width: 100%;
        height: 200px;
    }
}