@charset "UTF-8";
@import url(../font/iconfont.css);

@font-face {
    font-family: "Source Han Serif CN";
    src: url("../font/SourceHanSerifSC-Heavy.otf");
    /* font-weight: bold; */
    font-style: normal;
    font-display: swap;
}


.iconfont {
    font-size: inherit;
    line-height: 1;
    -webkit-text-stroke-width: 0;
}

html {
    background-color: #fff;
}

body {
    font-family:
        "PingFang SC", "Hiragino Sans GB",
        "Microsoft YaHei ", "微软雅黑 ",
        "WenQuanYi Micro Hei", sans-serif;
    color: #333;
    line-height: 1.5;
    overflow-x: hidden;
}

a {
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

img {
    object-fit: cover;
    transition: all 0.5s linear;
}

.uli12 li a:hover,
.uli14 li a:hover,
a:hover,
ul.news-lisetr li a:hover,
.icon-list-five li a:hover p {
    color: #d0b381;
}

a:focus {
    outline: none;
}

#skip {
    height: 0px;
    overflow: hidden;
}

ul {
    padding: 0;
    margin: 0;
}

#carousel {
    border-radius: 20px;
    overflow: hidden;
}

#carousel .item {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

#carousel .item img {
    width: 100%;
    height: 520px;
    border-radius: 20px;
}

.carousel-content {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    padding: 15px 20px;
    color: #fff;
    background: linear-gradient(180deg, rgba(33, 37, 41, 0.00) 0%, rgba(33, 37, 41, 0.80) 100%);
    padding-bottom: 21px;
    border-radius: 0px 0px 20px 20px;
}

.carousel-content h2 {
    font-size: 28px;
    margin-bottom: 15px;
    color: #fff;
    color: var(---, #FFF);

    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    /* 140% */
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 0px;
    width: 80%;
}

#carousel .owl-controls {
    margin-top: 0px;
}

#carousel .owl-dots {
    position: absolute;
    bottom: 21px;
    width: 100%;
    left: 0px;
    text-align: right;
    padding-right: 20px;
}

#carousel .owl-dots .owl-dot {}

#carousel .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 3px;
}

#carousel .owl-nav {}

#carousel .owl-nav [class*=owl-] {
    position: absolute;
    top: calc(50% - 22px);
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.60);
    width: 44px;
    height: 44px;
    line-height: 37px;
    opacity: 0;
}

#carousel:hover .owl-nav [class*=owl-] {
    opacity: 1;
}

#carousel .owl-nav .owl-prev {
    left: 10px;
}

#carousel .owl-nav .owl-next {
    right: 10px;
}

.owl-controls .owl-nav .owl-prev:before {
    content: "\e639";
}

.owl-controls .owl-nav .owl-next:before {
    content: "\e636";
}

.biref {
    padding-bottom: 10px;
}

.biref a {}

.biref a h4 {
    color: #000;

    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    /* 140% */
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    margin-bottom: 20px;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

.biref a h4:hover {
    color: #D0B381;
}

.biref a p {
    overflow: hidden;
    color: #818181;

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}

ul.list-new {}


ul.list-new>li {
    list-style: disc;
    list-style-position: inside;
    color: #D0B381;
    padding: 25px 0px;
    border-top: 1px #ededed solid;
}
ul.list-new>li:first-child{
    border-top: none;
}
ul.list-new>li>a {
    color: var(--Gray-Gray-9, #000);

    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 144.444% */
    width: 90%;
    padding-left: 2px;
}

.news-update {}

.news-icons {
    display: flex;
    justify-content: space-between;
}

.news-icon-item {
    width: 32%;
    border-radius: 20px;
    border: 1px solid #FFF;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.60) 0%, rgba(255, 255, 255, 0.30) 100%);
    padding: 24px 20px;
    backdrop-filter: blur(3px);
    transition: all 0.5s;
}

.news-icon-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.news-icon-item .icon {
    color: #000;
    text-align: left;

    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 20px;
}

.news-icon-item .icon img {
    width: auto;
    height: 28px;
}

.news-icon-item .icon a {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    color: #000;
    float: right;
    margin-top: 5px;
}

.news-icon-item .icon:hover a {
    color: #D0B381;
}

.news-icon-item .server-list {
    margin: -5px;
}

.news-icon-item .server-list li {
    float: left;
    width: 33.33%;
    padding: 5px;
}

.news-icon-item .server-list li a {
    border-radius: 999px;
    border: 0.5px solid #D0B381;
    background: #FFF;
    color: #000;
    text-align: center;

    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    padding: 9px 5px;
    line-height: 22px;
    /* 157.143% */
    width: 100%;
    display: block;
    position: relative;
}

.news-icon-item .server-list li a img {
    position: absolute;
    width: 33px;
    top: -10px;
    right: -11px;
}

.news-icon-item .server-list li a:hover {
    color: #D0B381;
}

.news-icons {
    display: flex;
    justify-content: space-between;
}

.gov-service {
    margin-bottom: 50px;
    background: #F8F3EC;
    padding: 50px 0px 30px;
}

.four-block-index {
    padding-left: 0;
    margin: 0 -22px;
    padding-top: 0px;
    padding-bottom: 30px;
    overflow: hidden;
}

.four-block-index li {
    float: left;
    width: 25%;
    padding: 0 22px;
    /* position: relative; */
}

.four-block-index li .bock01 {
    /* box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05); */
    overflow: hidden;
    padding: 24px 20px;
    border-radius: 8px;
    background: #fff;
}

.four-block-index li h3 {
    font-size: 24px;
    margin-bottom: 12px;
    color: #333;
    margin-top: 0px;
}

.four-block-index li h3 img {
    width: 28px;
    margin-right: 10px;
}

.four-block-index li h3 a {
    color: #000;

    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    /* 100% */
}

.four-block-index li h3 i {
    font-size: 13px;
    color: #818181;
    float: right;
    margin-top: 9px;
}

.four-block-index li h3:hover a,
.four-block-index li h3:hover i {
    color: #D0B381;
}

.four-block-index li p {
    margin-bottom: 0;
    overflow: hidden;
    margin: 0px -5px;
}

.four-block-index li p a {
    width: calc(50% - 10px);
    float: left;
    color: #5C5C5C;
    text-align: center;

    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    /* 157.143% */
    border-radius: 4px;
    background: #fff;
    margin: 6px 5px;
    padding: 5px 0px;
    border-radius: 4px;
    border: 1px solid #EDEDED;
    background: rgba(255, 255, 255, 0.00);
}

.four-block-index li:nth-child(1) .bock01 p,
.four-block-index li:nth-child(2) .bock01 p {}

.four-block-index li:last-child a {
    width: calc(100% - 10px);
}

.four-block-index li:last-child p {
    /* margin: 0px; */
}

.four-block-index li p a:hover {
    background-color: #D0B381;
    color: #fff;
}

.latest-policy {
    margin-bottom: 50px;
}

.latest-policy h3 {}

.policy-list li {
    padding-bottom: 30px;
    border-bottom: 1px solid #EBEBEB;
    padding-top: 30px;
    margin-bottom: 0px;
    padding-right: 20px;
    transition: all 0.5s;
}

.policy-list li:last-child {}

.policy-list li .date {
    width: 75px;
    display: inline-block;
    float: left;
    text-align: center;
    color: #5C5C5C;
    text-align: center;
    font-family: DIN;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 12px;
    /* 100% */
    padding: 0px 0px;
}

.policy-list li .date small {
    color: #000;
    text-align: center;
    font-family: DIN;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 100% */
    display: block;
    margin-bottom: 10px;
}

.policy-content {
    width: calc(100% - 75px);
    float: left;
    padding-left: 15px;
    position: relative;
}

.policy-content h4 {
    margin: 0px;
    margin-bottom: 10px;
}

.policy-content h4 a {
    overflow: hidden;
    color: #000;
    text-overflow: ellipsis;

    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    /* 125% */
    text-decoration: none;
    white-space: nowrap;
    display: block;
}

.Open-Month-list li:hover .date small,
.Open-Month-list li:hover .date,
.Open-Month-list li:hover .policy-content h4 a {
    color: #D0B381;
}

.policy-content p {
    margin-bottom: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #818181;
    font-size: 14px;
    display: block;
    height: 21px;
}

.policy-content span.time {
    position: absolute;
    right: -80px;
    top: 0px;
    overflow: hidden;
    color: #ABABAB;
    text-overflow: ellipsis;

/* 思源黑体(正文、标题、副标题)/14px/Regular */
    font-family: "Noto Sans SC";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 157.143% */
}

.policy-content p span {
    border-radius: 4px;
    border: 1px solid #D0B381;
    background: #FFF;
    color: #D0B381;
    text-align: center;

    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 166.667% */
    padding: 2px 8px;
    cursor: pointer;
}

.policy-content p span i {
    color: #D0B381;
    font-size: 13px;
    margin-right: 2px;
}

.policy-content p span.active {
    background-color: #D0B381;
    color: #fff;
}

.policy-content p span.active i {
    color: #fff;
}

.policy-platform {
    background-color: #f0f2f5;
    padding: 30px;
    border-radius: 8px;
}

.policy-list li:hover {
    transform: translateX(-5px) !important;
}

.policy-list li:hover .policy-content h4 a {
    color: #D0B381;
}

.policy-list li:hover .policy-content i {
    background-color: #D0B381;
    color: #fff;
}

.search-box input {
    width: 75%;
    padding: 12px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    margin-right: 15px;
    font-size: 14px;
}

.search-box button {
    padding: 12px 24px;
    background-color: #102B66;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
}

.platform-link {
    margin-top: 20px;
}

.platform-link a {
    width: 48%;
    padding: 15px;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    margin-bottom: 15px;
    margin-right: 2%;
    text-align: center;
    color: #333;
    text-decoration: none;
    border-radius: 4px;
    font-size: 14px;
    display: inline-block;
}

.platform-link a:nth-child(even) {
    margin-right: 0;
}

.platform-link a:hover {
    background-color: #102B66;
    color: #fff;
}

.stats-div {
    padding: 60px 0;
}

.stats h3 {}

.stats-div-content {
    display: flex;
}

.stats-items {
    position: relative;
    padding-right: 20px;
    width: calc(100% - 350px);
}

.stats-item {
    width: 20%;
    float: left;
}

.stats-item>div {
    background-color: #fff;
    /* border-radius: 12px; */
    /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); */
    transition: all 0.5s;
    border-bottom: 1px #EBE0CD solid;
    border-right: 1px #EBE0CD solid;
    padding: 20px 15px;
}

.stats-item:nth-child(5n)>div {
    border-right: none;
}

.stats-items .stats-item:nth-child(6)>div,
.stats-items .stats-item:nth-child(7)>div,
.stats-items .stats-item:nth-child(8)>div,
.stats-items .stats-item:nth-child(9)>div,
.stats-items .stats-item:nth-child(10)>div {
    border-bottom: none;
}

.stats-item>div>p {
    color: #000;

    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    /* 142.857% */
    height: 40px;
    text-align: center;
    margin-bottom: 0px;
}

.stats-item>div:hover {
    transform: translateY(5px);
}

.stats-item .number {
    color: #5C5C5C;
    text-align: center;

    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 142.857% */
    border-radius: 8px;
    padding: 0px 8px 16px;
}

.stats-item .number span {
    color: #5C5C5C;
    text-align: center;

    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 142.857% */
    display: block;
    margin-bottom: 16px;
}

.stats-item .number b {
    color: #AA7141;
    text-align: center;
    font-family: DIN;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    /* 100% */
}

.interaction {
    background-color: #fff;
    padding: 20px;
}

.interaction-items {
    margin: 0px -8px;
}

.interaction-item {
    width: 100%;
    transition: all 0.3s ease;
    padding: 0px 8px;
    margin-top: 13px;
}

.interaction-item:hover {
    transform: translateY(-5px);
    /* box-shadow: 0 3px 5px rgba(0, 0, 0, 0.04); */
}

.interaction-item a {
    display: flex;
    padding: 36px 31px;
    align-items: center;
}

.interaction-item:nth-child(1) a {
    border-radius: 8px;
    background: #FFF2E4;
    position: relative;
}

.interaction-item:nth-child(2) a {
    border-radius: 8px;
    background: #E6FBF1;
}

.interaction-item:nth-child(3) a {
    border-radius: 8px;
    background: #EBF7FF;
}

.interaction-item a img {
    width: 58px;
    position: absolute;
    right: 50px;
}

.interaction-item a:hover {
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}

.interaction-item p {
    color: #000;

    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    /* 137.5% */
    margin-bottom: 0px;
}

ul.fthg-list {
    margin: -20px 0px;
}

ul.fthg-list li {
    border-bottom: 1px #E5DED1 dashed;
    padding: 28px 0px 28px;
}

ul.fthg-list li a {
    color: #000;

    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /* 171.429% */
    margin-left: 0px;
}

ul.fthg-list li span.time {
    color: #818181;

    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    /* 157.143% */
    top: 30px;
}

ul.fthg-list li:last-child {
    /* border-bottom: none; */
}

.fthg-title {
    color: #000;

    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    /* 100% */
    margin: 24px 0px 20px;
}

.fthg-title img {
    width: 24px;
    height: 24px;
}

.gov-info {
    padding: 60px 0px;
    background-color: #FDF8F0;
}

.gov-info h3 {}

.info-items {
    display: flex;
    justify-content: space-between;
}

.info-item {
    width: 15%;
    transition: all 0.3s ease;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.info-item:hover {
    transform: scale(1.05);
}

.info-item>img {
    border-radius: 10px;
}

.info-item>div {
    position: absolute;
    width: 100%;
    bottom: 0px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.60) 100%);
    padding: 20px;
}

