﻿:root {
    --border-cl: #E5E5E5;
    --motif-cl: #4974bb;
}

@font-face {
    font-family: Varino;
    src: url('../lib/varinonormal.otf') format('opentype');
}

.function-lazy{
    background: none;
}

.asp-poster-contain {
    background-color: transparent;
    width: 100%;
    height: 0px;
    position: relative;
    overflow: hidden;
    padding-top: 143.703703704%;
    background: #ffff;
}
/*Quảng cáo*/
.banner-multimedia {
    display: flex;
}

    .banner-multimedia .banner-area:nth-last-child(n+2) {
        margin-right: 15px;
    }

    .home-page .top-story {
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
        margin-top: 15px;
    }

    .home-page .top-story .top-right {
        /*border-right: 1px solid var(--border-cl);*/
        width: 25%;
        padding-right: 15px;
    }

        .home-page .top-story .top-right .story-wrap {
            flex-direction: column;
        }

            .home-page .top-story .top-right .story-wrap:first-child {
                margin-bottom: 16px;
                padding-bottom: 16px;
                border-bottom: 1px solid var(--border-cl);
            }

        .home-page .top-story .top-right .img-wrap {
            margin-bottom: 10px;
        }

        .home-page .top-story .top-right .story-wrap .name {
            font-size: 17px;
        }

        .home-page .top-story .top-right .story-wrap .description {
            display: none;
        }

    .home-page .top-story .top-center {
        padding-left: 14px;
        padding-right: 15px;
        width: 49%;
        /*border-right: 1px solid var(--border-cl);*/
    }

        .home-page .top-story .top-center .story-wrap {
            flex-direction: column;
        }

            .home-page .top-story .top-center .story-wrap .img-wrap {
                margin-bottom: 15px;
            }

            .home-page .top-story .top-center .story-wrap .name > * {
                font-size: 28px;
                font-weight: 700;
            }
    /* .home-page .top-story .top-center .story-wrap .description{
    
} */
    .home-page .top-story .top-left {
        padding-left: 14px;
        width: 26%;
    }

        .home-page .top-story .top-left .story-wrap {
            flex-direction: row;
        }

        .home-page .top-story .top-left .story-wrap {
            padding: 15px;
            border: 1px solid #EDE3D8;
            border-bottom: none;
            background-color: #FFF9F2;
        }

            /*.home-page .top-story .top-left .story-wrap:nth-last-child(n+2) {
                padding-bottom: 20px;
                margin-bottom: 20px;
                border-bottom: 1px solid var(--border-cl);
            }*/

            .home-page .top-story .top-left .story-wrap:last-child {
                border-bottom: 1px solid #EDE3D8;
            }

            .home-page .top-story .top-left .story-wrap .img-wrap {
                width: 150px;
                margin-right: 20px;
                padding-top: 4px;
            }

            .home-page .top-story .top-left .story-wrap .info-wrap {
                flex: 1;
            }

            .home-page .top-story .top-left .story-wrap .name {
                font-size: 17px;
                margin-bottom: 0px;
            }

            .home-page .top-story .top-left .story-wrap .description {
                display: none;
            }

    .home-page .top-story .top-bottom {
        width: 100%;
        padding-top: 20px;
        margin-top: 20px;
        border-top: 1px solid var(--border-cl);
        display: flex;
    }

        .home-page .top-story .top-bottom .led-card {
            width: calc((100% - 30px) / 5);
            margin-bottom: 20px;
        }

        .home-page .top-story .top-bottom .card-wrap {
            display: block;
            padding: 10px;
            border: 1px solid #E5E5E5;
            border-radius: 10px;
            background-color: #f5f5f5;
            height: 145px;
        }

        .home-page .top-story .top-bottom .led-card:nth-last-child(n+2) {
            margin-right: 15px;
            padding-right: 15px;
            border-right: 1px solid var(--border-cl);
        }

        .home-page .top-story .top-bottom .card-wrap {
            text-decoration: none;
        }

            .home-page .top-story .top-bottom .card-wrap.hightlight {
                background-color: #FFF4E2;
                border-color: #F2994A;
            }

        .home-page .top-story .top-bottom .info {
            display: flex;
            align-items: center;
        }

        .home-page .top-story .top-bottom .img-wrap {
            width: 60px;
            height: 60px;
            margin-right: 10px;
        }

            .home-page .top-story .top-bottom .img-wrap img {
                width: 100%;
                height: 100%;
                /*object-fit: cover;*/
            }

        .home-page .top-story .top-bottom .name {
            font-size: 14px;
            line-height: 1.2;
            font-weight: bold;
            font-family: var(--main-font),Arial;
        }

        .home-page .top-story .top-bottom .title {
            color: #222;
            margin-bottom: 0px;
        }

        .home-page .top-story .top-bottom .text-pri {
            color: var(--main-red);
            margin-bottom: 0px;
        }

        .home-page .top-story .top-bottom .position {
            margin-top: 5px;
        }

            .home-page .top-story .top-bottom .position > * {
                font: 400 12px/1.3 var(--main-font),Arial;
                margin-bottom: 0px;
                color: #525252;
            }

        .home-page .top-story .top-bottom .led-card:nth-child(2) .position > *{
            font: 400 11px/1.3 var(--main-font),Arial;
        }

.home-page .spotlight {
    display: flex;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 14px;
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
    /*margin-bottom: 30px;*/
}

    .home-page .spotlight .icon {
        margin-right: 10px;
    }

    .home-page .spotlight .list {
        flex: 1;
        overflow: auto;
    }

        .home-page .spotlight .list::-webkit-scrollbar {
            background-color: transparent;
            height: 5px;
        }

        .home-page .spotlight .list::-webkit-scrollbar-thumb {
            background-color: #E5E5E5;
            border-radius: 5px;
            visibility: hidden;
        }

        .home-page .spotlight .list:hover::-webkit-scrollbar-thumb {
            visibility: visible;
        }

        .home-page .spotlight .list .wrap {
            display: flex;
            align-items: stretch;
        }

            .home-page .spotlight .list .wrap .item {
                font-size: 14px;
                display: inline-block;
                white-space: nowrap;
                text-decoration: none;
                color: #525252;
                padding: 3px 10px;
                margin-right: 5px;
                background-color: #f5f5f5;
                border-radius: 12px;
                transition: color 300ms;
            }

                .home-page .spotlight .list .wrap .item:hover {
                    color: var(--main-red);
                }

.home-page .new {
    display: flex;
}

    .home-page .new .main {
        width: 74.6%;
        padding-right: 15px;
    }

        .home-page .new .main .banner {
            margin-bottom: 5px;
        }

            .home-page .new .main .banner > * {
                max-height: 150px;
                width: 100%;
            }

    .home-page .new .article-wrap .header {
        padding-top: 10px;
        padding-bottom: 10px;
        /*margin-bottom: 10px;
        border-bottom: 1px solid var(--border-cl);*/
    }

        .home-page .new .article-wrap .header .tag {
            display: block;
            border: 1px solid var(--border-cl);
            background-color: #f5f5f5;
            border-radius: 4px;
            font: 700 16px/1.2 var(--main-font),Arial;
            color: #222;
            padding: 10px;
            text-decoration: none;
            width: 150px;
        }

    .home-page .new .article-wrap .list .story-wrap {
        flex-direction: row;
        margin-bottom: 30px;
    }

    .home-page .new .article-wrap .list .story-wrap:last-child {
        margin-bottom: 0px;
    }

        .home-page .new .article-wrap .list .story-wrap .img-wrap {
            width: 280px;
            margin-right: 20px;
        }

        .home-page .new .article-wrap .list .story-wrap .info-wrap {
            flex: 1;
        }

        .home-page .new .article-wrap .list .story-wrap .name {
            font-size: 20px;
        }

    .home-page .new .side-banner {
        flex: 1;
        padding-left: 15px;
    }

        /*.home-page .new .side-banner > *:nth-last-child(n+2) {
            margin-bottom: 10px;
        }*/
        .home-page .new .side-banner .banner-area:last-child {
            margin-bottom: 0px;
        }

        .home-page .new .side-banner > .banner-area img {
            width: 100%;
            height: 100%;
        }
/* layout */
.home-page .mul-layout {
    display: flex;
}

    .home-page .mul-layout .main {
        width: 50%;
    }

    .home-page .mul-layout .side-col {
        flex: 1 1 0;
    }

        .home-page .mul-layout .side-col > *:is(.story-wrap):first-child {
            padding-bottom: 15px;
            margin-bottom: 20px;
            border-bottom: 1px solid var(--border-cl);
        }

    .home-page .mul-layout .left-br {
        border-left: 1px solid var(--border-cl);
    }

    .home-page .mul-layout .right-br {
        border-right: 1px solid var(--border-cl);
    }

    .home-page .mul-layout .side-pad {
        padding: 0px 15px;
    }

    .home-page .mul-layout .right-pad {
        padding-right: 15px;
    }

    .home-page .mul-layout .left-pad {
        padding-left: 15px;
    }

    .home-page .mul-layout .story-wrap {
        flex-direction: column;
    }

        .home-page .mul-layout .story-wrap .img-wrap {
            margin-bottom: 10px;
        }

    .home-page .mul-layout .still .story-wrap .img-wrap {
        margin-bottom: 0px;
    }

    .home-page .mul-layout .side-col .story-wrap .info-wrap .description {
        display: none;
    }

    .home-page .mul-layout .side-col .story-wrap .name {
        font-size: 18px;
        height: 72px;
    }

.home-page .lg .mul-layout .side-col .story-wrap .name {
    height: auto;
}
/* layout */
.home-page .category-box {
    margin: 30px 0;
}

    .home-page .category-box .header-list {
        margin-top: -20px;
    }

        .home-page .category-box .header-list ul {
            padding-left: 0px;
            margin-bottom: 10px;
            list-style: none;
            display: flex;
            justify-content: center;
        }

            .home-page .category-box .header-list ul a {
                font: 400 16px/1.4 var(--main-font),Arial;
                color: #969799;
                text-decoration: none;
                /* letter-spacing: 1px; */
            }

            .home-page .category-box .header-list ul > * {
                margin-top: 10px;
                margin-left: 30px;
            }

