.shuilis_xiang1 {
    margin-top: 1rem;
    border-radius: 0.25rem;
}
.left-list {
    width: 36rem;
    text-align: center;
    max-width: 18rem;
    background-color: #f1f1f1;
    float: left;
    border-radius: 3px;
    height: 19rem;
}
.right-list {
    flex: 4;
    background-color: #fff;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
li {
    margin-bottom: 0.3rem;
    font-size: 1.1rem;
}

.time {
    font-size: 12px;
    color: #999;
    margin-right: 5px;  /* 缩小标题和时间的间距 */
    float: right;
}
.news-list p {
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news-list li::after {
    content: "";
    display: table;
    clear: both;
}
.news-list li {
    margin-bottom: 20px;
    margin-left: 18rem;
}