.info-item>div i {
    border-radius: 8px;
    background: var(--Brand-Brand-1, #D0B381);
    color: #fff;
    width: 29px;
    height: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    margin-bottom: 15px;
}

.info-item>div h4 {
    color: #fff;

    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    /* 100% */
}



#voice-status {
    right: 100px;
    position: absolute;
    font-size: 24px;
    color: #818181;
    top: 24px;
}



.index-news {
    padding: 60px 0px;
}

ul.platform-tab-nav.nav-line {
    border-bottom: none;
}

ul.platform-tab-nav.nav-line>li>a,
ul.platform-tab-nav.nav-line>li.active>a {
    margin-right: 0;
    padding: 0;
    border-radius: 0;
    border: none;
}

ul.platform-tab-nav.nav-line>li>a h2 {
    padding-bottom: 10px;
    margin-bottom: 13px;
    color: #818181;

    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    /* 125% */
    margin-top: 0px;
}

ul.platform-tab-nav.nav-line>li.active>a h2 {
    color: #000000;
}

ul.platform-tab-nav.nav-line>li.active>a h2:after {
    content: '';
    left: 50%;
    bottom: -2px;
    transform: translateX(-50%);
    position: absolute;
    width: 38px;
    height: 4px;
    background-color: #D0B381;
    border-radius: 10px;
}

ul.platform-tab-nav.nav-line>li:first-child {
    margin-right: 30px;
}

.public-title {}

.public-title a {
    color: #000;
    font-family: "Source Han Serif CN";
    font-size: 32px;
    font-style: normal;
    font-weight: 900;
    line-height: 32px;
    /* 100% */
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.public-title {
    font-family: "Source Han Serif CN";
    font-size: 32px;
    font-style: normal;
    font-weight: 900;
    line-height: 32px;
    /* 100% */
    margin: 0px 0px 40px 0px;
}

.tab-more span,
.public-title span {
    margin-top: 4px;
    color: #d0b381;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    /* 200% */
    transition: all 0.5s;
    font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei ", "微软雅黑 ", "WenQuanYi Micro Hei", sans-serif;
}

.public-title span i {}

.tab-more:hover span,
.public-title:hover span {
    transform: translateX(8px);
}

.public-title a:hover{
    color: #d0b381!important;
}
.public-title-more{
    margin-top: 4px;
    color: #d0b381;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    /* 200% */
    transition: all 0.5s;
    position: absolute;
    top: 0px;
    right: 100px;
  
}
.public-title-more:hover{
    transform: translateX(8px);
}
.video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;

}

.full-video {
    width: 100%;
    height: 100%;
    object-fit: cover;

    display: block;

}

.midd-div {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80vh;
    width: 100%;
}

.interaction-img {
    height: 64px;
    width: auto;
}

ul.fthg-list li .tips {
    border-radius: 4px;
    background: #D0B381;
    padding: 2px 8px;
    color: #fff;
    margin-right: 5px;
}

ul.gov-service-tab-nav.nav-line {
    border-bottom: none;
    text-align: center;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-evenly;
}

ul.gov-service-tab-nav.nav-line>li {
    display: inline-block;
    float: none;
}

ul.gov-service-tab-nav.nav-line>li>a,
ul.gov-service-tab-nav.nav-line>li.active>a {
    margin-right: 0;
    padding: 0;
    border-radius: 0;
    border: none;
    background: none;
}

ul.gov-service-tab-nav.nav-line>li>a h2 {
    padding-bottom: 0px;
    margin-bottom: 0px;
    color: #818181;

    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    /* 125% */
    margin-top: 0px;
}

ul.gov-service-tab-nav.nav-line>li.active>a h2 {
    color: #000000;
    font-size: 18px;
    font-weight: 600;
}

ul.gov-service-tab-nav.nav-line>li.active>a h2:after {
    content: '';
}

ul.gov-service-tab-nav.nav-line>li:first-child {}



.news-card {
    border: 1px solid #eee;
    /* overflow: hidden; */
    transition: all 0.3s;
    box-shadow: 0 5px 17px 0 rgba(225, 223, 219, 0.22);
    padding: 17px 23px 25px 23px;
    border: 1px solid #EBEBEB;
    background: #FFF;
    border-radius: 12px;
    position: relative;
    width: 50%;
    float: left;
    background: radial-gradient(92.56% 66.09% at 94.24% -10.92%, #FFFAF3 0%, #FFF 100%);
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

.news-card:hover {
    border-color: #D0B381;
    background: radial-gradient(92.56% 66.09% at 94.24% -10.92%, #FFFAF3 0%, #FFF 100%);
    box-shadow: 0 5px 17px 0 rgba(225, 223, 219, 0.22);
}

.card-date {
    display: block;
    width: 100%;
    color: #000;
    font-family: DIN;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 100% */
    width: 100%;
    border-bottom: 1px solid rgb(208 179 129 / 40%);
    padding-bottom: 15px;
    position: relative;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

.card-date::before {
    content: '';
    width: 30px;
    height: 1px;
    background: #AA7141;
    position: absolute;
    bottom: -1px;

}

.card-date span {
    display: block;
    color: #5C5C5C;
    font-family: DIN;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 12px;
    /* 100% */
    margin-top: 10px;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

.card-body {}

.card-title {
    overflow: hidden;
    color: #000;
    text-overflow: ellipsis;
    white-space: nowrap;

    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 12px;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

.card-excerpt {
    color: #000;

    font-size: 14px;
    font-style: normal;
    /* font-weight: 350; */
    line-height: 25px;
    /* 185.714% */
    padding-left: 0px;
    position: relative;
    margin-bottom: 0px;
    margin-top: 12px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}

.card-excerpt::before {
    content: '';
    width: 4px;
    height: 4px;
    position: absolute;
    left: 4px;
    border-radius: 100%;
    top: 8px;
}

.news-card:hover .card-title,
.news-card:hover .card-date span,
.news-card:hover .card-date {
    color: #D0B381;
}

.news-card:hover .card-excerpt {
    color: #000;
}

.government-meeting {
    /* border-top: 1px solid #EBEBEB; */
    padding-top: 0px;
    padding-bottom: 1px;
    display: flex;
    gap: 20px;
    /* position: relative; */
}

.news-card::before {
    /* content: ''; */
    /* width: 9px; */
    /* height: 9px; */
    /* background-color: #ABABAB; */
    /* border-radius: 100%; */
    /* position: absolute; */
    /* left: 15px; */
    /* top: -35px; */
}

.news-card::after {
    content: '';
    /* width: 17px; */
    /* height: 17px; */
    /* border-radius: 100%; */
    /* border: 1px solid #ABABAB; */
    /* position: absolute; */
    /* left: 11px; */
    /* top: -39px; */
}

.news-card:hover::before {
    background-color: #D0B381;
}



.government-div {
    padding: 60px 0px;
}

.government-leaders {
    display: flex;
}

.government-gap {
    display: flex;
    margin-bottom: 20px;
    width: 50%;
    float: left;
    padding-right: 25px;
    position: relative;
}

.government-gap img {
    width: 215px;
    margin-right: 20px;
    border-radius: 12px;
}

.government-gap h4 {
    color: #000;

    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: 32px;
    /* 133.333% */
}

.government-gap h4 span {

    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    margin-left: 20px;
}

.government-gap p {

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    /* 200% */
    color: #000;
}

.government-gap a {
    border-radius: 10px;
    background: var(---, linear-gradient(270deg, #C39167 0%, #E6C794 100%));
    width: 140px;
    display: flex;
    padding: 10px 0px;
    color: #fff;

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 162.5% */
    text-align: center;
    /* margin-top: 79px; */
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 10px;
    left: 240px;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

.government-gap a:hover {
    background: #BB8A62;
    color: #fff;
}

.government-gap a i {
    margin-right: 10px;
    font-size: 20px;
}

.government-left-right>p {
    color: #000;

    font-size: 18px;
    font-style: normal;
    line-height: 32px;
    /* 177.778% */
    margin-bottom: 20px;
}

.government-left-right>p label {
    font-weight: 700;
    width: 150px;
}

.government-left-right>p span {
    width: calc(100% - 150px);
    display: block;
    float: right;
}

.government-left-right>p span small {
    font-size: 18px;
    margin-right: 16px;
    word-break: keep-all;
    width: 54px;
    display: inline-block;
}

.government-left-right>p span small.font-space-between {
    letter-spacing: 17px;
}

.government-left-right {
    width: 50%;
    float: left;
    padding-left: 0px;
}

.government-top {}

.government-bottom {
    margin-top: 40px;
    position: relative;
}

.government-meeting::before {
    /* content: ''; */
    /* width: 100%; */
    /* height: 1px; */
    /* background-color: #EBEBEB; */
    /* position: absolute; */
    /* left: 0px; */
    /* top: 72px; */
}

.planning-div {
    background: url(../img/playing-bg.png) no-repeat;
    padding: 50px 0px;
    background-size: cover;
}

ul.fthg-list2 {
    margin-bottom: 0px;
}

ul.fthg-list2 li {
    list-style: disc;
    list-style-position: inside;
    color: #D0B381;
}

.border1 {
    height: 1px;
    width: 100%;
    opacity: 0.5;
    background: linear-gradient(90deg, rgba(208, 179, 129, 0.00) 0%, #D0B381 48.89%, rgba(208, 179, 129, 0.00) 100%);
    position: absolute;
    transform: translateY(-50%);
    left: 0px;
    bottom: 50%;
}

.border3,
.border2 {
    height: 100%;
    width: 1px;
    opacity: 0.5;
    background: linear-gradient(0deg, rgba(208, 179, 129, 0.00) 0%, #D0B381 48.89%, rgba(208, 179, 129, 0.00) 100%);
    position: absolute;
}

.border2 {
    left: 33.33%;
    top: 0px;
}

.border3 {
    right: 33.33%;
    top: 0px;
}

.stats-div-right {
    width: 350px;
}

.stats-div-list {}


.stats-div-list li {
    border-radius: 8px;
    border: 1px solid #EBEBEB;
    background: #F9FAFD;
}

.stats-div-list li+li {
    margin-top: 16px;
}

.stats-div-list li a {
    display: block;
    display: flex;
    padding: 16px 20px;
    border-radius: 8px;
}

.stats-div-list li:nth-child(1) a {
    background: url(../img/sjfb-bg.png) no-repeat;
    background-position-x: right;
    background-position-y: top;
}

.stats-div-list li:nth-child(2) a {
    background: url(../img/sjfb-bg2.png) no-repeat;
    background-position-x: right;
    background-position-y: top;
}

.stats-div-list li:nth-child(3) a {
    background: url(../img/sjfb-bg3.png) no-repeat;
    background-position-x: right;
    background-position-y: top;
    background-size: 40px;
}

.stats-div-list li a img {
    width: 60px;
    height: 60px;

}

.stats-div-list li a div {
    padding-left: 20px;
}

.stats-div-list li a div h4 {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    margin-top: 0px;
    margin-bottom: 10px;
}

.stats-div-list li a div i {
    color: #818181;
    border-radius: 6px;
    background: #fff;
    width: 26px;
    height: 26px;
    display: inline-block;
    line-height: 26px;
    text-align: center;
    font-size: 13px;
}

.stats-div-list li a:hover {
    transform: translateX(-5px);
}

.stats-div-list li a:hover div i {
    background-color: #d0b381;
    color: #fff;
}

.stats-div-list li a:hover div h4 {
    color: #d0b381;
}

.keypoint-info {
    background: #FDF8F0;
    padding: 50px 0px;
}

.keypoint-list {
    margin-bottom: 0;
    padding-left: 0;
    /* overflow: hidden; */
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    justify-items: stretch;
    gap: 20px;
}

.keypoint-list li {
    text-align: center;
    padding: 25px 15px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.80);
    background: rgba(255, 255, 255, 0.80);
}

.keypoint-list li a {
    display: block;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.keypoint-list li:hover {
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.05);
}

.keypoint-list li:hover a p {
    color: #AA7141;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.keypoint-list li:hover a span img {
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
}

.keypoint-list li span {
    /* border: 1px solid #AA7141; */
    /* height: 80px; */
    /* border-radius: 50%; */
    /* display: flex; */
    /* margin: 0 auto; */
    /* -webkit-transition: all 0.15s ease-in-out; */
    /* transition: all 0.15s ease-in-out; */
    /* color: #FC7A43; */
    /* line-height: 40px !important; */
    /* align-items: center; */
    /* justify-content: center; */
    /* width: 80px; */
}

.keypoint-list li span img {
    width: 38px;
    margin-top: 25px;
}

.keypoint-list li p {
    color: #000;
    text-align: center;

    font-size: 16px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 125% */
    height: 40px;
    display: flex !important;
    /* align-items: center; */
    justify-content: center;
}

.gov-Topic {
    padding: 0px 0px 50px;
}

#Topic-owl .owl-item .item {
    border-radius: 8px 8px 0px 0px;
    overflow: hidden;
}

#Topic-owl .owl-item .item img {
    height: 225px;
    object-fit: cover;
}

#Topic-owl .owl-item .item .content {
    background: #FFF;
    padding: 15px 20px 20px 15px;
    border: 1px #EBEBEB solid;
    border-radius: 0px 0px 8px 8px;
    margin-bottom: 1px;
    display: block;
}

#Topic-owl .item .content h2 {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    /* 90% */
    margin-top: 20px;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    margin-bottom: 0px;
}

#Topic-owl .item .content:hover h2 {
    color: #d0b381;
}

#Topic-owl .owl-item .item .content p {
    color: #818181;

    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    /* 162.5% */
    margin-bottom: 0px;
    min-height: 69px;
}

.Topic-links {}

.Topic-links a+a {
    margin-top: 24px;
    display: block;
}

.Topic-links a {
    display: block;
    position: relative;
    overflow: hidden;
}

.Topic-links a h4 {
    color: #FFF;

    /* 思源黑体(正文、标题、副标题)/20px/bold */
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    /* 140% */
    position: absolute;
    bottom: 0px;
    text-align: center;
    width: 100%;
    margin-bottom: 0px;
    background: linear-gradient(0deg, rgba(0,0,0,0.5), transparent);
    border-radius: 0px 0px 8px 8px;
    padding: 33px 0px 20px 0px;
}

.Topic-links a:hover {
    transform: translateY(-5px);
}

.Topic-links a img {
    border-radius: 8px;
    height: 172px;
}

#Topic-owl .owl-dots .owl-dot {
    border: 2px transparent solid;
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

#Topic-owl .owl-dots .owl-dot+.owl-dot {
    margin-left: 6px;
}

#Topic-owl .owl-dots {
    margin-top: 20px;
}

#Topic-owl .owl-dots .owl-dot span {
    background-color: #fff;
    border: 2px #D0B381 solid;
    margin: 0px;
}

#Topic-owl .owl-dots .owl-dot.active {
    border: 2px #D0B381 solid;
    border-radius: 100%;
}

