@charset "utf-8";

/* CSS Document */

.news-list {
    margin: 0;
}

.news-list-row {}

.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: #0fb6e9;
    font-size: 20px;
    min-height: 46px;
    line-height: 23px;
}

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

.news-list .card-title a:hover {
    color: #727479;
    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%;
    /*  max-height: 170px;*/
}

.news-pic.pic img {
    width: 100%;
}