body,html{
    background-color: #fff;
}
.bl-banner{
    height: 100px;
}
.bl-section{
    padding: 22px;
}
.bl-item{
    height: 110px;
    display: block;
    margin-bottom: 22px;
    border-radius: 6px;
}
.bl-i-l{
    padding-left: 22px;
    padding-top: 30px;
}
.bl-i-l strong{
    font-size: 24px;
    position: relative;
}
.bl-i-l div{
    font-size: 14px;
}
.bl-item-1{
    background: url("../images/blist1.png") no-repeat top center;
    background-size: cover;
}
.bl-item-2{
    background: url("../images/blist2.png") no-repeat top center;
    background-size: cover;
}
.bl-item-3{
    background: url("../images/blist3.png") no-repeat top center;
    background-size: cover;
}
.bl-i-l-icon{
    position: absolute;
    width: 10px;
    height: 17px;
    display: block;
    right: -23px;
    top: 6px;
    background: url("../images/blistA1.png") no-repeat top center;
    background-size: contain;
}
.bl-i-l-icon2{
    position: absolute;
    width: 10px;
    height: 17px;
    display: block;
    right: -23px;
    top: 6px;
    background: url("../images/blistA2.png") no-repeat top center;
    background-size: contain;
}
.bl-i-l-icon3{
    position: absolute;
    width: 10px;
    height: 17px;
    display: block;
    right: -23px;
    top: 6px;
    background: url("../images/blistA3.png") no-repeat top center;
    background-size: contain;
}