.one{
display:block;
width:300px;
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;
}
.multi{
display: -webkit-box;
width: 240px;
height: 47px;
overflow: hidden;
text-overflow: ellipsis;
white-space: normal;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}