@import url("./index.css");

.content-box {
    /*padding: 20px 20px 30px;*/
    width: 1100px;
    margin-top: 60px;
    background-color: #fff;
    border-top: 2px solid #c00;
}

.display-box {
    display: flex;
}

.display-right {
    width: 902px;
    /*padding: 20px;*/
    /*border: 1px solid #d8d8d8;*/
    margin-left: 20px;
}

.display-right .list-head {
    /*padding-bottom: 20px;*/
}

.display-right .list-body {
    /*margin-top: 37px;*/
}

.display-right .list-body .search-box {
    justify-content: flex-start;
    align-items: center;
}

.display-right .list-body .search-box span {
    font-weight: 500;
    font-size: 16px;
}

.display-right .list-body .search-box .search-input {
    width: 360px;
    height: 48px;
    border: 1px solid #d8d8d8;
    margin-left: 20px;
    padding: 0 10px;
}

.display-right .list-body .search-box button {
    width: 89px;
    height: 38px;
    background: #126fd8;
    border-radius: 2px;
    color: #fff;
}

.display-right .list-body .search-box button:first-of-type {
    margin-left: 20px;
}

.display-right .list-body .search-box button:nth-of-type(2) {
    margin-left: 10px;
}

.display-right .table-box {
    /*margin-top: 30px;*/
}

.table-box table th,
.table-box table td {
    height: 48px;
    font-size: 16px;
}

.table-box table tr > td > a {
    color: #126fd8;
}

.table-box table th {
    font-weight: 600;
    background: #d0e3f4;
    font-size: 18px;
}

.pager-box {
    margin-top: 20px;
}

/* layui样式自定义 start */

.layui-breadcrumb a:hover,
.layui-breadcrumb a {
    color: #126fd8 !important;
}

.layui-nav-tree .layui-nav-item a {
    height: 45px;
    line-height: 45px;
    padding: 0;
    text-align: center;
    font-size: 16px;
    /*color: #000000;*/
    background: #f9f9f9;
    border-bottom: 1px solid #dedede;
    border-top: 1px solid #fff;
    color: #333;
}

.layui-nav-tree {
    width: 215px;
    border-radius: 2px;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

.layui-nav .layui-nav-item a:hover,
.layui-nav .layui-this a {
    /*background: #126fd8;*/
    /*border-radius: 2px;*/
    /*color: #fff;*/
    background: url(../images/icon15.png) right center no-repeat #1b6cb0;
    color: #fff!important;
    border-bottom: 1px solid #fff;
}

.layui-nav-tree .layui-nav-child dd.layui-this,
.layui-nav-tree .layui-nav-child dd.layui-this a,
.layui-nav-tree .layui-this,
.layui-nav-tree .layui-this > a,
.layui-nav-tree .layui-this > a:hover {
    /*background: #126fd8;*/
    /*border-radius: 2px;*/
    /*font-size: 18px;*/
    background: url(../images/icon15.png) right center no-repeat #1b6cb0;
    color: #fff!important;
    border-bottom: 1px solid #fff;
}

.layui-laypage {
    display: flex;
    justify-content: center;
    margin-bottom: 0;
}

.layui-laypage .layui-laypage-spr,
.layui-laypage a,
.layui-laypage span,
.layui-laypage a:hover {
    color: #126fd8;
}

.layui-laypage a,
.layui-laypage button,
.layui-laypage input,
.layui-laypage select,
.layui-laypage span {
    border-color: #126fd8;
}

.layui-input:hover,
.layui-textarea:hover {
    border-color: #126fd8 !important;
}

.layui-laypage a,
.layui-laypage span {
    margin: 0 5px 5px 0;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background: #126fd8;
}

.layui-laypage .layui-laypage-spr {
    border: none;
}

/* layui样式自定义 end */
