//溢出部分隐藏
.ellipsis
{ overflow: hidden;white-space: nowrap;
text-overflow: ellipsis; }
//溢出部分影藏 两行
.ellipsis-2
{ display: -webkit-box; overflow: hidden;white-space: normal !important;
text-overflow: ellipsis; word-wrap: break-word;-webkit-line-clamp: 2;
-webkit-box-orient: vertical; }