@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: #ce4a31;
    font-size:20px;
    line-height:23px;
}
.news-list .card-title a{
    color: #284498;
}
.news-list .card-title a:hover{
    color: #d9b34e;
    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;
}