  @keyframes disco {
    0% {
        color: rgba(0, 82, 140, 1);
    }
    50% {
        color: rgb(0, 42, 73);
    }
    100% {
        color: rgba(0, 82, 140, 1);
    }
}

a {
    color: #dc3545;
    transition: ease-in-out 250ms;
}
a:hover {
    animation: disco 3s infinite;
}
.bg-fancy1 {
    background-image: linear-gradient(257deg, hsla(18, 84%, 90%, .3) -32.4%, rgba(255, 165, 129, .3) -3.42%, rgba(255, 73, 0, .3) 23.87%, rgba(251, 223, 233, .3) 50.46%, rgba(253, 191, 219, .3) 79.15%, rgba(249, 57, 166, .3) 103.64%);
}
.fancy-ul li::marker {
    color: #cd0000;
}
.bg-white-80 {
    background-color: rgba(245, 250, 255, 0.8);
}
body {
    background-image: url("/cn/bg-main-light.webp?v=1");
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}
section {
    margin-bottom: 0 !important;
}
.img-logo {
    object-fit: contain;
    padding: 25px;
}
h1, .style2025 section h1 {
    font-size: 38px;
}
h2, .style2025 section h2 {
    font-size: 34px;
}

h2.h5, .style2025 section h2.h5 {
    font-size: 26px;
}

.style2025 section h3 {
    font-size: 1.2em;
}

.lead {
    font-size: 18px !important;
    font-weight: bold !important;
}

#card-form label {
    color: #dc3545;
}

#card-form input::placeholder,
#card-form textarea::placeholder,
#card-form input[type="date"]::placeholder,
#card-form select option:first-child {
    color: #ccc;
}


article h1 {
    font-size: 2.3em;
    line-height: 1.2em;
    font-weight: bold;
    color: #222222;
    border-left: #dc3545 0.2em solid;
    padding: 0.8em;
    margin-left: -1em;
}


.tiny-menu .box > ul {
    list-style: none;
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
}

.tiny-menu .box > ul > li {
    margin-bottom: 0;
}

.tiny-menu .box > ul > li:not(:last-child)::after {
    content: '»';
    margin: 0 0.8em;
    color: #999999;
}

.tiny-menu .box > ul > li > a {
    color: #666666;
    text-decoration: none;
}

.tiny-menu .box > ul > li > a:hover {
    text-decoration: underline;
    color: #111111;
}

.bg-fancy1 {
    background-image: linear-gradient(257deg, hsla(18, 84%, 90%, .3) -32.4%, rgba(255, 165, 129, .3) -3.42%, rgba(255, 73, 0, .3) 23.87%, rgba(251, 223, 233, .3) 50.46%, rgba(253, 191, 219, .3) 79.15%, rgba(249, 57, 166, .3) 103.64%);
}
.fancy-ul li::marker {
    color: #cd0000;
}
.bg-white-80 {
    background-color: rgba(245, 250, 255, 0.8);
}
body {
    background-image: url("/cn/bg-main-light.webp?v=1");
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}
section {
    margin-bottom: 0 !important;
}
.img-logo {
    object-fit: contain;
    padding: 25px;
}
h1, .style2025 section h1 {
    font-size: 38px;
}
h2, .style2025 section h2 {
    font-size: 34px;
}

h2.h5, .style2025 section h2.h5 {
    font-size: 26px;
}

.style2025 section h3 {
    font-size: 1.2em;
}

.lead {
    font-size: 18px !important;
    font-weight: bold !important;
}

#card-form label {
    color: #dc3545;
}

#card-form input::placeholder,
#card-form textarea::placeholder,
#card-form input[type="date"]::placeholder,
#card-form select option:first-child {
    color: #ccc;
}

.pagination {
    list-style: none !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
}

@media (max-width: 991px) {
    .style2025 section h3 {
        font-size: 1em;
    }
    .list-excerpt {
        display: none;
    }
    h1, .style2025 section h1 {
        font-size: 32px;
    }
    .tiny-menu .box > ul > li:last-child {
        display: none;
    }
    .tiny-menu .box > ul > li:nth-child(n-1)::after
    .style2025 section h3 {
        font-size: 1em;
    }
    .list-excerpt {
        display: none;
    }
    h1, .style2025 section h1 {
        font-size: 32px;
    }

    article.card:not(.related-card) {
        flex-direction: row-reverse;
    }

    article.card:not(.related-card) .card-body {
        width: 100%;
    }

    article.card:not(.related-card) .ratio {
        width: 250px;
    }

}
