.list li {
    border-bottom: 1px solid #eee;
    height: 40px;
    line-height: 40px;
}

.list li a {
    width: 550px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}