﻿:root {
    --side-col-size: calc(var(--left-col-xl) - var(--main-col));
    --left-col-xl: 74.5%;
    --main-col: 51%;
}

.text-limit-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.asp-16-9-contain {
    background-color: transparent;
    width: 100%;
    height: 0px;
    position: relative;
    overflow: hidden;
    padding: 0px 0px 56.25%;
}

.asp-16-9 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.swiper {
    height: unset;
}

.swiper-slide {
    text-align: unset;
    background: none;
}

.swiper-button-next:after, .swiper-button-prev:after{
    font-size: 28px;
}

.content {
    padding: 0px;
    background: #fff;
}

main {
    background-color: #fff;
}

.active-live {
    color: #FCC000 !important;
}

.not-allowed{
    cursor: not-allowed !important;
}

.home-page {
    margin-bottom: 15px;
}

.story-wrap {
    display: flex;
}

    .story-wrap .story-thumb {
        /*border-radius: 4px;*/
        overflow: hidden;
        margin-bottom: 0.5rem;
    }

        .story-wrap .story-thumb img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .story-wrap .story-info .story-title {
        font-size: 16px;
        margin-bottom: .25rem;
    }

        .story-wrap .story-info .story-title a {
            font-weight: 600;
            font-size: 1rem;
            line-height: 1rem;
            color: var(--txt-black);
        }

    .story-wrap .story-info .story-tool > p {
        font-size: .75rem;
        line-height: 1rem;
        color: var(--txt-black);
        margin-bottom: 0px;
        margin-right: .5rem;
        opacity: 0.6;
    }

    .story-wrap .story-info .story-tool {
        display: flex;
        align-items: center;
    }

.home-page .banner {
    width: 100%;
    margin: 10px 0;
    text-align: center;
}

    .home-page .banner img {
        width: 100%;
        height: auto;
    }

.home-page .highlight {
    padding: 1.5rem 0px;
}

    .home-page .highlight .main {
        width: 51%;
    }

    .home-page .highlight .top-story {
        display: flex;
        margin-bottom: 1rem;
    }

        .home-page .highlight .top-story > *:not(.main) {
            flex: 1;
        }

            .home-page .highlight .top-story > *:not(.main) > * {
                border-bottom: 1px solid var(--category-border);
                padding-bottom: 1rem;
            }

                .home-page .highlight .top-story > *:not(.main) > *:nth-child(n+2) {
                    margin-top: .25rem;
                }

        .home-page .highlight .top-story > *:nth-last-child(n+2) {
            margin-right: 1.5rem;
        }

        .home-page .highlight .top-story > *:not(.main) > *:first-child {
            flex-direction: column;
        }

            .home-page .highlight .top-story > *:not(.main) > *:first-child .story-thumb {
                margin-bottom: .5rem;
            }

        .home-page .highlight .top-story .main .story-wrap {
            flex-direction: column;
        }

            .home-page .highlight .top-story .main .story-wrap .story-thumb {
                margin-bottom: 1rem;
            }

            .home-page .highlight .top-story .main .story-wrap .story-title a {
                font-size: 2rem;
                line-height: 2.5rem;
            }

            .home-page .highlight .top-story .main .story-wrap .story-description {
                font-size: .875rem;
                line-height: 1.25rem;
                color: var(--txt-black);
            }

            .home-page .highlight .top-story .main .story-wrap .story-info > *:nth-last-child(n+2) {
                margin-bottom: .5rem;
            }

            .home-page .highlight .top-story .main .story-wrap .story-share > * {
                border: none;
                background-color: transparent;
                margin-right: 1rem;
            }

    .home-page .highlight .sub-story {
        display: flex;
    }

        .home-page .highlight .sub-story > * {
            flex: 1;
            flex-direction: column;
        }

            .home-page .highlight .sub-story > *:nth-last-child(n+2) {
                margin-right: 1.5rem;
            }

