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

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    background: #f5f5f5;
}

a {
    text-decoration: none;
    color: inherit;
    transition: color 0.3s ease;
}

a:hover {
    color: #2563eb;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

.x8j3k9m2n {
    background: linear-gradient(135deg, #1e40af 0%, #3b82f6 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;
    }
}

.t5w7q2p9z {
    padding: 0 20px;
}

.c4r8m3k7n {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
}

.v9n2m8k4p a {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 1px;
}

.q2w8e5r9t {
    display: flex;
    list-style: none;
    gap: 30px;
}

.q2w8e5r9t a {
    color: #fff;
    font-size: 16px;
    padding: 8px 16px;
    border-radius: 4px;
    transition: all 0.3s ease;
}

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

.p8k3m9n2w {
    min-height: 100vh;
}

.a7d4f9g2h {
    position: relative;
    height: 500px;
    overflow: hidden;
    margin-bottom: 60px;
}

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

.z5x8c2v7b {
    position: relative;
    height: 500px;
    border-radius: 8px;
    overflow: hidden;
}

.n8m4k9p2w {
    width: 100%;
    height: 100%;
    object-fit: cover;
    animation: zoomIn 20s ease infinite;
}

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

.w9q2p8k3m {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    z-index: 2;
    animation: fadeInUp 1s ease;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate(-50%, -40%);
    }
    to {
        opacity: 1;
        transform: translate(-50%, -50%);
    }
}

.l5k9m2n8p {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.j8k3m9p2w {
    font-size: 24px;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

.r9t3y8u2i {
    padding: 60px 0;
    background: #fff;
}

.s8d3f9g2h {
    font-size: 36px;
    text-align: center;
    margin-bottom: 50px;
    color: #1e40af;
    position: relative;
    animation: fadeIn 0.8s ease;
}

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

.s8d3f9g2h::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #3b82f6, #2563eb);
    border-radius: 2px;
}

.g4h8j2k9l {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
}

.b7n3m8k2p {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    animation: fadeInUp 0.6s ease;
}

.b7n3m8k2p:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

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

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

.v4c8x2z9m {
    padding: 20px;
}

.v4c8x2z9m h3 {
    font-size: 20px;
    margin-bottom: 12px;
    color: #1e40af;
}

.v4c8x2z9m p {
    color: #666;
    margin-bottom: 15px;
    line-height: 1.8;
}

.v4c8x2z9m time {
    font-size: 14px;
    color: #999;
}

.k9l3p8m2n {
    padding: 60px 0;
    background: #f9fafb;
}

.f8g2h9j3k {
    display: grid;
    gap: 30px;
}

.q7w3e8r2t {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 20px;
    transition: all 0.3s ease;
    animation: slideInRight 0.6s ease;
}

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

.q7w3e8r2t:hover {
    transform: translateX(10px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.q7w3e8r2t img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.y9u2i8o3p {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.y9u2i8o3p h3 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #1e40af;
}

.y9u2i8o3p p {
    color: #666;
    line-height: 1.8;
    margin-bottom: 15px;
}

.t4y8u2i9o {
    display: flex;
    gap: 20px;
    font-size: 14px;
    color: #999;
}

.a4s8d2f9g {
    padding: 60px 0;
    background: #fff;
}

.h3j8k2l9z {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
}

.x5c2v8b9n {
    background: #f9fafb;
    border-radius: 8px;
    padding: 25px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    animation: fadeIn 0.8s ease;
}

.x5c2v8b9n:hover {
    box-shadow: 0 8px 25px rgba(0,0,0,0.12);
    transform: translateY(-5px);
}

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

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

.z8x3c2v9b strong {
    display: block;
    color: #333;
    font-size: 16px;
}

.z8x3c2v9b time {
    font-size: 14px;
    color: #999;
}

.x5c2v8b9n p {
    color: #666;
    line-height: 1.8;
    margin-bottom: 15px;
}

.x5c2v8b9n > img {
    border-radius: 8px;
    margin-top: 15px;
}

.p2o8i3u9y {
    background: linear-gradient(135deg, #1e3a8a 0%, #1e40af 100%);
    color: #fff;
    padding: 60px 0 20px;
    margin-top: 60px;
}

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

.u7i3o8p2l h3 {
    font-size: 20px;
    margin-bottom: 20px;
    color: #fff;
}

.u7i3o8p2l p {
    line-height: 1.8;
    color: rgba(255,255,255,0.8);
}

.u7i3o8p2l ul {
    list-style: none;
}

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

.u7i3o8p2l ul a {
    color: rgba(255,255,255,0.8);
    transition: color 0.3s ease;
}

.u7i3o8p2l ul a:hover {
    color: #fff;
}

.k8l2p9m3n {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid rgba(255,255,255,0.2);
    color: rgba(255,255,255,0.7);
}

.t9y3u8i2o {
    position: fixed;
    bottom: 50px;
    right: 50px;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 999;
}

.t9y3u8i2o.k3m9p2w8q {
    opacity: 1;
    visibility: visible;
}

.t9y3u8i2o:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.3);
}

.n7m4k9p2w {
    padding: 15px 0;
    background: #f9fafb;
    border-bottom: 1px solid #e5e7eb;
}

.b5v8c2x9z {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #666;
}

.b5v8c2x9z a {
    color: #3b82f6;
    transition: color 0.3s ease;
}

.b5v8c2x9z a:hover {
    color: #2563eb;
}

.b5v8c2x9z span {
    color: #999;
}

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

    .q2w8e5r9t {
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
    }

    .l5k9m2n8p {
        font-size: 32px;
    }

    .j8k3m9p2w {
        font-size: 18px;
    }

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

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

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

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