.lat { position: relative; overflow: hidden; padding: 10px 0; }
.lat ul { list-style: none; padding: 0; margin: 0; }
.lat li {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0 20px 0;
    border-bottom: 1px solid;
}
.lat li a { 
    display: flex; 
    justify-content: space-between; 
    width: 100%; 
    color: #fff; 
    text-decoration: none;
}
.lat li a:hover { color: #fff; }

.lat .lt_title {
    font-size: 17px;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.lat .lt_date {
    font-size: 17px;
    font-weight: 500;
    text-align: right;
    flex-shrink: 0;
}
