﻿.newuiqylc {
    width: 1200px;
    margin: 0 auto;
    border-radius: 4px 4px 4px 4px;
}

    .newuiqylc .nav {
        background-color: #ffffff;
        border-radius: 4px 4px 0px 0px;
        height: 40px;
        line-height: 40px;
        font-size: 12px;
        color: #8c8c8c;
        padding-left: 20px;
        border-bottom: 1px solid #F2F7FA;
    }

        .newuiqylc .nav a {
            font-size: 12px;
            color: #8c8c8c;
        }

.layui-btn-primary:hover {
    border-color: #1890ff !important;
    color: #1890ff
}

.companylist {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

    .companylist .companyleft {
        width: 20px;
        height: 100%;
        position: absolute;
        z-index: 999;
        left: -20px;
        overflow: hidden;
    }

        .companylist .companyleft i.leftshow {
            position: fixed;
            top: 30%;
        }

    .companylist .lefthover {
        width: 150px;
    }

    .companylist .companyleft .companymenuleft {
        width: 150px;
        position: fixed;
        top: 30%;
        background-color: #fff;
        box-shadow: 15px 0px 15px rgba(0,0,0,0.1);
        height: 400px;
    }

        .companylist .companyleft .companymenuleft p a {
            display: block;
            padding-left: 10px;
            height: 35px;
            line-height: 35px;
            text-decoration: none;
            font-size: 15px;
            margin-left: 5px;
            color: #575a5e;
        }

            .companylist .companyleft .companymenuleft p a:hover {
                background-color: #E6F7FF;
            }

        .companylist .companyleft .companymenuleft p .active {
            border-left: 5px solid #289ef5;
            background-color: #E6F7FF;
            color: #000;
            margin-left: 0px;
        }

        .companylist .companyleft .companymenuleft p a em {
            padding-left: 15px;
            color: #ff7200;
        }

.listheader {
    display:flex;
    justify-content:space-around;
    align-items:center;
    margin-top:20px;
}
    .listheader > div {
        flex:1;
    }

    .unitcolor {
        flex-basis: 290px;
    }
    .layui-table-page {
        text-align: right !important;
    }