/**umb_name:NewsList_Header*/
.NewsList .newsList_Header {
}

/**umb_name:newsList*/
.NewsList .newsList {
}

    /**umb_name:newsList content img*/
    .NewsList .newsList .contentImg {
        height: 240px;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0px 4px 4px 0px #00000040;
        cursor: pointer;
    }
        /**umb_name:newsList img*/
        .NewsList .newsList .contentImg img {
            width: 100%;
            object-fit: cover;
        }

        /**umb_name:newsList content img :hover*/
        .NewsList .newsList .contentImg:hover {
            opacity: 0.7;
            transition: 0.3s;
        }

    /**umb_name:newsList card-body*/
    .NewsList .newsList .card-body {
        height: 160px;
    }

        /**umb_name:newsList card-body h4*/
        .NewsList .newsList .card-body h4 {
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

        /**umb_name:newsList card-body h6*/
        .NewsList .newsList .card-body h6 {
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

    /**umb_name:newsList btn*/
    .NewsList .newsList .btn {
        background-color: #EEEEEE;
    }

        /**umb_name:newsList btn :hover*/
        .NewsList .newsList .btn:hover {
            opacity: 0.7;
            transition: 0.3s;
        }

/**umb_name:pagination*/
.NewsList .pagination {
    border-top: 1px solid #EEEEEE;
}

    /**umb_name:pagination div*/
    .NewsList .pagination > div > div > div {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 50px;
        height: 50px;
        padding: 12px;
        margin: 0 5px;
        font-family: Prompt;
        font-size: 12px;
        font-weight: 400;
        line-height: 18.14px;
        color: #000000;
        background-color: #EEEEEE;
        border: 1px solid #EEEEEE00;
        border-radius: 50%;
        transition: border-color 0.3s, background-color 0.3s, color 0.3s;
    }

    /**umb_name:pagination hover*/
    .NewsList .pagination .pageBt:hover {
        border: 1px solid #969696;
    }

    /**umb_name:pagination active*/
    .NewsList .pagination .active {
        background-color: #000000;
        color: #FFFFFF;
        border: 1px solid #EEEEEE00;
    }

    /**umb_name:pagination prev*/
    .NewsList .pagination .prev {
        font-weight: bold;
    }

    /**umb_name:pagination next*/
    .NewsList .pagination .next {
        font-weight: bold;
    }

/**umb_name:newsListFooter*/
.NewsList .newsListFooter {
}
