.tab-list {
    list-style: none;
    padding-left: 0;
}

.tab-list:after {
    content: '';
    display: block;
    clear: both;
}

.tab-list li {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.tab-list .date{
    color:#999;
    margin-right: 10px;
}