blogger
H
Don't say "lazy"

.notice {
    margin: 10px;
}

.notice>li {
    display: flex;
    justify-content: space-between;
    line-height: 200%;
}

.notice>li>a {
    width: 70%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.notice>li>a:hover {
    text-decoration: underline;
    font-weight: bold;
}