.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 .arrow-right,
.home-page .arrow-left {
    display: block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #0261B5;
    border-left: 2px solid #0261B5;
}

.home-page .arrow-right {
    transform: rotate(135deg);
    margin-right: 4px;
}

.home-page .arrow-left {
    transform: rotate(-45deg);
    margin-left: 4px;
}

.home-page .news {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: stretch;
    background-color: #f8f8f8;
    box-shadow: 0 0 0 100vmax #f8f8f8;
    clip-path: inset(0 -100vmax);
    padding-top: 10px;
}

.home-page .most-views {
    padding-right: 15px;
    width: 65%;
}

    .home-page .most-views .head {
        display: flex;
        align-items: center;
        margin-bottom: 15px;
        padding-bottom: 10px;
        border-bottom: 1px solid var(--category-border);
    }

        .home-page .most-views .head .bar {
            background-color: #D7081F;
            width: .5rem;
            height: 26px;
            margin-right: .5rem;
        }

        .home-page .most-views .head .title {
            text-transform: uppercase;
            font-weight: 900;
            font-size: 1.375rem;
            line-height: 2.063rem;
            color: var(--main-blue);
            margin-bottom: 0px;
        }

        .home-page .most-views .head .control {
            margin-left: auto;
        }

    .home-page .most-views .cate-list {
        margin-left: auto;
        display: flex;
        list-style: none;
        margin-bottom: 0px;
        margin-right: 20px;
    }

    .home-page .most-views .scroll {
        margin-left: auto;
        overflow: auto;
    }

    .home-page .most-views .cate-list > *:nth-child(n+2) {
        margin-left: 10px;
        padding-left: 10px;
        border-left: 1px solid var(--border-cl);
    }

    .home-page .most-views .cate-list * > * {
        display: block;
        font: 400 15px/1.3 var(--main-font);
        color: #525252;
        text-wrap: nowrap;
        text-decoration: none;
    }

    .home-page .most-views .list {
        display: flex;
    }

        .home-page .most-views .list .story-wrap:nth-child(n+2) {
            margin-left: 10px;
        }

        .home-page .most-views .list .story-wrap {
            flex-direction: column;
            /*width: calc((100% - 15px) / 2);*/
        }

        .home-page .most-views .list .img-wrap {
            margin-bottom: 10px;
        }

        .home-page .most-views .list .info-wrap .name {
            font: 700 18px/1.4 var(--main-font);
        }

            .home-page .most-views .list .info-wrap .name a {
                line-height: 1.5rem;
                color: var(--txt-black);
                font-weight: 600;
            }

            .home-page .most-views .list .info-wrap .description {
                margin: 0;
                font-size: 14px;
            }

.home-page .breaking-news{
    width: 35%;
}

.home-page .breaking-news .header {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--category-border);
}

    .home-page .breaking-news .header .bar {
        background-color: #D7081F;
        width: .5rem;
        height: 26px;
        margin-right: .5rem;
    }

    .home-page .breaking-news .header .title {
        text-transform: uppercase;
        font-weight: 900;
        font-size: 1.375rem;
        line-height: 2.063rem;
        color: var(--main-blue);
        margin-bottom: 0px;
    }

    .home-page .breaking-news .list .story-wrap {
        flex-direction: row;
        margin-bottom: 15px;
    }

        .home-page .breaking-news .list .story-wrap:last-child {
            margin-bottom: 0px;
        }

    .home-page .breaking-news .list .story-wrap .img-wrap {
        width: 35%;
        margin-right: 15px;
    }

.home-page .breaking-news .list .story-wrap .info-wrap {
    flex: 1;
}

        .home-page .breaking-news .list .story-wrap .name {
            font-size: 16px;
        }

        .home-page .breaking-news .list .story-wrap .name a{
            font-weight: 600;
            line-height: 1.5rem;
            color: var(--txt-black);
        }

