.n_banner img{
    display: block;
    width: 100%;
}

.n_anli {
    /* background-color: #f5f5f5; */
    padding: .5rem 15px;
    overflow: hidden;
}

.n_anli_ul li{
    border: 1px solid #ddd;
    box-shadow: 0px 0px 8px 0px #ddd;
    padding: .638rem .5rem;
    padding-top: 0;
    margin-bottom: .45rem;
    position: relative;
    background-color: #fff;
}

.img_log{
    padding: .5rem 0;
    text-align: center;
    border-bottom: 2px solid #dddddd;
}

.title_h3 {
    line-height: 1.9rem;
    text-align: center;
    font-size: .6rem;
    color: #777;
}

.text_p {
    text-align: center;
    line-height: 24px;
    font-size: 14px;
    color: #777;
    margin-bottom: 1rem;
}

.href_a a {
    /* position: absolute; */
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #fff;
    background-color: #3eb0f7;
    border-radius: 5px;
    font-size: .5rem;
    text-align: center;
}

.n_crumbs{
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: .45rem;
    padding: .5rem 15px;
    background-color: #f6f6f6;
    color: #757575;
}

.n_crumbs i{
    display: block;
    margin: 0 8px;
}

.n_crumbs a{
    color: #012758;
}

.n_anli_img{
    display: flex;
    flex-direction: row;
}

.n_anli_img > div{
    width: 50%;
    height: 6rem;
}

.n_anli_img img{
    display: block;
    max-width: 100%;
}

.n_anli_img > div:first-child{
    background-color: #3eb0f7;
    display: flex;
    justify-content: center;
    align-items: center;
}

.n_anli_img > div:last-child img{
    height: 100%;
    object-fit: cover;
}

.n_anli_cont{
    margin-top: 30px;
}

.n_anli_cont_text{
    margin-bottom: 1rem;
}

.n_anli_cont_text h3{
    background-color: #eaf7ff;
    text-align: center;
    font-size: .6rem;
    font-weight: 700;
    color: #40b0f8;
    padding: .25rem 0;
    margin-bottom: .3rem;
}

.n_anli_cont_text p{
    font-size: .45rem;
    color: #323232;
    line-height: 1.7;
}

.n_anli_ul{
    margin-bottom: .5rem;
}