.table.table-bordered th{
    background-color:#ccddbb;
}
.table tr:hover{
    background-color: #ddeecc;
}

textarea {
    font-size: 14px;
    line-height: 30px;
    padding: 5px 10px;
    width: 500px;
    border: 1px solid #c6cede !important;
    height: 200px;
}

.inputLine {
    width: 160px;
    float: left;
    text-align: right;
    margin: 0px 10px;
}

.titleDiv {
    margin: 5px 0px;
    font-weight: 700
}

.titleDiv span {
    margin-left: 20px;
}

.editDiv div{
    margin:5px 5px;
}
.editDiv .btnDiv{
    text-align:center;
}


table{
    table-layout: fixed; /*固定了宽度，不然会按内容自动计算*/
    width:100%;
    border-collapse:collapse;
}

.table-head table thead > tr > th {
    padding: 8px;
    line-height: 1.4;
    border: 1px solid #f4f4f4;
    background-color: #ccddbb;
    text-align:center;
}
.table-head{
    padding:0px 0px 0px 0px;
}
.table-body{
    overflow-y: auto;
    overflow-x: hidden;
    padding:0px 0px 10px 0px;
    /*scrollbar-width:none;*/

}
.table-body table tbody >tr >td{
    padding: 8px;
    line-height: 1.4;
    border: 1px solid #f4f4f4;
    text-align:center;
    word-break: break-all;
    word-wrap: break-word;
}
.table-page{
    width:100%;
    padding:0px 10px 10px 0px;
}