﻿.home-news {
    position: relative;
    background-image: url(../../../Design/img/bg-home-news.png);
    background-size: cover;
}

.home-news-item .line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 2px;
}

.home-news-item .line-item {
    background-color: rgb(41 35 155 / 20%);
    width: calc(25% - 3px);
    height: 4px;
}


.home-news .grid.wide {
}

.home-news-container {
    padding-top: 64px;
    padding-bottom: 132px;
    overflow: hidden;
}

.home-news .p-title-cate {
}

.home-news .p-title {
    font-size: 38px;
    line-height: 117.2%;
}


.home-news .p-descript {
}

.home-news-list {
    margin-top: 37px;
}


.home-news-item {
}

    .home-news-item .img {
        border-radius: 5px;
        overflow: hidden;
        height: 233px;
    }

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

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


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

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


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

        .home-news-item .options-item span {
            display: block;
            color: #4D4D4D;
            font-size: 15px;
            line-height: 138.7%;
            margin-left: 4px;
        }

    .home-news-item .content {
    }

    .home-news-item .title {
        margin: 0;
        color: #3A3A39;
        font-size: 18px;
        line-height: 138.7%;
        font-family: baiSB;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        margin-top: 17px;
        transition: all linear .3s;
    }

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

    .home-news-item .descript {
        margin-top: 0;
    }

        .home-news-item .descript span {
            color: #4D4D4D;
            font-size: 15px;
            line-height: 133%;
            overflow: hidden;
            text-overflow: ellipsis;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            display: -webkit-box;
            padding-top: 0;
            margin-top: 12px;
        }

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

@media(min-width:740px) and (max-width:1023px) {
    .home-news-container {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media(max-width:739px) {

    .home-news-item .img {
        border-radius: 10px;
        overflow: hidden;
        height: 163px;
    }

    .home-news-item .options-item:last-child {
        display: none;
    }

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

    .home-news-list {
        margin-top: 30px;
    }
}
