.hero-1 .page-heading-text {
    color: #ffffff;
}

.hero-1 .page-heading-text h1 {
    color: #ffffff;
}

.hero-1 .page-heading-text h2 {
    color: #ffffff;
    margin-top: 10px;
    position: relative;
}


.hero-1 .page-heading {
    padding: 160px 0 80px;
}

.jzh-tab-1 {
    position: relative;
    top: -50px;
    z-index: 99;
    padding-bottom: 40px;
}

.jzh-container {
    display: flex;
}

.jzh-container .left-box {
    width: 200px;
    font-size: 18px;

}

.jzh-container .left-box-content {
    position: sticky;
    top: 0; /* 当滚动到顶部时，粘在顶部 */
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}

.jzh-container .left-content {
    display: flex;
    align-items: center;
    height: 42px;
    line-height: 42px;
    padding-left: 15px;
    cursor: pointer;
}

.jzh-container .left-content .left-content-text {
    margin-left: 10px;
    color: #A6A6A6;
}

.jzh-container .left-choose {
    padding: 10px 0px;
}

.jzh-container .pot {
    width: 16px;
    height: 16px;
    background-color: #A6A6A6;
}

.jzh-container .choose-active .left-content-text {
    color: #0053FF;
}

.jzh-container .choose-active .pot {
    background-color: #0053FF;
}

.jzh-container .left-top-title {
    color: #ffffff;
    background-color: #0053FF;
    height: 50px;
    line-height: 50px;
    padding-left: 15px;
}

.jzh-container .right-box {
    position: relative;
    margin-left: 20px;
    flex: 1;
    background-color: #ffffff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    overflow: auto;
}

.jzh-right-item-1, .jzh-right-item-2, .jzh-right-item-3, .jzh-right-item-4, .jzh-right-item-5, .jzh-right-item-6, .jzh-right-item-7 {
    padding: 0 42px;
    display: none;
}
.jzh-right-item-2 {
}
.jzh-right-item-8 {
    display: none;
}

.jzh-right-item-1 {
    display: block;
}

.jzh-right-content-1 {
    padding-top: 40px;
}

.jzh-right-content-1-title {
    background: linear-gradient(90deg, #C3DEFC 0%, rgba(195, 222, 252, 0) 100%);
    color: #222222;
    padding: 20px 35px;
    font-size: 15px;
}

.jzh-m-t {
    margin-top: 30px;
}

.jzh-right-content-1-img {
    margin-top: 25px;
    margin-bottom: 40px;
}

.jzh-right-content-1-img img {
    width: 100%;
    height: 100%;
}

.jzh-right-content-2 {
    padding-top: 30px;
    overflow: auto;
}

.jzh-right-content-2-top {
    display: flex;
    align-items: center;
}

.jzh-right-content-2-content {
    margin-top: 30px;
    overflow: auto;
}

.jzh-right-content-2-content tr {
    text-align: center;
}

.jzh-right-content-2-content th {
    min-width: 100px;
}

.jzh-right-content-2-content .th6 {
    min-width: 150px;
}

.empty {
    text-align: center;
}

#tableContent, #searchNo {
    display: none;
}

.jzh-select {
    width: 200px;
}

.jzh-input {
    width: 300px;
    margin-left: 20px;
}

.jzh-btn {
    width: 100px;
    margin-left: 20px;
}

.jzh-right-content-3 {
    display: flex;
    justify-content: center;
    align-self: center;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.jzh-right-content-3 img {
    width: 200px;
}

.jzh-right-content-3-title {
    text-align: center;
    color: #191919;
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
}

.jzh-right-content-4, .jzh-right-content-5, .jzh-right-content-6 {
    margin-top: 30px;
}

.jzh-right-content-4-title {
    display: flex;
    padding-bottom: 10px;
    border-bottom: 1px solid #EBEBEB;
}

.jzh-right-content-4-title .title1 {
    color: #191919;
    font-size: 26px;
    font-weight: 600;
    position: relative;
}

.jzh-right-content-4-title .title1::before {
    position: absolute;
    width: 100%;
    height: 4px;
    content: "";
    background-color: #0053FF;
    bottom: -10px;
}

.jzh-right-content-4-title .title2 {
    color: #a6a6a652;
    font-size: 26px;
    margin-left: 2px;
}

.jzh-right-content-4-content {
    margin-top: 30px;
    color: #191919;
    font-size: 20px;
    font-weight: 500;
}

.jzh-right-content-4-content-time {
    margin-top: 30px;
}

.jzh-right-content-6-content {
    margin-top: 30px;

}

.jzh-right-content-6-content-title {
    position: relative;
    margin: 0 40px;
    color: #191919;
    font-size: 24px;
    text-align: center;
}

.jzh-right-content-6-content-title::before {
    position: absolute;
    width: 100%;
    height: 1px;
    content: "";
    background-color: #FF0000;
    bottom: -10px;
    display: flex;
}

.jzh-right-content-6-content-text {
    margin-top: 30px;
    color: #000000;
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
}

.textIn2 {
    text-indent: 2em;
}

.footer {
    margin-top: 50px;
    text-align: right;
    margin-bottom: 30px;
}

.jzh-right-content-6-content .footer a {
    color: #0053FF;
    text-decoration: underline;
}

.jzh-right-content-6-content .footer a:hover {
    text-decoration: underline;
    color: #0053FF;
}

.jzh-right-content-7 {
    margin-top: 30px;
}

.jzh-right-content-7 img, .jzh-right-content-8 img {
    width: 100%;
}

@media (max-width: 1199px) {
    .jzh-center-img {
        left: -100px
    }

    .jzh-box-img {
        right: 0px;
    }

    .jzh-container .news-content {
        top: 70px;
    }

    .jzh-container .news-thumb img {
        height: 242px;
    }

}

@media (max-width: 991px) {
    .jb-box-main {
        margin-bottom: 187px;
    }

    .jzh-center-img {
        left: -170px;
    }

    .jzh-box-img {
        right: -75px;
    }

    .jzh-container .news-thumb img {
        height: 172.94px;
    }
}

@media (max-width: 767px) {
    .jb-box-main {
        margin-bottom: 187px;
    }

    .jzh-center-item {
        padding: 20px 0px 20px 20px;
    }

    .jzh-center-img {

        display: none;
    }

    .ccc {
        width: 80%;
    }

    .jzh-box-img {
        right: -132px;
        top: -229px;
    }

    .jzh-container .news-thumb img {
        height: 276.7px;
    }
}


@media (max-width: 767px) {

}

@media (max-width: 575px) {
    .jzh-tag {

        width: 100%;
        padding-right: 30px;

    }
}

.qr-2 {
    display: block;
}