/* 面包屑样式-------------------------------------------------------- */
/* 面包屑样式-------------------------------------------------------- */
/* 面包屑样式-------------------------------------------------------- */
.mbx {
    margin-top: 100px;
    padding-top: 30px;
    display: flex;
    align-items: center;
    z-index: 9;
    position: relative;
    font-size: 14px;
    color: #888;
    line-height: 20px;
}

.mbx a {
    font-size: 14px;
    color: #888;
    line-height: 20px;
}


@media screen and (max-width: 992px) {
    .mbx {
        margin-top: 60px;
    }
}

@media screen and (max-width: 750px) {

    .mbx,
    .mbx a {
        font-size: .24rem;
        line-height: .4rem;
    }
}

/* 框架结构-------------------------------------------------------- */
/* 框架结构-------------------------------------------------------- */
/* 框架结构-------------------------------------------------------- */
.max1400 {
    width: 92%;
    max-width: 1400px;
    margin: 0 auto;
}

.NyBigBox {
    width: 100%;
    position: relative;
    padding: 0;
    z-index: 9;
    overflow: hidden;
}

.NyBox {
    display: block;
    width: 100%;
    position: relative;
    min-height: 300px;
}


.Ny_text {
    min-height: 300px;
}



/* 录入内容样式-------------------------------------------------------- */
/* 录入内容样式-------------------------------------------------------- */
/* 录入内容样式-------------------------------------------------------- */
figure.image img {
    width: auto;
    max-width: 100%;
}

figure.image-style-align-center {
    margin: 0 auto;
}

figure.image-style-align-center img {
    display: block;
    margin: 0 auto;
}

.Ny_xiangqing {
    padding: 30px 0;
    min-height: 500px;
}




/* 左右导航样式-------------------------------------------------------- */
/* 左右导航样式-------------------------------------------------------- */
/* 左右导航样式-------------------------------------------------------- */
/* 页码 */
.page-item.active .page-link {
    background-color: var(--color) !important;
    border-color: var(--color) !important;
}


.swiper-pagination .swiper-pagination-bullet-active {
    background: var(--color);
}

@media screen and (max-width: 750px) {
    .pagination-container {
        padding: 0;
        padding-top: 30px;
    }

    .pagination-container * {
        font-size: 14px !important;
        margin: 0 !important;
        border-radius: 0 !important;
    }
    .page-total-count{
        margin-right: 10px !important;
    }
}