.breadcrumb>li+li:before{
    content: ""!important;
}
.news_list{
    display: flex;
    padding-right:30px;
    padding-left: 30px;
}
.one_titles{
    width: 20%;
    margin: 7px;
    text-align: center;
    background: #FFF;
    cursor: pointer;
    padding: 10px 15px;
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    line-height:36px;
    color: #474747;
    transition: all .5s;
}
.banet{
    display: flex;
    flex-wrap: wrap;
}
.one_titles{
    width: 18%;
}
.one_titles:focus{
    outline: none!important;
}
.one_titles:hover{
    background: #133BB7;
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:36px;
    transition: all .5s;
}
.actives{
    background: #133BB7;
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(255,255,255,1)!important;
    line-height:36px;
}
.one_case{
    width: 48%;
    padding: 0;
    margin: 20px 1%;
    background: #FFF;
}
.more_type{
    padding: 30px 0;
    display: flex;
    
}
.c_titles{
    color: #333333;
    opacity: 0.7;
    font-size: 16px;
    padding-left: 20px;
    width: 80%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.a_std{
    text-align: right;
    color: #133BB7;
    font-size: 14px;
    margin-right: 20px;
    width:20%;
}
.c_titles:hover{
    color: #333333!important;
    opacity: 0.7!important;
}
@media (max-width: 480px) {
    .banners{
        height: 150px;
        overflow: hidden;
    }
    .banners img{
        height: 150px!important;
    }
    .one_case{
        width:98%;
        padding: 0;
        margin: 20px 1%;
        background: #FFF;
    }
    .one_titles{
        width: 29%;
        padding: 0!important;
    }
    .banet{
        padding: 0 5px!important;
    }
    .a_std{
        display: none;
    }
    .c_titles{
        color: #333333;
        opacity: 0.7;
        font-size: 16px;
        padding-left: 20px;
        width: 100%;
        white-space: normal;
        overflow: auto;
    }
    .c_titles:hover{
        color: #333333!important;
        opacity: 0.7!important;
    }
    .c-title {
        padding: 20px 0 20px;
        font-size: 22px;
        font-family: Microsoft YaHei;
        font-weight: 300;
        color: rgba(0,0,0,1);
    }
}

@media (width: 320px) {
    .one_titles{
        width: 45%;
    }

}
.case-list{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
}