#Topic-owl .owl-dots .owl-dot.active span {
    background-color: #D0B381;
}

.banner-owl .owl-item .item a video {
    max-height: calc(100vh - 60px);
    width: 100%;
    object-fit: cover;
}
.banner-owl  .owl-stage{
    touch-action: pan-y;
}
@-webkit-keyframes text-focus-in {
    0% {
        -webkit-filter: blur(12px);
        filter: blur(12px);
        opacity: 0;
    }

    100% {
        -webkit-filter: blur(0px);
        filter: blur(0px);
        opacity: 1;
    }
}

@keyframes text-focus-in {
    0% {
        -webkit-filter: blur(12px);
        filter: blur(12px);
        opacity: 0;
    }

    100% {
        -webkit-filter: blur(0px);
        filter: blur(0px);
        opacity: 1;
    }
}

.banner-owl .owl-item .item a {
    display: block;
    position: relative;
}

.banner-owl .owl-item .item a img.bf {
    position: absolute;
    width: 90px;
    height: 90px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
    top: 38%;
}

.banner-owl .owl-item .item a h4 {
    position: absolute;
    bottom: 90px;
    font-weight: 900;
    left: 50%;
    transform: translateX(-50%);
    -webkit-animation: text-focus-in 0.8s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
    animation: text-focus-in 0.8s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    padding-right: 150px;
    text-shadow: 0 4px 4px rgba(72, 54, 39, 0.30);

    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: 32px;
    color: #fff;
}

/* .banner-owl .owl-item .item a img{
    height: 100%;
} */
.banner-owl .owl-controls .owl-nav {
    top: auto;
    bottom: 36px;
    right: 0px;
    height: auto;
    width: auto;
    border: 2px #B09566 solid;
    -webkit-animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
    animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
    border-radius: 8px;
    border: none;
    /* background: #EFF0F8; */
}

.banner-owl .owl-controls .owl-nav [class*=owl-] {
    position: static;
    margin: 0px;
    font-size: 22px;
    padding: 10px 16px;
    border-radius: 8px;
    background-color: #fff;
    color: #B09566;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

.banner-owl .owl-controls .owl-nav .owl-prev {
    color: #B09566;
    margin-right: 5px;
}

.banner-owl .owl-controls .owl-nav [class*=owl-]:hover {
    background-color: #B09566;
    color: #fff;
}

.banner-owl .owl-dots {
    right: auto;
    left: 0px;
    bottom: 35px;
    -webkit-animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
    animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}

.banner-owl .owl-dots .owl-dot {
    border: 2px transparent solid;
    border-radius: 100%;
    margin: 0px 3px;
    padding: 2px;
}

.banner-owl .owl-dots .owl-dot span {
    background-color: transparent;
    border-radius: 100%;
    width: 14px;
    height: 14px;
    margin: 0px;
    border: 2px #fff solid;
}

.banner-owl .owl-dots .owl-dot.active span {
    background-color: #fff;
    border: 2px transparent solid;
}

.banner-owl .owl-dots .owl-dot.active {
    border: 2px #fff solid;
}

.banner-owl .owl-controls {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 200px);
}

.yearbook-div {
    /* background: url(../img/yearbook-bg.png) no-repeat;
    background-size: 100% auto;
    background-position-y: bottom; */
    background-color: #FCF6ED;
    padding: 20px 0px 50px;
}

.yearbook-p {
    color: #AA7141;
    font-family: "Source Han Serif CN";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 50px;
    /* 258.333% */
    letter-spacing: 1px;
    margin-top: 10px;
}

#year-owl {
    margin-top: 40px;
}

#year-owl .owl-controls .owl-nav {
    height: auto;
    width: 64px;
    border: 2px #B09566 solid;
    border-radius: 8px;
    border: 2px solid #fff;
    background: #EFF0F8;
    float: right;
}

#year-owl .owl-controls .owl-nav [class*=owl-] {
    position: static;
    margin: 0px;
    background-color: #B09566;
    font-size: 14px;
    padding: 5px 8px;
    border-radius: 8px;
}

#year-owl .owl-controls .owl-nav .owl-prev {
    background-color: #EFF0F8;
    color: #B09566;
}

#year-owl .owl-dots {
    width: auto;
    float: left;
    margin-top: 5px;
}

#year-owl .owl-dots .owl-dot {
    border: 2px transparent solid;
    border-radius: 100%;
    margin: 0px 3px;
    padding: 2px;
}

#year-owl .owl-dots .owl-dot span {
    background-color: transparent;
    border-radius: 100%;
    width: 14px;
    height: 14px;
    margin: 0px;
    border: 2px #D0B381 solid;
}

#year-owl .owl-dots .owl-dot.active span {
    background-color: #D0B381;
    border: 2px transparent solid;
}

#year-owl .owl-dots .owl-dot.active {
    border: 2px #D0B381 solid;
}

#year-owl .owl-controls {
    align-items: center;
    margin-top: 30px;
}

.public-title1 {
    margin-top: 7px;
}

.public-title1 a {
    color: #000;
    font-family: "Source Han Serif CN";
    font-size: 40px;
    font-style: normal;
    font-weight: 900;
    line-height: 22px;
    /* 55% */
    letter-spacing: 2px;
}

.investment {
    padding: 50px 0px 50px;
}

.public-title3 {
    position: relative;
    text-align: center;
    padding-top: 73px;
    margin-bottom: 45px;
}

.public-title3 img {
    height: 66px;
    width: auto;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
}

