
.mod-filter{
    line-height: 35px;
    padding: 0 20px;
}
.mod-filter:after{
    content: '';
    display: block;
    height: 0;
    clear: both;
}
.mod-filter .filter-label{
    float: left;
    font-size: 0px;
    padding-right: 5px;
}
.mod-filter .filter-label .filter-column,.mod-filter .filter-label .filter-select,.mod-filter .filter-label .filter-input,.mod-filter .filter-label .filter-button{
    height: 25px;
    border-radius: 3px;
    color: #666;
    margin-right: 2px;
    font-size: 12px;
    border: 1px solid #ccc;
    box-sizing: border-box;
}
.mod-filter .filter-label .filter-column{
    border: 0;
    vertical-align: middle;
}
.mod-filter .filter-label .filter-select{
    width: 100px;
}
.mod-filter .filter-label .filter-input{
    width: 150px;
    box-sizing: border-box;
    padding: 0 5px;
    color: #333;
}
.mod-filter .filter-label .filter-button{
    padding: 0 10px;
    color: #fff;
    background-color: #c7000b;
    border: none;
}

.adapt-list{
    padding: 0 20px;
    overflow: hidden;
}
.adapt-list table{
    table-layout: fixed;
    word-break: break-all;
    word-wrap:break-word;
    width: 100%;
}
.adapt-list table th,.adapt-list table td{
    text-align: center;
    padding: 0 5px;
    border-bottom: 1px solid #eee;
    height: 35px;
    line-height: 24px;
}
.adapt-list table th:nth-child(1),.adapt-list table td:nth-child(1){
    width: 5%;
}
.adapt-list table th:nth-child(2),.adapt-list table td:nth-child(2){
    width: 15%;
}
.adapt-list table th:nth-child(3),.adapt-list table td:nth-child(3){
    width: 15%;
}
.adapt-list table th:nth-child(4),.adapt-list table td:nth-child(4){
    width: 15%;
}
.adapt-list table th:nth-child(5),.adapt-list table td:nth-child(5){
    width: 20%;
}
.adapt-list table th:nth-child(6),.adapt-list table td:nth-child(6){
    width: 30%;
}
.adapt-list table a{

}
.adapt-list table a:hover{
    color: #0563c3;
    text-decoration: underline;
}
.adapt-list .view{
    color: #0563c3;
}