/*标题列表*/
.btlb{
    padding-top: 0.12rem;
}
.btlb li{
    /*min-height: 1.13rem;*/
    border-bottom:1px solid #e6ebf0;
    padding: 0.38rem 0 0.26rem 0;
}
.btlb h4{
    border-left: 0.05rem solid #0f77dd;
    padding-left: 0.15rem;
    font-size: 0.18rem;
    margin-bottom: 0.1rem;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 95%;
}
.btlb p{
    display: inline-block;
    padding-left: 0.2rem;
    font-size: 0.14rem;
    color: #999999;
    line-height: 0.36rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 98%;
}
.btlb .pages{
    margin-top: 0.3rem;
}






/*手机适配*/
@media screen and (max-width: 1200px) {
    /*标题列表*/
    .btlb{
        padding-top: 0.12rem;
    }
    .btlb li{
        /*min-height: 1.13rem;*/
        border-bottom:1px solid #e6ebf0;
        padding: 0.28rem 0 0.2rem 0;
    }
    .btlb h4{
        border-left: 0.05rem solid #0f77dd;
        padding-left: 0.15rem;
        font-size: 0.18rem;
        margin-bottom: 0.1rem;
        display: inline-block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        max-width: 95%;
    }
    .btlb p{
        display: inline-block;
        padding-left: 0.2rem;
        font-size: 0.14rem;
        color: #999999;
        line-height: 0.36rem;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        max-width: 98%;
    }
    .btlb .pages{
        margin-top: 0.3rem;
    }

}




