.public-title3 a {
    color: var(--Gray-Gray-9, #000);
    text-align: center;
    font-family: "Source Han Serif CN";
    font-size: 40px;
    font-style: normal;
    font-weight: 900;
    line-height: 22px;
    /* 55% */
}

.investment-listimg {}

.investment-listimg li {}

.investment-listimg li+li {
    margin-top: 40px;
}

.investment-listimg li img {
    width: 250px;
    height: 181px;
    border-radius: 8px;
}

.investment-listimg li div {
    width: calc(100% - 250px);
    float: right;
    padding-left: 20px;
}

.investment-listimg li div h4 {
    color: #000;

    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    /* 91.667% */
    letter-spacing: 1px;
    margin-top: 5px;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

.investment-listimg li div p {
    color: #818181;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
    /* 181.25% */
    letter-spacing: 0px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    height: 58px;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

.investment-listimg li div a {
    color: #D0B381;
    text-align: center;

    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    /* 100% */
    letter-spacing: 2.8px;
    text-transform: uppercase;
    border-bottom: 0.6px solid #D0B381;
    padding-bottom: 15px;
    margin-top: 44px;
    display: inline-block;
}

.investment-listimg li:hover div h4 {
    color: #D0B381;
}

.investment-listimg li:hover div a {
    transform: translateX(6px);
}

.City-silhouette {
    background: url(../img/shsh-bg.png) no-repeat;
    padding: 50px 0px 60px;
    background-size: 100% auto;
    background-position-y: bottom;
    background-color: #ffffff;
}

.City-silhouette-list {
    margin: -15px;
}

.City-silhouette-list li {
    width: 25%;
    float: left;
    padding: 15px;
    margin-bottom: 40px;
}

.City-silhouette-list li a {
    border: 1px solid #D0B381;
    background: #FFF;
    padding: 12px;
    display: block;
    position: relative;
    border-radius: 8px;
}

.City-silhouette-list li a img {
    border-radius: 8px;
    height: 250px;
}

.City-silhouette-list li a div {
    background: #D0B381;
    position: absolute;
    width: 80%;
    left: 10%;
    bottom: -19px;
    padding: 15px 10px;
    border-radius: 8px;
}

.City-silhouette-list li a div h4 {
    color: #FFF;

    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    /* 110% */
    letter-spacing: 0px;
    text-align: center;
    margin: 0px;
}

.City-silhouette-list li a:hover {
    transform: translateY(-10px);
}

.emali-list {}

.emali-list li div {
    border: 1px solid #EBEBEB;
    background: #FFF;
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 8px;
}

.emali-list li div img {
    height: 50px;
    width: auto;
    display: block;
    margin: 5px auto 0px;
}

.emali-list li div h4 {
    
    text-align: center;
    margin-bottom: 20px;
    margin-top: 15px;
}
.emali-list li div h4 a{
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
    /* 90% */
    letter-spacing: 1px;
   
}
.emali-list li div>a {
    border-radius: 4px;
    border: 1px solid #EBEBEB;
    background: rgba(255, 255, 255, 0.00);
    display: block;
    color: #000;
    text-align: center;

    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    /* 157.143% */
    padding: 5px 10px;
}

.emali-list li div>a+a {
    margin-top: 12px;
}

.emali-list li>a {
    border: 1px solid #EBEBEB;
    background: #FFF;
    padding: 20px;
    display: block;
    border-radius: 8px;
}

.emali-list li>a:hover {
    border-color: #D0B381;
}

.emali-list li>a:hover h4 a {
    color: #D0B381;
}

.emali-list li>a>img {
    height: 50px;
    width: auto;
    margin: 7px auto 0px;
    display: block;
}

.emali-list li>a h4 {
    color: #000;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 29px;
    /* 150% */
    letter-spacing: 1px;
    margin-top: 15px;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

.emali-list li div>a:hover {
    border-color: #D0B381;
    color: #D0B381;
}

.zmhd-server-right {}

.zmhd-server-right li {
    background: #FCF6ED;
    padding: 36px 50px;
    margin-bottom: 22px;
    border-radius: 8px;
    border: 1px transparent solid;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

.zmhd-server-right li:hover {
    border-color: #AA7141;
    background: none;
}

.zmhd-server-right li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.zmhd-server-right li a:hover {
    margin-left: -10px;
}

.zmhd-server-right li div {}

.zmhd-server-right li div h4 {
    color: #AA7141;

    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    /* 150% */
    letter-spacing: 1px;
}

.zmhd-server-right li div p {
    color: #5C5C5C;

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    /* 187.5% */
    letter-spacing: 0px;
}

.zmhd-server-right li a img {
    height: 66px;
    width: auto;
}

.zmhd-server {
    padding: 60px 0px;
}

.justify-center {
    justify-content: center !important;
}

.Open-Month {}

.Open-Month-list {}

.Open-Month-list li {
    border-bottom: 1px dashed #EBEBEB;
    background: #FFF;
    padding: 32.5px 0px;
}

.Open-Month-list li .date {
    width: 75px;
    display: inline-block;
    float: left;
    text-align: center;
    color: #5C5C5C;
    text-align: center;
    font-family: DIN;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 12px;
    padding: 0px 0px;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

.Open-Month-list li .date small {
    color: #000;
    text-align: center;
    font-family: DIN;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    display: block;
    margin-bottom: 10px;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

.Open-Month-list li:last-child {
    border-bottom: none;
    padding-bottom: 20px;
}

.Open-Month {
    background: url(../img/open-math.png) no-repeat;
    background-size: 100% auto;
    background-position-y: bottom;
    background-color: #FDF8F0;
    padding: 60px 0px;
}

.Open-Month-left {
    background: #FFF;
    padding: 30px 20px 12px;
    border-radius: 8px;
}

.Open-Month-left .public-title {
    margin-bottom: 7px;
}

.Open-Month-left .public-title a {
    color: #D0B381;
    /* justify-content: left; */
    font-size: 24px;
}

.Opinion-solicitation {
    background: #FCF6ED;
    padding: 50px 0px;
}

.solicitation-list {
    /* border: 1px solid var(--Brand-Brand-1, #D0B381); */
    background: #FFF;
    border-radius: 8px;
    overflow: clip;
}

.solicitation-list h4 {
    background: #D0B381;
    padding: 16px 20px;
    margin: 0px;
}

.solicitation-list h4 a {
    color: #fff;

    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    /* 145.455% */
    display: flex;
    justify-content: space-between;
}

.Consultation-link h4 span,
.solicitation-list h4 a span {
    margin-top: 4px;
    background-color: #fff;

    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    transition: all 0.5s;
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 6px;
    text-align: center;
}

.Consultation-link h4 span i,
.solicitation-list h4 a span i {
    color: #d0b381;
}

.Consultation-link h4 span:hover,
.solicitation-list h4 a span:hover {
    transform: translateX(8px);
}

.solicitation-list ul {
    padding: 0px 20px 30px;
}

.solicitation-list ul li {
    padding: 20px 0px;
    border-bottom: 1px dashed #E5DED1;
}

.solicitation-list ul li a {
    color: #000;
    text-overflow: ellipsis;

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 125% */
    overflow: hidden;
    white-space: nowrap;
    width: 95%;
    display: block;
}

.solicitation-list ul li a label.expired,
.solicitation-list ul li a span.tip {
    border-radius: 4px;
    background: #CDCDCD;
    color: #fff;
    text-align: center;

    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 166.667% */
    padding: 2px 8px;
}

.solicitation-list ul li a label,
.solicitation-list ul li a span.tip-bule {
    background: #F0AB4B;
    color: #fff;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 166.667% */
    padding: 2px 8px;
    border-radius: 4px;
    margin-right: 5px;
}

.solicitation-list ul li a:hover {
    color: #D0B381;
}

.solicitation-list ul li:last-child {
    border-bottom: none;
    padding-bottom: 0px;
}

.Online-Consultation {
    padding: 60px 0px;
}

.Consultation-link {
    border-radius: 8px;
    overflow: hidden;
}

.Consultation-link a {
    display: block;
    /* height: 205px; */
    position: relative;
}

.Consultation-link a h4 {
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0px;
    padding: 38px 20px  20px;
    display: flex;
    justify-content: space-between;
    color: #fff;

    /* 思源黑体(正文、标题、副标题)/20px/bold */
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    /* 140% */
    background: linear-gradient(0deg, rgba(0,0,0,0.3), transparent);
    margin-bottom: 0px;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

.Consultation-link img {
    /* margin-top: -37px; */
    height: 216px;
    border-radius: 8px;
}

.Consultation-link a:hover h4 {
padding-bottom: 25px;
}

.Consultation-statistics {
    background: linear-gradient(180deg, rgba(213, 232, 255, 0.80) 0%, rgba(183, 216, 255, 0.80) 35.99%, rgba(181, 211, 246, 0.00) 131.75%);
    background-image: url(../img/statistics-bg.png);
    background-size: 100% 100%;
    padding: 25px 30px;
    border-radius: 8px;
}

.Consultation-statistics h4 {
    color: #000;

    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    /* 100% */
    letter-spacing: 1px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.Consultation-statistics h4 span{
    color: #4B4B4B;
    font-weight: 400;
    line-height: 32px;
    margin-left: 10px;
    font-size: 14px;
    letter-spacing: 0px;
}
.Xuandeng-ulr {
    display: block;
}

.Xuandeng-ulr li {
    width: 33.33%;
    display: block;
    float: left;
    color: #000;

    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    /* 142.857% */
    margin-top: 20px;
    line-height: 1.4;
}

.Xuandeng-ulr li label {
    color: #001D40;
    font-family: DIN;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    /* 120% */
    display: block;
    margin-bottom: 0px;
}

.Consultation-table {
    margin-top: 30px;
    /* overflow-x: auto; */
    background: #FFF;
    /* min-width: 600px; */
    border-radius: 8px;
}

.Consultation-table h4 {
    background: #FCF6ED;
    color: #AA7141;

    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    /* 177.778% */
    margin: 0px;
    padding: 15px 20px;
}

.Consultation-table h4 span {
    color: #818181;

    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    /* 228.571% */
    margin-left: 10px;
}

.Consultation-table ul {
    padding: 0px 0px;
    min-width: 600px;
    border-radius: 0 0 8px 8px;
    border: 1px solid var(----4, #EBE0CD);
    background: #FFF;
}

.Consultation-table li {
    padding: 15px;
    border-bottom: 1px #EBE0CD dashed;
}

.Consultation-table li:first-child {
    border-bottom: 1px #EBE0CD solid;
}

.Consultation-table li:last-child {
    border-bottom: none;
}

.Consultation-table li span {
    color: #000;
    text-overflow: ellipsis;

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    /* 200% */
    display: block;
    float: left;
}

.Consultation-table li:first-child span {
    color: #000;
    font-weight: 600;
}

.Consultation-table li span:nth-child(1) {
    width: 50%;
}

.Consultation-table li span:nth-child(2) {
    width: calc((50% - 150px) / 2);
}

.Consultation-table li span:nth-child(3) {
    width: calc((50% - 128px) / 2);
}

.Consultation-table li span:nth-child(4) {
    width: 128px;
}

.Consultation-table li span:nth-child(1) a {
    overflow: hidden;
    color: #000;
    text-overflow: ellipsis;

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    /* 200% */
    display: block;
    white-space: nowrap;
}

.Consultation-table li span:nth-child(1) a:hover {
    color: #D0B381;
}

.justify-left {
    justify-content: left !important;
}

.Press-Release {
    background: #F9FAFD;
    padding: 50px 0px;
}

.news-Press {
    border-radius: 16px;
    background: #FFF;
    overflow: hidden;
    padding-bottom: 12px;
}

.news-Press img {
    height: 470px;
}

.news-Press h4 {
    color: #000;

    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    /* 185% */
    padding: 0px 15px;
    margin-top: 20px;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}

.news-Press p {
    overflow: hidden;
    color: #5C5C5C;

    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 171.429% */
    padding: 0px 15px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}

.news-Press-list {
    margin: 0px -10px;
}

.news-Press-list li {
    width: 50%;
    float: left;
    padding: 0px 10px;
    margin-bottom: 20px;
}

.news-Press-list li a {
    border-radius: 12px;
    background: #FFF;
    display: block;
    padding-bottom: 5px;
    overflow: clip;
}

.news-Press-list li a img {
    height: 215px;
}

.news-Press-list li a h4 {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    height: 50px;
    padding: 0px 10px;
    /* overflow: hidden; */
    color: #000;
    /* text-overflow: ellipsis; */

    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /* 175% */
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

.news-Press-list li a h4:hover,
.news-Press h4:hover {
    color: #d0b381;
}

.logo-area {
    display: flex;
    align-items: center;
}

.tag {
    background-color: #d4bc93;

    color: white;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: normal;
}

.history-link {
    text-decoration: none;
    font-size: 14px;
    padding: 5px 15px;
    transition: all 0.3s;
    border-radius: 4px;
    border: 1px solid #D0B381;
    color: #D0B381;
    float: right;
    margin-top: -70px;
}

.history-link:hover {
    background-color: #d4bc93;
    color: #fff;
}

.online-interview {
    padding: 50px 0px;
}

.content-grid {
    justify-content: space-between;
}

.main-card {
    overflow: hidden;
    width: calc(100% - 540px);
    float: left;
    border-radius: 16px;
    border: 1px solid #DFE6EC;
    background: #FFF;
    margin-right: 20px;
}

.card-image {
    width: 250px;
    background-color: #e0e0e0;
    position: relative;
    overflow: hidden;
    float: left;
}

.card-image img {
    width: 250px;
    height: 170px;
    object-fit: cover;
}

.card-image .overlay-tag {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #e74c3c;
    color: white;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 4px;
}

.card-content {
    padding: 0px 30px;
    width: calc(100% - 250px);
    float: left;
}

.online-interview .card-title {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px;
    /* 160% */
    white-space: nowrap;
    margin-bottom: 15px;
    margin-top: 10px;
    display: block;
}

.online-interview .card-title:hover {
    color: #D0B381;
}

.info-row {
    display: flex;
    margin-bottom: 8px;
    font-size: 14px;
    color: #666;
}

.info-label {
    color: #D0B381;
    padding: 2px 8px;
    margin-right: 10px;
    font-size: 12px;
    display: flex;
    align-items: center;
    border-radius: 4px;
    border: 1px solid #D0B381;
}

.info-text {
    flex: 1;
}

.btn-start {
    background-color: #D0B381;
    color: white;
    border: none;
    padding: 6px 20px;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
    transition: background 0.3s;
    margin-top: 10px;
    border: 1px #D0B381 solid;
}

.btn-start:hover {
    background-color: #BB8A62;
}

.sidebar-list {
    width: 520px;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    float: left;
}

.side-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    position: relative;
    width: 250px;
}

.side-card img {
    width: 100%;
    height: 170px;
    object-fit: cover;
}

.side-tag {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #4AD590;
    color: white;
    padding: 5px 8px;
    border-radius: 4px;
    font-size: 12px;
}

ul.News-tab-nav.nav-line {
    /* border-bottom: 2px solid #D0B381; */
    /* margin-bottom: 20px; */
}

ul.News-tab-nav.nav-line>li>a,
ul.News-tab-nav.nav-line>li.active>a {
    margin-right: 0;
    padding: 0;
    border-radius: 0;
    border: none;
}

ul.News-tab-nav.nav-line>li.active {
    border-bottom: 2px solid #D0B381;
}

ul.News-tab-nav.nav-line>li>a h2 {
    padding-bottom: 10px;
    margin-bottom: 13px;
    color: #818181;
    font-family: "Source Han Serif CN";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    /* 125% */
    margin-top: 0px;
}

ul.News-tab-nav.nav-line>li.active>a h2 {
    color: #D0B381;
}

ul.News-tab-nav.nav-line>li:first-child {
    margin-right: 30px;
}

.tab-more {
    position: absolute;
    top: 0px;
    right: 15px;
    transition: all 0.5s;
}

.tab-more:hover {
    transform: translateX(8px);
}

.gov-info-left {
    margin: -22px 0px -30px;
}

.gov-info-left li {
    display: flex;
    align-items: center;
    padding: 19px 0px;
    border-bottom: 1px #EBE0CD solid;
}

.gov-info-left li:last-child {
    border-bottom: none;
}

.gov-info-left li span {
    width: 54px;
    height: 54px;
    padding: 11px;
    border-radius: 13px;
    background: #D0B381;
    display: block;
    float: left;
}

.gov-info-left li span img {
    height: 30px;
    width: auto;
}

.gov-info-left li a {
    width: calc(100% - 64px);
    display: block;
    float: left;
    padding-left: 20px;
}

.gov-info-left li a h4 {
    overflow: hidden;
    color: #000;
    text-overflow: ellipsis;

    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    /* 100% */
    margin-top: 0px;
    white-space: nowrap;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}

.gov-info-left li a p {
    overflow: hidden;
    color: #818181;
    text-overflow: ellipsis;
    white-space: nowrap;

    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 171.429% */
    margin-bottom: 0px;
}

.gov-info-right {}

.gov-info-right li {
    float: left;
    width: 50%;
    padding: 3px;
}

.gov-info-right li a {
    height: 200px;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    flex-direction: column;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.80);
    background: rgba(255, 255, 255, 0.80);
    padding-top: 50px;
}

.gov-info-right li a img {
    height: 44px;
    width: auto;
    display: block;
    margin: 0px auto 27px;
    transition: all 0.5s;
}

.gov-info-right li a p {
    color: #AA7141;
    text-align: center;

    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 23px;
    /* 111.111% */
    margin-bottom: 0px;
}

.gov-info-right li a:hover img {
    height: 50px;
}

.gov-info-left li a:hover h4 {
    color: #d0b381;
}

.wjfw-list {
    display: flex;
    gap: 15px;
}

.wjfw-list li {
    width: 12.5%;
}

.wjfw-list li a {
    border: 1px solid rgba(255, 255, 255, 0.70);
    background: rgba(255, 255, 255, 0.50);
    display: block;
    padding: 35px 20px;
    transition: all 0.3s;
    border-radius: 8px;
}

.wjfw-list li a i {
    color: #AA7141;
    font-size: 38px;
    margin: 0px auto 20px;
    display: block;
    text-align: center;
}

.wjfw-list li a p {
    color: #000;
    text-align: center;

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 0px;
    display: flex;
    text-align: center;
    height: 40px;
    align-items: center;
    justify-content: space-around;
}

.wjfw-list li a:hover {
    background: #d0b381;
    border-radius: 8px;
}

.wjfw-list li a:hover i,
.wjfw-list li a:hover p {
    color: #fff;
}

.City-title {
    color: #000;
    text-align: center;

    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    /* 133.333% */
    position: relative;
    padding-bottom: 20px;
    margin-top: 0px;
    margin-bottom: 40px;
}

.City-title::after {
    content: "";
    width: 100px;
    height: 11.3px;
    background: url("../img/titleline.png") center center / contain no-repeat;
    pointer-events: none;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
}

.ntyh-div {
    margin-top: 40px;
}

.ntyh-div2 {
    margin-top: 80px;
}

.honeycomb-list {
    padding: 0px 119px;
    display: flex;
}

.honeycomb-list li {
    margin: 0px -5px;
}

.honeycomb-list li a {
    transition: all 0.3s;
    display: block;
}

.honeycomb-list li a:hover {
    transform: scale(1.05);
}

.honeycomb-list li a img {}

.honeycomb-list2 {
    padding: 0px;
    margin-top: -40px;
}

.honeycomb-list3 {
    margin-top: -40px;
}

.owl-carousel .owl-stage-outer {
    touch-action: none;
}

#certify {
    position: relative;
    width: 100%;
    margin: 0 auto;
}


/* 
#certify .swiper-slide-prev-prev,
#certify .swiper-slide-prev,
#certify .swiper-slide-active,
#certify .swiper-slide-next,
#certify .swiper-slide-next-next {
    opacity: 1 !important;
} */
#certify .swiper-slide {
    width: 45%;
}

#certify .swiper-slide img {
    display: block;
    height: 380px;
    object-fit: cover;
    border-radius: 8px;
}

#certify .swiper-slide-next img,
#certify .swiper-slide-prev img {
    border-radius: 8px;
}

#certify .swiper-slide-active img {
    border-radius: 4px;
}

#certify .swiper-slide p {
    color: #FFF;
    text-align: center;


    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;

    position: absolute;
    margin: 0px;
    width: 100%;
    left: 0px;
    bottom: 0px;
    padding: 30px;
}

#certify .swiper-button-prev {
    left: 10px;
    background-image: none;
    background-color: #FFF;
    color: #D0B381;
    font-size: 20px;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 1.8;
    border-radius: 100%;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

#certify .swiper-button-prev:hover {
    background-position: 0 -46px;
    background-size: 100%
}

#certify .swiper-button-next {
    right: 10px;
    background-image: none;
    background-color: #FFF;
    color: #D0B381;
    font-size: 20px;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 1.8;
    border-radius: 100%;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

#certify .swiper-button-next:hover,
#certify .swiper-button-prev:hover {
    background-color: #D0B381;
    color: #fff;
}

.zfkfhd {
    object-fit: cover;
    height: 422px;
}

.investment .col-md-4 {
    text-align: right;
}

.investment .col-md-4 img {
    height: 623px;
    width: auto;
}

.zfkfhd-right {
    position: relative;
}

.zfkfhd-right .bf {
    position: absolute;
    width: 75px;
    height: 75px;
    left: 50%;
    top: 50%;
    transform: translateX(-50%)translateY(-50%);
}

#Topic-owl .item .content span {
    border-radius: 4px;
    background: #D0B381;
    padding: 5px 12px;
    color: #fff;
    text-align: center;



    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    /* 157.143% */
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 17px;
}

