.jrzx_line{

}
.line_fl{
    white-space: nowrap;
    text-overflow: ellipsis;
    float: left;
    width: 65%;
}
.line_fr{
    width: 35%;
    float: right;
    text-align: right;
}
.line_grey{
    color: #999;
}
table.nopadding-lr tr td, table.nopadding-lr tr th{
    padding-left:0;
    padding-right: 0;
}