
.row_title{

    color: #333333;
    font-family: "PingFang SC";
    font-size: 0.36rem;
    font-style: normal;
    font-weight: 700;
    line-height: 0.5rem;
    position:relative;
    margin:0;
    margin-top: 0.15rem;
    display:flex
    
    }
    
    .row_title span{
    
    color: #999999;
    font-family: "PingFang SC";
    font-size: 0.26rem;
    font-style: normal;
    font-weight: 500;
    line-height: 0.36rem;
    
    }
    
    .row_content a{
        color:rgb(255,102,0);
    }
    .row_title img{
    width: 0.25rem;
    height: 0.37rem;
    margin-right:0.15rem;
    position:relative;
    top:-0.04rem
    }
    .row_content{
    width: 100%;
    padding:0.32rem 0.3rem 0.1rem 0.3rem;
    flex-shrink: 0;
    border-radius: 0.2rem;
    background: rgb(255,102,0,.08);
    display:flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    margin:0.22rem 0 0.1rem 0
    }
    .row_content .lukuang-list{
    width:33%;
    color: #337ab7;
    font-family: "PingFang SC";
    font-size: 0.28rem;
    font-style: normal;
    font-weight: 500;
    line-height: 0.39rem;
    padding:0;
    height: 0.39rem;
    margin-bottom:.22rem
    }
    
    .row_wrap{
        padding:0.24rem 0.24rem 0 0.24rem;
    } 
    .dianhua{
        width:100%;
        margin-bottom:0.1rem
    }
        
    .list-block{
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin-right: 0.1rem;
    }
    .list-block .fir-block{
        width: 0.08rem;
        height: 0.45rem;
        border-radius: 0.04rem;
        background-color: #f60;
        margin-right: 0.1rem;
    }
    .list-block .sec-block{
        width: 0.08rem;
        height: 0.45rem;
        border-radius: 0.04rem;
        background-color: #f60;
        opacity: 0.5;
    }