.home-page .bottom-info .story-wrap {
    position: relative;
}

    .home-page .bottom-info .story-wrap .info-wrap {
        position: relative;
        top: -50px;
        left: 0;
        width: calc(100% - 50px);
        /* right: -118px; */
    }

.home-page .bottom-info.still .story-wrap .info-wrap {
    position: static;
    width: 100%;
}

.home-page .bottom-info .story-wrap .bg-wrap {
    background-color: #eff6fe;
    text-align: center;
    padding: 15px;
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
}

.home-page .bottom-info.still .story-wrap .bg-wrap {
    border: none;
}

.home-page .bottom-info .story-wrap .name > * {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.4;
}

.home-page .side-info .story-wrap {
    flex-direction: row-reverse;
    position: relative;
}

    .home-page .side-info .story-wrap .img-wrap {
        position: relative;
        right: 0;
        width: 75%;
        margin-bottom: 0px;
    }

    .home-page .side-info .story-wrap .info-wrap {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 50%;
        /*background-color: rgba(184, 158, 39, .8);*/
        background-color: #B99F28;
        padding: 15px;
        text-align: center;
    }

        .home-page .side-info .story-wrap .info-wrap .name > *,
        .home-page .side-info .story-wrap .info-wrap .description > * {
            color: #fff;
        }

.home-page .mul-layout .side-col .story-wrap .name > * {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 700;
}

.home-page .full-width .main {
    margin-bottom: 30px;
}

    .home-page .full-width .main .story-wrap {
        flex-direction: row;
    }

        .home-page .full-width .main .story-wrap > * {
            flex: 1 1 0;
        }

        .home-page .full-width .main .story-wrap .img-wrap {
            margin-right: 5px;
        }

        .home-page .full-width .main .story-wrap .name {
            font-size: 28px;
            font-weight: 700;
            line-height: 1.4;
        }

        .home-page .full-width .main .story-wrap .info-wrap {
            background-color: #fde8e7;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            position: relative;
        }

            .home-page .full-width .main .story-wrap .info-wrap::after {
                content: "";
                position: absolute;
                height: 8px;
                width: 8px;
                border-top: 2px solid #fdb8b5;
                border-right: 2px solid #fdb8b5;
                top: -2px;
                right: -2px;
            }

            .home-page .full-width .main .story-wrap .info-wrap::before {
                content: "";
                position: absolute;
                height: 8px;
                width: 8px;
                border-bottom: 2px solid #fdb8b5;
                border-right: 2px solid #fdb8b5;
                bottom: -1px;
                right: -2px;
            }

            .home-page .full-width .main .story-wrap .info-wrap > * {
                text-align: center;
                max-width: calc(100% - 80px);
            }
/* .home-page .full-width .main .story-wrap .name>*{
    position: relative;
    display: inline;
}
.home-page .full-width .main .story-wrap .name>*::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background-color: #fdc8c5; 
    z-index: -1; 
    opacity: 0.5;
} */
.home-page .full-width .sub-list {
    display: flex;
}

    .home-page .full-width .sub-list > * {
        flex-direction: column;
        flex: 1 1 0;
    }

        .home-page .full-width .sub-list > *:nth-last-child(n+2) {
            margin-right: 30px;
        }

    .home-page .full-width .sub-list .info-wrap .description {
        display: none;
    }

    .home-page .full-width .sub-list > * .name {
        font-size: 18px;
        line-height: 1.4;
        font-weight: 700;
    }

    .home-page .full-width .sub-list > * .img-wrap {
        margin-bottom: 10px;
    }

.home-page .multimedia {
    background-color: #0759a1;
    box-shadow: 0 0 0 100vmax #0759a1;
    clip-path: inset(0 -100vmax);
    padding: 30px 0px;
    margin-bottom: 35px;
}

    .home-page .multimedia .head-wrap {
        display: flex;
    }

        .home-page .multimedia .head-wrap .motif-header {
            flex-grow: 4;
        }

            .home-page .multimedia .head-wrap .motif-header .center > * {
                color: #fff;
            }

            .home-page .multimedia .head-wrap .motif-header .center a {
                color: #fff;
                text-decoration: none;
            }

    .home-page .multimedia .motif-header .center > * {
        padding-left: 0px;
    }

    .home-page .multimedia .head-wrap .cate-list {
        flex-grow: 2;
        align-self: center;
    }

        .home-page .multimedia .head-wrap .cate-list ul {
            padding-left: 0px;
            margin-bottom: 0px;
            display: flex;
            list-style: none;
        }

            .home-page .multimedia .head-wrap .cate-list ul > * {
                margin-left: auto;
            }

        .home-page .multimedia .head-wrap .cate-list .item {
            display: block;
            text-decoration: none;
            color: #fff;
            font: 400 16px/1.3 var(--main-font);
        }

    .home-page .multimedia .side-col > *:is(.story-wrap):first-child {
        border-bottom: none;
    }

    .home-page .multimedia .main .info-wrap {
        background-color: #0fa4e8;
        padding: 15px;
        text-align: center;
    }

    .home-page .multimedia .main .name > * {
        color: #fff;
    }

    .home-page .multimedia .main .description > * {
        color: #bfe7f8;
    }

    .home-page .multimedia .side-col .info-wrap {
        background-color: #fff;
        padding: 10px 10px 0 10px;
        /*height: 93px;*/
        overflow: hidden;
    }

    .home-page .multimedia .story-wrap .img-wrap {
        margin-bottom: 0px;
    }

    .home-page .multimedia .story-wrap .cate-tag {
        color: #fff;
        position: absolute;
        bottom: 5px;
        left: 5px;
        border-radius: 5px;
        padding: 2px 10px 3px;
        background-color: #0c4aa4;
        text-transform: uppercase;
        font-size: 16px;
        font-weight: 400;
        font-family: "Varino";
    }

.home-page .side-item {
    display: flex;
}

    .home-page .side-item .side {
        width: 23%;
        margin-left: 30px;
    }

    .home-page .side-item .mul-layout .main {
        width: 65%;
    }

        .home-page .side-item .mul-layout .main.full {
            width: 100%;
        }

    .home-page .side-item .mul-layout:has(.full) {
        flex-wrap: wrap;
    }

    .home-page .side-item .sub-content {
        display: flex;
        margin-top: 15px;
        width: 100%;
    }

        .home-page .side-item .sub-content > * {
            flex: 1;
        }

            .home-page .side-item .sub-content > *:nth-last-child(n+2) {
                margin-right: 15px;
                padding-right: 15px;
                border-right: 1px solid var(--border-cl);
            }

            .home-page .side-item .sub-content > * .description {
                display: none;
            }

            .home-page .side-item .sub-content > * .name {
                font-size: 16px;
                font-weight: 700;
                margin-bottom: 0;
            }

    .home-page .side-item .lg {
        flex: 1;
    }

    .home-page .side-item .header-list {
        margin-top: -20px;
    }

        .home-page .side-item .header-list ul {
            padding-left: 0px;
            margin-bottom: 10px;
            list-style: none;
            display: flex;
            justify-content: center;
        }

            .home-page .side-item .header-list ul a {
                font: 400 16px/1.4 var(--main-font),Arial;
                color: #969799;
                text-decoration: none;
                /* letter-spacing: 1px; */
            }

            .home-page .side-item .header-list ul > * {
                margin-left: 30px;
            }

    .home-page .side-item .side-article {
        width: 32%;
        margin-left: 30px;
    }

    .home-page .side-item .side > .side-article {
        width: 100%;
        margin-left: 0px;
    }

    .home-page .side-item .side-article .list > * {
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 1px solid var(--border-cl);
    }

        .home-page .side-item .side-article .list > * .info-wrap {
            flex: 1;
        }

        .home-page .side-item .side-article .list > * .name {
            font-size: 16px;
            font-weight: 700;
            margin-bottom: 0px;
        }

        .home-page .side-item .side-article .list > * .img-wrap {
            margin-bottom: 10px;
        }

        .home-page .side-item .side-article .list > * .description {
            display: none;
        }

        .home-page .side-item .side-article .list > *:first-child {
            flex-direction: column;
        }

        .home-page .side-item .side-article .list > *:nth-child(n+2) {
            flex-direction: row;
        }

            .home-page .side-item .side-article .list > *:nth-child(n+2) .img-wrap {
                width: 30%;
                min-width: 65px;
                max-width: 150px;
                margin-right: 10px;
            }

.home-page .category-col {
    display: flex;
}

    .home-page .category-col > * {
        flex: 1;
    }

        .home-page .category-col > *:nth-last-child(n+2) {
            margin-right: 30px;
        }

    .home-page .category-col .list > *:first-child {
        flex-direction: column;
    }

        .home-page .category-col .list > *:first-child .img-wrap {
            margin-bottom: 10px;
        }

    .home-page .category-col .list > *:nth-child(n+2) {
        flex-direction: row;
    }

        .home-page .category-col .list > *:nth-child(n+2) .img-wrap {
            min-width: 100px;
            width: 13%;
            margin-right: 10px;
        }

    .home-page .category-col .list > * {
        --pad: 10px;
        padding-bottom: var(--pad);
        margin-bottom: var(--pad);
        border-bottom: 1px solid var(--border-cl);
    }

        .home-page .category-col .list > *:last-child {
            padding-bottom: 0;
            margin-bottom: 0;
            border-bottom: none;
        }

        .home-page .category-col .list > * .description {
            display: none;
        }

        .home-page .category-col .list > * .name {
            font-size: 16px;
            font-weight: 600;
            margin-bottom: 0px;
            height: 66px;
        }

