html[lang='Zh-hans'] .notification-content>ul li .text p{overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp: 5;-webkit-box-orient: vertical;display: -webkit-box;}
html[lang='zh-Hant'] .notification-content>ul li .text p{overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp: 5;-webkit-box-orient: vertical;display: -webkit-box;}