li {
    list-style: none;
}

a:focus {
    background-color: transparent !important;
}

:root {
    --zfbz-accent: #d8ae74;
    --zfbz-accent-deep: #c69057;
    --zfbz-accent-soft: #fbf2e8;
    --zfbz-panel: #fffaf5;
    --zfbz-line: #eddcc8;
    --zfbz-shadow: 0 12px 28px rgba(176, 132, 69, 0.12);
    --zfbz-text: #2f2a24;
}



.public-list {
    margin-bottom: 0;
}

.public-list li {
    position: relative;
    width: 50%;
    float: left;
    padding-left: 16px;
}

.public-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--zfbz-accent);
    transform: translateY(-50%);
}

.public-list li a {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    color: var(--zfbz-text);
    font-size: 16px;
    line-height: 2.1;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.public-list li a:hover {
    color: var(--zfbz-accent-deep);
}

.tab {
    margin-top: 58px;
}

.public-title {
    margin: 62px auto 32px;
    text-align: center;
}

.public-title img {
    height: 55px;
    width: auto;
}
.four-block:before,
.four-block:after{
	display: none;
}
.four-block {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    margin: 0;
    padding: 0 28px;
    border: 0 !important;
}

.four-block li {
    width: auto;
    float: none;
    padding: 0 !important;
}

.four-block li a {
    display: block;
    padding: 0 !important;
    border: 0 !important;
    text-decoration: none;
}

.four-block li > a > div,.four-block .active>a>div {
    position: relative;
    padding: 18px 18px 26px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
	border:0;

}
ul.nav-tabs.nav-list>li.active>a{
	background: none;
}
.four-block .active>a>div:after{
	border:0;
}
.four-block li i {
    width: 96px;
    height: 96px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    font-size: 50px;
    color: var(--zfbz-accent);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.four-block li p {
    margin: 0;
    color: #16120e;
    font-size: 22px;
    line-height: 1.3;
    font-weight: 700;
}

.four-block .active a i {
    border-radius: 50%;
	background:#FCF6ED ;
	opacity: 1;
}

.four-block .active > a > div::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -9px;
    width: 18px;
    height: 18px;
    background: var(--zfbz-accent-soft);
    transform: translateX(-50%) rotate(45deg);
}

.tab .tab-content {
    padding: 26px 28px 28px;
    background: var(--zfbz-accent-soft);
    box-shadow: 0 8px 20px rgba(176, 132, 69, 0.08);
}

.tab-content .tab-pane {
    position: relative;
}

.tadaty-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 34px;
    margin: 0;
    padding-left: 18px !important;
}
.tadaty-list:before,.tadaty-list:after{
    display: none;
}
.tadaty-list li {
    position: relative;
    width: auto;
    float: none;
    color: var(--zfbz-accent);
    line-height: 1.9;
    list-style: none;
    overflow: hidden;
    min-width: 0;
    padding-left: 30px;
}

.tadaty-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--zfbz-accent);
}

