display: -webkit-box;
 -webkit-line-clamp: 3;
 width: 200px;
 overflow: hidden;
 -webkit-box-orient: vertical;