.list2 li a {
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    width: 80%;
    text-overflow: ellipsis;
}

