*{
    margin:0;
    padding:0;
    text-decoration: none;
    list-style: none;
}
body{
    background: #EFF1F5;
}
.gzfz{
    display: flex;
    padding: 60px 30px 85px 30px;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    align-self: stretch;
    background: #FFF;
    width:1140px;
    margin:0 auto;
}
.gzfz span{
    width: 1080px;
    padding-bottom: 26px;
    flex-direction: column;
    align-items: flex-start;
    border-bottom: 1px solid #000E8F;
    color: #000E8F;
    text-align: center;
    font-family: "PingFang SC";
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.qnsl{
    display: flex;
    width: 1040px;
    padding: 0 20px 20px 20px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    background:url(qnsl.png) no-repeat;
    background-size:100% 100% !important;
    border-radius: 12px;
    margin-bottom:24px;
}
.gzfz .qnsl p{
    text-align: left;
    color: #FFF;
    font-family: "PingFang SC";
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    height: 112px;
    padding-left: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;

}
.qnsl ul{
    padding: 20px 0;
    border-radius: 12px;
    border: 1px solid #FFF;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0.80) 100%);
    box-shadow: 0 2px 8px 0 rgba(0, 79, 223, 0.08);
    width:1040px;
}
.qnsl ul li{
    align-items: flex-start;
    gap: 6px;
    align-self: stretch;
    height: 56px;
    border-bottom: .5px solid #D1DEF9;
    line-height: 56px;
    width: 976px;
    margin: 0 auto;
}
.qnsl ul li:nth-child(4){
    border:none;
}
.fnlt ul li:nth-child(3){
    border:none;
}
.qnsl ul li a{
    color: #000;
    font-family: "Source Han Sans CN";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 200% */
}
.more{
    padding: 0 20px;
    align-items: flex-start;
    background: #044AE0;
    color: #FFF;
    font-family: "Source Han Sans CN";
    font-size: 16px;
    font-style: normal;
    font-weight: 350;
    line-height: 36px; /* 225% */
    width:64px;
    height:36px;
    display: block;
    margin: 10px auto 0px;
}
.gqyx{
    background:url(gqyx.png) no-repeat;
}
.xssl{
    background:url(xssl.png) no-repeat;
}
.fnlt{
    background:url(fnlt.png) no-repeat;
}