.news-component {
    background-image: url("/Content/SesameV/assets/images/news-bg.png");
    background-size: cover;
    background-position: center;
    height: 604px;
}

    .news-component .container {
        width: 1200px;
        margin: 0 auto;
        padding-top: 20px;
    }

        .news-component .container .news-component__header {
            text-align: center;
            margin-bottom: 24px;
        }

            .news-component .container .news-component__header .title {
                font-family: AlibabaPuHuiTi, AlibabaPuHuiTi;
                font-size: 26px;
                color: #000000;
                font-style: normal;
                text-transform: none;
                margin-bottom: 20px;
            }

            .news-component .container .news-component__header .sub-title {
                font-family: Adobe Heiti Std;
                font-size: 14px;
                color: #999999;
                font-style: normal;
                text-transform: none;
            }

        .news-component .container .news-component__content {
            display: flex;
            width: 1200px;
            height: 356px;
            margin-top: 40px;
        }

            .news-component .container .news-component__content .left {
                width: 600px;
                height: 356px;
                padding: 15px;
                background: #fff;
            }

                .news-component .container .news-component__content .left .swiper {
                    width: 100%;
                    height: 100%;
                }

                    .news-component
                    .container
                    .news-component__content
                    .left
                    .swiper
                    .swiper-slide
                    img {
                        width: 100%;
                        height: 100%;
                    }

            .news-component .container .news-component__content .right {
                width: 600px;
                height: 356px;
                background-color: #fff;
                padding: 15px;
                display: flex;
                flex-direction: column;
            }

            .news-component .container .news-component__content .right__featured {
                display: flex;
                gap: 15px;
                padding-bottom: 10px;
                border-bottom: 1px dashed #ccc;
                margin: 10px 0;
            }

                .news-component
                .container
                .news-component__content
                .right__featured
                .featured__date {
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                }

                    .news-component
                    .container
                    .news-component__content
                    .right__featured
                    .featured__date
                    .day {
                        font-family: AlibabaPuHuiTi, AlibabaPuHuiTi;
                        font-size: 32px;
                        color: #f58220;
                        font-weight: bold;
                        line-height: 1;
                    }

                    .news-component
                    .container
                    .news-component__content
                    .right__featured
                    .featured__date
                    .month {
                        font-family: Adobe Heiti Std;
                        font-size: 14px;
                        color: #f58220;
                        margin-top: 5px;
                    }

                .news-component
                .container
                .news-component__content
                .right__featured
                .featured__content {
                    flex: 1;
                }

                    .news-component
                    .container
                    .news-component__content
                    .right__featured
                    .featured__content
                    .featured__title {
                        font-family: AlibabaPuHuiTi, AlibabaPuHuiTi;
                        font-size: 20px;
                        color: #333333;
                        font-weight: bold;
                        margin-bottom: 8px;
                        a

{
    text-decoration: none;
    color: #333333;
}

a:hover {
    color: #f58220;
}

}

.news-component
.container
.news-component__content
.right__featured
.featured__content
.featured__description {
    font-family: Adobe Heiti Std;
    font-size: 13px;
    color: #666666;
    line-height: 1.6;
}

    .news-component
    .container
    .news-component__content
    .right__featured
    .featured__content
    .featured__description
    .detail-link {
        color: #f58220;
    }

.news-component .container .news-component__content .right__list {
    flex: 1;
    overflow: hidden;
}

    .news-component .container .news-component__content .right__list .list-item {
        display: flex;
        align-items: center;
        padding: 8px 0;
        border-bottom: 1px dashed #e0e0e0;
    }

        .news-component
        .container
        .news-component__content
        .right__list
        .list-item:last-child {
            border-bottom: none;
        }

    .news-component
    .container
    .news-component__content
    .right__list
    .list-item__bullet {
        color: #f58220;
        font-size: 12px;
        margin-right: 10px;
        min-width: 12px;
    }

    .news-component
    .container
    .news-component__content
    .right__list
    .list-item__title {
        flex: 1;
        font-family: Adobe Heiti Std;
        font-size: 13px;
        color: #333333;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

        .news-component
        .container
        .news-component__content
        .right__list
        .list-item__title
        a {
            color: #333333;
            text-decoration: none;
        }

            .news-component
            .container
            .news-component__content
            .right__list
            .list-item__title
            a:hover {
                color: #f58220;
            }

    .news-component
    .container
    .news-component__content
    .right__list
    .list-item__time {
        font-family: Adobe Heiti Std;
        font-size: 12px;
        color: #333333;
        margin-left: 10px;
        white-space: nowrap;
    }