.public-title3 .title-span {
    display: block;
    width: 200px;
    margin: 15px auto 0px;
    position: relative;
}

.public-title3 .title-span small {
    color: #818181;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 140% */
    background-color: #fcf6ed;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
}

.public-title3 .title-span::before {
    content: '';
    width: 100%;
    background-color: #ABABAB;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0px;
}

.public-title3 .title-span::after {
    content: '';
}

.public-title3 .title-span small::before {
    content: '';
    width: 5px;
    height: 5px;
    background-color: #ABABAB;
    border-radius: 100%;
    position: absolute;
    left: 0px;
    top: 12px;
}

.public-title3 .title-span small::after {
    content: '';
    width: 5px;
    height: 5px;
    background-color: #ABABAB;
    border-radius: 100%;
    position: absolute;
    right: 0px;
    top: 12px;
}

.Consultation-responsive {
    overflow-x: auto;

}


/* 新闻发布会列表 */
.news-Press-list2 {}

.news-Press-list2 li {
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 12px;
    border: 1px solid #EBEBEB;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

.news-Press-list2 li .content {}

.news-Press-list2 li .content img {
    width: 200px;
    height: 112px;
    border-radius: 4px;
    float: left;
}

.news-Press-list2 li .content div {
    width: calc(100% - 200px);
    float: left;
    padding-left: 20px;
}

.news-Press-list2 li .content div h4 {
    overflow: hidden;
    color: #000;
    text-overflow: ellipsis;

    /* 思源黑体(正文、标题、副标题)/16px/Medium */
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    /* 150% */
    margin-top: 0px;
    margin-bottom: 7px;
    white-space: nowrap;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

.news-Press-list2 li .content div p {
    color: #4B4B4B;


    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    /* 157.143% */
    margin-top: 3px;
    margin-bottom: 0px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.news-Press-list2 li a div p+p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    align-self: stretch;
}

.sphf-btn {
    color: #fff;
    text-align: center;



    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    /* 157.143% */
    border-radius: 4px;
    background: linear-gradient(270deg, #C39167 0%, #E6C794 100%);
    padding: 6px 12px;
    display: inline-block;
    margin-top: 15px;
}

.news-Press-list2 li:hover {
    border-color: #D0B381;
}

.sphf-btn:hover {
    background: #BB8A62;
    color: #fff;
}

.news-Press-list2 li:hover .content div h4 {
    color: #D0B381;
}

.Press-Release-div {
    padding: 60px 0px;
}


.whj_jqueryPaginationCss-1 {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.whj_jqueryPaginationCss-1 div {
    display: inline-block;
    padding: 5px 11px;
    cursor: pointer;
    border: 1px solid #E5E5E5;
    border-radius: 4px;
    margin: 0 5px;
    min-width: 32px;
}

.whj_jqueryPaginationCss-1 .whj_checked {
    border: 1px solid #CAB484;
    color: #fff;
    background-color: #CAB484;
    padding: 5px 12px;
}

.whj_jqueryPaginationCss-1 a {
    color: #000000 !important;
}

.whj_jqueryPaginationCss-1 .whj_checked a {
    color: #fff !important;
}

.whj_jqueryPaginationCss-1 input {
    width: 34px;
    text-align: center;
    border-radius: 4px !important;
    height: 33px;
    margin-right: 5px;
    border: 1px solid #E5E5E5;
}

.whj_jqueryPaginationCss-1 input:focus {
    outline: none;
}

.whj_hover {
    padding: 5px 9px !important;
}

.whj_hover:hover {
    border: 1px solid #CAB484;
    color: #CAB484;
    background-color: transparent;
}

.wbk,
.whj_skip {
    border: none !important;
    position: relative;
}

.whj_padding.whj_color.wbk:after {
    content: '';
    position: absolute;
    top: 7px;
    width: 2px;
    right: -4px;
    height: 20px;
    background: #f3f3f3;
}


.Press-Release-detail {
    padding: 60px 0px;
}

.Release-top {
    border-radius: 12px;
    background: #FCF6ED;
    padding: 30px;
}

.Release-top-title {
    position: relative;
    min-height: 52px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.Release-top-title span {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    /* 133.333% */
    border-radius: 16px 0;
    background: linear-gradient(270deg, #C39167 0%, #E6C794 100%);
    padding: 10px 16px;
    position: absolute;
}

.Release-top-title h4 {
    color: #AA7141;

    /* 思源黑体(正文、标题、副标题)/24px/bold */
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    /* 133.333% */
    padding-left: 142px;
    margin: 0px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.Release-top .Release-top-zy {
    color: #000;

    /* 思源黑体(正文、标题、副标题)/16px/Regular */
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    position: relative;
    padding-left: 85px;
}

.Release-top .Release-top-zy span {
    color: #AA7141;

    /* 思源黑体(正文、标题、副标题)/16px/bold */
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 150% */
    position: absolute;
    left: 0px;
    top: 0px;
}

.Release-top-detail {
    border-radius: 8px;
    background: #fff;
    padding: 20px;
    margin-top: 20px;
}

.Release-top-detail img {
    width: 113px;
    height: 200px;
    border-radius: 4px;
    float: left;
}

.Release-top-detail .Release-top-detail-right {
    width: calc(100% - 113px);
    float: left;
    padding-left: 20px;
}

.Release-top-detail .Release-top-detail-right p {
    color: #4B4B4B;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    /* 157.143% */
    padding-left: 80px;
    position: relative;
    margin-bottom: 12px;
}

.Release-top-detail .Release-top-detail-right p b {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    /* 144.444% */
    width: 70px;
    display: inline-block;
    text-align: justify;
    position: absolute;
    left: 0px;
    top: 2px;
    height: 20px;
    border-right: 1px #EBEBEB solid;
    padding-right: 10px;
}

.Release-top-detail .Release-top-detail-right p b::after {
    content: '';
    display: inline-block;
    width: 100%;
}

.Release-bottom {
    border-radius: 12px;
    border: 1px solid #EBEBEB;
    padding: 30px;
    margin-top: 30px;
    position: relative;
}

.Release-bottom video {
    border-radius: 12px;
    aspect-ratio: 16 / 9;
    height: auto;

}

.zxft-detail {}

.zxft-detail-left {
    background: #F9FAFD;
    width: 70%;
    float: left;
    border-radius: 12px;
}
.zxft-detail-left-img{
    background-color: #f9fafd;
}
.zxft-detail-left-img img {
    max-width: 100%;
    height: 600px;
    border-radius: 12px 12px 0px 0px;
    aspect-ratio: auto;
    width: 100%;
    object-fit: cover;
    max-height: none!important;
}

.zxft-detail-left h4 {
    overflow: hidden;
    color: #000;
    text-overflow: ellipsis;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    /* 144.444% */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    align-self: stretch;
    padding: 0px 20px;
    margin-bottom: 5px;
    margin-top: 20px!important;
}

.zxft-detail-left p {
    color: #4B4B4B;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    /* 157.143% */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    align-self: stretch;
    margin: 0px 20px 20px;
    overflow: hidden;
}
/* .zxft-detail-left-img img{
    height: 600px;
} */
.zxft-detail-right {
    width: 30%;
    float: left;
    padding-left: 20px;
    max-height: 690px;
    overflow-y: auto;
}

.zxft-detail-right .zxft-detail-list {}

.zxft-detail-right .zxft-detail-list li {
    margin-bottom: 16px;
}

.zxft-detail-right .zxft-detail-list li a {
    display: flex;
    padding: 16px;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
    border-radius: 12px;
    border: 1px solid #EBEBEB;
    background: #FFF;
    overflow: hidden;
}

.zxft-detail-right .zxft-detail-list li a:hover {
    border-color: #D0B381;
}

.zxft-detail-right .zxft-detail-list li a img {
    width: 150px;
    height: 84.375px;
    border-radius: 8px;
}

.zxft-detail-right .zxft-detail-list li a h4 {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px;
    /* 150% */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    align-self: stretch;
    overflow: hidden;
    margin: 0px;
    width: calc(100% - 150px);
}





/* Chrome, Edge, Safari */
.zxft-detail-right::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.zxft-detail-right::-webkit-scrollbar-track {
    background: transparent;
    /* 轨道透明，显得更清爽 */
}

.zxft-detail-right::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2);
    /* 半透明黑色 */
    border-radius: 10px;
}

.zxft-detail-right::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.4);
}

/* Firefox */
.zxft-detail-right {
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, 0.2) transparent;
}


.dhk {
    overflow: hidden;
}

.dhk h4 {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /* 150% */
    margin-top: 30px;
}

.dhk h4 img {
    width: 32px;
    height: 32px;
}

.dhk h4.dhk-right {
    text-align: right;
}

.dhk h4.dhk-right img {
    margin-left: 10px;
}

.dhk h4.dhk-left {
    text-align: left;
}

.dhk h4.dhk-left img {
    margin-right: 10px;
}

.dhk .dhk-content {
    padding: 20px;
    border-radius: 8px;
    background: #F9FAFD;
    margin-bottom: 20px;
}

.dhk .dhk-content p {
    color: #4B4B4B;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    /* 157.143% */
}

.dhk .dhk-content:last-child {
    margin-bottom: 0px;
}

.zkdhk-btn {
    border-radius: 4px;
    background: #D0B381;
    padding: 5px 12px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /* 150% */
    position: absolute;
    top: 30px;
    right: 30px;
    font-family: "iconfont" !important;
}

.zkdhk-btn::after {
    content: "\e63c";
    font-size: 12px;
    margin-left: 5px;
    line-height: normal;
}

.zkdhk-btn.active::after {
    transform: rotate(180deg);
    display: inline-block;
}

.zxft-div-bottom {
    background: #FCF6ED;
    padding: 60px 0px;
}

.fthg-div {
    border-radius: 12px;
    background: #FFF;
    padding: 30px 24px;
    position: relative;
}

.fthg-div .news-Press-list2 li .content div p {
    font-size: 12px;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    align-self: stretch;
}
.fthg-div .news-Press-list2 li .content div p+p{
    min-height: 40px;
}
.fthg-div .news-Press-list2 {
    margin-top: 30px;
    margin-bottom: 0px;
}

.fthg-div .news-Press-list2 li {
    padding: 0px;
    border: none;
}

.fthg-div .news-Press-list2 li:last-child{
    margin-bottom: 0px;
}
.fthg-div .pagination {
    margin: 0px;
}

.wbjfthg {
    border-radius: 12px;
    background: #FFF;
    padding: 30px 24px;
}

.wbjfthg-list {}

.wbjfthg-list li {}

.wbjfthg-list li a {
    border-bottom: 1px #EBEBEB solid;
    padding: 24px 0px;
    display: block;
}

.wbjfthg-list li a h4 {
    overflow: hidden;
    color: #000;
    text-overflow: ellipsis;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    /* 157.143% */
    white-space: nowrap;
    margin: 0px 0px 6px;
}

.wbjfthg-list li a:hover h4 {
    color: #d0b381;
}

.wbjfthg-list li a p.date {
    color: #4B4B4B;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 166.667% */
    margin-bottom: 0px;
}

.wbjfthg-list li:last-child a {
    border-bottom: none;
    padding-bottom: 0px;
}

.sphf-btn2 {
    border-radius: 4px;
    border: 1px solid #D0B381;
    padding: 6.5px 12px;
    color: #D0B381;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 157.143% */
}

.sphf-btn2:hover {
    background-color: #D0B381;
    color: #fff;
}

.fthg-div .news-Press-list2 li .content div .sphf-btn2 {
    margin-left: 10px;
}

.bqzt-div {
    padding: 60px 0px;
}

.bqft-title {
    border-radius: 12px;
    border: 1px solid #EBE0CD;
    background: radial-gradient(192.09% 116.21% at 94.24% -10.92%, #FFFAF3 0%, #FFF 100%);
    padding: 20px;
    margin-bottom: 20px;
}

.bqft-title h4 {

    overflow: hidden;

    color: #AA7141;

    text-overflow: ellipsis;

    /* 思源黑体(正文、标题、副标题)/24px/bold */



    font-size: 24px;

    font-style: normal;

    font-weight: 700;

    line-height: 32px;
    /* 133.333% */

    display: -webkit-box;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 1;

    width: calc(100% - 250px);

    float: left;

}

.bqft-title span {

    color: #AA7141;

    /* 思源黑体(正文、标题、副标题)/16px/Regular */

    font-size: 16px;

    font-style: normal;

    font-weight: 400;

    line-height: 24px;
    /* 150% */

    float: right;

    margin-top: 15px;

}

.bqft-video {
    width: 55%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;

}
.bqft-video .video-player{
    border-radius: 12px;
    overflow: hidden;
}
.bqft-video video {
    width: 100%;
    border-radius: 12px  12px;
    object-fit: cover;
    height: 500px;
}

.bqft-text {
    border-radius: 12px;
    background: #F9FAFD;
    padding: 20px;
}

.bqft-text h4 {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    /* 144.444% */
    position: relative;
    margin-top: 0px;
    margin-bottom: 12px;
}

.bqft-text h4::before {
    content: '';
    width: 5px;
    height: 20px;
    border-radius: 3px;
    background: #D0B381;
    position: absolute;
    top: 3px;
    left: -20px;
}

.bqft-text p {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    /* 157.143% */
}

.bqft-text2 p {
    color: #4B4B4B;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.bqft-text p span {}

.bqft-text p span+span {
    margin-left: 15px;
}

.bqft-text p span b {
    font-weight: 700;
}

.bqft-zy {
    float: left;
    width: 45%;
    padding-left: 15px;
    padding-right: 15px;
}

.bqft-text+.bqft-text {
    margin-top: 20px;
}



/* --- 滚动容器 --- */
.scroll-container {
    height: calc(100vh - 175px);
    width: 100vw;
    overflow-y: scroll;
    scroll-snap-type: y mandatory;
    scroll-behavior: smooth;
    margin-bottom: 0;
}

/* --- Footer容器 --- */
#section-5 {
    min-height: auto!important;
    height: auto!important;
    padding-bottom: 0px!important;
    overflow: visible!important;
}
#section-5 .footer{
    width: 100%;
  
}

/* --- 当footer显示时，调整bottom-nav位置 --- */
.bottom-nav.show-footer {
    position: relative;
    bottom: auto;
    margin-top: -120px;
    padding-bottom: 0px;
    padding-right: 20px;
    z-index: 1;
}

/* --- 通用板块样式 --- */
#scrollContainer  section {
    height: 100%;
    width: 100%;
    scroll-snap-align: start;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    padding-bottom: 120px;
}

/* 最后一屏特殊样式，允许滚动到footer */
#scrollContainer  section:last-child {
    scroll-snap-align: start;
    min-height: calc(100vh - 120px);
}


