/* 通用 */
/* 主体宽度-------------------------------------------------------- */
/* 主体宽度-------------------------------------------------------- */
/* 主体宽度-------------------------------------------------------- */
/* .container {
    width: 1600px;
    max-width: 1600px;
}

 @media screen and (max-width: 1440px) {
    .container {
        width: 100%;
        max-width: 100%;
    }
}  */
/* 内页大图-------------------------------------------------------- */
/* 内页大图-------------------------------------------------------- */
/* 内页大图-------------------------------------------------------- */
.Nybanner {
    position: relative;
    width: 100%;
}

.Nybanner img {
    position: relative;
    width: 100%;
    opacity: 1;
    object-fit: cover;
}


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

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

/* 面包屑样式-------------------------------------------------------- */
/* 面包屑样式-------------------------------------------------------- */
/* 面包屑样式-------------------------------------------------------- */
.mbx {
    padding: 10px 0;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #333;
    position: relative;
}

.mbx a {
    color: #333;
    font-size: 14px;
    margin: 0 10px;
}

.mbx::after {
    content: "";
    display: block;
    width: 200%;
    height: 1px;
    background: #ccc;
    position: absolute;
    left: -50%;
    bottom: 0;
}

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

    .mbx a,
    .mbx {
        font-size: 14px;
        letter-spacing: 1px;
    }
}

/* 框架结构-------------------------------------------------------- */
/* 框架结构-------------------------------------------------------- */
/* 框架结构-------------------------------------------------------- */
.NyBigBox {
    position: relative;
    padding-top: 0;
    padding-bottom: 120px;
    z-index: 9;
    overflow: hidden;
}

.NyBox {
    padding-top: 15px;
    min-height: 300px;
}


.Ny_text {
    padding: 0px 0 30px;
    min-height: 300px;
}

@media screen and (max-width: 640px) {
    .NyBigBox {
        padding-top: 0;
        padding-bottom: 60px;
    }

    .NyBox {
        padding-top: 45px;
    }
}

.NyNavList {
    background: #fff;
    padding: 20px 0;
    position: relative;
    display: flex;
    justify-content: flex-start;
}



.NyNavList a {
    display: block;
    padding: 15px 30px;
    font-size: 16px;
    line-height: 1;
    color: var(--color);
    border: 1px solid var(--color);
    margin-right: 20px;

}

.NyNavList a.active,
.NyNavList a:hover {
    color: #fff;
    background: var(--color);
}

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

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

@media screen and (max-width: 640px) {
    .NyNavListH1 {
        font-size: 24px;
        margin: 0;
        margin-top: 30px;
        background: var(--color);
        height: 50px;
        line-height: 50px;
        color: #fff;
        position: relative;
        text-align: left;
        padding: 0 30px;
    }

    .NyNavListH1::after {
        content: "";
        display: block;
        position: absolute;
        top: 15px;
        right: 20px;
        width: 20px;
        height: 20px;
        background: url(/assets/img/jiantou_6.png) no-repeat center;
        background-size: contain;
        filter: invert(1);
        transform: rotateZ(-180deg);
    }

    .NyNavList {
        padding: 0;
        display: flex;
        flex-direction: column;
        display: none;
    }

    .NyNavList a {
        margin: 0;
        text-align: left;
        padding: 15px 30px;
        border-top: 0px;
    }
}

/* 录入内容样式-------------------------------------------------------- */
/* 录入内容样式-------------------------------------------------------- */
/* 录入内容样式-------------------------------------------------------- */
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;
}

/* .Ny_xiangqing p {
    text-indent: 32px;
} */


/* 左右导航样式-------------------------------------------------------- */
/* 左右导航样式-------------------------------------------------------- */
/* 左右导航样式-------------------------------------------------------- */

@media screen and (max-width: 960px) and (min-width: 0px) {}

@media screen and (max-width: 640px) and (min-width: 0px) {}

/* 页码 */
.page-item.active .page-link {
    background-color: var(--color) !important;
    border-color: var(--color) !important;
}