.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;}


