li{ display:block; font-size:14px; height:16px; line-height:16px; width:330px; white-space:nowrap; //强制不换行 overflow:hidden; //自动隐藏文字 text-overflow: ellipsis; //文字隐藏后添加省略号 -o-text-overflow:ellipsis; //适用于opera浏览器 }