.n_fl{
    padding: 0.71rem 0 1.3rem;
  background: rgba(248, 248, 248, 0.5);
}
.n_fl hr{
    width: 0.49rem;
    height: 0.05rem;
    background: #0F4988;
    margin: 0.13rem auto 0.52rem;
}
.n_fl_tit{
    font-family: Arial;
    font-weight: bold;
    font-size: 0.56rem;
    color: #222222;
    text-align: center;
}
.n_fl_c{
    margin-top: 0.62rem;
    flex-wrap: wrap !important;
    row-gap: 0.22rem;
    column-gap: 0.2rem;
}
.n_fl_li{
    padding: 0.33rem 0.29rem 0.37rem 0.3rem;
    background: #FFFFFF;
    border-radius: 14px;
    border: 1px solid #E3E3E3;
    position: relative;
    flex: 0 0 32.4%;
    align-items: flex-start !important;
}
.fl_l{
    max-width: 1.14rem;
    max-height: 1rem;
}
.fl_r{
    padding-left: 0.2rem;
}
.fl_r p{
    font-family: Arial;
    font-weight: bold;
    font-size: 0.23rem;
    color: #222222;
    margin-top: 0.1rem;
}
.fl_r img{
    position: absolute;
    left: 1.64rem;
    bottom: 0.37rem;
    max-width: 0.31rem;
    max-height: 0.27rem;
}

@media(max-width: 1024px) {
    .n_fl_tit{
        font-size: 0.45rem;
    }
    .n_fl_li{
        width: 100%;
        flex: 0 0 100%;
    }
    .fl_r p{
        font-size: 0.3rem;
    }
    .fl_r img{
        max-width: 0.4rem;
        max-height: none;
    }
    .fl_l{
        max-width: 1rem;
    }
}