.home-page .most-view {
    background-color: #595959;
    padding: 15px;
    height: 100%;
}

    .home-page .most-view .head {
        display: flex;
        justify-content: start;
        align-items: center;
        margin-bottom: 20px;
    }

        .home-page .most-view .head .bar {
            width: 12px;
            height: 26px;
            background-color: var(--main-red);
            margin-right: 10px;
        }

        .home-page .most-view .head .title {
            margin-bottom: 0px;
            font: 500 32px/1.4 var(--main-font),Arial;
            color: #fff;
            text-transform: uppercase;
        }

    .home-page .most-view .list ul > *:nth-last-child(n+2) {
        margin-bottom: 15px;
    }

    .home-page .most-view .list ul {
        padding-left: 0px;
        margin-bottom: 0px;
        list-style: none;
    }

        .home-page .most-view .list ul li a {
            text-decoration: none;
            display: flex;
            align-items: start;
        }

    .home-page .most-view .list .title {
        color: #fff;
        font: 400 16px/1.3 var(--main-font);
    }

    .home-page .most-view .list .count {
        font-size: 44px;
        font-weight: 700;
        color: #595959;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #FFA7A7;
        font-style: italic;
        margin-right: 6px;
        opacity: 70%;
    }

.home-page .compassion {
    display: flex;
    margin-bottom: 35px;
}

    .home-page .compassion .head {
        position: relative;
    }

        .home-page .compassion .head > h2{
            margin-bottom: 0px;
        }

        .home-page .compassion .head .img {
            width: 100%;
        }

            .home-page .compassion .head .img img {
                width: calc(100% + 2px);
                height: auto;
                object-fit: contain;
                border-radius: 8px;
            }

        .home-page .compassion .head .text {
            position: absolute;
            bottom: 0;
            left: 80px;
            text-transform: uppercase;
            font: 400 28px/1.3 var(--main-font);
            margin: 0px;
            color: var(--main-red);
            margin-left: 16px;
            text-decoration: none;
        }

        .home-page .compassion .head > *:nth-last-child(n+2) {
            margin-right: 15px;
        }

    .home-page .compassion .main {
        border-radius: 10px;
        border: 2px solid #fec5c3;
        flex: 1;
    }

        .home-page .compassion .main .wrap {
            flex: 1;
            display: grid;
            grid-template-columns: repeat(6, 1fr);
            grid-template-rows: repeat(4, 1fr);
            grid-column-gap: 0px;
            grid-row-gap: 0px;
            padding: 15px;
        }

            .home-page .compassion .main .wrap > *:first-child {
                grid-area: 1 / 1 / 6 / 3;
            }

            .home-page .compassion .main .wrap > *:nth-child(2) {
                grid-area: 1 / 3 / 3 / 5;
            }

            .home-page .compassion .main .wrap > *:nth-child(3) {
                grid-area: 3 / 3 / 5 / 5;
            }

            .home-page .compassion .main .wrap > *:nth-child(4) {
                grid-area: 1 / 5 / 3 / 7;
            }

            .home-page .compassion .main .wrap > *:nth-child(5) {
                grid-area: 3 / 5 / 5 / 7;
            }

            .home-page .compassion .main .wrap > *:nth-child(n+2) {
                padding-left: 15px;
                margin-left: 15px;
                border-left: 1px solid var(--border-cl);
            }

            .home-page .compassion .main .wrap > *:nth-child(even) {
                padding-bottom: 15px;
                position: relative;
            }

                .home-page .compassion .main .wrap > *:nth-child(even) + * {
                    padding-top: 15px;
                }

                .home-page .compassion .main .wrap > *:nth-child(even)::after {
                    content: '';
                    position: absolute;
                    background-color: var(--border-cl);
                    z-index: 1;
                }

                .home-page .compassion .main .wrap > *:nth-child(even)::after {
                    inline-size: calc(100% - 15px);
                    block-size: 1px;
                    inset-inline-start: 15px;
                    inset-block-start: 100%;
                }

            .home-page .compassion .main .wrap > *:nth-child(n+2) .description {
                display: none;
            }

            .home-page .compassion .main .wrap > * {
                flex-direction: column;
            }

                .home-page .compassion .main .wrap > * .img-wrap {
                    margin-bottom: 10px;
                }

                .home-page .compassion .main .wrap > *:nth-child(n+2) .name {
                    margin-bottom: 0px;
                }

                .home-page .compassion .main .wrap > * .name {
                    font-size: 16px;
                    font-weight: 700;
                }

                .home-page .compassion .main .wrap > * .description > * {
                    color: #222;
                }

    .home-page .compassion .side {
        background-color: #f0f5fc;
        width: 23%;
        margin-left: 30px;
        border: 2px solid #c1d9e7;
        padding: 5px;
    }

        .home-page .compassion .side .title {
            font: 900 18px/1.4 var(--main-font);
            color: #25298c;
            text-align: center;
            text-transform: uppercase;
            margin-bottom: 15px;
        }

            .home-page .compassion .side .title > * {
                display: block;
            }

        .home-page .compassion .side .img-list > *:nth-last-child(n+2) {
            margin-bottom: 5px;
        }

        .home-page .compassion .side .img-list img {
            width: 100%;
            height: 100%;
        }

/*.home-page .topic {
    padding: 35px 0px;
    background-color: #B2EDFF;
    box-shadow: 0 0 0 100vmax #B2EDFF;
    clip-path: inset(0 -100vmax);
    margin-bottom: 35px;
}

    .home-page .topic .head {
        margin-bottom: 45px;
    }

        .home-page .topic .head > * {
            font-size: 32px;
            color: #0757aa;
        }

    .home-page .topic .topic-swiper .story-wrap {
        flex-direction: column;
    }

        .home-page .topic .topic-swiper .story-wrap .img-wrap {
            margin-bottom: 10px;
        }

        .home-page .topic .topic-swiper .story-wrap .info-wrap .description {
            display: none;
        }

        .home-page .topic .topic-swiper .story-wrap .info-wrap .name {
            font-size: 16px;
            font-weight: 700;
        }*/
