/**************文本过长浮动显示***************/
.spanFloat{padding-left:0px;overflow: hidden; display: block; white-space: nowrap;text-overflow:ellipsis; -o-text-overflow:ellipsis;font: 12px/18px "Microsoft YaHei";}
<span class="spanFloat" style="display: inline-block;width:300px" title="${mx.title}">
${mx.title}
</span>