[class^="txtWrap"] {
width:300px;
border:1px solid #999;
overflow:hidden;
margin-bottom:20px
}
.txtWrap {
text-overflow:ellipsis;
white-space:nowrap;
}
.txtWrap_more {
display:-webkit-box;
-webkit-box-orient:vertical;
-webkit-line-clamp:3;
}