.hlep-head{
    background-image: linear-gradient(180deg,#1a202e 1%,#131720);
}
.head{
    margin-top: 80px;
    width: 100%;
    /*height: 150px;*/
    padding: 137px max(calc(100vw - 1200px) / 2, 0px) 60px;
    margin-bottom: 60px;
    background: url("/images/help-banner.png") no-repeat !important;
    /*background: linear-gradient(360deg, rgba(45, 156, 219, 0.08) 0%, rgba(45, 156, 219, 0) 100%);*/
    background-size: cover !important;
    background-position: center!important;
    height: 340px;
}
.headeWrap{
    width: 100%;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.head-c_1, .head-c_2{
    height: 50px;
    margin-bottom: 20px;
}
.head-h1{
    font-size: 56px;
    color: #fff;
    font-weight: 300;
}
.ornament{
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    box-sizing: border-box;
    padding: 10px 0;
    background: rgba(86, 204, 242, 0.1);
    border-radius: 20px;
}
.ornament_2{
    top: 90px;
    left: 450px;
    width: 75px;
    height: 114px;
}
.ornament_3{
    top: 100px;
    left: 430px;
    width: 70px;
    height: 114px;
}
.ornament_4{
    top: 100px;
    left: 1200px;
    width: 114px;
    height: 166px;
}
.ornament>span{
    width: 70%;
    height: 10px;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.9);
}


.main{
    height: 658px;
    padding: 0 max(calc(100vw - 1200px) / 2, 0px);
    margin-bottom: 60px;
}

/*方案1*/
.article_one{
    margin-bottom: 40px;

}
.haWrap{
    /*border: 1px solid #dfe1e6;*/
    padding: 10px;
    color: #1f2329;
    box-shadow: 2px 2px 20px 0px rgb(0 33 121 / 10%);
    border-radius: 5px
}
.ha_title{
    display: flex;
    align-items: center;
    margin: 15px 15px 0;
}
.ha_title > h3{
    font-size: 18px;
    margin-left: 5px;
    font-weight: bold;
    color: #204BBF;
}
.ha_content{
    flex-wrap: wrap;
    padding: 0 20px 10px 30px;
}
.bb{
    box-sizing: border-box;
}
.flex-x{
    display: flex;
}
.hc-content_a{
    width: 25%;
    padding: 10px 15px;
    border-radius: 2px;
    position: relative;

}
.hc-content_a:hover{
    color: #204BBF;
}
.before-·::before{
    position: absolute;
    left: 0;
    content: "·";
    font-size: 16px;
    font-weight: bold;
    color: #204BBF;
}




/*方案2*/
#ul-list{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
}
.list-li{
    list-style: none;
    overflow: hidden;
    width: 380px;
    min-height: 650px;
    float: left;
    box-shadow: 0px 3px 15px 1px rgb(4 0 0 / 6%);
    border: solid 1px #f4f4f4;
}
.list-img{
    height: 160px;
    /*background: url("/images/list01.png") no-repeat center;*/
}
.list-img .tit{
    padding-top: 52px;
}
.list-img .tit .order{
    color: #fff;
    font-size: 20px;
    height: 46px;
    line-height: 46px;
    text-align: center;
}
.list-img .tit .order .line{
    width: 20px;
    display: inline-block;
    border-top: 1px solid #fff;
    margin-bottom: 3px;
}
.list-img .tit .order .txt{
    vertical-align: middle;
    margin: 0 5px;
}
.items a, .list-li a{
    display: block;
    width: 345px;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #f4f4f4;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
    float: left;
    box-sizing: border-box;
    margin-left: 20px;
    padding-right: 10px;
    text-decoration: none;
}
.items i{
    float: right;
    color: #c9c9c9;
    font-size: 14px;
    margin: -38px 21px 0 0;
}
.items:hover a, .items:hover i{
    color: #204BBF;
}
.list-li .mores{
    text-align: right;
    border-bottom: none!important;
    /*padding-right: 0;*/
    text-decoration: none!important;
    padding-right: 10px;
}
.mores i{
    color: #c9c9c9;
    font-size: 14px;
    margin: -38px 0 0 0 ;
}
.list-li .mores:hover, .list-li .mores:hover i{
    color: #204BBF;
}
.toBack{
    text-decoration: none!important;
}

.toBack:hover{
    color: #204BBF;
}