.home-page .grid-layout {
    position: relative;
    display: grid;
    grid-template-columns: 76.5% 1fr;
    grid-template-rows: auto;
    grid-template-areas:
        "group-article side";
}

    .home-page .grid-layout .group-article {
        grid-area: group-article;
        position: relative;
    }

        .home-page .grid-layout .row-article .header {
            display: flex;
            align-items: center;
            margin-bottom: 15px;
            padding-bottom: 12px;
            border-bottom: 1px solid var(--category-border);
        }

            .home-page .grid-layout .row-article .header .bar {
                background-color: #D7081F;
                width: .5rem;
                height: 26px;
                margin-right: .5rem;
            }

            .home-page .grid-layout .row-article .header .title {
                text-transform: uppercase;
                font-weight: 900;
                font-size: 1.375rem;
                line-height: 2.063rem;
                color: var(--main-blue);
                margin-bottom: 0px;
            }

    .home-page .grid-layout .row-article .category-contain {
        display: flex;
        margin-bottom: 10px;
    }

        .home-page .grid-layout .row-article .category-contain .main {
            width: 60%
        }

            .home-page .grid-layout .row-article .category-contain .main .story-wrap {
                flex-direction: column;
            }

        .home-page .grid-layout .row-article .category-contain .right {
            flex: 1;
            padding-left: 15px;
        }

            .home-page .grid-layout .row-article .category-contain .right .story-wrap:nth-child(n+2) {
                border-top: 1px dashed #e8e8e8;
                margin-top: 8px;
                padding-top: 8px;
            }

            .home-page .grid-layout .row-article .category-contain .right .story-wrap .story-thumb {
                width: 40%;
                margin-right: 15px;
                margin-bottom: 0px;
            }

            .home-page .grid-layout .row-article .category-contain .right .story-wrap .story-info {
                flex: 1;
            }

    .home-page .grid-layout .group-article .banner {
        margin-top: 0px
    }

    .home-page .grid-layout .group-article .banner img{
        width: 100%;
    }

    .home-page .grid-layout .side {
        grid-area: side;
        margin-left: 15px;
        position: relative;
    }

.home-page .live-layout{
    margin-bottom: 15px;
}

    .home-page .live-layout .live-container {
        padding: 1rem;
        background-color: var(--bg-blue);
    }

    .home-page .live-layout .list .hidden-input {
        opacity: 0;
        position: absolute;
        pointer-events: none;
        top: calc(-14px* 2 - 6px);
        left: 50%;
        transform: translateX(-50%);
        line-height: 21px;
        font-size: 14px;
        z-index: 10;
        color: var(--white);
        width: 186px;
    }

.home-page .live-layout .live {
    display: flex;
    padding: 0;
    margin-bottom: 15px;
}

.home-page .live-layout .live .player {
    width: 75%;
    margin-right: 1rem;
}

    .home-page .live-layout .live .player .thumb {
        border: 2px solid var(--white);
        /*border-radius: 4px;*/
        overflow: hidden;
    }

    .home-page .live-layout .live .player .info {
        text-align: center;
    }

        .home-page .live-layout .live .player .info .is-live {
            color: #FCC000;
            font-weight: 600;
            font-size: 14px;
            line-height: 21px;
            margin-bottom: 8px;
        }

            .home-page .live-layout .live .player .info .is-live span {
                width: 15px;
                height: 15px;
                border-radius: 50%;
                background-color: red;
                margin-right: 8px;
                display: inline-block;
                vertical-align: middle;
            }

        .home-page .live-layout .live .player .info .title {
            font-size: 24px;
            line-height: 36px;
            font-weight: 800;
            color: var(--white);
            margin-bottom: 4px;
        }

        .home-page .live-layout .live .player .info .descrip {
            font-weight: 600;
            font-size: 16px;
            line-height: 24px;
            color: var(--white);
            margin-bottom: 0px;
        }

