.content .header h3 {
    height: 52px;
    line-height: 52px;
    font-size: 20px;
    color: #2e2e2e;
    font-weight: 600;
}

.content .body .layui-tab {
    font-size: 0;
}

.content .body .layui-none {
    font-size: 14px;
}

.content .body .layui-tab-title {
    width: 250px;
    display: inline-block;
    border: none;
    font-size: 16px;
}

.content .body .layui-tab-title li {
    width: 250px;
    height: 55px;
    line-height: 55px;
    margin-bottom: 20px;
    display: block;
    text-align: left;
    background-color: #f8f8f8;
    background-image: url('../imgs/rending/right-de.png');
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: 10px 13px;
    font-size: 16px;
}

.content .body .layui-tab-title .layui-this {
    display: block;
    width: 250px;
    background-color: #1275ca;
    background-image: url('../imgs/rending/right-ac.png');
    color: #fff;
}

.content .body .layui-tab-title .layui-this::after {
    height: 0;
}

.content .body .layui-tab-content {
    width: 900px;
    margin-left: 10px;
    display: inline-block;
    border: none;
    vertical-align: top;
}

.content #pagenation {
    margin-top: 10px;
    text-align: center;
    background: #1275ca;
}

.layui-table-box th {
    font-size: 16px;
    color: #fff;
    background-color: #0662b1;
    text-align: center;
    line-height: 15px;
}

.layui-table-box .actionBtn {
    color: #0662b1;
    cursor: pointer;
}

.body .search {
    text-align: center;
    margin-bottom: 30px;
}

.search .layui-input {
    width: 400px;
    display: inline-block;
    vertical-align: middle;
    height: 60px;
    line-height: 40px;
    padding: 10px;
    font-size: 18px;
}

.search > .layui-btn {
    height: 60px;
    width: 134px;
    line-height: 40px;
    padding: 10px;
    font-size: 18px;
}

#pagenation1, #pagenation2 {
    text-align: center;
    font-size: 16px;
}

.gz-info {
    font-size: 16px;
    text-align: center;
}

.gz-info .info {
    padding-top: 8px;
}

.gz-info .layui-col-xs3 span:first-child {
    color: #666;
}

.alink a:hover{
    color:#333;
}