.tab .tadaty-list li a {
    display: block;
    width: 100% !important;
    overflow: hidden;
    color: var(--zfbz-text);
    font-size: 16px;
    line-height: 1.95;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.tab .tadaty-list li a:hover{
    color:#8d6c32;
}
.more-btn {
    align-items: center;
    justify-content: center;
    width: 108px;
    height: 34px;
    margin: 26px auto 0;
	display: block;
	text-align: center;
	line-height: 34px;
    border: 1px solid var(--zfbz-accent);
    border-radius: 999px;
    color: var(--zfbz-accent);
    font-size: 14px;
    background: rgba(255, 255, 255, 0.55);
}

.more-btn:hover {
    color: #fff;
    background: var(--zfbz-accent);
}

.list-ul-pa10 {
    margin: 0 -10px;
}

.list-ul-pa10 .col-sm-4 {
    padding: 0 10px;
}

.sf-fz {
    position: relative;
    margin: 0 0 20px;
    overflow: hidden;
    border-radius: 20px;
    background: #fff;
    box-shadow: var(--zfbz-shadow);
}

.sf-fz h4 {
    position: relative;
    margin: 0;
    min-height: 70px;
    padding: 0 18px 0 0;
    background: linear-gradient(180deg, #fff8f2 0%, #fbf0e3 100%);
}

.sf-fz h4 span {
    position: relative;
    display: inline-flex;
    align-items: center;
    height: 70px;
    padding: 0 28px;
    background: linear-gradient(180deg, #ddb57a 0%, #cb9458 100%);
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    border-radius: 20px 20px 0 0;
}

.sf-fz h4 span::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -11px;
    width: 22px;
    height: 22px;
    background: #cb9458;
    transform: translateX(-50%) rotate(45deg);
}

.sf-fz h4 a {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #d0ab74;
    font-size: 14px;
}

.sf-fz h4 a .iconfont,
.sf-fz h4 a i {
    margin-left: 2px;
    font-size: 13px;
}

.sf-fz .public-list {
    padding: 18px 20px 20px;
    background: #fff;
}

.sf-fz .public-list li {
    float: none;
    width: 100%;
    padding-left: 14px;
    margin-bottom: 8px;
}

.sf-fz .public-list li:last-child {
    margin-bottom: 0;
}

.sf-fz .public-list li::before {
    top: 12px;
    width: 5px;
    height: 5px;
}

.sf-fz .public-list li a {
    font-size: 15px;
    line-height: 1.9;
}

.rczc {
    margin-top: 10px;
    margin-bottom: 36px;
    overflow: hidden;
}

.rczc .public-title {
    margin-top: 72px;
}

.rczc .rczc-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    width: 100%;
    float: none;
    margin: 0;
    padding: 0;
}

.rczc .rczc-list > li {
    width: auto;
    float: none;
    padding: 0;
    overflow: visible;
}

.rczc .rczc-list li .baozhang-link {
    position: relative;
    display: flex;
	margin-left: auto;
	margin-right: auto;
    align-items: center;
    justify-content: center;
	margin-bottom: 30px;
    gap: 12px;
    height: 54px;
    width: 60%;
    border-radius: 999px;
    background: linear-gradient(90deg, #cb9458 0%, #eccb90 100%);
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}

.rczc .rczc-list li .baozhang-link i {
    width: auto;
    margin-right: 0;
    font-size: 28px;
}

.common_property-bock {
    position: relative;
    margin-top: 0;
    padding: 18px 18px 14px;
    background: var(--zfbz-panel);
    border: 1px solid var(--zfbz-line);
    border-radius: 20px;
    box-shadow: 0 10px 24px rgba(176, 132, 69, 0.08);
}

.common_property-bock::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 50%;
    width: 18px;
    height: 18px;
    background: var(--zfbz-panel);
    border-top: 1px solid var(--zfbz-line);
    border-left: 1px solid var(--zfbz-line);
    transform: translateX(-50%) rotate(45deg);
}

.rczc .rczc-list .common_property li {
    float: none;
    width: 100%;
    padding: 0 0 0 14px;
    margin-bottom: 8px;
}

.rczc .rczc-list .common_property li:last-child {
    margin-bottom: 0;
}

.rczc .rczc-list .common_property li::before {
    top: 12px;
}

.rczc .rczc-list .common_property li a {
    display: block;
    font-size: 15px;
    line-height: 1.9;
    color: var(--zfbz-text);
}

.rczc .rczc-list .common_property li a:hover {
    color: var(--zfbz-accent-deep);
}

.right-ul,
.rczc .rczc-title,
.public-title label {
    display: none;
}

@media (max-width: 1199px) {
    .container {
        width: calc(100% - 32px);
    }

    .four-block {
        padding: 0;
    }

    .rczc .rczc-list li .baozhang-link {
        width: calc(100% - 32px);
    }
}

@media (max-width: 991px) {
    .time-daay {
        margin-right: 15px;
    }

    .title-hq {
        width: 100%;
    }

    .tadaty-list {
        gap: 8px 18px;
    }

    .tab .tadaty-list li a,
    .sf-fz .public-list li a,
    .rczc .rczc-list .common_property li a {
        font-size: 14px;
    }
    .rczc .rczc-list li .baozhang-link {
    }
}

@media (max-width: 767px) {
	.rczc .rczc-list{
		display: block;
	}
	.rczc .rczc-list > li{
		margin-top: 20px;
	}

    .tab {
        margin-top: 36px;
    }

    .public-title {
        margin: 44px auto 24px;
    }

    .four-block {
    }

    .four-block li > a > div {
        padding: 14px 18px;
        gap: 14px;
        background: #fff;
        border-radius: 18px;
        box-shadow: 0 4px 12px rgba(176, 132, 69, 0.08);
    }

    .four-block li i {
        width: 58px;
        height: 58px;
        font-size: 34px;
        background: rgba(216, 174, 116, 0.12);
        border-radius: 50%;
        box-shadow: none;
    }

    .four-block li p {
        font-size: 20px;
    }

    .four-block .active > a > div::after {
        display: none;
    }

    .tab .tab-content {
        padding: 16px;
    }

    .tadaty-list {
        grid-template-columns: 1fr;
        gap: 6px;
    }

    .tadaty-list li::before {
        top: 11px;
    }

    .list-ul-pa10 {
        margin: 0;
    }

    .list-ul-pa10 .col-sm-4 {
        padding: 0;
    }

    .rczc .rczc-list {
        grid-template-columns: 1fr;
        gap: 26px;
    }

    .rczc .rczc-list li .baozhang-link {
        width: 60%;
        margin-bottom: 14px;
    }
}

@media (max-width: 580px) {
    .public-title img {
        height: 42px;
        width: 100%;
        max-height: 42px;
        max-width: 100%;
        object-fit: contain;
    }

    .four-block li p {
        font-size: 18px;
    }

    .tadaty-list {
        padding-left: 14px !important;
    }
    .container{
        width: 100%;
    }
    .four-block .active>a>div{
        background: var(--zfbz-accent-soft);
    }
}

@media (max-width: 480px) {
    .sousuo-k,
    .xia-select {
        font-size: 14px !important;
        margin-bottom: 10px;
    }

    .time-daay {
        margin-bottom: 0;
    }

    .public-list li {
        width: 100%;
    }

    .public-list li a {
        width: 100%;
        font-size: 14px;
        line-height: 1.7;
    }

    .panel-white {
        padding: 20px;
    }

    .row {
        margin-left: 0;
        margin-right: 0;
    }

    .sf-fz {
        margin-top: 20px;
    }

    .sf-fz h4 {
        min-height: 62px;
    }

    .sf-fz h4 span {
        height: 62px;
        font-size: 18px;
        padding: 0 22px;
    }

    .sf-fz h4 a {
        right: 13px;
        font-size: 13px;
    }

    .sf-fz .public-list {
        padding: 14px 14px 16px;
    }

    .rczc .rczc-list .common_property li,
    .sf-fz .public-list li {
        margin-bottom: 10px;
    }

    .tab .tab-content {
        padding: 12px;
    }

    .tab .tadaty-list li a {
        font-size: 14px;
        line-height: 1.65;
    }

    .four-block li > a > div {
        padding: 12px 14px;
    }

    .four-block li i {
        width: 52px;
        height: 52px;
        font-size: 30px;
    }

    .four-block li p {
        font-size: 18px;
    }

    .public-title {
        margin: 34px auto 22px;
    }

    .rczc .public-title {
        margin-top: 46px;
    }
}

@media (max-width: 380px) {
    .sousuo-k,
    .xia-select {
        padding: 6px 6px !important;
    }
}
