ul,li{
    list-style: none;
    padding-left: 0;
}
.ul>li{
    margin: 20px 0px;
}
.mgt150{

}
.news-img{
    width: 100%;
}
.news-img img{
    width: 100%;
    min-height: 210px;
    max-height: 250px;
}
.news-info{
    display: flex;
    flex-direction: column;
}
.news-info h3{
    font-size: 16px;
}
.news-info span{
    font-size: 14px;
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
}
.page{
    text-align: center;
}