@charset "utf-8";
/* CSS Document */

.news-list {
    margin: 0;
}

.news-list-row {
    padding: 0;
    margin: 0;
}

.news-list .news-pic {
    text-align: center;
    /* height: 170px; */
    width: 100%;
}

.news-list .news-pic2 {
    text-align: center;
}

.news-list .card {
    margin-bottom: 20px;
}

.news-list .card-title {
    color: #000;
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    height: 44px;
    text-align: left;
}

.news-list .card-title a {
    color: #000;
}

.news-list .card-title a:hover {
    color: #ff0012;
    text-decoration: none;
}

.news-list-bottom {
    margin-top: 10px;
    padding: 10px 0px;
    width: 100%;
}

.news-list-bottom .pagination {
    float: right;
}

.card-img-top {
    width: auto;
    max-width: 100%;
}

.card-body .card-text {
    /*  height: 96px; */
    height: 50px;
    font-size: 14px;
}

.news-list .card {
    margin-bottom: 20px;
    /* margin-left: 0px; */
    /* margin-right: 0px; */
}

@media (max-width: 767px) {
    /*<= 767 */
    .news-list .card-title {
        color: #000;
        font-size: 16px;
        line-height: 22px;
        height: auto;
    }
    .card-body .card-text {
        height: auto;
        font-size: 14px;
    }
}

.news-list .download-top {
    margin: 0;
    padding: 0;
    text-align: center;
    font: 30px/50px 'anakotmai-light', Arial, sans-serif;
    color: #1c52b6;
    font-weight: bold;
}

.news-list .download-top .count-sub {
    font: 16px/30px 'anakotmai-medium', Arial, sans-serif;
    color: #000;
}

.news-list .download-top .box_search_document {
    margin: 0;
    padding: 0;
}

.news-list .download-top .box_search_document .btn-primary {
    color: #fff;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ebeeeb+0,ffffff+100 */
    background: #ebeeeb;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ebeeeb 0%, #ffffff 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ebeeeb 0%, #ffffff 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ebeeeb 0%, #ffffff 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ebeeeb', endColorstr='#ffffff', GradientType=0);
    /* IE6-9 */
    border-color: #d9dcd9;
}