﻿.home-news {
    background: hsl(0deg 0% 96.86%);
}

    .home-news .grid.wide {
    }

.btn-link-new a {
    display: flex;
    align-items: baseline;
    border: 1px solid var(--default-color-1);
    border-radius: 5px;
    padding: 8px 15px;
    user-select: none;
}

.home-new-list {
    display: grid;
    grid-auto-rows: minmax(min-content, max-content);
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 20px;
    row-gap: 20px;
}

.btn-link-new a:hover {
    background: var(--default-color-1);
}

    .btn-link-new a:hover span, .btn-link-new a:hover i {
        color: #fff;
    }

.btn-link-new a span {
    font-size: 15px;
    color: var(--default-color-1);
    font-family: 'MonM';
}

.title-top-news-home {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.btn-link-new a i {
    font-size: 12px;
    color: var(--default-color-1);
    margin-left: 5px;
}

.home-news-container {
    padding-top: 42px;
}

    .home-news-container .p-cate {
        margin: 0;
        text-transform: uppercase;
        color: #dc2321;
        font-size: 32px;
        font-family: 'MonSB';
        line-height: normal;
        padding-bottom: 5px;
        text-align: left;
    }

    .home-news-container .p-title {
        color: #333;
        font-size: 17px;
        display: block;
        font-family: 'MonR';
        text-transform: uppercase;
        font-weight: normal;
        text-align: left;
    }

    .home-news-container .p-decor {
    }

.home-news-swiper {
    margin-top: 30px;
    padding-bottom: 33px;
}

.home-news-item {
    background: #fff;
    border-radius: 10px;
    transition: transform 0.3s;
}

.home-news-img {
    height: 268px;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
}

.home-news-item:hover {
    transform: translateY(-5px);
    box-shadow: 0px 4px 16px 0px rgba(44, 44, 44, 0.08);
}

.side-news-item:hover {
    box-shadow: 0px 4px 16px 0px rgba(44, 44, 44, 0.08);
    transform: translateY(-5px);
}

.home-news-item:nth-child(2) {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
}

.home-news-img:hover img {
    transform: scale(1.02);
}

.home-news-img img {
    transition: all .3s;
}

.home-news-content {
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

.home-news-title {
    font-family: 'MonSB';
    color: #242A36;
    font-size: 18px;
    line-height: 138.7%;
    transition: all .3s;
    font-weight: normal;
}

    .home-news-title:hover {
        color: var(--default-color-1);
    }

    .home-news-title span {
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box;
    }

.home-news-options {
    align-items: center;
    display: flex;
    margin-top: 1px;
}

    .home-news-options .options-item {
        display: flex;
        align-items: center;
        margin-right: 27px;
    }

        .home-news-options .options-item img {
        }

        .home-news-options .options-item span {
            color: #797978;
            display: block;
            font-size: 15px;
            margin-left: 5px;
            font-family: 'MonR';
        }

.home-news-descript {
    margin: 0;
    font-weight: 100;
    line-height: 150.7%;
    font-size: 15px;
    color: #767676;
    font-family: 'MonM';
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    margin-top: 14px;
}

    .home-news-descript span {
    }

.home-news-btn {
    margin-top: 7px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

    .home-news-btn span {
        font-size: 14px;
        display: block;
        font-family: 'MonM';
        line-height: 135%;
        color: var(--default-color-1);
    }

    .home-news-btn img {
        margin-left: 9px;
    }

@media(max-width:1023px) {
}

@media(min-width:740px) and (max-width:1023px) {
    .home-news-options .options-item span {
        font-size: 12px;
    }

    .home-news-options .options-item {
        margin-right: 13px;
    }

    .home-news-title {
        font-size: 15px;
        margin-bottom: 8px;
    }

    .home-news-img {
        height: 200px;
    }
}

@media(max-width: 739px) {
    .home-news-swiper {
        padding-bottom: 0;
    }

    .my-side-da .side-news-item {
        margin-bottom: 10px;
    }

    .home-news-container .p-cate {
        font-size: 16px;
    }

    .home-news-item:nth-child(2) {
        display: block;
    }

    .my-side-da .side-news-item .img {
        border-radius: 5px !important;
    }

    .my-side-da .side-news-link {
        padding: 5px !important;
    }

    .home-news-title {
        font-size: 15px;
    }

    .home-news-options .options-item span {
        font-size: 14px;
    }

    .home-news-content {
        margin-top: 6px;
        margin-left: 5px;
        margin-right: 5px;
    }

    .home-news-descript {
        margin-top: 10px;
    }

        .home-news-descript span {
            display: block;
        }

    .home-new-list {
        display: grid;
        grid-auto-rows: minmax(min-content, max-content);
        grid-template-columns: repeat(1, minmax(0, 1fr));
        column-gap: 12px;
        row-gap: 12px;
    }

    .home-news-container .p-title {
        font-size: 14px;
        text-transform: none;
    }

    .left-title-new {
        width: 69%;
    }

    .btn-link-new {
        flex: 1 1 0;
    }

        .btn-link-new a span {
            font-size: 14px;
        }

        .btn-link-new a {
            padding: 8px 10px;
            justify-content: center;
        }

    .title-top-news-home {
    }

    .home-news-container {
        padding-top: 0;
    }
}