.panel-div ul,.panel-div li{list-style: none}
.title{
    position: relative;
    top: 5px;
    font-family: "Microsoft YaHei";
    font-size: 18px;
    color: #222;
    width: 100%;
}
.list{
    padding: 0;
    margin: 0;
}
ul.list li,a.more,span.all {
    text-decoration:none;
    font-size: 12px;
    cursor: pointer;
    color: #666666;
}

.more{
    display: block;
    color: #0377c1!important;
    margin-right: 10px;
    margin-top: 10px;

}
.panel-div{
    padding: 0;
    margin: 0;
    padding-bottom: 20px!important;
}
.click-style{
    border-bottom: 2px solid #1baede;
    font-weight: bold;
    color: #191919!important;
    font-family: "Microsoft YaHei", "Helvetica", "Arial", sans-serif;
}

.system span,.system ul{
    height: 100%;
}
.system span.all,.system li{
    font-size: 14px!important;
}
.taskAll .u-table-base tr:nth-child(1){
    border-top: 1px solid #e9e9e9;
}
.taskAll .u-table-base tr,.taskAll .u-table-base > tbody > tr > td{
    border-bottom: 1px dashed #eeeff1;
    border-top:none;
    font-size: 12px;
    color: #999999;
}
.taskAll .u-table-base > tbody > tr > td{
    height: 43px;
    line-height: 43px;
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}
.taskAll .u-table-base > tbody > tr > td:nth-child(1){
    color: #0377c1;
    cursor: pointer;
    padding-left: 10px;
}
.taskAll .u-table-base > tbody > tr > td:nth-child(2){
    padding-right: 8px;
}
.taskAll .u-table-base > tbody > tr > td:nth-child(3){
    width: 1px;
    color: #ededed;
}
.taskAll .u-table-base > tbody > tr > td:nth-child(4){
    padding-left: 8px;
}
.taskAll .u-panel-heading{
    z-index: 1;
}
.taskAll .u-panel-heading h3{
    font-weight: normal;
    padding: 0;
    line-height: 42px;
    color:#333333;
}
.taskAll .no-data{
    text-align: center;
    vertical-align: middle;
    font-size: 18px!important;
    height: 250px;
    color: #333;
    border-bottom: none!important;
}
.taskAll{
    min-height: 360px;
}
.taskAll .no-data:hover{
    background:#fff;
    cursor:default;
}