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

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', sans-serif;
    line-height: 1.6;
    color: #333;
    background: #f5f5f5;
}

.c9m4x2k8p {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.x7djk2p9m {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    position: sticky;
    top: 0;
    z-index: 1000;
    animation: slideDown 0.5s ease;
}

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

.w5h8nq3r7 {
    padding: 15px 0;
}

.t6y9n3m5k {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 0;
}

.t6y9n3m5k a {
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
}

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

.n8m5k2p9x {
    list-style: none;
    display: flex;
    gap: 30px;
    margin-top: 15px;
    flex-wrap: wrap;
}

.n8m5k2p9x li a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    transition: all 0.3s ease;
    padding: 5px 15px;
    border-radius: 20px;
    display: inline-block;
}

.n8m5k2p9x li a:hover {
    background: rgba(255,255,255,0.2);
    transform: translateY(-2px);
}

.p4k8m2n7x {
    min-height: calc(100vh - 200px);
}

.b9x5m3k7n {
    margin: 30px 0;
    animation: fadeIn 0.8s ease;
}

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

.s7n4m8k2p {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.h5m9k3n7x {
    position: relative;
    height: 400px;
    overflow: hidden;
}

.h5m9k3n7x img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.h5m9k3n7x:hover img {
    transform: scale(1.05);
}

.o8k5n2m9p {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
    color: #fff;
    padding: 40px;
    transform: translateY(0);
    transition: transform 0.3s ease;
}

.o8k5n2m9p h2 {
    font-size: 32px;
    margin-bottom: 10px;
    animation: slideInLeft 0.8s ease;
}

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

.o8k5n2m9p p {
    font-size: 18px;
    animation: slideInRight 0.8s ease;
}

@keyframes slideInRight {
    from {
        transform: translateX(50px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.f3n8m5k9p {
    margin: 50px 0;
    animation: fadeInUp 0.8s ease;
}

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

.f3n8m5k9p h2 {
    font-size: 28px;
    margin-bottom: 25px;
    color: #333;
    position: relative;
    padding-bottom: 10px;
}

.f3n8m5k9p h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 2px;
}

.t7k9n4m2x {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.m5k8n3p7x {
    color: #667eea;
    text-decoration: none;
    font-size: 16px;
    transition: all 0.3s ease;
}

.m5k8n3p7x:hover {
    color: #764ba2;
    transform: translateX(5px);
}

.g6n9m4k8x {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 20px;
}

.i8m5n2k9p {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    animation: scaleIn 0.5s ease;
}

@keyframes scaleIn {
    from {
        transform: scale(0.9);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

.i8m5n2k9p:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.2);
}

.i8m5n2k9p a {
    text-decoration: none;
    color: #333;
    display: block;
}

.i8m5n2k9p img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.i8m5n2k9p:hover img {
    transform: scale(1.1);
}

.i8m5n2k9p h3 {
    padding: 15px;
    font-size: 16px;
    font-weight: 600;
}

.r7m3n8k5p {
    padding: 0 15px;
    color: #999;
    font-size: 14px;
}

.i8m5n2k9p time {
    display: block;
    padding: 0 15px 15px;
    color: #999;
    font-size: 12px;
}

.a9k5m2n8p {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 25px;
}

.l6n8m4k9x {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.l6n8m4k9x:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.2);
}

.l6n8m4k9x a {
    text-decoration: none;
    color: #333;
    display: flex;
    align-items: center;
    gap: 20px;
}

.l6n8m4k9x img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.l6n8m4k9x:hover img {
    transform: scale(1.1);
}

.d8m5n3k7p {
    flex: 1;
    padding: 20px 20px 20px 0;
}

.d8m5n3k7p h3 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #333;
}

.d8m5n3k7p p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.d8m5n3k7p time {
    font-size: 12px;
    color: #999;
}

.e5n9m3k8p {
    margin: 50px 0;
    padding: 50px 0;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

.e5n9m3k8p h2 {
    text-align: center;
    font-size: 28px;
    margin-bottom: 40px;
    color: #333;
}

.v8m4n7k3x {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 25px;
}

.u6n9m2k5p {
    background: #f8f9fa;
    padding: 25px;
    border-radius: 10px;
    border-left: 4px solid #667eea;
    transition: all 0.3s ease;
    animation: fadeIn 0.8s ease;
}

.u6n9m2k5p:hover {
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    transform: translateX(5px);
}

.y7m3n8k4x {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.y7m3n8k4x img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.q5m8n3k9p h3 {
    font-size: 16px;
    color: #333;
    margin-bottom: 5px;
}

.q5m8n3k9p time {
    font-size: 12px;
    color: #999;
}

.u6n9m2k5p p {
    font-size: 14px;
    color: #666;
    line-height: 1.8;
}

.z4n8m5k7p {
    margin: 50px 0;
    animation: fadeIn 1s ease;
}

.z4n8m5k7p h2 {
    text-align: center;
    font-size: 28px;
    margin-bottom: 40px;
    color: #333;
}

.j6m9n3k8x {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.k8m5n2p9x {
    display: flex;
    align-items: center;
    gap: 40px;
}

.k8m5n2p9x img {
    width: 400px;
    height: 300px;
    object-fit: cover;
}

.p7n4m8k5x {
    flex: 1;
    padding: 40px;
}

.p7n4m8k5x h3 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #333;
}

.p7n4m8k5x p {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
    margin-bottom: 15px;
}

.h9k5m2n8p {
    background: #2c3e50;
    color: #fff;
    padding: 50px 0 20px;
    margin-top: 80px;
}

.f7n4m9k3x {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 40px;
    margin-bottom: 40px;
}

.s6m8n4k7p h3 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #fff;
}

.s6m8n4k7p p,
.s6m8n4k7p a {
    font-size: 14px;
    color: #bdc3c7;
    line-height: 2;
    text-decoration: none;
}

.s6m8n4k7p a:hover {
    color: #fff;
}

.s6m8n4k7p ul {
    list-style: none;
}

.s6m8n4k7p ul li {
    margin-bottom: 10px;
}

.b8m5n3k9p {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid rgba(255,255,255,0.1);
    color: #bdc3c7;
    font-size: 14px;
}

.n7m4k8p5x {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    border: none;
    border-radius: 50%;
    font-size: 24px;
    cursor: pointer;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 999;
}

.n7m4k8p5x.x9m3k7n2p {
    opacity: 1;
    visibility: visible;
}

.n7m4k8p5x:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.4);
}

.k3m7n9p5x {
    background: #f8f9fa;
    padding: 15px 20px;
    border-radius: 8px;
    margin-bottom: 30px;
    font-size: 14px;
    color: #666;
}

.k3m7n9p5x a {
    color: #667eea;
    text-decoration: none;
    margin: 0 5px;
}

.k3m7n9p5x a:hover {
    text-decoration: underline;
}

.k3m7n9p5x span {
    margin: 0 5px;
    color: #999;
}

article {
    background: #fff;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    line-height: 1.8;
}

article h1 {
    font-size: 32px;
    margin-bottom: 20px;
    color: #333;
}

article h2 {
    font-size: 24px;
    margin: 30px 0 15px;
    color: #333;
}

article h3 {
    font-size: 20px;
    margin: 25px 0 12px;
    color: #333;
}

article p {
    margin-bottom: 15px;
    font-size: 16px;
    color: #666;
}

article img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    margin: 20px 0;
}

article time {
    display: block;
    color: #999;
    font-size: 14px;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .n8m5k2p9x {
        flex-direction: column;
        gap: 10px;
    }

    .h5m9k3n7x {
        height: 250px;
    }

    .o8k5n2m9p h2 {
        font-size: 24px;
    }

    .g6n9m4k8x {
        grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    }

    .a9k5m2n8p {
        grid-template-columns: 1fr;
    }

    .l6n8m4k9x a {
        flex-direction: column;
    }

    .l6n8m4k9x img {
        width: 100%;
        height: 200px;
    }

    .k8m5n2p9x {
        flex-direction: column;
    }

    .k8m5n2p9x img {
        width: 100%;
        height: 250px;
    }

    .v8m4n7k3x {
        grid-template-columns: 1fr;
    }
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}

.i8m5n2k9p:hover h3 {
    color: #667eea;
    animation: pulse 0.5s ease;
}