/*1-31add*/
/*.hz-add .button.b-fat{*/
    /*padding: 6px 16px;*/
/*}*/
/*.hz-add .form-item label[for]{*/
    /*font-size: 16px;*/
/*}*/
.openMore{
    cursor: pointer;
    vertical-align: -8px;
    text-decoration: underline;
    color: #133783;
}
.openMore:after{
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-left: 4px;
    background: url("../images/drop_down_icon.png") no-repeat;
    width: 16px;
    height: 16px;
}
.bgToggle:after{
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-left: 4px;
    background: url("../images/pull_icon.png") no-repeat;
    width: 16px;
    height: 16px;
}
.sq{
    cursor: pointer;
    vertical-align: -8px;
    text-decoration: underline;
    color: #133783;
}
.sq:after{
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-left: 4px;
    background: url("../images/drop_down_icon.png") no-repeat;
    width: 16px;
    height: 16px;
}
/*案件列表*/
.hz-table{
    table-layout: fixed;
    width: 100%;
}
.hz-table .show-date{
    display: none;
}
.hz-table img{
    vertical-align: sub;
    cursor: pointer;
}
.hz-table tbody td, .hz-table thead th{
    padding: 5px;
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}
.hz-table-ellipsis{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}