.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), transparent);
    /* 半透明深蓝遮罩 */
    z-index: 0;
}

#section-1 {}

#section-2 {}

#section-3 {
    /* background: url(../img/wl-bg.png) no-repeat; */
    background-size: auto;
    background-position-y: bottom;
    background-position-x: right;
    background-color: #fff3e2;
    padding-bottom: 120px;
}

#scrollContainer #section-4 {
    /* background: url(../img/wl-bg.png) no-repeat; */
    background-size: auto;
    background-position-y: bottom;
    background-position-x: right;
    background-color: #fff3e2;
    padding-bottom: 120px;
   
    -webkit-overflow-scrolling: touch;
    align-items: flex-start;
}
#scrollContainer #section-4 > .container {
    /* width: 100%; */
}
.fy-swiper::-webkit-scrollbar {
    width: 6px;
}
.fy-swiper::-webkit-scrollbar-track {
    background: transparent;
}
.fy-swiper::-webkit-scrollbar-thumb {
    background: rgba(208, 179, 129, 0.5);
    border-radius: 3px;
}
.fy-swiper::-webkit-scrollbar-thumb:hover {
    background: rgba(208, 179, 129, 0.8);
}

/* --- 底部固定导航栏 --- */
.bottom-nav {
    position: fixed;
    bottom: 10px;
    left: 0;
    width: 100%;
    height: 120px;
    z-index: 100;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 40px;
    gap: 50px;
}

