

.ovl{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
}

/*清除浮动*/
.clear {
    clear: both;
}
.fl {
    float:left;
}
.fr {
    float:right;
}