/*操作按钮*/
.container-c-public .op-btn{
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    padding: 15px 0;
}
/*操作按钮-左侧搜索框*/
.op-btn .left-btn{
    flex: 1;
    height:auto;
}
.left-btn .left-op-btn{
    width: auto;
    height: 35px;
    line-height: 35px;
    background: #FFFFFF;
    border-radius: 3px;
    padding: 0 10px;
    font-size: 12px;
}
.left-op-btn .left-op-btn-item{
    float: left;
    width: auto;
    height: 35px;
    line-height: 35px;
    text-align: center;
    cursor: pointer;
}
.left-op-btn-item.blue{
    color: #357af6;
}
.left-op-btn-item .el-checkbox__label{
    font-size: 12px;
}
.left-btn .select-with-box{
    width: auto;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #FFFFFF;
    border-radius: 3px;
    font-size: 12px;
    margin-left: 20px;
    padding: 0 10px;
}
.left-btn .select-with-box .el-dropdown{font-size: 12px;}
.left-btn .select-with-box .el-dropdown .el-icon--right{color: #357af6;font-weight: bolder;}

/*操作按钮-右侧搜索框*/
.op-btn .right-search{
    width: 180px;
    height: 30px;
    line-height: 30px;
}
.op-btn .right-search .input-with-icon .el-input__inner{
    height: 35px;
}
.input-with-icon .search-btn .el-icon-search{
    color: #357af6;
    font-weight: bolder;
}
/*表格部分*/
.public-public .el-table th.el-table__cell{
    background: #e7e7e7;
}
.public-public .cell .el-link{
    margin: 0 8px;
}