.flow_con>ul{
    width: 87.72%;
    margin: 0 auto;
}
.flow_con>ul>li{
    margin-bottom: 60px;
    background-color: rgb(190, 138, 67);
    border-radius: 100px;
    padding: 30px 96px;
    font-size: 0;
    position: relative;
}
.flow_con>ul>li>div{
    display: inline-block;
    vertical-align: middle;
}
.fl_icon{
    margin-right: 5%;
    width: 14.45%;
}
.fl_text{
    font-size: 24px;
    color: #ffffff;
    font-weight: bold;
    min-width: 258px;
    max-width: 475px;
    line-height: 32px;
}
.fl_ers{
    padding: 3px;
    background: #FFF;
    margin-left: 80px;
}
.flow_con>ul>li:first-child::after,.flow_con>ul>li:nth-child(3)::after{
    content: "";
    position: absolute;
    top: 79px;
    right:-130px;
    width: 101px;
    height: 248px;
    background: url("../images/t1.png")no-repeat;
    background-size: 100% 100%;
}
.flow_con>ul>li:nth-child(2)::after{
    content: "";
    position: absolute;
    top: 79px;
    left:-130px;
    width: 101px;
    height: 248px;
    background: url("../images/t2.png")no-repeat;
    background-size: 100% 100%;
}
.flow_con>ul>li:nth-child(4)::after{
    content: "";
    position: absolute;
    top: 79px;
    left:-130px;
    width: 102px;
    height: 288px;
    background: url("../images/t3.png")no-repeat;
    background-size: 100% 100%;
}
/* 2020.3.23 */
.flo_news>ul>li{
    margin: 20px 0;
}
.flo_news>ul>li h1{
    transform: rotate(0.1deg);
    margin-right: -0.2em;
    margin-top: 0.03em;
    color: rgb(0, 35, 70);
    font-size: 50px;
    line-height: 0.6;
    font-weight: 700;
    box-sizing: border-box;
    max-width: 20%;
    font-style: italic;
}
.flown_p{
    display: inline-block;
    vertical-align: top;
    padding: 10px 10px 10px 20px;
    width: 100%;
    background-color: rgb(243, 243, 243);
    box-shadow: rgb(0, 35, 70) 0px 0px 0px;
    box-sizing: border-box;
}
.flown_p p{
    text-align: justify;
    font-size: 14px;
    line-height: 2;
    color: rgb(63, 63, 63);
    letter-spacing: 2px;
    box-sizing: border-box;
}

.flo_news{
    margin-top: 3%;
}


 /* 程 2020.3.31 */
 .flow_con>ul>li{
    border-radius: 20px;
    padding: 36px;
}
.flowti{
    color: #FFF;
}
.flowti em{
    font-size: 36px;
    color: #ffffff;
    font-weight: bold;
    font-style: italic;
}
.flowti span{
    font-size: 24px;
    color: #ffffff;
    font-weight: bold;
    margin-left: 4px;
}
.flow_bot{
    padding: 20px 40px 0;
}
.flow_bot p{
    font-size: 20px;
    color: #ffffff;
    line-height: 40px;
}
.flow_bot p>em{
    font-weight: bold;
}
.flow_tables{
    border-radius: 4px;
    border: 1px solid #FFF;
    margin-top: 20px;
}
.flow_tables>ul>li{
    border-top: 1px solid #FFF;
    padding: 12px 20px;
    font-size: 20px;
    color: #ffffff;
}
.flow_tables h1{
    font-size: 22px;
    color: #be8a43;
    background: #FFF;
    padding: 12px 20px;
}
.flow_lip{
    padding-left: 20px;
}

.flow_con>ul>li:first-child::after{
    content: "";
    position: absolute;
    top: 93px;
    right:-60px;
    width: 40px;
    height: 513px;
    background: url("../images/tq1.png")no-repeat;
    background-size: 100% 100%;
}
.flow_con>ul>li:nth-child(2)::after{
    content: "";
    position: absolute;
    top: auto;
    bottom: -220px;
    left:-60px;
    width: 40px;
    height: 580px;
    background: url("../images/tq2.png")no-repeat;
    background-size: 100% 100%;
}
.flow_con>ul>li:nth-child(3)::after,.flow_con>ul>li:nth-child(5)::after{
    content: "";
    position: absolute;
    top: auto;
    bottom: -180px;
    right:-60px;
    width: 40px;
    height: 293px;
    background: url("../images/tq3.png")no-repeat;
    background-size: 100% 100%;
}
.flow_con>ul>li:nth-child(4)::after{
    content: "";
    position: absolute;
    top: 79px;
    left:-60px;
    width: 40px;
    height: 278px;
    background: url("../images/tq4.png")no-repeat;
    background-size: 100% 100%;
}
/* 手机端样式 */
@media screen and (max-width: 768px){
    .flow_con>ul>li {
        border-radius: .2rem !important;
        margin-bottom: .3rem !important;
    }
    .flowti em {
        font-size: .36rem;
    }
    .flowti span {
        font-size: .24rem;
    }
    .flow_bot {
        padding: .2rem .3rem 0;
    }
    .flow_bot p {
        font-size: .2rem;
        line-height: .4rem;
    }
    .flow_tables {
        margin-top: .2rem;
    }
    .flow_tables h1{
        font-size: .22rem;
        padding: .12rem .2rem;
    }
    .flow_lip{
        padding-left: .2rem;
    }
    .flow_tables>ul>li {
        padding: .12rem .2rem;
        font-size: .2rem;
    }
}





