li  {
display: block;
width: 205px;
overflow: hidden;
white-space: nowrap;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
}

FF下的效果都不好,忽略了