
.content-header{
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.content-header .header-title{
    font-size: 24px;
    font-weight:bold;
    color: #333;
}

.content-header .new-case-btn{
    background: #0090D6;
    color: #fff;
    padding:10px;
    font-size: 16px;
}
.query-box{
    display: flex;
    justify-content: space-between;
    margin-top: 24px;
}
.query-box .query-left{
    display: flex;
}
.query-box .query-left>div{
    display: flex;
    align-items: center;
    font-size:16px;
    color: #333;
    margin-right: 10px;
}
.query-box .serach-label{
    margin-right: 4px;
    min-width:120px;
}
.query-box .serach-label1{
    margin-right: 4px;
}
.query-box .query-right{
    display: flex;
}
.query-box .query-right button{
    color: #0090D6;
    border-color: #0090D6;
}
.query-box .query-right button:hover{
    background-color: #fff;
}

.meun-btn{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}
.meun-btn .btns{
    display: flex;
    align-items: center;
}
.meun-btn .btns button{
    color: #0090D6;
    border-color: #0090D6;
}
.meun-btn .btns button:hover{
    background-color:#fff;
}
.meun-btn .btns .all-btn{
    color: white;
    background:#0090D6 ;
}
.meun-btn .btns .all-btn:hover{
    background-color:#0090D6;
}
.meun-btn .btns .all-btn span{
    color: white;
}
.meun-btn .meun{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 34px;
    background: #F9F9F9;
}
.meun-btn .meun img{
    width: 19px;
    height: 16px;
}
.case-table{
    margin-top: 20px;
}
.case-table .el-table__header{
    background-color: #F5F5F5;
}
.case-table .tr:first-child{
    background: #F5F5F5;
}

.search-bar{
    padding:40px 20px 33px 20px;
}
.flex-box{
    font-size:36px;
    display: flex;
    align-items: center;
    justify-content:space-between;
}
.flex-box .el-button{
    font-size:26px;
}
.ft26{
    font-size:26px;
}
.ft22{
    font-size:22px;
}
.ft18{
    font-size:18px;
}
.mt30{
    margin-top:30px;
}
.borderRadius20{
    border-radius:20px;
}
.zoom13{
    zoom:1.3;
}
.search-tab{
    line-height: 45px;
    font-size:26px;
    /* margin-top:40px; */
}
.search-tab span:not(:first-child){margin-left:36px;}
.activeTab{
    color:#008DE9;
    font-size:30px!important;
}
.case-main{
    padding-bottom:50px;
    background:#F5F7FA;
}
.case-item{
    margin:0px 20px;
    padding:40px 20px;
    border-radius:5px;
    background:linear-gradient(#F3F6F9,#FFFFFF);
}
.case-item li{
    margin-top:30px;
    font-size:26px;
    display:flex;
}
.case-item li span:first-child{
    width:224px;
    /* //255px */
    line-height: 40px;
}
.case-item li span:nth-child(2){
    flex: 1;
    line-height:40px;
}
.case-btn{
    display:inline-block;
    margin-top:20px;
    white-space: nowrap;
    overflow-y: auto;width: 100%;
    padding-bottom: 15px;
}
.case-btn-link{
    padding:15px 30px;
    display: inline-block;
    border-radius: 32px;
    border: 1px solid #008DE9;
    font-size:26px;
    color:#008DE9!important;
    margin-top:20px;
}
.case-btn-blue-link{
    padding:15px 22px;
    border-radius: 32px;
    display: inline-block;
    background: #008DE9;
    font-size:26px;
    color:#fff!important;
}
.case-btn a:not(:first-child){
    margin-left:17px;
}

.case-more{
    font-size:26px;
    text-align: center;
    line-height:40px;
    margin-top:30px;
    cursor: pointer;
}