*{
    margin: 0;
    padding: 0;
}

.banner{
    width: 100%;
    height: 279px;
    background: url(../images/findMoney/找资金.jpg) no-repeat center top;
}
.titleLine{
    flex: 2;
    display: flex;
    height: 60px;
    align-items: center;
}
.titleSpan{
    display: inline-block;
    width: 100%;
    height: 2px;
    line-height: 60px;
    background: #dbdbdb;
}

.b-main{
    width: 1200px;
    margin: 0 auto;
}