.bj-title {
    width: 99%;
    margin: 10px auto;
    text-align: center;
    height: 33px;
}
.bj-title .tit {
    font-size: 16px;
    font-weight: bolder;
    color: #FF4A5E;
    text-align: center;
    width: 30%;
    position: relative;
    float: left;
    height: 33px;
    line-height: 33px;
}
.bj-title .tit:before,
.bj-title .tit:after {
    content: "";
    display: block;
    overflow: hidden;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    border: 1px solid #FF4A5E;
}
.bj-title .tit:before {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -3px;
}
.bj-title .tit:after {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -3px;
}
.point-line-l, .point-line-r{
    display: block;
    float: left;
    margin-top: 17px;
    width: 35%;
    height: 1px;
    background-color: #FF6116;
}
.point-line-l:before,
.point-line-r:after {
    content: "";
    display: block;
    overflow: hidden;
}
.flow li{
    border: none!important;
}
.flow img{
    width: 55px;
    height: 55px;
}
.flow h3{
    text-align: center;
    margin: 6px auto;
}
