|
@@ -262,6 +262,12 @@ width: 330px;
|
|
|
padding-bottom: 15px;
|
|
|
}
|
|
|
.news_list_div .news_list_text span{
|
|
|
+ height: 69px !important;
|
|
|
+ overflow:hidden !important;
|
|
|
+ text-overflow: ellipsis !important;
|
|
|
+ -webkit-line-clamp: 3 !important;
|
|
|
+ display: -webkit-box !important;
|
|
|
+ -webkit-box-orient: vertical !important;
|
|
|
font-size: 16px;
|
|
|
line-height: 26px;
|
|
|
padding-bottom: 15px;
|