* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    color: #4e4a45;
    font: 16px/1.6 "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
    background: #fffcf8
}

h1,
h2,
p,
ul {
    margin: 0
}

ul {
    padding: 0;
    list-style: none
}

a {
    color: inherit;
    text-decoration: none
}

a:hover {
    color: #ce130d
}

img {
    display: block;
    max-width: 100%;
    border: 0
}

button {
    font: inherit
}

a:focus-visible,
button:focus-visible,
[tabindex]:focus-visible {
    outline: 3px solid #b42115;
    outline-offset: 4px
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap
}

.banner {
    width: 100%;
    background: #f9462d
}

.banner>img {
    width: 100%;
    height: auto
}

.main {
    background: #fffcf8 url('../assets/images/page-bg.jpg') center top / 1920px 1300px no-repeat;
    min-height: 1296px;
    padding: 48px 0 140px
}

.container {
    width: 1200px;
    max-width: calc(100% - 80px);
    margin: 0 auto
}

.headline {
    min-height: 182px;
    padding: 32px 46px;
    background: #fff;
    box-shadow: 0 1px 6px #836b4230;
    border: 1px solid #eee5d5
}

.headline h2 {
    font-size: 28px;
    line-height: 1.6;
    text-align: center;
    color: #c6170d;
    font-weight: 400;
    letter-spacing: -.6px
}

.headline p {
    margin-top: 15px;
    font-size: 14px;
    line-height: 1.8;
    text-indent: 2em;
    color: #777
}

.news-section {
    margin-top: 30px
}

.news-grid {
    display: flex;
    gap: 8px;
    align-items: stretch
}

.focus-swiper {
    width: 797px;
    flex: 0 0 66.4167%;
    margin: 0;
    overflow: hidden;
    background: #eee;
    aspect-ratio: 797/447
}

.focus-swiper .swiper-slide {
    height: 100%;
    position: relative
}

.focus-picture {
    display: block;
    height: 100%
}

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

.focus-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    min-height: 62px;
    background: rgba(0, 0, 0, .72);
    padding: 15px 145px 15px 25px;
    color: #fff;
    font-size: 22px;
    line-height: 32px
}

.focus-caption a:hover {
    color: #ffe4a0
}

.focus-swiper .focus-pagination {
    bottom: 24px;
    left: auto;
    right: 20px;
    width: auto;
    display: flex;
    gap: 9px;
    display: none;
}

.focus-swiper .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    background: #fff;
    opacity: 1;
    margin: 0 !important
}

.focus-swiper .swiper-pagination-bullet-active {
    background: #f12b23
}

.news-panel {
    flex: 1;
    min-width: 0;
    border-left: 5px solid #e21b14;
    background: rgba(255, 255, 249, .95)
}

.news-panel ul {
    height: 100%;
    display: flex;
    flex-direction: column
}

.news-panel li {
    display: flex;
    align-items: center;
    flex: 1;
    padding: 10px 16px;
    border-bottom: 1px solid #eeeae0;
    font-size: 16px;
    line-height: 1.55
}

.news-panel li:last-child {
    border-bottom: 0
}

