table a{
    float: left;
    width: 600px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
table td{
    font-size: 13px;
    line-height: 30px;
    color: #676767;
    padding: 3px 4px;
    border-color: #e0e0e0;
}
.yj_table_title{
    background-color: #d2d2d2;
}
