<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.text-list ul li .alm {
    display: inline;
    white-space: nowrap;
    text-overflow: ellipsis;
    color:  #117342;
    overflow: hidden;}
.text-list ul li .abt {
  display: inline;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333333;
    overflow: hidden;}

.alm:hover{
    color: #117342!important;}
.abt:hover{
     color: #117342!important;}


</pre></body></html>