.home-page .live-layout .live .play-list {
    flex: 1;
    background-color: #3E4CAC;
    /*border-radius: 4px;*/
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .home-page .live-layout .live .play-list .list-title {
        font-size: 18px;
        font-weight: 800;
        line-height: 27px;
        text-align: center;
        color: var(--white);
        padding: 1rem 1rem .5rem;
    }

    .home-page .live-layout .live .play-list .controll {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 14px 16px;
        background-color: #0C2252;
        width: 100%;
        opacity: 80%
    }

        .home-page .live-layout .live .play-list .controll button {
            border: none;
            background-color: transparent;
        }

    .home-page .live-layout .live .play-list .list {
        position: relative;
        flex: 1;
        max-height: 396px;
    }

        .home-page .live-layout .live .play-list .list .current-date {
            position: absolute;
            top: calc(-14px * 2 - 6px);
            left: 50%;
            transform: translateX(-50%);
            line-height: 21px;
            font-size: 14px;
            z-index: 10;
            color: var(--white);
            width: 186px;
            text-align: center;
        }

        .home-page .live-layout .live .play-list .list .show-list {
            overflow-y: scroll;
            height: 100%;
            padding: 1rem;
        }

            .home-page .live-layout .live .play-list .list .show-list::-webkit-scrollbar {
                background-color: transparent;
                width: 4px;
            }

            .home-page .live-layout .live .play-list .list .show-list::-webkit-scrollbar-thumb {
                background: var(--white);
                border-radius: 4px;
            }

            .home-page .live-layout .live .play-list .list .show-list > *:nth-last-child(n+2) {
                padding-bottom: .5rem;
                margin-bottom: .5rem;
                border-bottom: 1px solid rgba(238, 238, 238, .1);
            }

            .home-page .live-layout .live .play-list .list .show-list .item {
                display: flex;
                color: var(--white);
                cursor: pointer;
            }

                .home-page .live-layout .live .play-list .list .show-list .item .time {
                    margin-right: 1rem;
                }

                    .home-page .live-layout .live .play-list .list .show-list .item .time > * {
                        font-size: 14px;
                        line-height: 21px;
                    }

                .home-page .live-layout .live .play-list .list .show-list .item .title {
                    font-weight: 600;
                    font-size: 14px;
                    line-height: 21px;
                    margin-bottom: .5rem;
                }

                .home-page .live-layout .live .play-list .list .show-list .item .descrip {
                    font-size: 14px;
                    line-height: 21px;
                    margin-bottom: 0;
                }

    .home-page .live-layout .topic .swiper-button-next {
        width: 34px;
        height: 55px;
        right: -1px !important;
        top: 80px;
        position: absolute;
        z-index: 2;
        background-color: #f2f2f2;
        border-radius: 5px;
    }

    .home-page .live-layout .topic .swiper-button-prev {
        width: 34px;
        height: 55px;
        left: 0px;
        top: 80px;
        position: absolute;
        z-index: 2;
        background-color: #f2f2f2;
        border-radius: 5px;
    }

    .home-page .live-layout .topic .topic-swiper .story-wrap {
        flex-direction: column;
    }

            .home-page .live-layout .topic .topic-swiper .story-wrap .img-wrap {
                margin-bottom: 10px;
            }

            .home-page .live-layout .topic .topic-swiper .story-wrap .info-wrap .description {
                display: none;
            }

            .home-page .live-layout .topic .topic-swiper .story-wrap .info-wrap .name {
                font-size: 16px;
                font-weight: 700;
                margin: 0;
            }

                .home-page .live-layout .topic .topic-swiper .story-wrap .info-wrap .name a {
                    color: #fff;
                }

.home-page .category-hot{
    margin-bottom: 15px;
}

.home-page .category-hot .header {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--category-border);
}

        .home-page .category-hot .header .bar {
            background-color: #D7081F;
            width: .5rem;
            height: 26px;
            margin-right: .5rem;
        }

        .home-page .category-hot .header .title {
            text-transform: uppercase;
            font-weight: 900;
            font-size: 1.375rem;
            line-height: 2.063rem;
            color: var(--main-blue);
            margin-bottom: 0px;
        }

