* {
    margin: 0;
    padding: 0;
}

/* 内容 */
.head-text1 {
    margin-left: 14px;
    line-height: 50px;
    font-size: 16.5px;
    color: #6c6c6c;
    font-weight: 500;
}

/* 横线 */
.line {
    width: 100%;
    height: 1px;
    background-color: #e6eff7;
}

.box {
    margin: 15px 10.5px auto;
}

/* 大标题 */
.box-title {
    color: #2e2e2e;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}

.box-div1 {
    height: 47px;
    background-color: #1275CA;
    text-align: center;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 600;
    line-height: 45px;
}

.box-div2 {
    height: 45px;
    border: 0.5px solid #DDDDDD;
    background-color: #F8F8F8;
    text-align: center;
    color: #2E2E2E;
    font-size: 15px;
    font-weight: 600;
    line-height: 45px;
}

/* 搜索框 */
.box-search {
    margin-top: 15px;
}

.box-search-text {
    width: 100%;
    padding-left: 10px;
    height: 42px;
    border: 1px solid #cfcfcf;
    box-shadow: inset 0 0 4px #cfcfcf;
    box-sizing: border-box;
}

.box-sear {
    width: 100%;
    height: 42px;
    font-size: 15px;
    font-weight: 500;
    background-color: #0662b1;
    color: #ffffff;
    text-align: center;
    line-height: 44px;
    cursor: pointer;
}

/* 表格 */
.layui-table, .layui-table-view {
    margin: 15px 0 5px;
}

.layui-table thead tr, .layui-table-click, .layui-table-header, .layui-table-mend, .layui-table-patch, .layui-table-tool, .layui-table-total, .layui-table-total tr, .layui-table[lay-even] tr:nth-child(even) {
    background-color: #0662b1;
    color: #ffffff;
}

.layui-btn-primary {
    border-color: #FFFFFF;
    color: #0662B1;
    font-size: 15.5px;
}

.layui-btn .layui-btn-primary .layui-btn-xs {
    height: 0;
}

.layui-table-cell {
    min-height: 30px;
    height: inherit;
}

.layui-table-cell, .layui-table-tool-panel li {
    white-space: initial;
    word-break: break-word;
}

.layui-laypage a, .layui-laypage span {
    padding: 0 11px;
    margin: 7px 9px -1px -4px;
    background-color: #EEEEEE;
    color: #383838;
    font-size: 15px;
    font-weight: 500;
}

.layui-laypage .layui-laypage-spr {
    background-color: #EEEEEE;
    color: #383838;
    font-size: 15px;
    font-weight: 500;
}