.bottom-nav>img {
    width: 216px;
    margin-left: 30px;
}

.bottom-nav img.active {
    display: none;
}

.bottom-nav .nav-list {
    display: flex;
    list-style: none;

    /* 菜单间距 */
    padding-left: 30px;
    justify-content: space-between;
    gap: 40px;
    width: calc(100% - 320px);
}

.nav-item {
    cursor: pointer;
    display: flex;
    align-items: center;
    color: #888;
    transition: all 0.3s ease;
    position: relative;
    border-bottom: 3px solid #B4A07F;
    padding-bottom: 20px;
    flex: 1;
    justify-content: center;
}

.nav-item img {
    width: 66px;
    display: inline-block;
}

.nav-icon {
    width: 30px;
    height: 30px;
    margin-bottom: 5px;
    fill: currentColor;
    /* 图标颜色跟随文字 */
    opacity: 0.6;
    transition: all 0.3s ease;
}

.nav-text {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    display: inline-block;
    color: #B4A07F;

    /* 思源宋体(特殊大标题)/24px */
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: 24px;
    /* 100% */
    margin-left: 10px;
    font-family: "Source Han Serif CN";
}

/* --- 激活状态样式 --- */
.nav-item.active {
    color: #bfa37c;
    /* 金色高亮 */
    /* transform: translateY(-5px); */
    /* 微微上浮 */
    border-color: #AA7141;
}

.nav-item.active .nav-icon {
    opacity: 1;
    transform: scale(1.1);
}

.nav-item.active .active {
    display: block;
}

.nav-item.active .no-active {
    display: none;
}

.nav-item.active::after {}

.nav-item.active .nav-text {
    color: #AA7141;
}

.gqgk-right {
    width: 50%;
    float: right;
    /* overflow-y: auto; */
    max-height: 100%;
    position: relative;
    padding: 0px 0px 80px 100px;
    /* margin-top: 100px; */
    -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 75%, rgba(0, 0, 0, 0) 100%);
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 75%, rgba(0, 0, 0, 0) 100%);
    /* 兼容旧版浏览器（如Safari） */
    -webkit-mask: linear-gradient(to bottom, rgba(0, 0, 0, 1) 75%, rgba(0, 0, 0, 0) 100%);
}

.gqgk-right:hover {
    overflow-y: auto;
}

.gqgk-right p {
    /* text-shadow: 0 4px 4px rgba(72, 54, 39, 0.30); */
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    /* 177.778% */
    color: #fff;
    text-align: justify;
}

.gqgk-bg {
    width: 100%;
    object-fit: cover;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    z-index: 0;
}

.gqgk {
    width: ;
    height: 100%;
}

.gqgk::before {
    content: '';
    width: 50%;
    height: 100%;
    background: rgba(55, 15, 8, 0.60);
    position: absolute;
    right: 0px;
    top: 0px;
}

/* Chrome, Edge, Safari */
.gqgk-right::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.gqgk-right::-webkit-scrollbar-track {
    background: transparent;
    /* 轨道透明，显得更清爽 */
}

.gqgk-right::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2);
    /* 半透明黑色 */
    border-radius: 10px;
}

.gqgk-right::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.4);
}

/* Firefox */
.gqgk-right {
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, 0.2) transparent;
}

.gqgk .container {
    height: 100%;
    padding-top: 60px;
}

.gqgk::after {
    content: '';
    /* width: 100%;
    height: 50px;
    background: linear-gradient(0deg,rgba(55, 15, 8, 0.30),rgba(55, 15, 8, 0));
    position: absolute;
    right: 0px;
    bottom: 0px; */
}

.fg-swiper {
    overflow: inherit;
    width: 80%;
    margin: 0px auto;
}

.fg-swiper .swiper-slide {

    opacity: 0.6;
    transform: scale(0.9);

}

