.ee-latest-wrap {
    width: 100%;
}

.ee-latest-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ee-latest-list li {
    border-bottom: 1px solid #f1f1f1;
}

.ee-latest-list li:last-child {
    border-bottom: 0;
}

.ee-latest-list li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;

    padding: 12px 0;

    text-decoration: none;
}

.ee-subject {
    flex: 1;

    position: relative;

    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

    font-size: 16px;
    color: #222;
    line-height: 1.4;
}

.ee-date {
    flex-shrink: 0;

    font-size: 14px;
    color: #999;
}

.ee-new {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 18px;
    height: 18px;

    margin-left: 6px;

    border-radius: 50%;

    background: #ff4d4f;
    color: #fff;

    font-size: 11px;
    font-weight: 700;

    vertical-align: middle;
}

.ee-empty {
    padding: 30px 0;
    text-align: center;
    color: #999;
}