

ul.news-list li.active a{background:#f00;}

/*
#div_listPageLeftChannelList li{
    overflow:hidden;
    text-overflow:ellipsis;
    display:block;
    white-space:nowrap;
}*/


#div_listPageLeftChannelList a{font-weight:bold;}

#div_listPageLeftChannelList li{
 text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height:28px;
  margin:15px 0;
}