.more-row {
    height: 40px;
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.more {
    font-size: 14px;
    color: #ffebbc;
    background: #cf0c07;
    border: 1px solid #e0aa62;
    border-radius: 18px;
    padding: 0 10px;
    line-height: 27px
}

.more:hover {
    color: white;
    background: #b4120c
}

.activities {
    scroll-margin-top: 20px
}

.activities h2 {
    margin: 0 0 42px
}

.activities h2 img {
    width: 100%;
    height: auto
}

.activity-carousel {
    position: relative
}

.activity-swiper {
    overflow: hidden
}

.activity-swiper .swiper-slide {
    height: auto;
    background: #faeade
}

.activity-image {
    display: block;
    aspect-ratio: 382/215;
    overflow: hidden
}

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

.activity-caption {
    min-height: 86px;
    padding: 17px 24px;
    font-size: 16px;
    line-height: 1.5
}

.activity-prev,
.activity-next {
    position: absolute;
    top: calc(50% - 20px);
    width: 34px;
    height: 44px;
    background: transparent;
    border: 0;
    cursor: pointer;
    z-index: 2
}

.activity-prev {
    left: -47px
}

.activity-next {
    right: -47px
}

.activity-prev:after,
.activity-next:after {
    content: "";
    display: block;
    width: 17px;
    height: 17px;
    border-top: 3px solid #c61916;
    border-right: 3px solid #c61916;
    position: absolute;
    top: 13px;
    left: 8px
}

.activity-prev:after {
    transform: rotate(-135deg)
}

.activity-next:after {
    transform: rotate(45deg)
}

.activity-pagination {
    display: none
}

.footer {
    min-height: 130px;
    padding: 30px 20px;
    background: #d80e05;
    border-top: 6px solid #f4a259;
    color: #fff0dd;
    text-align: center;
    font-size: 14px;
    line-height: 1.9
}

.footer a:hover {
    color: #fff;
    text-decoration: underline
}

.footer p+p {
    margin-top: 2px
}

@media(min-width:1921px) {
    .main {
        background-size: 100% 1300px
    }
}

@media(max-width:1279px) {
    .container {
        max-width: calc(100% - 64px)
    }

    .main {
        padding-top: 32px;
        min-height: 0;
        padding-bottom: 100px
    }

    .headline {
        padding: 25px 30px;
        min-height: 0
    }

    .headline h2 {
        font-size: 24px
    }

    .news-panel li {
        font-size: 14px;
        padding: 7px 12px
    }

    .focus-caption {
        font-size: 18px;
        padding-left: 18px
    }

    .activity-prev {
        left: -32px
    }

    .activity-next {
        right: -32px
    }

    .activity-caption {
        padding: 15px;
        font-size: 15px
    }

    .activities h2 {
        margin-bottom: 32px
    }
}

@media(max-width:767px) {
    .container {
        width: auto;
        max-width: none;
        margin: 0 16px
    }

    .banner {
        overflow: hidden
    }

    .banner>img {
        width: 150%;
        max-width: none;
        margin-left: -25%
    }

    .main {
        padding: 22px 0 48px;
        background-size: auto 900px
    }

    .headline {
        padding: 20px 18px
    }

    .headline h2 {
        font-size: 20px;
        line-height: 1.55;
        letter-spacing: 0;
        text-align: left
    }

    .headline p {
        font-size: 13px;
        margin-top: 12px;
        line-height: 1.8
    }

    .news-section {
        margin-top: 22px
    }

    .news-grid {
        display: block
    }

    .focus-swiper {
        width: 100%;
        aspect-ratio: 797/447
    }

    .focus-caption {
        padding: 9px 14px 25px;
        min-height: 64px;
        font-size: 15px;
        line-height: 1.5
    }

    .focus-swiper .focus-pagination {
        bottom: 9px;
        right: 14px;
        gap: 7px
    }

    .focus-swiper .swiper-pagination-bullet {
        width: 7px;
        height: 7px
    }

    .news-panel {
        margin-top: 15px;
        border-left-width: 3px
    }

    .news-panel li {
        padding: 13px 15px;
        font-size: 15px;
        min-height: 60px
    }

    .more-row {
        height: 42px
    }

    .activities h2 {
        margin: 6px 0 24px;
        overflow: hidden
    }

    .activities h2 img {
        width: 180%;
        max-width: none;
        margin-left: -40%
    }

    .activity-carousel {
        padding: 0 22px 28px
    }

    .activity-prev {
        left: -9px;
        top: calc(50% - 38px)
    }

    .activity-next {
        right: -9px;
        top: calc(50% - 38px)
    }

    .activity-prev:after,
    .activity-next:after {
        width: 12px;
        height: 12px;
        border-width: 2px
    }

    .activity-caption {
        font-size: 15px;
        min-height: 78px;
        padding: 14px 16px
    }

    .activity-pagination {
        display: block;
        bottom: 0;
        left: 0;
        width: 100%
    }

    .activity-pagination .swiper-pagination-bullet {
        margin: 0 4px;
        background: #d52417
    }

    .footer {
        min-height: 0;
        padding: 23px 18px;
        font-size: 12px;
        line-height: 1.9
    }

    .footer .separator {
        display: block;
        height: 0;
        overflow: hidden
    }

    .footer p+p {
        margin-top: 8px
    }
}

@media(prefers-reduced-motion:reduce) {
    html {
        scroll-behavior: auto
    }

    * {
        transition: none !important
    }
}