.fg-swiper .swiper-slide-active,
.fg-swiper  .swiper-slide-duplicate-active {
    transform: scale(1.1);
    margin-left: 40px;
    margin-right: 80px!important;
}
.fg-swiper .swiper-slide img {
    border-radius: 30px;
}
.fg-swiper .swiper-slide-active img,
.fg-swiper  .swiper-slide-duplicate-active img{
    border:3px solid #d0b381
}
.fg-swiper .swiper-slide-active:hover img,
.fg-swiper  .swiper-slide-duplicate-active:hover img{
    transform: scale(1.2);
}
.fg-swiper .swiper-slide h4 {
    border-radius: 80px;
    background: #FFF;
    color: #000135;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    padding: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: -30px 20px 0px;
    position: relative;
    text-align: center;
}
.fg-swiper .swiper-slide-active h4,
.fg-swiper .swiper-slide-duplicate-activee h4{
    padding: 16px 16px 16px 16px;
    border: 2px solid var(----1, #D0B381);
}
.fg-swiper .swiper-slide-active:hover h4,
.fg-swiper  .swiper-slide-duplicate-active:hover h4{
    opacity: 0;
}
.fg-swiper .swiper-slide-active,
.fg-swiper .swiper-slide-duplicate-active,
.fg-swiper .swiper-slide-prev,
.fg-swiper .swiper-slide-next {
    opacity: 1;

}
.fg-swiper .swiper-slide-active i{
    position: absolute;
    background-color: #D0B381;
    width: 58px;
    height: 58px;
    bottom: 0px;
    right: 21px;
    border-radius: 80px;
    color: #fff;
    font-size: 26px;
    text-align: center;
    line-height: 58px;
}

.fg-swiper .swiper-button-next,
.fg-swiper .swiper-button-prev,
.fg-swiper .swiper-pagination {
    position: static;
    display: inline-block;
}

.fg-swiper .swiper-pagination {
    width: auto;
}

.fg-swiper .swiper-pagination-bullets .swiper-pagination-bullet {
    background: transparent;
    width: 10px;
    height: 10px;
    border: 2px #fff solid;
    margin: 3px 9px;
    opacity: 0.65;
}

.fg-swiper .swiper-pagination-bullets .swiper-pagination-bullet-active {
    background: #fff;
    opacity: 1;
    position: relative;
}

.fg-swiper .swiper-pagination-bullets .swiper-pagination-bullet-active::before {
    content: '';
    width: 18px;
    height: 18px;
    border: 2px #fff solid;
    border-radius: 100%;
    top: -6px;
    left: -6px;
    position: absolute;
}

.fg-swiper .swiper-button-next,
.fg-swiper .swiper-button-prev {
    font-size: 20px;
    color: #B09566;
    background: none;
    border: 1px solid #B09566;
    line-height: 25px;
    height: 34px;
    padding: 2px 0px;
    width: 44px;
    border-radius: 4px;
    text-align: center;
    margin: 0px 10px;
}

.fg-swiper .swiper-pagination-btn {
    margin-top: 60px;
    text-align: center;
    margin-left: 80px;
}

.wl-left {
    width: calc(30% + 50px);
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    object-fit: cover;
}

.wl-div {
    width: 70%;
    float: right;
    padding-left: 100px;
    max-height: calc(100vh  - 300px);
    overflow-y: auto;
    position: relative;
}

#section-3 .container {}

.wl-div-list {
    border-bottom: 1px solid rgba(75, 75, 75, 0.50);
}

.wl-div-list li {
    padding: 28px 40px 28px 0px;
    border-top: 1px solid rgba(75, 75, 75, 0.50);
    position: relative;
}
.fy-swiper .swiper-slide a:hover,

.wl-div-list li a:hover {
    cursor: pointer;
}

.accordion-title {
    margin-top: 0px;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
}

.accordion-no {
    color: var(----7, #818181);
    font-family: DIN;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    /* 108.333% */
    display: inline-block;
}

.accordion-title {
    color: var(----9, #000);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    /* 144.444% */
    display: inline-block;
    margin-left: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
}

.accordion-icon{
    border-radius: 500px;
    border: 1.5px solid var(----6, #ABABAB);
    padding: 10px;
    color: #ABABAB;
    display: inline-block;
    position: absolute;
    right: 40px;
    top: 26px;
    font-weight: 600;
}

.accordion-content {color: var(----8, #4B4B4B);font-size: 14px;font-style: normal;font-weight: 400;line-height: 22px;margin-bottom: 0px;margin-left: 60px;-webkit-box-orient: vertical;-webkit-line-clamp: 5;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;}





/* Chrome, Edge, Safari */
.wl-div ::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.wl-div ::-webkit-scrollbar-track {
    background: transparent;
    /* 轨道透明，显得更清爽 */
}

.wl-div ::-webkit-scrollbar-thumb {
    background: rgba(208, 179, 129, 0.2);
    /* 半透明黑色 */
    border-radius: 10px;
}

.wl-div ::-webkit-scrollbar-thumb:hover {
    background: rgba(208, 179, 129, 0.4);
}

/* Firefox */
.wl-div {
    scrollbar-width: thin;
    scrollbar-color: rgba(208, 179, 129, 0.2) transparent;
}

.fy-swiper {
    padding: 0px 1px;
}

.fy-swiper .swiper-container {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.fy-swiper .swiper-slide {
    /* display: flex; */
    /* gap: 20px; */
}

.fy-swiper .swiper-slide a {
    display: flex;
    gap: 10px;
    flex: 1;
    min-width: 0;
    border-radius: 12px;
    border: 1px solid transparent;
    background: radial-gradient(92.56% 66.09% at 94.24% -10.92%, #FFFAF3 0%, #FFF 100%);
    padding: 20px;
  
}
.fy-swiper .swiper-slide a+a{
    margin-top: 30px;
}
.fy-swiper .swiper-slide a img {
    width: 170px;
    height: 117px;
}

.fy-swiper .swiper-slide a .content {
    display: grid;
    align-items: start;
    align-content: start;
}

.fy-swiper .swiper-slide a .content h4 {
    margin-top: 0px;
    overflow: hidden;
    color: var(----9, #000);
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /* 150% */
    display: block;
    border-bottom: 1px rgb(208 179 129 / 40%) solid;
    padding-bottom: 15px;
    position: relative;
}
.fy-swiper .swiper-slide a .content h4::before{
    content: '';
    width: 78.641px;
height: 1px;
background: #D0B381;
position: absolute;
left: 0px;
bottom: 0px;
}
.fy-swiper .swiper-slide a .content p {
    overflow: hidden;
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 166.667% */
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    margin-bottom: 0px;
}
.fy-swiper .swiper-slide a:hover{
    border-color:#D0B381;
}
.fy-swiper .swiper-slide a:hover .content h4{
    color:#D0B381 ;
}
#section-4 .swiper-button-next,
#section-4 .swiper-button-prev {
    font-size: 28px;
    color: #fff;
    background: none;
    border-radius: 10.909px;
    background: rgba(170, 113, 65, 0.70);
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -93px;
}

#section-4 .swiper-button-next {
    /* right: 0px; */
}

#section-4 .swiper-button-prev {}

.zdxxgk-div {
    background: #F9FAFD;
    padding: 60px 0px;
}

.zdxxgk-div-list {}

.zdxxgk-div-list li {
    padding: 15px 20px;
    border-radius: 8px;
    background: #FFF;
    margin-bottom: 8px;
}

.zdxxgk-div-list li a {
    overflow: hidden;
    color:  #000;
    text-overflow: ellipsis;
   
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    position: relative;
    padding-left: 20px;
}

.zdxxgk-div-list li a::before {
    content: '';
    width: 6px;
    height: 6px;
    background-color: #D0B381;
    border-radius: 100%;
    position: absolute;
    left: 0px;
    top: 11px;
}

.zdxxgk-div-list li a i {
    color: #818181;
    float: right;
    margin-top: 5px;
}
.zdxxgk-div-list li:hover a{
    color: #d0b381;
}
.zdxxgk-div-list li:nth-child(5n) {
    margin-bottom: 30px;
}

.public-model .modal-content {
    padding: 40px;
    border-radius: 12px;
    background: radial-gradient(257.94% 139.27% at 98.63% 1.67%, #fff4e5 0%, #FFF 100%);
}

.public-model .modal-title{
    color:  #AA7141;
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    letter-spacing: 5px;
    font-family: "Source Han Serif CN";
}
.public-model  .modal-header{
    border-bottom: none;
}
/* .wl-modal-body{
    max-height: calc(100vh - 200px);
    overflow-y: auto;
} */



/* Chrome, Edge, Safari */
.wl-modal-body::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.wl-modal-body ::-webkit-scrollbar-track {
    background: transparent;
    /* 轨道透明，显得更清爽 */
}

.wl-modal-body ::-webkit-scrollbar-thumb {
    background: rgba(208, 179, 129, 0.5);
    /* 半透明黑色 */
    border-radius: 10px;
}

.wl-modal-body ::-webkit-scrollbar-thumb:hover {
    background: rgba(208, 179, 129, 0.4);
}

/* Firefox */
.wl-modal-body{
    scrollbar-width: thin;
    scrollbar-color: rgba(208, 179, 129, 0.5) transparent;
    max-height: 70vh;
    overflow-y: auto;
}

.wl-modal-body h3{
    color:  #D0B381;
    font-family: "Source Han Serif CN";
    font-size: 42px;
    font-style: normal;
    font-weight: 900;
    line-height: 42px; /* 100% */
    position: relative;
    padding-bottom: 40px;
    margin-bottom: 40px;
}
.wl-modal-body h3::before{
    content: '';
    width: 50%;
    height: 1px;
    background: linear-gradient(to right,#D0B381,transparent);
    position: absolute;
    left: 0px;
    bottom: 0px;
}
.wl-modal-body img{
    margin: 10px auto;
    display: block;
    max-width: 80%!important;
}
.wl-modal-body p{
    color:  #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 177.778% */
    /* text-indent: 2em; */
    margin-top: 20px;
}
.fthg-select{
    position: absolute;
    top: 30px;
    right: 20px;
    border-radius: 4px!important;
    border: 1px solid #D0B381;
    background: var(--Gray-Gray-1, #FFF);
    color: #D0B381;
    padding: 5px 10px;
    outline: none;
    -webkit-appearance: auto!important;
    -moz-appearance: none!important;
}

.modal-bg{
    width: 70%;
    object-fit: cover;
    position: absolute;
    right: 0px;
    bottom: 0px;
    height: auto;
    z-index: 0;
}




.four-block {
    padding-left: 0;
    border: none!important;
    margin-bottom: 25px;
    margin-left: -12px;
    margin-right: -12px;
    width: auto;
    display: block;
    box-sizing: border-box;
}

.four-block li {
    float: left;
    width: 25%;
    padding: 0px 12px!important;
}

.four-block li>a>div {
    padding-top: 30px;
    padding-bottom: 30px;
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    /* box-shadow: 0 0 10px 0 rgba(0,0,0,0.05); */
    border-radius: 8px;
}

.four-block .active>a>div {
    background: #FFFFFF;
    border: 1px solid #D0B381;
    /* box-shadow: 0 0 20px 5px rgba(219,185,117,0.15); */
    position: relative;
}

.four-block .active>a>div:after {
    content: '';
    width: 15px;
    height: 15px;
    background: #fff;
    border-top: 1px solid #D0B381;
    border-left: 1px solid #D0B381;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    display: block;
    position: absolute;
    left: calc(50% - 7.5px);
    bottom: -8px;
}

.four-block li i {
    width: 60px;
    display: block;
    margin: 0 auto;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -ms-transition: .3s all;
    transition: .3s all;
}

.four-block li h3 {
    color: #000000;
    font-weight: bold;
    margin-top: 10px;
    letter-spacing: 3px;
    text-align: center;
    font-size: 20px;
    margin-bottom: 21px;
}
/* .four-block li i img{
    width: auto;
} */
.four-block li a {
    margin-right: 0;
    border: none!important;
    padding: 0!important;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.four-block li  p {
    margin-bottom: 0;
    color: #000000;
    font-size: 24px;
    margin-top: 13px;
    font-weight: bold;
}

.four-block li  p a {
    width: 50%;
    float: left;
    text-align: center;
    color: rgba(0,0,0, .3);
    font-size: 16px;
    margin-bottom: 11px;
}

.four-block li:last-child a {
    width: 100%;
}

.four-block li p a:hover {
    color: #CBB486;
}
.zxft-div-bottom  .public-title a:hover,
.bqzt-div  .public-title a:hover,
.Press-Release-div   .public-title a:hover{
    color: #000!important;
    cursor: auto;
}
.modal-backdrop{
    opacity: 0.5;
}
.crumbs {
    border-bottom: 1px solid #EEEEEE;
}

.breadcrumb li, .breadcrumb li a {
    font-size: 16px;
    color: rgba(0,0,0,0.5);
}

.breadcrumb {
    padding: 15px 0;
    margin-bottom: 0;
    background-color: transparent;
}

.breadcrumb>.active {
    color: rgba(0,0,0,0.5);
}

.breadcrumb li a:hover, .newsbox .hot li a:hover {
    color: #CBB486!important;
}


.zjsh-breadcrumb{
    position: absolute;
    width: 50%;
    z-index: 9;
    left: 0px;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.00) 80%);
    top: 0px;
}
.zjsh-breadcrumb .breadcrumb{
    background: none;
    margin-bottom: 0px;
    padding: 16px 0px;
}
.zjsh-breadcrumb .breadcrumb>li,
.zjsh-breadcrumb .breadcrumb>li a{
    color: #fff;

  
    font-family: "Noto Sans SC";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}
.zjsh-breadcrumb  .breadcrumb>li+li:before{
    color: rgba(255,255,255, .3);
}
.container{
    position: relative;
}



.accordion-item {
    /* border-bottom: 2px solid #b9b9b9; */
  }

  .accordion-header {
    width: 100%;
    display: grid;
    grid-template-columns: 60px 1fr 60px;
    min-height: 40px;
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
    cursor: pointer;
    text-decoration: none;
    text-align: left;
    font: inherit;
    align-items: center;
  }

  .accordion-no {
    /* color: #858585; */
    /* font-size: 44px; */
    /* font-weight: 500; */
    /* letter-spacing: 0; */
    /* line-height: 1; */
  }

  .accordion-title {
    /* color: #050505; */
    /* font-size: 34px; */
    /* font-weight: 800; */
    /* line-height: 1.25; */
    /* transition: color .25s ease; */
  }

  .accordion-icon {
    justify-self: end;
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    /* border: 3px solid #b8b8b8; */
    border-radius: 50%;
    color: #adadad;
    transition: border-color .25s ease, color .25s ease, transform .25s ease;
    font-size: 18px;
  }

  .accordion-icon svg {
    width: 42px;
    height: 42px;
    stroke: currentColor;
    stroke-width: 2.4;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .accordion-panel {
    display: grid;
    /* grid-template-columns: 100px 1fr 92px; */
    gap: 34px;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: max-height .45s ease, opacity .3s ease;
  }

  .accordion-content {
    /* grid-column: 3 / 3; */
    /* color: #676767; */
    /* font-size: 28px; */
    /* font-weight: 500; */
    /* line-height: 1.75; */
    padding: 16px 0px 50px;
  }

  .accordion-item.is-active .accordion-header,
  .accordion-item:hover .accordion-header,
  .accordion-item:focus-within .accordion-header {
    min-height: 40px;
    padding-top: 0px;
    align-items: start;
  }

  .accordion-item.is-active .accordion-no,
  .accordion-item.is-active .accordion-title,
  .accordion-item.is-active .accordion-icon,
  .accordion-item:hover .accordion-no,
  .accordion-item:hover .accordion-title,
  .accordion-item:hover .accordion-icon,
  .accordion-item:focus-within .accordion-no,
  .accordion-item:focus-within .accordion-title,
  .accordion-item:focus-within .accordion-icon {
    color: #b27a48;
  }

  .accordion-item.is-active .accordion-icon,
  .accordion-item:hover .accordion-icon,
  .accordion-item:focus-within .accordion-icon {
    border-color: #d8ba82;
  }

  .accordion-item.is-active .accordion-panel,
  .accordion-item:hover .accordion-panel,
  .accordion-item:focus-within .accordion-panel {
    max-height: 130px;
    opacity: 1;
  }

  .accordion:hover .accordion-item.is-active:not(:hover) .accordion-header,
  .accordion:focus-within .accordion-item.is-active:not(:focus-within) .accordion-header {
    min-height: 158px;
    padding-top: 0;
    align-items: center;
  }

  .accordion:hover .accordion-item.is-active:not(:hover) .accordion-no,
  .accordion:hover .accordion-item.is-active:not(:hover) .accordion-title,
  .accordion:hover .accordion-item.is-active:not(:hover) .accordion-icon,
  .accordion:focus-within .accordion-item.is-active:not(:focus-within) .accordion-no,
  .accordion:focus-within .accordion-item.is-active:not(:focus-within) .accordion-title,
  .accordion:focus-within .accordion-item.is-active:not(:focus-within) .accordion-icon {
    color: inherit;
  }

  .accordion:hover .accordion-item.is-active:not(:hover) .accordion-no,
  .accordion:focus-within .accordion-item.is-active:not(:focus-within) .accordion-no {
    color: #858585;
  }

  .accordion:hover .accordion-item.is-active:not(:hover) .accordion-title,
  .accordion:focus-within .accordion-item.is-active:not(:focus-within) .accordion-title {
    color: #050505;
  }

  .accordion:hover .accordion-item.is-active:not(:hover) .accordion-icon,
  .accordion:focus-within .accordion-item.is-active:not(:focus-within) .accordion-icon {
    color: #adadad;
    border-color: #b8b8b8;
  }

  .accordion:hover .accordion-item.is-active:not(:hover) .accordion-panel,
  .accordion:focus-within .accordion-item.is-active:not(:focus-within) .accordion-panel {
    max-height: 0;
    opacity: 0;
  }

  .accordion-header:hover .accordion-title,
  .accordion-header:hover .accordion-no,
  .accordion-header:hover .accordion-icon {
    color: #b27a48;
  }

  .accordion-header:hover .accordion-icon {
    border-color: #d8ba82;
    transform: translate(2px, -2px);
  }
  #scrollContainer #section-4 > .container{
  
    position: static;
  }
  .fy-swiper{
    max-height: calc(100vh - 300px);
    overflow-y: auto;
  }