#newslist{
    padding: 3rem 2rem;
}
.xw-card{
    display: flex;
    margin-bottom: 2rem;
    height: 9rem;
    overflow: hidden;
    text-overflow: ellipsis;
}
.xw-img{
    width: 12rem;
    height: 9rem;
    margin-right: 2rem;
}
.xw-title{
    margin: 0;
    font-size: 1.2rem;
    color: #000000;
}
.xw-body{
    padding: 0.2rem 0rem;
}
.xw-time{
    margin-bottom: 0.5rem;
    color: #333333;
}
.xw-text{

    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 18rem;

}
.page {
    text-align: center;
    color: dimgrey;
}

.page .pagination {
    display: inline-flex;
}

.page .pagination a {
    color: #607d8b;
}

.page .pagination li {
    padding: 1rem;
    font-size: 1.5rem;
}
.all-font-family a{
    text-decoration: none;!important;
}