/*搜索栏*/


#box {
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 10px rgba(73,66,66,.1);
}

.list-title {
    zoom: 1;
    padding: 0;
    margin: 0;
    border-top: 2px solid #4595e6;
    background: #fafafa;
}

.list-title-inner {
    padding: 0 20px 8px;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
}

.list-title-inner h3 {
    float: left;
    color: #333333;
    margin: 10px 0 0;
    padding: 0 20px 0 0;
    font: bold 16px/24px 'Microsoft YaHei',arial;
}

.clear {
    content: " ";
    display: table;
    clear: both;
}

.box-middle {
    line-height: 48px;
    background: #fff;
    border: 1px solid #e6e6e6;
    padding: 10px 0;
}
.fl-content {
    max-height: 66px;
    overflow: hidden;
    position: relative;
    padding: 0 20px 0 90px;
    zoom: 1;
    z-index: 5;
}
.gjc-po {
    top: 22px;
}

.fl-title {
    position: absolute;
    left: 0;
    width: 90px;
    height: 18px;
    font-size: 12px;
    line-height: 18px;
    color: #666666;
    text-align: right;
}

.fl-right {
    padding: 0px 0 3px 15px;
    position: relative;
    zoom: 1;
    overflow: hidden;
}

#box dd {
    display: contents;
    float: left;
    margin: 0 16px 0 0;
    padding: 0 2px;
    cursor: pointer;
    color: #666666;
}
#box dd a {
    float: left;
    height: 18px;
    line-height: 18px;
    padding: 0 3px;
    margin: 0px 12px 6px 0;
    white-space: nowrap;
    color: #0a50a1;
    transition: all 0.2s ease-in;
    font-size: 12px;
}


/*表格样式*/
.table {
    margin-bottom: 60px;
}
.table img {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    object-fit: cover;
    object-position: center
}
.table td,
.table thead th {
    vertical-align: middle;
    border-top: 0;
    border-bottom: 0;
}
.table thead{
    /*color:#5AC8F5 !important;*/
}
.table thead th{
    text-align: center;
    /*color:#ffffff;*/
}
.table td{
    font-size:14px;    
}
.btn-info{
    background-color:#5AC8F5;
    border-color:#5AC8F5;
}
.table tbody tr{
    border-bottom: 1px solid  #e4e7ed;
    transition: background-color .25s ease;
}
.table tbody tr:hover{
    background-color: #e9e9e9;
}

.cellValue{
    background-color: #fff !important;
    text-align: center !important;
}
.cell{
    text-align: center;
}

.el-table--mini, .el-table--small, .el-table__expand-icon {
    font-size: 12px;
}
.a-active{
    background-color: #409EFF;
    color: #fff !important;
}
.content{
    font-size:14px;

}
.content b{
    font-size:14px;
    padding:10px 10px
}