.newPageList a{
    display: flex;
    justify-content: space-between;
    /* padding: 0 15px; */
}
.newPageList a:hover{
    color: #007bff;
}
.newPageList a .title{
    width: 80%;
    white-space: nowrap;      /* 强制文本在一行显示 */
    overflow: hidden;         /* 隐藏超出部分 */
    text-overflow: ellipsis;
}
.newPageList a .time{
    color: #999;
}
.newPageList ul{
    margin: 80px 0;
}
.newPageList li{
    height: 80px;
    line-height: 80px;
    border-bottom: 1px solid #c6c6c6;
}