.case-tabs{
    width: 100%;
    height: 60px;
    line-height: 60px;
}
@media only screen and (min-width: 1224px){
    .case-tab-inner{
        width: 1010px;
    }
}
.case-tab-inner{
    /*display: flex;*/
    /*align-items: center;*/
    height: 100%;
    margin: 0 auto;
    text-align: center;
    background: #fff;
}
.case-tabs-item{
    display: inline-block;
    height: 100%;
    /*text-align: center;*/
    padding: 0 30px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}
.case-tabs-item-active{
    color: #ff4900;
}
#case_list_box>ul{
    /*display: none;*/
}
#case_list_box>ul:nth-of-type(1){
    display: block;
}