.license_list {
    width: 1200px;
    display: flex;
    margin-top: 20px;
}

.license_list .right_main {
    flex: 1;
    align-items: center;
}

.license_list .right_main .search {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border: 1px solid #eee;
    margin: 10px 0;
    padding: 30px;
}

.license_list .right_main .search .search_item {
    /* display: inline-block; */
    display: flex;
    align-items: center;
}

.license_list .right_main .search span {
    display: inline-block;
    width: 100px;
    font-size: 14px;
}

.license_list .right_main .search .input {
    width: 400px;
    margin: 10px 50px 10px 0;
}

.license_list .right_main .search .search_btn {
    margin-top: 30px;
    text-align: center;
}

.license_list .right_main .search .search_btn .btn {
    width: 100px;
    height: 40px;
    margin-right: 40px;
    font-size: 12px;
}

.license_list .right_main .connent {
    width: 100%;
    font-size: 12px;
    color: #333;
    display: flex;
    justify-content: center;
}

.license_list .right_main .connent .exploit /deep/ tr th {
    text-align: center;
    background-color: #f8f8f8;
}

.license_list .right_main .connent .exploit /deep/ .el-table__row {
    cursor: pointer;
}

.license_list .right_main .connent .exploit /deep/ .el-table__row td {
    text-align: center;
}

.license_list .right_main .connent .exploit .paging {
    text-align: center;
    margin: 20px 0 60px 0;
}

.license_list .activeNav {
    background-color: #288bde !important;
}