.xxxxxx{
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
line-height: 24px;
max-height: 45px;
-webkit-line-clamp: 2; /* Write the number of lines you want to be displayed */
-webkit-box-orient: vertical;
}