.n_top {
    height: 35px;
    line-height: 35px;
    margin-top:5px;
    border-top: 1px solid #EBEEF5;
    border-bottom: 1px solid #EBEEF5;
    background: #FFF;
}

.n_middle {
    position: relative;
    width: 100%;
    min-height: 400px;
    text-align:center;
}

.n_foot {
    height: 50px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.n_foot_bg {
    height: 49px;
    background: #f3f9fc;
    border-top: 1px solid #d7e7f6;
    padding: 0 15px;
}

.n_foot input, .n_foot button, .n_foot select, .n_foot textarea {
    font-family: "微软雅黑";
}

.n_foot_bg .foot_btn, .n_foot_bg .foot_btn_red, .n_foot_bg .foot_btn_green, .n_foot_bg .foot_btn_blue, .n_foot_bg .foot_btn_yellow {
    margin-top: 10px;
    margin-right: 2px;
}

.list_tit {
    background-color: transparent;
    border-collapse: collapse;
    width: 100%;
    color: #333;
    height: 32px;
    line-height:32px;
    overflow: hidden;
}

.list_tit tr th {
    font-weight: 700;
    color: #666;
    text-align: center;
    background-color: #ebedef;
    overflow: hidden;
}

.list_tit tr th:first-child{
  border-left: 1px solid #EBEEF5;
}

.list_tit tr th:last-child{
  border-right: 1px solid #EBEEF5;
}

.list_middle_tb {
  width: 100%;
  margin-bottom: 46px;
  border: 1px solid #EBEEF5;
  border-top:0;
  border-collapse: collapse;
}

.list_middle_tb tr:first-child td{
  border-top:0;
}

.list_middle_tb tr td {
    border-bottom: 1px solid #EBEEF5;
    padding: 8px 5px;
}

.table.tree>tbody>tr>td {
    padding: 3px 5px;
}

.table.tree>tbody>tr:nth-child(odd)>td{
  background:#fff;
}

.table.tree>tbody>tr:nth-child(even)>td{
  background:#FAFAFA;
}

.tree_line {
    height: 100%;
    margin: 0;
    border-collapse: collapse;
    background-color: transparent;
}

.tree_line tr td {
    padding: 0;
    border-bottom: 0;
}

.tree tr .tree_td .tree_line tr td a {
    height: 100%;
}

.tree tr .tree_td a, .tree tr .tree_td span {
    display: inline-block;
    float: left;
    height: 32px;
    line-height: 32px;
    text-indent: 5px;
}

.tree_line tr td {
  width:12px;
  height:100%;
}

.tree_line tr td.deptName {
    padding: 8px 5px;
    text-align: left;
    width: auto;
    vertical-align: middle;
}

/** custom **/
.tree-header.affix {
    top: 50px;
    width: 945px;
    z-index: 100;
    box-shadow: 0 4px 3px rgba(0,0,0,.3);
}

.mjtree-parent-hide {
  display: none;
}