﻿.container-hnxz {
    border: solid 1px #e9e9e9;
}

.pbul {
    width: 100%;
}

.layui-form-item {
    margin-left: 0;
}

.pbul .pbul50 {
    width: 49%;
    float: right;
}

.pbul .pbul50:not(:nth-child(2n)) {
    float: left;
}

.applicationNav {
    border-bottom: 1px solid #dcdcdc;
    height: 49px;
    margin-top: 30px;
    margin-bottom: 30px
}

.applicationNav span {
    border-bottom: 3px solid #c40311;
    font-size: 19px;
    height: 43px;
    line-height: 42px;
    display: inline-block;
    font-weight: bold;
    color: #333333;
    float: left;
    text-align: left;
    margin-left: 20px
}

.site-block {
    margin: 35px 20px;
    text-align: center;
}

.site-block .layui-form-label {
    width: 160px;
    height: 48px;
    font-weight: normal !important;
}

.site-block .layui-input-block {
    margin-left: 160px;
}

.layui-form-label.required:after {
    content: ' *';
    color: red;
}

.layui-form-select dl dd.layui-this {
    background-color: #2174d0;
}

.pageList-box {
    margin: 35px 20px;
}

table.layui-table th.title {
    background-color: #F2F2F2;
}

table.layui-table td.title {
    background-color: #F2F2F2;
    width: 200px;
}

.ant-empty {
    margin: 0 8px;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
}