@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: auto;
    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;
    }
}