
.comList li a{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.comText{
    text-align: justify;
    word-break: break-word;
}