﻿table{
    border-spacing: 0;
    border-collapse: collapse;
}
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;
}
.h5-mobile table a{width: 100%;white-space: normal;}
.h5-mobile .cont{padding: 5px;box-sizing: border-box;}
.h5-mobile .cont-r{height:auto;}