.home-page .category-hot .list {
    display: flex;
    flex-wrap: wrap;
    background-color: var(--side-bar-bg);
    border-radius: 4px;
    padding: 1rem 1rem .5rem;
}

.home-page .category-hot .list > * {
    width: calc((100% - 8px * 2) / 3);
    margin-bottom: .5rem;
}

    .home-page .category-hot .list > *:not(:nth-child(3n)) {
        margin-right: .5rem;
    }

.home-page .category-hot .list .show-card {
    background-color: var(--white);
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid var(--category-border);
}

    .home-page .category-hot .list .show-card > * {
        display: flex;
        align-items: stretch;
        height: 72px;
    }

    .home-page .category-hot .list .show-card .thumb {
        width: 36%;
        min-width: 102px;
    }

        .home-page .category-hot .list .show-card .thumb img {
            /*background-color: red;*/
            width: 100%;
            height: 100%;
        }

    .home-page .category-hot .list .show-card .info {
        flex: 1;
        margin-right: 8px;
        padding: 0px 8px 0px 16px;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

        .home-page .category-hot .list .show-card .info .name {
            font-size: 14px;
            line-height: 21px;
            font-weight: 600;
            color: var(--txt-black);
        }

        .home-page .category-hot .list .show-card .info .icon {
            line-height: 10px;
        }

.home-page .grid-layout .grid-article {
    display: flex;
    flex-wrap: wrap;
    row-gap: 24px;
}

    .home-page .grid-layout .grid-article > * {
        --gap: 24px;
        --num: 4;
        width: calc((100% - (var(--gap) * (var(--num) - 1))) / var(--num));
        background-color: var(--side-bar-bg);
        padding: 16px;
        border-radius: 4px;
        display: flex;
        flex-direction: column;
    }

.home-page .mobi-banner {
    display: none;
}

.home-page .grid-layout .grid-article > * .more {
    margin-top: auto;
}

.home-page .grid-layout .grid-article > *:not(:nth-child(4n)) {
    margin-right: 24px;
}

.home-page .grid-layout .grid-article .item-box .category-header {
    padding-top: 0px;
    border-top: none;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
}

    .home-page .grid-layout .grid-article .item-box .category-header .bar {
        background-color: #D7081F;
        width: .5rem;
        height: 26px;
        margin-right: .5rem;
    }

    .home-page .grid-layout .grid-article .item-box .category-header .title {
        text-transform: uppercase;
        font-weight: 600;
        font-size: 16px;
        line-height: 2.063rem;
        color: var(--main-blue);
    }

    .home-page .grid-layout .grid-article .item-box .item-list > *:first-child {
        flex-direction: column;
    }

    .home-page .grid-layout .grid-article .item-box .item-list > *:first-child .story-thumb {
        margin-bottom: 8px;
    }

.home-page .grid-layout .grid-article .item-box .item-list > *:nth-last-child(n+2) {
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid var(--category-border);
}

.home-page .grid-layout .grid-article .item-box .item-list > *:last-child {
    margin-bottom: 16px;
}

.home-page .grid-layout .grid-article .item-box .item-list .story-wrap .story-info .text-limit-2 {
    font-size: 15px;
}

.home-page .grid-layout .grid-article .item-box .more a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #0261B5;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
}

.home-page .podcast{
    margin: 15px 0;
}

.home-page .podcast .header {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--category-border);
}

        .home-page .podcast .header .bar {
            background-color: #D7081F;
            width: .5rem;
            height: 26px;
            margin-right: .5rem;
        }

        .home-page .podcast .header .title {
            text-transform: uppercase;
            font-weight: 900;
            font-size: 1.375rem;
            line-height: 2.063rem;
            color: var(--main-blue);
            margin-bottom: 0px;
        }

.home-page .podcast .story-wrap {
    flex-direction: column;
}

.home-page .podcast .img-wrap {
    margin-bottom: 10px;
}

