.dian {
    position: relative;
    top: -125px;
}
figure.image.image_resized {
    float: left;
}
/* 内页大图-------------------------------------------------------- */
/* 内页大图-------------------------------------------------------- */
/* 内页大图-------------------------------------------------------- */
.Nybanner {
    position: relative;
    width: 100%;
    background: #000;
    display: flex;
    justify-content: center;
}

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

.Nybanner .text {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.Nybanner .text h1 {
    color: #FFF;
    font-size: 48px;
    line-height: 1;
    margin-bottom: 40px;
}

.Nybanner .text span {
    display: block;
    width: 100px;
    height: 6px;
    background: var(--color);
}


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

    .Nybanner .text h1 {
        font-size: 28px;
        margin-bottom: 15px;
    }

    .Nybanner .text span {
        width: 75px;
    }
}



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

.zhuti,
.xiangqing {
    min-height: 300px;
    display: block;
}

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

}


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

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

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


/* 页码 */

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