/*标题列表*/
.btlb{
    padding: 0.3rem;
    width: 100%;
}
.btlb .list{
    width: 100%;
}
.btlb .list li{
    margin-bottom: 0.18rem;
    line-height: 0.76rem;
}
.btlb .list li:last-child{
    margin-bottom: 0.4rem;
}
.btlb .list h4{
    display: block;
    border-bottom: 1px solid #ececec;
    width: calc(100% - 1.09rem);

}
.btlb .list h4 a{
    display: inline-block;
    max-width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.22rem;
    line-height: 0.76rem;
}
.btlb .list span{
    display: block;
    width: 1.09rem;
    border-bottom: 1px solid #3b8fce;
    text-align: center;
    line-height: 0.76rem;
}
.btlb .list span img{
    width: 0.16rem;
}


/*手机适配*/
@media screen and (max-width: 1200px) {
    /*标题列表*/
    .btlb {
        padding: 0.3rem 0.15rem;
    }
}











