.company {
    width: 1200px;
    display: flex;
    margin-top: 20px;
}

.company .left_nav {
    margin-right: 40px;
}

.company .left_nav .navItem:nth-child(even) {
    margin: 20px 0;
}

.company .left_nav .navItem {
    width: 200px;
    height: 44px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 44px;
    cursor: pointer;
    background-color: #9bcdf7;
}

.company .left_nav .navItem i {
    font-size: 24px;
    margin-right: 4px;
}

.company .left_nav .navItem span {
    font-weight: bold;
}

.company .right_main {
    flex: 1;
    align-items: center;
}

.company .right_main .search {
    display: flex;
    align-items: center;
    height: 100px;
    line-height: 100px;
    border: 1px solid #eee;
    margin: 10px 0;
}

.company .right_main .search span {
    width: 100px;
    font-size: 14px;
}

.company .right_main .search .input {
    width: 400px;
    margin: 0 40px 0 40px;
}

.company .right_main .search .btn {
    width: 100px;
    height: 40px;
    font-size: 12px;
}

.company .right_main .connent {
    width: 100%;
    font-size: 12px;
    color: #333;
    display: flex;
    justify-content: center;
}

.company .right_main .connent .exploit /deep/ tr th {
    text-align: center;
    background-color: #f8f8f8;
}

.company .right_main .connent .exploit /deep/ .el-table__row {
    cursor: pointer;
}

.company .right_main .connent .exploit /deep/ .el-table__row td {
    text-align: center;
}

.company .right_main .connent .exploit .paging {
    text-align: center;
    margin: 20px 0 60px 0;
}

.company .activeNav {
    background-color: #288bde !important;
}