@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:18px;
    line-height:23px;
}
.news-list .card-title a{
  /*  color: #a36f12; */
}
.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%;
}