#PathID6{display:inline;
width:100px;
overflow:hidden;/* 内容超出宽度时隐藏超出部分的内容 */
text-overflow:ellipsis;
word-break:keep-all;/* 不换行 */
white-space:nowrap;/* 不换行 */
}