.home-page .podcast .top {
    display: flex;
}

    .home-page .podcast .top .left {
        width: 64.8148148148%;
        padding-right: 10px;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

        .home-page .podcast .top .left .name {
            font-size: 32px;
            line-height: 1.4;
            font-weight: 700;
        }

    .home-page .podcast .top .right {
        flex: 1;
        padding-left: 10px;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

        .home-page .podcast .top .right > * .name {
            font-size: 20px;
            font-weight: 700;
            line-height: 1.4;
            margin-bottom: 0px;
        }

        .home-page .podcast .top .right > * .description {
            display: none;
        }

        .home-page .podcast .top .right > *:first-child {
            padding-bottom: 9px;
            margin-bottom: 10px;
            border-bottom: 1px solid var(--border-cl);
        }

.home-page .podcast .sub {
    display: flex;
}

    .home-page .podcast .sub .story-wrap {
        width: calc((100% - 18px) / 4);
    }

        .home-page .podcast .sub .story-wrap:nth-last-child(n+2) {
            margin-right: 16px;
        }

    .home-page .podcast .sub .description {
        display: none;
    }

    .home-page .podcast .sub .name {
        font-size: 18px;
        font-weight: 700;
    }

.home-page .side .banner-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

    .home-page .side .banner-content .sticky-banner {
        position: sticky;
        top: 0;
    }

@media only screen and (max-width: 60em) {
    .home-page .banner img {
        width: 100%;
    }

    .home-page .grid-layout .side{
        display: none;
    }

    /*Hight light*/
    .home-page .highlight {
        padding-top: 0px;
        background-image: none;
        padding-bottom: 8px;
    }

        .home-page .highlight .top-story {
            flex-direction: column;
            margin-bottom: 0px;
        }

        .home-page .highlight .sub-story {
            display: none;
        }

        .home-page .highlight .main {
            width: 100%;
            order: 1;
            margin-bottom: 8px;
            padding-bottom: 8px;
            border-bottom: 1px solid var(--category-border);
        }

        .home-page .highlight .top-story .main .story-wrap .story-thumb {
            width: 100vw;
            margin-left: calc((100% - 100vw) / 2);
            border-radius: 0;
            margin-bottom: 8px;
        }

        .home-page .highlight .left {
            order: 2;
        }

        .home-page .highlight .right {
            order: 3;
        }

            .home-page .highlight .right > *:nth-child(n+4) {
                display: none;
            }

            .home-page .highlight .right > *:nth-child(3) {
                border-bottom: unset;
            }

        .home-page .highlight .top-story .left > *:nth-child(n+2),
        .home-page .highlight .top-story .right > * {
            margin-top: 8px;
        }

            .home-page .highlight .top-story .right > *:last-child {
                border-bottom: none;
                padding-bottom: 0px;
            }

        .home-page .highlight .top-story .right .story-wrap:nth-child(5) {
            display: none;
        }

        /*.home-page .highlight .top-story > *:not(.main) > *:first-child .story-thumb {
            margin-bottom: 0px;
        }*/

        .home-page .highlight .top-story > *:nth-last-child(n+2) {
            margin-right: 0px;
        }

        .home-page .highlight .top-story > *:not(.main) > *:first-child {
            flex-direction: row-reverse;
        }

        .home-page .highlight .top-story > *:not(.main) > *:nth-child(n+2) {
            margin-top: 8px;
        }

        .home-page .highlight .top-story > *:not(.main) > * {
            flex-direction: row-reverse;
            padding-bottom: 8px;
        }

            .home-page .highlight .top-story > *:not(.main) > * .story-thumb {
                width: 36%;
                min-width: 124px;
                margin-left: 8px;
            }

            .home-page .highlight .top-story > *:not(.main) > * .story-info {
                flex: 1;
            }

        .home-page .highlight .top-story .main .story-wrap .story-title a {
            font-size: 1.5rem;
            line-height: 36px;
        }

    /*Breaking news*/
    .home-page .news {
        display: block;
    }

    .home-page .most-views{
        width: 100%;
    }

    .home-page .breaking-news {
        margin-top: 15px;
        width: 100%;
    }

    .home-page .most-views .list .info-wrap .description{
        display: none;
    }

    /*Live*/
    .home-page .live-layout .live {
        padding: 16px 0 0;
        flex-wrap: wrap;
    }

    .home-page .live-layout .live > * {
        flex-wrap: wrap
    }

    .home-page .live-layout .live .player {
        width: 100%;
        margin-right: 0
    }

        .home-page .live-layout .live .play-list .list {
            max-height: 145px;
        }

        .home-page .live-layout .live .play-list .list-title {
            display: none
        }

        .home-page .live-layout .live .play-list .controll {
            margin-top: 16px
        }

    /*Gird layout*/
    .home-page .grid-layout {
        grid-template-columns: 100%;
    }

    /*Grid article*/
    .home-page .grid-layout .grid-article > *{
        width: 100%;
    }

        .home-page .grid-layout .grid-article > *:not(:nth-child(4n)) {
            margin-right: 0px;
        }

    /*Row article*/
    .home-page .grid-layout .row-article .category-contain {
        flex-wrap: wrap;
    }

        .home-page .grid-layout .row-article .category-contain .main {
            width: 100%;
            padding-bottom: 16px;
        }

        .home-page .grid-layout .row-article .category-contain .right {
            padding-left: 0px;
            width: 100%;
        }

    /*Category hot*/
    .home-page .category-hot .list.list {
        margin-top: 16px !important;
    }

    .home-page .category-hot .list > *:not(:nth-child(3n)) {
        margin-right: 0
    }

    .home-page .category-hot .list > * {
        width: 100%
    }

    /*.home-page .category-hot .list .show-card:nth-child(n+7) {
        display: none
    }*/

    /*Podcast*/
    .home-page .podcast .top {
        flex-direction: column;
    }

        .home-page .podcast .top .left {
            border-bottom: 1px solid #E5E5E5;
            padding-bottom: 15px;
            width: 100%;
            padding-right: 0px;
        }

            .home-page .podcast .top .left .info-wrap {
                text-align: center;
            }

            .home-page .podcast .top .left .name {
                font-size: 28px;
            }

    .home-page .podcast .category {
        margin-bottom: 7px;
    }

    .home-page .podcast .top .right {
        padding: 0px;
        margin-bottom: 0px;
    }

        .home-page .podcast .top .right > *:first-child {
            padding-bottom: 20px;
            margin-bottom: 20px;
        }

        .home-page .podcast .top .right > *:last-child {
            padding-bottom: 20px;
            margin-bottom: 20px;
            border-bottom: 1px solid #ddd;
        }

        .home-page .podcast .top .right > * {
            flex-direction: column-reverse;
        }

            .home-page .podcast .top .right > * .img-wrap {
                margin-bottom: 0px;
            }

            .home-page .podcast .top .right > * .info-wrap {
                margin-bottom: 10px;
            }

            .home-page .podcast .top .right > * .name {
                margin-bottom: 7px;
            }

            .home-page .podcast .top .right > * .info-wrap .description {
                display: block;
            }

    .home-page .podcast .sub {
        flex-direction: column;
    }

        .home-page .podcast .sub .story-wrap:nth-last-child(n+2) {
            margin-right: 0px;
        }

        .home-page .podcast .sub .story-wrap {
            width: 100%;
        }

        .home-page .podcast .sub .img-wrap {
            margin-bottom: 0px;
        }

        .home-page .podcast .sub .info-wrap {
            margin-bottom: 10px;
        }

        .home-page .podcast .sub .name {
            font-size: 20px;
        }

        .home-page .podcast .sub .description {
            display: block;
        }

        .home-page .podcast .sub .story-wrap:nth-last-child(n+2) {
            padding-bottom: 20px;
            margin-bottom: 20px;
            border-bottom: 1px solid #ddd;
        }
}