.home-page .topic {
    /*padding: 35px 0px;*/
    /* background-color: #b1ecfe;
    box-shadow: 0 0 0 100vmax #b1ecfe;
    clip-path: inset(0 -100vmax);
    margin-bottom: 35px; */
}

    .home-page .topic .head-wrap {
        margin-left: 0;
        margin-right: 0;
        width: 277px;
        background: linear-gradient(to bottom, #015848 30%, #008E72 70%, #0D705C);
    }

        .home-page .topic .head-wrap .title {
            padding: 20px 15px;
            text-transform: uppercase;
            color: #00BA36;
            line-height: 1.5;
            font-weight: 700;
            font-size: 18px;
            margin-bottom: 0;
        }

    .home-page .topic .topic-tap > .nav-link {
        text-align: start;
        border-bottom: 1px solid #25957D;
        margin-right: 0;
        padding: 1px 0px;
        width: 100%;
        min-width: 0;
        border-radius: 0;
        background-color: transparent;
    }

        .home-page .topic .topic-tap > .nav-link .custom-txt {
            display: block;
            color: #fff;
            padding: 10px 15px;
            font-size: 14px;
            text-transform: uppercase;
            line-height: 1.4;
            font-weight: 700;
        }

        .home-page .topic .topic-tap > .nav-link.active {
            position: relative;
            z-index: 1;
            color: unset;
        }

            .home-page .topic .topic-tap > .nav-link.active .custom-txt {
                background-color: #fff;
                color: #00BA36;
            }

            .home-page .topic .topic-tap > .nav-link.active::before {
                content: "";
                position: absolute;
                z-index: 2;
                width: 3px;
                top: 0;
                left: 0;
                bottom: 0;
                background-color: #00BA36;
            }

    .home-page .topic .topic-content {
        border-top: 3px double #00BA36;
        flex: 1;
        padding-left: 30px;
    }

        .home-page .topic .topic-content > .tab-pane {
            padding: 24px 0 0;
        }

            .home-page .topic .topic-content > .tab-pane .nav {
                padding-bottom: 10px;
                padding-left: 15px;
                position: relative;
                z-index: 1;
            }

                .home-page .topic .topic-content > .tab-pane .nav::before {
                    top: 9px;
                    content: "";
                    position: absolute;
                    z-index: 2;
                    width: 6px;
                    height: 6px;
                    background-color: #00BA36;
                    left: 0;
                    border-radius: 50%;
                }

                .home-page .topic .topic-content > .tab-pane .nav .nav-item {
                    margin-right: 20px;
                    margin-bottom: 10px;
                }

                .home-page .topic .topic-content > .tab-pane .nav .nav-link {
                    font-size: 15px;
                    padding: 0px;
                    background-color: #fff;
                    border-radius: 0;
                    color: #555;
                }

                    .home-page .topic .topic-content > .tab-pane .nav .nav-link.active {
                        color: #00BA36;
                    }

            .home-page .topic .topic-content > .tab-pane .top-content {
                display: flex;
                flex-wrap: wrap;
            }

                .home-page .topic .topic-content > .tab-pane .top-content .img {
                    width: 100%;
                    margin-bottom: 15px;
                }

                    .home-page .topic .topic-content > .tab-pane .top-content .img .img-asp {
                        padding-top: 33.7078651685%;
                        position: relative;
                        z-index: 1;
                        display: block;
                        overflow: hidden;
                    }

                    .home-page .topic .topic-content > .tab-pane .top-content .img img {
                        position: absolute;
                        z-index: 2;
                        top: 0;
                        left: 0;
                        min-height: 100%;
                        object-fit: cover;
                        width: 100%;
                        height: auto;
                    }

                .home-page .topic .topic-content > .tab-pane .top-content .content {
                    width: 66.6666666667%;
                    padding-right: 30px;
                }

                    .home-page .topic .topic-content > .tab-pane .top-content .content .name {
                        font-size: 22px;
                        font-weight: 700;
                    }

                .home-page .topic .topic-content > .tab-pane .top-content .other {
                    flex: 1;
                }

                    .home-page .topic .topic-content > .tab-pane .top-content .other > * {
                        padding: 0px;
                        margin: 0px;
                        list-style: none;
                    }

                        .home-page .topic .topic-content > .tab-pane .top-content .other > * > *:first-child {
                            margin-bottom: 12px;
                            padding-bottom: 12px;
                            border-bottom: 1px solid #ddd;
                        }

                    .home-page .topic .topic-content > .tab-pane .top-content .other .name {
                        font-size: 16px;
                        font-weight: 700;
                    }

                    .home-page .topic .topic-content > .tab-pane .top-content .other .category {
                        display: block;
                        font-size: 14px;
                        margin-bottom: 0px;
                        display: inline-block;
                    }

            .home-page .topic .topic-content > .tab-pane .top-content {
                border-bottom: 1px solid #E1E1E1;
                padding-bottom: 20px;
                margin-bottom: 20px;
            }

            .home-page .topic .topic-content > .tab-pane .sub-content {
                display: flex;
            }

                .home-page .topic .topic-content > .tab-pane .sub-content .story-wrap {
                    flex-direction: column;
                    width: calc((100% - 60px) / 3);
                    margin-bottom: 20px;
                }

                .home-page .topic .topic-content > .tab-pane .sub-content .img-wrap {
                    margin-bottom: 10px;
                }

                .home-page .topic .topic-content > .tab-pane .sub-content .name {
                    font-size: 16px;
                    font-weight: 700;
                }

                .home-page .topic .topic-content > .tab-pane .sub-content .category {
                    display: inline-block;
                    margin-bottom: 0;
                }

                .home-page .topic .topic-content > .tab-pane .sub-content > *:nth-last-child(n+2) {
                    margin-right: 30px;
                }

.home-page .local-new {
    border-top: 3px double #494949;
    /*padding: 15px 0;*/
}

    .home-page .local-new h2 .title {
        color: var(--motif-cl);
    }

    .home-page .local-new .title {
        font-size: 20px;
        font-weight: 700;
        color: #222;
        margin-bottom: 15px;
        text-decoration: none;
    }

    .home-page .local-new .card-list {
        display: flex;
        flex-wrap: wrap;
    }

    .home-page .local-new .local-card .card-img {
        margin-bottom: 5px;
    }

    .home-page .local-new .local-card .place {
        border: 2px solid #0453e3;
        /*background: #f8f9fa;*/
        margin-bottom: 15px;
        display: inline-block;
        padding: 2px 5px 3px 5px;
        align-items: center;
        transition: all .5s ease;
    }

        .home-page .local-new .local-card .place .place-name {
            display: block;
            padding: 2px 5px 0px 5px;
            font-size: 16px;
            font-weight: 700;
            font-family: var(--main-font);
            color: #0453e3;
            text-decoration: none;
            text-transform: uppercase;
        }

        .home-page .local-new .local-card .place:hover {
            background: #0453e3;
        }

            .home-page .local-new .local-card .place:hover .place-name {
                color: #fff;
            }

    .home-page .local-new .local-card .title {
        margin-bottom: 15px;
        height: 48px;
    }

        .home-page .local-new .local-card .title > * {
            font-size: 16px;
            font-family: var(--main-font);
            color: #222;
            font-weight: 500;
            line-height: 1.4;
            text-decoration: none;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
        }

    .home-page .local-new .local-card .post-time {
        color: #525252;
        font-size: 14px;
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid var(--border-cl);
    }

    .home-page .local-new .local-card .name > * {
        height: 45px;
    }

    .home-page .local-new .local-card .name .item {
        font-size: 16px;
        line-height: 1.4;
        color: #222;
        text-decoration: none;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .home-page .local-new .local-card {
        width: calc((100% - 90px) / 4);
        margin-left: 30px;
        margin-bottom: 30px;
    }

        .home-page .local-new .local-card:nth-child(4n+1) {
            margin-left: 0px;
        }

.home-page .newspaper {
    border-top: 3px solid #494949;
    margin-top: -20px;
    padding-top: 15px;
    margin-bottom: 35px;
}

    .home-page .newspaper .head {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 30px;
    }

        .home-page .newspaper .head .title {
            color: var(--motif-cl);
        }

    .home-page .newspaper .title {
        margin-top: 15px;
        font-size: 18px;
        font-weight: 700;
        color: #222;
        text-transform: uppercase;
        margin-bottom: 0px;
    }

.home-page .control {
    display: flex;
}

.home-page .control-btn {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border: 1px solid #c4c4c4;
    border-radius: 50%;
    margin-left: 5px;
}

.home-page .newspaper .list {
    border: 2px solid #0453e3;
    background-color: #b4d6f2;
    padding: 30px;
    display: flex;
    justify-content: space-between;
}

    .home-page .newspaper .list .item .thumb {
        /*margin-bottom: 15px;
        width: 100%;
        height: 350px;
        object-fit: fill;*/
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .home-page .newspaper .list .item .title > * {
        font: 600 16px/1.4 var(--main-font);
        color: #222;
        text-decoration: none;
    }

.home-page .newspaper + .category-box .side-item .side {
    width: 23%;
}

.home-page .arrow-right,
.home-page .arrow-left {
    display: block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #85b8b6;
    border-left: 2px solid #85b8b6;
}

.home-page .arrow-right {
    transform: rotate(135deg);
    margin-right: 4px;
}

.home-page .arrow-left {
    transform: rotate(-45deg);
    margin-left: 4px;
}

.home-page .weather .wrap {
    background: url(../image/bg-weather.png) 0 0 / cover no-repeat;
    border-radius: 12px;
    color: white;
    width: 100%;
    /*max-width: 300px;*/
    padding: 16px;
    padding-top: 12px;
    backdrop-filter: blur(5px);
    font-family: NotoSerif;
}

.home-page .weather .place-drop {
    border: none;
    background: 0 0;
    box-shadow: none;
    font-family: PlayfairDisplay;
    font-size: 20px;
    color: #fff;
    height: 40px !important;
    padding-left: 2px;
    padding-top: 0;
    padding-bottom: 4px;
    margin-bottom: 4px;
    width: 100%;
}

    .home-page .weather .place-drop option {
        color: #222;
    }

    .home-page .weather .place-drop:hover {
        background-color: rgba(255, 255, 255, .1);
        padding-top: 0;
        border-radius: 5px;
    }

.home-page .weather .current-weather {
    display: flex;
    align-items: center;
    margin-bottom: 32px;
}

.home-page .weather .weather-icon {
    width: 50px;
    height: 50px;
    margin-right: 10px;
}

.home-page .weather .temperature {
    font-size: 40px;
    font-weight: 700;
}

.home-page .weather .temp-range {
    font-size: 16px;
    opacity: 0.9;
    margin-bottom: 10px;
}

.home-page .weather .condition {
    width: 100%;
    height: 36px;
    background-color: rgba(255, 255, 255, .3);
    display: flex;
    font-size: 16px;
    color: #fff;
    align-items: center;
    padding-left: 10px;
    margin-bottom: 16px;
    border-radius: 4px;
}

.home-page .weather .forecast {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    text-align: center;
}

.home-page .weather .forecast-day {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 14px;
    padding: 4px 2px 4px 2px;
}

    .home-page .weather .forecast-day span {
        margin-bottom: 5px;
    }

.home-page .weather .forecast-temp {
    font-size: 11px;
    opacity: 0.9;
}

.home-page .weather .sun-cloud {
    position: relative;
    width: 80px;
    height: 80px;
}

.home-page .weather .current-weather .sun-cloud {
    margin: 6px 20px 0 0;
}

.home-page .weather .forecast-icon {
    width: 36px;
    height: 36px;
    margin: 5px 0;
}

    .home-page .weather .forecast-icon img{
        width: 100%;
        height: 100%;
    }

    .home-page .rate .wrap {
        padding: 20px 16px 24px;
        background: url(../image/bg-ratio.png) 0 0 / cover no-repeat;
        border-radius: 12px;
        height: 550px;
        overflow-y: scroll;
        padding-right: 2px;
    }

    .home-page .rate .wrap::-webkit-scrollbar {
        width: 4px;
        background-color: transparent;
    }

    .home-page .rate .wrap::-webkit-scrollbar-thumb {
        border-radius: 5px;
        background-color: #e6eef6;
    }

    .home-page .rate .wrap::-webkit-scrollbar-track {
        background-color: transparent;
    }

.home-page .rate .item.heading {
    background: rgba(255, 255, 255, .1);
    padding-top: 10px;
    margin-left: -16px;
    padding-left: 16px;
}

.home-page .rate .item {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    padding-bottom: 12px;
    margin-bottom: 12px;
    display: flex;
}

    .home-page .rate .item span {
        display: inline-flex;
        color: #fff;
    }

        .home-page .rate .item span:nth-child(1) {
            width: 50px;
        }

        .home-page .rate .item span:nth-child(2) {
            margin-left: auto;
            width: 100px;
        }

        .home-page .rate .item span:nth-child(3) {
            margin-left: auto;
            width: 85px;
        }

.home-page .infomation {
    border-width: 2px 1px 1px 1px;
    border-color: #e3e3e3;
    border-style: solid;
    padding: 15px;
    margin-top: 15px;
    margin-bottom: 30px;
}

    .home-page .infomation .head {
        display: flex;
        align-items: center;
        margin-bottom: 15px;
    }

        .home-page .infomation .head .title {
            color: var(--motif-cl);
            font-size: 20px;
            text-transform: uppercase;
            font-family: var(--main-font);
            text-decoration: none;
        }

    .home-page .infomation .cate-list {
        margin-left: auto;
        display: flex;
        list-style: none;
        margin-bottom: 0px;
        margin-right: 20px;
    }

    .home-page .infomation .scroll {
        margin-left: auto;
        overflow: auto;
    }

        .home-page .infomation .cate-list > *:nth-child(n+2) {
            margin-left: 10px;
            padding-left: 10px;
            border-left: 1px solid var(--border-cl);
        }

        .home-page .infomation .cate-list * > * {
            display: block;
            font: 400 15px/1.3 var(--main-font);
            color: #525252;
            text-wrap: nowrap;
            text-decoration: none;
        }

    .home-page .infomation .list {
        display: flex;
    }

        .home-page .infomation .list .story-wrap:nth-child(n+2) {
            margin-left: 30px;
        }

        .home-page .infomation .list .story-wrap {
            flex-direction: column;
            /*width: calc((100% - 15px) / 4) !important;*/
        }

        .home-page .infomation .list .img-wrap {
            margin-bottom: 10px;
        }

        .home-page .infomation .list .info-wrap .name {
            font: 700 18px/1.4 var(--main-font);
        }

        .home-page .infomation .list .info-wrap .description {
            display: none;
        }

/* motif head */
.home-page .motif-header .center > * {
    margin-bottom: 0px;
    font: 500 24px/1 var(--main-font),Arial;
    text-transform: uppercase;
    color: var(--motif-cl);
    display: block;
    padding: 0 20px;
}

.home-page .motif-header .center a {
    color: var(--motif-cl);
    text-decoration: none;
}

.home-page .motif-header {
    display: flex;
    align-items: stretch;
    margin-bottom: 20px;
}

    .home-page .motif-header > *:not(.center) {
        flex: 1 0 0;
        position: relative;
        max-height: 27px;
    }

    .home-page .motif-header .motif {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }

        .home-page .motif-header .motif .line {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            height: 1px;
            background-color: var(--motif-cl);
        }

    .home-page .motif-header .left .motif .line {
        left: 0;
        right: 4px;
    }

    .home-page .motif-header .right .motif .line {
        right: 0;
        left: 4px;
    }

    .home-page .motif-header .motif .dot {
        position: absolute;
        bottom: -1px;
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background-color: var(--motif-cl);
    }

    .home-page .motif-header .left .motif .dot {
        left: 0;
    }

    .home-page .motif-header .right .motif .dot {
        right: 0;
    }

    .home-page .motif-header .motif .head {
        position: absolute;
        height: 15px;
        width: 15px;
    }

        .home-page .motif-header .motif .head::before {
            content: "";
            position: absolute;
            width: 11px;
            height: 4px;
            background-color: var(--motif-cl);
        }

        .home-page .motif-header .motif .head::after {
            content: "";
            position: absolute;
            width: 10px;
            height: 1px;
            background-color: var(--motif-cl);
        }

    .home-page .motif-header .left .motif .head {
        top: -9px;
        right: 0;
        transform: rotate(55deg);
    }

        .home-page .motif-header .left .motif .head::before {
            top: -1px;
            left: 2px;
            transform: skew(-32deg);
        }

        .home-page .motif-header .left .motif .head::after {
            top: 5px;
            left: 0;
        }

    .home-page .motif-header .left .motif .head {
        top: -9px;
        right: 0;
        transform: rotate(55deg);
    }

        .home-page .motif-header .left .motif .head::before {
            top: -1px;
            left: 2px;
            width: 12px;
            transform: skew(-32deg);
        }

        .home-page .motif-header .left .motif .head::after {
            top: 5px;
            left: 0;
        }

    .home-page .motif-header .right .motif .head {
        top: -9px;
        left: 0;
        transform: rotate(-55deg);
    }

        .home-page .motif-header .right .motif .head::before {
            top: -1px;
            right: 2px;
            width: 12px;
            transform: skew(32deg);
        }

        .home-page .motif-header .right .motif .head::after {
            top: 5px;
            right: 0;
        }

    .home-page .motif-header.r-list .left{
        display: none;
    }

    .home-page .motif-header.r-list .center > * {
        padding-left: 0px;
    }

    .home-page .motif-header.r-list .right .list {
        padding-left: 0px;
        margin-bottom: 0px;
        display: flex;
        justify-content: end;
        list-style: none;
    }

        .home-page .motif-header.r-list .right .list > *:nth-child(n+2) {
            margin-left: 10px;
        }

        .home-page .motif-header.r-list .right .list .item {
            display: block;
            text-decoration: none;
            font: 400 16px/1.4 var(--main-font),Arial;
            color: #969799;
        }
/* motif head */


.tabs {
    display: flex;
    flex-wrap: wrap;
}

    .tabs > section {
        order: 999;
        width: 100%;
        display: none;
    }

    .tabs > input {
        opacity: 0;
        position: absolute;
    }

        .tabs > input[type=radio]:checked + label + section {
            display: unset;
        }

    .tabs > label {
        cursor: pointer;
        margin-bottom: 20px;
        font-weight: 800;
        font-size: 20px;
        line-height: 26px;
        font-family: PlayfairDisplay;
        background: #fff;
        position: relative;
        transition: all 300ms;
        color: #ced4da;
    }

        .tabs > label:hover {
            color: var(--main-red);
        }

    .tabs > *:nth-child(2) {
        margin-left: 20px;
        margin-right: 8px;
    }

        .tabs > *:nth-child(2)::after {
            left: -20px;
            content: "";
            position: absolute;
            height: 11px;
            width: 11px;
            background-color: #e6eef6;
            top: 50%;
            transform: translateY(-50%);
            z-index: -1;
        }

    .tabs > *:nth-child(5) {
        margin-left: 11px;
    }

        .tabs > *:nth-child(5)::after {
            content: "/";
            position: absolute;
            color: #ced4da;
            height: 11px;
            left: -11px;
            z-index: -1;
        }

        .tabs > *:nth-child(5)::before {
            content: "";
            position: absolute;
            height: 11px;
            width: 100%;
            left: calc(100% + 11px);
            background-color: #e6eef6;
            top: 50%;
            transform: translateY(-50%);
            z-index: -1;
        }

    .tabs > label:last-of-type {
        border-right: none;
    }

    .tabs > input[type=radio]:checked + label {
        color: var(--main-red);
    }

.home-page .txt-mark {
    padding: 0px;
    /*background-color: #fecdcb;*/
    background: linear-gradient(to bottom, #fde8e7 50%, #fecdcb 50%);
}

/*Category Hightlight*/
.home-page .hightlightcat-section {
    border-top: 1px solid var(--border-cl);
    padding-top: 20px;
    margin-top: 20px;
}

    .home-page .hightlightcat-section .head {
        display: flex;
        align-items: center;
        margin-bottom: 15px;
        left: -12px !important;
        transform: rotate(55deg) !important;
    }

        .home-page .hightlightcat-section .head::after {
            background-color: #ED1C24 !important;
        }

        .home-page .hightlightcat-section .head::before {
            background-color: #ED1C24 !important;
        }

        .home-page .hightlightcat-section .head .title {
            color: #222;
            font-size: 20px;
            text-transform: uppercase;
        }

    .home-page .hightlightcat-section .line {
        background-color: #E5E5E5 !important;
    }

    .home-page .hightlightcat-section .motif-header .center a{
        display: inline-block;
        font: 700 20px / 1.3 var(--header-font);
        text-decoration: none;
        text-transform: uppercase;
        color: #ED1C24;
    }

    .home-page .hightlightcat-section .cate-list {
        margin-left: auto;
        display: flex;
        list-style: none;
        margin-bottom: 0px;
        margin-right: 20px;
    }

    .home-page .hightlightcat-section .scroll {
        margin-left: auto;
        overflow: auto;
    }

    .home-page .hightlightcat-section .cate-list > *:nth-child(n+2) {
        margin-left: 10px;
        padding-left: 10px;
        border-left: 1px solid var(--border-cl);
    }

    .home-page .hightlightcat-section .cate-list * > * {
        display: block;
        font: 400 15px/1.3 var(--main-font);
        color: #525252;
        text-wrap: nowrap;
        text-decoration: none;
    }

    .home-page .hightlightcat-section .list {
        display: flex;
    }

        .home-page .hightlightcat-section .list .story-wrap:nth-child(n+2) {
            margin-left: 30px;
        }

        .home-page .hightlightcat-section .list .story-wrap {
            flex-direction: column;
            width: calc((100% - 15px) / 4);
        }

        .home-page .hightlightcat-section .list .img-wrap {
            margin-bottom: 10px;
        }

        .home-page .hightlightcat-section .list .info-wrap .name {
            font: 700 18px/1.4 var(--main-font);
        }

        .home-page .hightlightcat-section .list .info-wrap .description {
            display: none;
        }

@media only screen and (max-width: 992px) {
    .text-limit-4 {
        -webkit-line-clamp: none;
    }

    .home-page .side-item .header-list{
        display: none;
    }

    .home-page .category-box .header-list {
        display: none;
    }

    .story-wrap .info-wrap .category {
        display: block;
        font-size: 12px;
        margin-bottom: 7px;
    }

        .story-wrap .info-wrap .category > * {
            font-size: 12px;
        }

    .home-page .top-story {
        flex-direction: column;
    }

        .home-page .top-story .top-right,
        .home-page .top-story .top-center,
        .home-page .top-story .top-left {
            width: 100%;
            padding: 0 !important;
        }

        .home-page .top-story .top-center {
            order: 1;
            border-right: none;
        }

        .home-page .top-story .top-right {
            order: 2;
            border-right: none;
        }

            .home-page .top-story .top-right .story-wrap {
                flex-direction: row;
            }

            .home-page .top-story .top-right .img-wrap {
                width: 36%;
                min-width: 124px;
                margin-right: 10px;
                margin-bottom: 0px;
            }

            .home-page .top-story .top-right .info-wrap{
                flex: 1;
            }

                .home-page .top-story .top-right .story-wrap .name{
                    font-weight: 700;
                }

        .home-page .top-story .hightlightcat-section {
            order: 4;
            flex-wrap: wrap;
        }

            .home-page .top-story .hightlightcat-section .list {
                flex-direction: column;
            }

                .home-page .top-story .hightlightcat-section .list .story-wrap {
                    display: flex;
                    width: 100%;
                    flex-direction: row;
                    margin-bottom: 16px;
                    padding-bottom: 16px;
                    border-bottom: 1px solid #ddd;
                }

                    .home-page .top-story .hightlightcat-section .list .story-wrap:last-child {
                        margin-bottom: 0px;
                        padding-bottom: 0px;
                        border-bottom: none;
                    }

                    .home-page .top-story .hightlightcat-section .list .story-wrap:nth-child(n+2) {
                        margin-left: 0px;
                    }

                    .home-page .top-story .hightlightcat-section .list .story-wrap .img-wrap {
                        width: 36%;
                        min-width: 124px;
                        margin-right: 10px;
                        margin-bottom: 0px;
                    }

                    .home-page .top-story .hightlightcat-section .list .story-wrap .info-wrap {
                        flex: 1;
                    }

        .home-page .top-story .top-bottom {
            order: 5;
            flex-wrap: wrap;
        }

        .home-page .top-story .top-left {
            order: 3;
        }

            .home-page .top-story .top-left .story-wrap {
                padding: 0px;
                border: none;
                background-color: #fff;
                margin-top: 16px;
                padding-top: 16px;
                border-top: 1px solid var(--border-cl);
            }

                .home-page .top-story .top-left .story-wrap:last-child {
                    border-bottom: none;
                }

                .home-page .top-story .top-left .story-wrap .img-wrap {
                    width: 36%;
                    min-width: 124px;
                    margin-right: 10px;
                }

                .home-page .top-story .top-left .story-wrap .name {
                    margin-bottom: 7px;
                    font-weight: 700;
                }

                .home-page .top-story .top-center .story-wrap .name > *{
                    font-size: 24px;
                }

        .home-page .top-story .top-center .story-wrap {
            margin-bottom: 16px;
            padding-bottom: 16px;
            border-bottom: 1px solid var(--border-cl);
        }

        .home-page .top-story .top-bottom .led-card {
            margin-bottom: 20px;
        }

            .home-page .top-story .top-bottom .led-card:nth-last-child(n+2) {
                padding-right: 0px;
                margin-right: 0px;
                border-right: none;
            }

            .home-page .top-story .top-bottom .led-card:first-child {
                width: 100%;
            }

            .home-page .top-story .top-bottom .led-card:nth-child(n+2) {
                width: 100%;
            }

            .home-page .top-story .top-bottom .led-card:nth-child(even) {
                padding-right: 5px;
            }

            .home-page .top-story .top-bottom .led-card:nth-child(3) {
                padding-left: 5px;
            }

        .home-page .top-story .top-bottom .card-wrap {
            /* position: relative; */
            padding: 12px 14px;
        }

        /*.home-page .top-story .top-bottom > *:nth-child(n+2) .img-wrap {
            display: none;
        }*/

        .home-page .top-story .top-bottom .name {
            margin-bottom: 0px;
        }

        /*.home-page .top-story .top-bottom > *:nth-child(n+2) .info {
            z-index: 1;
            padding-top: 8px;
            padding-left: 10px;
            position: relative;
        }*/

            /*.home-page .top-story .top-bottom > *:nth-child(n+2) .info::before {
                content: "";
                width: 20px;
                height: 20px;
                position: absolute;
                z-index: -1;
                top: 0;
                left: 0;
                background: linear-gradient(135deg, rgba(245, 245, 245, 0) 0%, rgba(245, 245, 245, 0.88) 56.88%, #f5f5f5 84.37%), #ED1C24;
                border-radius: 50%;
            }*/

        .home-page .top-story .top-bottom > *:nth-child(n+2) .info {
            align-items: unset;
        }

        .home-page .top-story .top-bottom > *:nth-child(n+2) .position {
            position: absolute;
            left: 114px;
            top: 45px;
        }

        .home-page .top-story .top-bottom .led-card .card-wrap {
            position: relative;
            height: 100%;
        }

        .home-page .top-story .top-bottom .img-wrap {
            width: 90px;
            height: 90px;
        }

        .home-page .top-story .top-bottom > *:first-child .info {
            align-items: unset;
        }

            .home-page .top-story .top-bottom > *:first-child .info .name {
                margin-top: 10px;
            }

        .home-page .top-story .top-bottom > *:first-child .position {
            position: absolute;
            left: 114px;
            top: 55px;
        }

    .home-page .new,
    .home-page .mul-layout {
        flex-direction: column;
    }

        .home-page .new .main {
            padding-right: 0px;
            width: 100%;
        }

        .home-page .new .side-banner {
            display: none;
            padding-right: 0px;
        }

            .home-page .new .side-banner > .banner-area img {
                width: 100%;
                height: 100%;
            }

        .home-page .mul-layout .main {
            order: 1;
            width: 100%;
            padding: 0px !important;
            border-left: none;
            border-right: none;
        }

    .home-page .bottom-info .story-wrap .info-wrap {
        top: 0px;
        width: 100%;
        height: 100% !important;
    }

    .home-page .mul-layout .main > *,
    .home-page .mul-layout .side-col > * {
        margin-bottom: 20px;
        border-bottom: 1px solid #ddd;
        padding-bottom: 20px;
    }

    .home-page .mul-layout .main .story-wrap .name,
    .home-page .bottom-info .story-wrap .name > * {
        font-size: 22px;
    }

    .home-page .bottom-info .story-wrap .bg-wrap {
        background-color: #fff;
        border: none;
        text-align: left;
        padding: 0px;
    }

    .home-page .mul-layout .side-col {
        order: 2;
        padding: 0px !important;
        border-left: none;
        border-right: none;
    }

        .home-page .mul-layout .side-col > *:is(.story-wrap):first-child {
            margin-bottom: 16px;
            padding-bottom: 16px;
        }

        .home-page .mul-layout .side-col .story-wrap {
            flex-direction: row;
        }

            .home-page .mul-layout .side-col .story-wrap .img-wrap {
                width: 36%;
                min-width: 124px;
                margin-right: 10px;
                margin-bottom: 0px;
            }

            .home-page .mul-layout .side-col .story-wrap .info-wrap,
            .home-page .mul-layout .still .story-wrap .img-wrap {
                flex: 1;
            }

        .home-page .mul-layout .side-col:nth-child(3) > *:last-child,
        .home-page .side-item .side-article .list > *:last-child {
            margin-bottom: 0px;
            border-bottom: none;
            padding-bottom: 0px;
        }

        .home-page .motif-header .center > *,
        .home-page .mul-layout .side-col .story-wrap .name > * {
            font-size: 17px;
        }

    .home-page .mul-layout .multimedia-swiper {
        order: 2;
        display: flex;
        width: 100%;
    }

        .home-page .mul-layout .multimedia-swiper .story-wrap {
            flex-direction: column;
        }

        .home-page .mul-layout .multimedia-swiper .img-wrap {
            margin-bottom: 10px;
        }

        .home-page .mul-layout .multimedia-swiper .name {
            line-height: 1;
            margin-bottom: 0;
        }

        .home-page .mul-layout .multimedia-swiper .name > * {
            font-weight: 500;
            color: #fff;
            font-size: 16px;
        }

        .home-page .mul-layout .multimedia-swiper .info-wrap .description {
            display: none;
        }

        .home-page .mul-layout .multimedia-swiper .next-multimedia {
            width: 35px;
            height: 35px;
            right: -1px !important;
            top: 55px;
            position: absolute;
            z-index: 2;
            /*background-color: #f2f2f2;*/
            border-radius: 5px;
        }

        .home-page .mul-layout .multimedia-swiper .prev-multimedia {
            width: 35px;
            height: 35px;
            left: 0px;
            top: 55px;
            position: absolute;
            z-index: 2;
            /*background-color: #f2f2f2;*/
            border-radius: 5px;
        }

        .home-page .mul-layout .multimedia-swiper .swiper-button-next:after, .home-page .mul-layout .multimedia-swiper .swiper-button-prev:after {
            font-size: 28px;
        }

    .home-page .full-width .main {
        margin-bottom: 0px;
    }

        .home-page .full-width .main .story-wrap {
            flex-direction: column;
            margin-bottom: 20px;
            border-bottom: 1px solid #ddd;
            padding-bottom: 20px;
        }

            .home-page .full-width .main .story-wrap .img-wrap {
                margin-right: 0px;
                margin-bottom: 10px;
            }

            .home-page .full-width .main .story-wrap .info-wrap {
                background-color: #fff;
                display: unset;
            }

                .home-page .full-width .main .story-wrap .info-wrap > * {
                    max-width: 100%;
                    text-align: start;
                }

    .home-page .full-width .sub-list > * .name {
        font-size: 17px;
    }

    .home-page .full-width .main .story-wrap .name {
        font-size: 22px;
    }

    .home-page .full-width .sub-list {
        flex-direction: column;
    }

        .home-page .full-width .sub-list > * {
            flex-direction: row;
        }

            .home-page .full-width .sub-list > *:nth-last-child(n+2) {
                margin-right: 0px;
                margin-bottom: 16px;
                padding-bottom: 16px;
                border-bottom: 1px solid #ddd;
            }

            .home-page .full-width .sub-list > * .img-wrap {
                width: 36%;
                min-width: 124px;
                margin-right: 10px;
                margin-bottom: 0px;
            }

        .home-page .full-width .sub-list > * .info-wrap {
            flex: 1;
        }

    .home-page .multimedia .head-wrap {
        flex-direction: column;
        align-items: center;
        margin-bottom: 15px;
    }

    .home-page .multimedia .motif-header {
        margin-bottom: 0px;
        margin-right: 15px;
    }

        .home-page .multimedia .motif-header .right {
            display: none;
        }

        .home-page .multimedia .motif-header .center > * {
            padding-right: 0px;
        }

    .home-page .multimedia .head-wrap .motif-header,
    .home-page .multimedia .head-wrap .cate-list {
        flex-grow: unset;
    }

    .home-page .multimedia .head-wrap .cate-list {
        overflow: auto;
        margin-top: 10px;
        width: 100%;
        margin-left: 100%;
        transform: translate3d(-50%, 0, 0);
    }

        .home-page .multimedia .head-wrap .cate-list ul > * {
            display: flex;
            flex-shrink: 1;
            flex-grow: 1;
            white-space: nowrap;
        }

        .home-page .multimedia .head-wrap .cate-list ul > *:nth-child(n+2) {
            margin-left: 15px;
        }

    .home-page .multimedia .main .img-wrap {
        margin-bottom: 10px;
    }

    .home-page .multimedia .main .info-wrap {
        padding: 0px;
        background-color: transparent;
    }

        .home-page .multimedia .main .info-wrap > * .name {
            margin-bottom: 0px;
            font-size: 20px;
            text-align: start
        }

        .home-page .multimedia .main .info-wrap > * > *:nth-child(n+2) {
            display: none;
        }

    .home-page .multimedia .main > *, .home-page .multimedia .side-col > * {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .home-page .multimedia .main .name > * {
        font-weight: 700;
    }

    /*.home-page .multimedia .side-col > * {
        flex-direction: column !important;
    }*/

    .home-page .multimedia .side-col .story-wrap .img-wrap {
        width: 36%;
        min-width: 124px;
        margin-right: 10px;
        margin-bottom: 0px;
    }

    .home-page .multimedia .side-col > *:is(.story-wrap):first-child {
        flex-direction: row;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .home-page .multimedia .side-col .info-wrap {
        background-color: transparent;
        padding: 0px;
        margin-bottom: 0px;
        height: auto;
        flex: 1;
    }

        .home-page .multimedia .side-col .info-wrap .name {
            margin-bottom: 0px;
            font-size: 20px;
            color: #fff;
        }

            .home-page .multimedia .side-col .info-wrap .name > * {
                color: #fff;
            }

        .home-page .multimedia .side-col .info-wrap > *:nth-child(n+2) {
            display: none !important;
        }

    .home-page .multimedia {
        padding: 16px 0;
        margin-bottom: 0px;
    }

        .home-page .multimedia .more {
            margin-top: 15px;
            display: block;
            text-align: center;
        }

            .home-page .multimedia .more > * {
                display: inline-block;
                min-width: 124px;
                text-decoration: none;
                border: 1px solid #E5E5E5;
                padding: 8px 15px;
                text-align: center;
                color: #525252;
                -moz-border-radius: 5px;
                -webkit-border-radius: 5px;
                border-radius: 5px;
                color: #fff;
            }

    .home-page .category-col .list > *:nth-child(n+2) .img-wrap {
        width: 36%;
        min-width: 124px;
        margin-right: 10px;
        margin-bottom: 0px;
    }

    .home-page .category-col .list > *:nth-child(n+2) .info-wrap {
        flex: 1;
    }

    .home-page .side-item,
    .home-page .category-col {
        flex-wrap: wrap;
    }

        .home-page .side-item .side {
            width: 100%;
            margin-left: 0px;
            margin-top: 20px;
        }

            .home-page .side-item .side .iframe-portlet {
                /*margin-top: 16px;*/
                height: 500px !important;
            }

        .home-page .side-item .banner-area {
            margin-bottom: 0px;
        }

        .home-page .side-item .mul-layout .main {
            width: 100%;
        }

        .home-page .category-col > *:nth-last-child(n+2) {
            margin-top: 20px;
            margin-right: 0;
        }

        .home-page .category-col > * {
            flex: unset;
            width: calc((100% - 30px) / 2);
            /*margin-bottom: 20px;*/
        }

        .home-page .category-col .list > *:first-child .name {
            font-size: 22px;
        }

        .home-page .category-col > *:nth-child(odd) {
            margin-top: 20px;
            margin-right: 30px;
        }

        .home-page .category-col .list > * {
            margin-bottom: 20px;
            padding-bottom: 20px;
        }

        .home-page .side-item .side-article {
            width: 100%;
            margin-left: 0px;
            margin-top: 20px;
        }

        .home-page .side-item .mul-layout:has(.full) {
            flex-direction: column-reverse;
        }

    .home-page .side-info .story-wrap .img-wrap {
        width: 100%;
        margin-bottom: 10px;
    }

    .home-page .side-info .story-wrap .info-wrap {
        position: static;
        width: 100%;
        text-align: start;
        background-color: #fff;
        padding: 0px;
    }

        .home-page .side-info .story-wrap .info-wrap .name > *, .home-page .side-info .story-wrap .info-wrap .description > * {
            color: #222;
        }

    .home-page .side-item .main.full .story-wrap {
        flex-direction: column;
    }

    .home-page .side-item .sub-content {
        flex-wrap: wrap;
    }

        .home-page .side-item .sub-content > *:nth-last-child(n+2) {
            margin-right: 0px;
            padding-right: 0px;
            border-right: none;
            margin-bottom: 16px;
            padding-bottom: 16px;
            border-bottom: 1px solid #ddd;
            flex-direction: row;
        }

        .home-page .side-item .sub-content > * {
            width: 100%;
            flex: none;
            flex-direction: row;
        }

            .home-page .side-item .sub-content > * .img-wrap {
                width: 36%;
                min-width: 124px;
                margin-right: 10px;
                margin-bottom: 0px;
            }

            .home-page .side-item .sub-content > * .info-wrap {
                flex: 1;
            }

    .home-page .side-item .lg:has(.main.full) {
        /*margin-bottom: 30px;*/
    }

    .home-page .side-item .side-article .list > * {
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-color: #ddd;
    }

        .home-page .side-item .side-article .list > *:first-child .description{
            display: block;
        }

        .home-page .side-item .side-article .list > * .name {
            font-size: 22px;
            margin-bottom: 7px;
        }

        .home-page .side-item .side-article .list > *:nth-child(n+2) {
            flex-direction: row;
        }

            .home-page .side-item .side-article .list > *:nth-child(n+2) .img-wrap {
                width: 36%;
                min-width: 124px;
                margin-right: 10px;
                margin-bottom: 0px;
            }

            .home-page .side-item .side-article .list > *:nth-child(n+2) .info-wrap {
                flex: 1;
            }

                .home-page .side-item .side-article .list > *:nth-child(n+2) .info-wrap .name {
                    font-size: 17px;
                }

    .home-page .compassion {
        flex-wrap: wrap;
    }

        .home-page .compassion .main {
            margin-bottom: 30px;
        }

        .home-page .compassion .head .text {
            font-size: 25px;
            left: 60px;
        }

        .home-page .compassion .side {
            width: 100%;
            margin-left: 0px;
        }

        .home-page .compassion .main .wrap > *:first-child {
            grid-area: 1 / 1 / 2 / 7;
        }

        .home-page .compassion .main .wrap > *:nth-child(2) {
            grid-area: 2 / 1 / 3 / 7;
        }

        .home-page .compassion .main .wrap > *:nth-child(3) {
            grid-area: 3 / 1 / 4 / 7;
        }

        .home-page .compassion .main .wrap > *:nth-child(4) {
            grid-area: 4 / 1 / 5 / 7;
        }

        .home-page .compassion .main .wrap > *:nth-child(5) {
            grid-area: 5 / 1 / 6 / 7;
        }

        .home-page .compassion .main .wrap > *:nth-child(n+2) {
            padding-left: 0px;
            margin-left: 0px;
            border-left: none;
        }

        .home-page .compassion .main .wrap > *:nth-child(even) + * {
            padding-top: 0px;
        }

        .home-page .compassion .main .wrap > *:nth-child(n+2) .description {
            display: block;
        }

        .home-page .compassion .main .wrap > *:nth-child(even)::after {
            display: none;
        }

        .home-page .compassion .main .wrap > *:nth-child(even) {
            margin-bottom: 0px;
        }

        .home-page .compassion .main .wrap > *:nth-last-child(n+2) {
            margin-bottom: 20px;
            padding-bottom: 20px;
            border-bottom: 1px solid #ddd;
        }

        .home-page .compassion .main .wrap > *:first-child .name {
            font-size: 22px;
        }

        .home-page .compassion .main .wrap > *:nth-child(n+2) {
            /*flex-direction: column-reverse;*/
        }

            .home-page .compassion .main .wrap > *:nth-child(n+2) .name {
                font-size: 20px;
                margin-bottom: 7px;
            }

            .home-page .compassion .main .wrap > *:nth-child(n+2) .info-wrap {
                margin-bottom: 10px;
            }

            .home-page .compassion .main .wrap > *:nth-child(n+2) .img-wrap {
                margin-bottom: 0px;
            }

    .home-page .local-new .local-card {
        width: calc((100% - 60px) / 3);
    }

        .home-page .local-new .local-card:nth-child(4n+1) {
            margin-left: 30px;
            margin-bottom: 20px;
        }

        .home-page .local-new .local-card:nth-child(3n+1) {
            margin-left: 0px;
        }

    .home-page .newspaper .list {
        flex-wrap: wrap;
    }

        .home-page .newspaper .list .item {
            width: calc((100% - 30px) / 2);
            margin-bottom: 20px;
        }

            .home-page .newspaper .list .item:nth-last-child(n+2) {
                margin-right: 0px;
            }

            .home-page .newspaper .list .item:nth-child(even) {
                margin-left: 30px;
            }

    .home-page .infomation .head {
        /*flex-direction: column;*/
        align-items: start;
        flex-wrap: wrap;
    }

    .home-page .infomation .cate-list {
        margin-left: 0px;
        padding-left: 0px;
        margin-bottom: 16px;
        /* flex-wrap: wrap; */
    }

    .home-page .infomation .scroll {
        width: 100%;
    }

    .home-page .category-col .list > * .name {
        margin-bottom: 7px;
    }

    .home-page .category-col .list > * .category {
        margin-bottom: 0px;
    }

    .home-page .motif-header .under {
        display: block;
        margin-top: 12px;
    }

        .home-page .motif-header .under .list {
            justify-content: start;
        }

    .home-page .motif-header {
        flex-wrap: wrap;
    }

        .home-page .motif-header.r-list .left{
            display: block;
        }

        .home-page .motif-header.r-list .center > * {
            padding-left: 20px;
        }

        .home-page .motif-header.r-list .right .list {
            display: none;
        }

        .home-page .motif-header.r-list .list .item {
            font-size: 14px;
        }

    .home-page .new .article-wrap .list .story-wrap {
        flex-direction: column-reverse;
    }

        .home-page .new .article-wrap .list .story-wrap .img-wrap {
            width: 100%;
            margin-right: 0px;
        }

        .home-page .new .article-wrap .list .story-wrap .info-wrap {
            margin-bottom: 10px;
        }

    .home-page .txt-mark {
        background-color: transparent;
        background: none;
    }

    .home-page .full-width .main .story-wrap .info-wrap::before,
    .home-page .full-width .main .story-wrap .info-wrap::after {
        display: none;
    }

    .home-page .newspaper + .category-box .side-item .side {
        display: none;
    }

    .home-page .side-item .mul-layout .side-col:last-child > *:last-child {
        margin-bottom: 0px;
        padding-bottom: 0px;
        border-bottom: none;
    }

    .home-page .mb-xl {
        margin-bottom: 30px;
    }

    .home-page .infomation .head .title {
        order: 1;
    }

    .home-page .control {
        order: 2;
        margin-left: auto;
    }

    .home-page .infomation .scroll {
        order: 3;
    }

    /*.home-page .topic .head {
        margin-bottom: 16px;
    }

        .home-page .topic .head > * {
            font-size: 20px;
        }*/
    .home-page .topic > * {
        flex-direction: column;
    }

    .home-page .topic .head-wrap .topic-tap {
        flex-wrap: nowrap;
        flex-direction: row;
        overflow-x: auto;
        overflow-y: hidden;
        padding-left: 15px;
        align-items: stretch;
    }

        .home-page .topic .head-wrap .topic-tap .nav-link {
            margin-right: 15px;
            width: 200px;
            min-width: 200px;
            border-bottom: none;
            transition: background-color 0ms;
        }

            .home-page .topic .head-wrap .topic-tap .nav-link.active {
                background-color: #fff;
            }

            .home-page .topic .head-wrap .topic-tap .nav-link .custom-txt {
                font-size: 14px;
            }

    .home-page .topic .topic-content {
        padding-left: 0px;
    }

        .home-page .topic .head-wrap,
        .home-page .topic .topic-content > .tab-pane .top-content .img {
            width: calc(100% + 30px);
            margin-left: -15px;
            margin-right: -15px;
        }

        .home-page .topic .topic-content > .tab-pane .nav .nav-link {
            font-size: 14px;
        }

        .home-page .topic .topic-content > .tab-pane .top-content .content {
            width: 100%;
            padding-right: 0px;
            border-bottom: 1px solid #E1E1E1;
            padding-bottom: 20px;
            margin-bottom: 20px;
        }

        .home-page .topic .topic-content > .tab-pane .top-content .other > * > *:first-child {
            padding-bottom: 20px;
            margin-bottom: 20px;
        }

        .home-page .topic .topic-content > .tab-pane .top-content .content .name {
            font-size: 20px;
        }

    .home-page .category-box {
        margin: 20px 0;
    }

    .home-page .mul-layout .side-col .story-wrap .name {
        height: auto;
    }

    .home-page .category-col .list > * .name {
        font-size: 17px;
        height: auto;
    }

    .home-page .local-new .local-card .title {
        height: auto;
    }

    .home-page .infomation {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .home-page .side-item .header-list {
        display: none;
    }

    .home-page .category-box .header-list {
        display: none;
    }

    .home-page .category-col > *:nth-child(odd) {
        margin-right: 0px;
    }

    .home-page .category-col > * {
        width: 100%;
    }

    .home-page .local-new .local-card {
        width: 100%;
        margin-left: 0px;
    }

        .home-page .local-new .local-card:nth-child(4n+1),
        .home-page .newspaper .list .item:nth-child(even) {
            margin-left: 0px;
        }

    .home-page .newspaper .list .item {
        width: 100%;
        margin-bottom: 20px;
    }

    .home-page .compassion .head .text {
        font-size: 18px;
        left: 43px;
        bottom: -2px;
    }

    /*.home-page .topic .head {
        margin-bottom: 16px;
    }

        .home-page .topic .head > * {
            font-size: 20px;
        }*/
    .home-page .topic {
        padding-top: 0px;
    }

        .home-page .topic .topic-content > .tab-pane {
            padding-top: 15px;
        }

            .home-page .topic .topic-content > .tab-pane .sub-content {
                flex-wrap: wrap;
            }

                .home-page .topic .topic-content > .tab-pane .sub-content > *:nth-last-child(n+2) {
                    margin-right: 0px;
                    border-bottom: 1px solid #E1E1E1;
                    padding-bottom: 20px;
                    margin-bottom: 20px;
                }

                .home-page .topic .topic-content > .tab-pane .sub-content .story-wrap {
                    width: 100%;
                }

                .home-page .topic .topic-content > .tab-pane .sub-content .name {
                    font-size: 18px;
                }

    .home-page .category-box {
        margin: 20px 0;
    }

    .home-page .mul-layout .side-col .story-wrap .name {
        height: auto;
    }

    .home-page .category-col .list > * .name {
        height: auto;
    }

    .home-page .local-new .local-card .title {
        height: auto;
    }

    .home-page .motif-header.r-list .left {
        display: block;
    }

    .home-page .motif-header.r-list .center > * {
        padding-left: 20px;
    }
}

@media only screen and (min-width: 992px) {
    .home-page .top-story .top-center {
        width: 47%;
    }

    .home-page .top-story .top-left {
        padding-left: 14px;
        width: 28%;
    }

        .home-page .top-story .top-left .story-wrap .img-wrap {
            width: 105px;
            margin-right: 10px;
        }

        .home-page .top-story .top-left .story-wrap .name {
            font-size: 12px;
        }
}

@media only screen and (min-width: 1000px) {
    .home-page .category-box .header-list ul > * {
        margin-left: 15px;
    }

    .home-page .category-box .header-list ul a {
        font: 400 14px / 1.4 var(--main-font), Arial;
    }

    .home-page .motif-header .center > * {
        font: 500 22px / 1 var(--main-font), Arial;
    }

    .home-page .infomation .head .title {
        font-size: 17px;
    }

    .home-page .motif-header.r-list .right .list .item {
        font: 400 13px / 1.4 var(--main-font), Arial;
    }

    .home-page .top-story .top-bottom .img-wrap {
        width: 50px;
        height: 50px;
    }

    .home-page .top-story .top-bottom .name {
        font-size: 11px;
    }

    .home-page .top-story .top-bottom .card-wrap {
        height: 165px;
    }

    .home-page .top-story .top-bottom .led-card:nth-child(2) .position > * {
        font: 400 10px/1.3 var(--main-font),Arial;
    }
}

@media only screen and (min-width: 1100px) {
    .home-page .top-story .top-center {
        width: 49%;
    }

    .home-page .top-story .top-left {
        padding-left: 14px;
        width: 26%;
    }

        .home-page .top-story .top-left .story-wrap .img-wrap {
            width: 104px;
            margin-right: 10px;
        }

        .home-page .top-story .top-left .story-wrap .name {
            font-size: 12px;
        }

    .home-page .category-box .header-list ul > * {
        margin-left: 15px;
    }

    .home-page .category-box .header-list ul a {
        font: 400 14px / 1.4 var(--main-font), Arial;
    }

    .home-page .motif-header .center > * {
        font: 500 22px / 1 var(--main-font), Arial;
    }

    .home-page .infomation .head .title {
        font-size: 17px;
    }

    .home-page .motif-header.r-list .right .list .item {
        font: 400 13px / 1.4 var(--main-font), Arial;
    }

    .home-page .top-story .top-bottom .img-wrap {
        width: 50px;
        height: 50px;
    }

    .home-page .top-story .top-bottom .name {
        font-size: 11px;
    }

    .home-page .top-story .top-bottom .card-wrap {
        height: 165px;
    }

    .home-page .top-story .top-bottom .led-card:nth-child(2) .position > * {
        font: 400 10px/1.3 var(--main-font),Arial;
    }
}

@media only screen and (min-width: 1200px) {
    .home-page .top-story .top-left .story-wrap .img-wrap {
        width: 115px;
    }

    .home-page .top-story .top-left .story-wrap .name {
        font-size: 15px;
    }

    .home-page .most-view .list .count {
        font-size: 36px;
    }

    .home-page .most-view .list .title {
        color: #fff;
        font: 400 18px/1.3 var(--main-font);
    }

    .home-page .category-box .header-list ul > * {
        margin-left: 15px;
    }

    .home-page .category-box .header-list ul a {
        font: 400 14px / 1.4 var(--main-font), Arial;
    }

    .home-page .motif-header .center > * {
        font: 500 22px / 1 var(--main-font), Arial;
    }

    .home-page .infomation .head .title {
        font-size: 17px;
    }

    .home-page .motif-header.r-list .right .list .item {
        font: 400 13px / 1.4 var(--main-font), Arial;
    }

    .home-page .top-story .top-bottom .img-wrap {
        width: 50px;
        height: 50px;
    }

    .home-page .top-story .top-bottom .name {
        font-size: 11px;
    }

    .home-page .top-story .top-bottom .card-wrap {
        height: 140px;
    }

    .home-page .top-story .top-bottom .led-card:nth-child(2) .position > * {
        font: 400 10px/1.3 var(--main-font),Arial;
    }
}

@media only screen and (min-width: 1700px) {
    .home-page .top-story .top-left .story-wrap .img-wrap {
        width: 150px;
    }

    .home-page .most-view .list .count {
        font-size: 36px;
    }

    .home-page .most-view .list .title {
        color: #fff;
        font: 400 21px/1.3 var(--main-font);
    }

    .home-page .category-box .header-list ul > * {
        margin-left: 30px;
    }

    .home-page .category-box .header-list ul a {
        font: 400 16px / 1.4 var(--main-font), Arial;
    }

    .home-page .motif-header .center > * {
        font: 500 24px / 1 var(--main-font), Arial;
    }

    .home-page .infomation .head .title {
        font-size: 24px;
    }

    .home-page .motif-header.r-list .right .list .item {
        font: 400 16px / 1.4 var(--main-font), Arial;
    }

    .home-page .top-story .top-bottom .img-wrap {
        width: 60px;
        height: 60px;
    }

    .home-page .top-story .top-bottom .name {
        font-size: 14px;
    }

    .home-page .top-story .top-bottom .card-wrap {
        height: 145px;
    }
}

@media only screen and (min-width: 1800px) {
    .home-page .top-story .top-left .story-wrap .img-wrap {
        width: 150px;
        margin-right: 15px;
    }

    .home-page .most-view .list .count {
        font-size: 36px;
    }

    .home-page .most-view .list .title {
        color: #fff;
        font: 400 21px/1.3 var(--main-font);
    }

    .home-page .category-box .header-list ul > * {
        margin-left: 30px;
    }

    .home-page .category-box .header-list ul a {
        font: 400 16px / 1.4 var(--main-font), Arial;
    }

    .home-page .motif-header .center > * {
        font: 500 24px / 1 var(--main-font), Arial;
    }

    .home-page .infomation .head .title {
        font-size: 24px;
    }

    .home-page .motif-header.r-list .right .list .item {
        font: 400 16px / 1.4 var(--main-font), Arial;
    }

    .home-page .top-story .top-bottom .img-wrap {
        width: 60px;
        height: 60px;
    }

    .home-page .top-story .top-bottom .name {
        font-size: 14px;
    }

    .home-page .top-story .top-bottom .card-wrap {
        height: 145px;
    }
}