@charset "utf-8";

.l-content .descrtion .name {
 display: block;
 height: 26px;
 overflow: hidden;
 text-overflow: ellipsis;
 width: 190px;
 white-space: nowrap;
}

.l-content .descrtion .detail {
 display: block;
 height: 65px;
 overflow: hidden;
 text-overflow: ellipsis;
 display: -webkit-box !important;
 -webkit-line-clamp: 3;
 -webkit-box-orient: vertical;
 white-space: normal;
}
