.page_title .p1 {
    font-size: 32px;
}
.web_flow_list{
    margin-top:20px;
}
.web_flow_list .list_w{padding:15px 10px;text-align:left}

.web_flow_list .title{
    padding: 20px 0;
    position:relative;
}
.web_flow_list .title.t2{
    background-color: #eb2a2a;
}
.web_flow_list .title.t3{
    background-color: #ff881c;
}
.web_flow_list .title .label{
    position: absolute;
    right: 20px;
    top: 0;
    width: 42px;
    height: 48px;
}
.web_flow_list .title.t4{
    background-color: #333;
}

.web_flow_list .title .iSfree{
    font-size: 32px;
}

.web_flow_list .title .infor{
    font-size: 16px;
}

.web_flow_list .title .money{
    font-size: 36px;
    font-weight: lighter;
    margin-top: 10px;
}

.web_flow_list .title .money .num{
    font-size: 60px;
}

.web_flow_list .title .bnt {
    /*background-color: #f7ae00;*/
    font-size: 18px;
    color: #ffffff;
    width: 180px;
    height: 48px;
    background-color: #bbbbbb;
    margin: 22px auto;
    text-align: center;
    line-height: 48px;
    cursor: pointer;
    border-radius: 1px;
}
.web_flow_list .title .bnt a{
    color:inherit;
}
.web_flow_list .title .bnt.bg2{
    background-color: #f7ae00;
}
.web_flow_list .title .bnt.bg3{
    background-color: #fff;
    color: #ff881c;
}
.web_flow_list .title .bnt.bg4{
    background-color: #fff;
    color: #333333;
}