* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    --s-common-gap: 2rem 0 5rem;
    --shadow: 0 2px 8px 1px #4442;
    font-size: 16px;
    font-family: "微软雅黑";
}

.w-14 {
    width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

.pc-h-mob-s {
    display: none !important;
}

.multi-text-hidden {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.row-text-hidden {
    overflow: hidden;
    word-break: keep-all;
    white-space: nowrap;
    text-overflow: ellipsis;
}

header {
    position: relative;
    box-shadow: var(--shadow);
}

header.short {
    min-height: 200px;
    padding-bottom: 1rem;
}

header.short::before {
    content: "";
    position: absolute;
    z-index: 1;
    inset: 0;
    background-color: #fff3;
}

header .logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0;
    position: relative;
    z-index: 2;
}

header .logo img {
    height: 80px;
}

header .nav-menu {
    background-color: #874c34;
    position: relative;
    z-index: 2;
}

header .nav-menu .w-14 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .nav-menu .w-14 dl {
    flex: 1;
    list-style: none;
    text-align: center;
    position: relative;
}

header .nav-menu .w-14 dl dt a {
    padding: 13px 0;
    color: #f5e8d5;
    text-decoration: none;
    display: block;
    font-size: 1.2rem;
}

header .nav-menu .w-14 dl dt a:hover {
    color: #502d05;
}

header .nav-menu .w-14 dl dd {
    position: absolute;
    z-index: 3;
    background-color: #874c34;
    max-height: 0;
    overflow: hidden;
    transition: 0.4s;
    width: 100%;
}

header .nav-menu .w-14 dl dd a {
    display: block;
    padding: 9px 2px;
    color: #fff;
    text-decoration: none;
}

header .nav-menu .w-14 dl dd a:hover {
    background-color: #502d05;
}

header .nav-menu .w-14 dl:hover dd {
    max-height: 300px;
    padding: 8px 0;
}

header .banner {
    position: relative;
}

header .banner::after {
    content: "";
    position: absolute;
    inset: 0;
    background: #874c34;
    opacity: 0.8;
}

header .banner .item {
    flex: 1;
    text-align: center;
    color: #fff;
    font-size: 1.2rem;
    padding: 1.3rem 0 1rem;
    position: relative;
    z-index: 2;
    text-decoration: none;
}

header .banner .item:hover {
    background: rgba(80, 45, 5, 0.8);
}

header .banner .item img {
    width: 55px;
    margin-bottom: 6px;
}

header .banner-font {
    margin-top: 10%;
    margin-bottom: 3%;
    max-width: 100%;
}

header .banner-bg {
    position: absolute;
    inset: 0;
    z-index: -1;
    display: flex;
    align-items: baseline;
    overflow: hidden;
}

header .banner-bg img {
    width: 100%;
}

header h2 {
    text-align: center;
    background-color: #fffe;
    border-radius: 1.4rem;
    padding: 7px 1.4rem;
    width: fit-content;
    margin: 50px auto 1rem;
    letter-spacing: 3px;
    box-shadow: 0 2px 10px #2228;
    mix-blend-mode: screen;
    text-shadow: 0 0 2px #222;
}

.search-wrap {
    width: fit-content;
    border: 1px solid #874c34;
    border-radius: 1.2rem;
    font-size: 0;
}

.search-wrap input {
    width: 180px;
    border: none;
    background: transparent;
    padding: 10px 15px;
    font-size: 0.95rem;
    color: #444;
}

.search-wrap input:focus {
    outline: none;
}

.search-wrap button {
    border: none;
    background: #874c34;
    color: #fff;
    border-radius: inherit;
    padding: 9px 1.1rem;
    font-size: 0.9rem;
}

.search-wrap:focus-within {
    background-color: rgba(255, 255, 255, 0.9);
}

.row {
    display: flex;
}

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

.row.wrap {
    flex-wrap: wrap;
}

.s-title {
    padding-top: 25px;
    color: #502d05;
    font-size: 2rem;
    position: relative;
    text-align: center;
    margin-top: 1.5rem;
    margin-bottom: 1.2rem;
}

.s-title::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 400px;
    height: 25px;
    background-image: url("../img/s-title-bg.png");
    background-position: top center;
    background-repeat: no-repeat;
}

.s-news {
    background-color: rgba(255, 255, 255, 0.7);
    position: relative;
    padding: var(--s-common-gap);
}

.s-news::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("../img/news-list-bg.png");
    background-size: cover;
    background-position: top center;
    z-index: -1;
}

.s-news .swiper-container {
    box-shadow: var(--shadow);
    width: 45%;
    height: 430px;
}

.s-news .swiper-container .swiper-slide {
    padding: 1rem;
    background-color: #fff;
    border-radius: 4px;
    overflow: hidden;
    height: 100%;
}

.s-news .swiper-container .swiper-slide img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.news-tab {
    display: flex;
    justify-content: center;
}

.news-tab span {
    border: 1px solid #874c34;
    padding: 0.6rem 2.5rem;
    color: #874c34;
    border-radius: 1.5rem;
    margin: 1.5rem 1.3rem;
    font-size: 1.1rem;
}

.news-tab span:hover {
    background-color: #874c34;
    color: #f5e8d5;
    cursor: pointer;
}

.news-tab span.active {
    background-color: #f5e8d5;
    color: #502d05;
}

.news-list-1 {
    width: 55%;
    padding-left: 3rem;
}

.news-list-1 .item {
    display: flex;
    justify-content: space-between;
    background-color: #f5e8d5;
    box-shadow: var(--shadow);
    padding: 1rem;
    text-decoration: none;
    color: #999;
    border-radius: 4px;
    height: 127px;
}

.news-list-1 .item:nth-child(2) {
    margin: 1.5rem 0;
}

.news-list-1 .item .left {
    width: 100px;
    flex-shrink: 0;
    text-align: center;
    margin-right: 1.5rem;
}

.news-list-1 .item .left i {
    font-size: 2.8rem;
    color: #502d05;
    display: block;
    font-weight: bold;
    line-height: 1.5;
}

.news-list-1 .item p {
    color: #502d05;
    font-size: 1rem;
    margin-bottom: 0.5rem;
    font-weight: bold;
}

.news-list-1 .item article {
    font-size: 0.9rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.news-list-1 .item:hover {
    color: #fffc;
    background-color: #874c34;
}

.news-list-1 .item:hover i,
.news-list-1 .item:hover p {
    color: #f5e8d5;
}

.s-department {
    background-image: url("../img/ksdh-bg.jpg");
    background-size: cover;
    padding: var(--s-common-gap);
    overflow: hidden;
}

.s-department .swiper-container {
    --button-gap: -56px;
    width: 95.4%;
    margin: 2rem auto;
    overflow: unset;
}

.s-department .swiper-container .common {
    width: 50px;
    height: 50px;
    background-color: #502d05;
    color: #fff;
    opacity: 1;
}

.s-department .swiper-container .swiper-button-next {
    right: var(--button-gap);
    clip-path: circle(50% at 1% 50%);
    justify-content: unset;
    padding-left: 6px;
    width: 50px;
    height: 50px;
    background-color: #502d05;
    color: #fff;
    opacity: 1;
}

.s-department .swiper-container .swiper-button-prev {
    left: var(--button-gap);
    clip-path: circle(50% at 100% 50%);
    justify-content: end;
    padding-right: 6px;
    width: 50px;
    height: 50px;
    background-color: #502d05;
    color: #fff;
    opacity: 1;
}

.s-department .swiper-container .swiper-button-next:after,
.s-department .swiper-container .swiper-button-prev:after {
    z-index: 9;
    font-size: 17px;
    font-weight: bold;
}

.s-department .swiper-wrapper .swiper-slide {
    background-image: url("../img/ksjs-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    padding: 1rem;
    height: 540px;
}

.s-department .swiper-wrapper .swiper-slide h4 {
    width: 100%;
    text-align: center;
    color: #fff;
    margin-bottom: 1.5rem;
    font-size: 1.4rem;
    letter-spacing: 2px;
    margin-top: 2rem;
}

.s-department .swiper-wrapper .swiper-slide > a {
    background: #b3774d;
    border: 1px solid #fff6cc;
    padding: 11px 15px;
    color: #fff;
    border-radius: 1.1rem;
    font-size: 0.95rem;
    width: calc(50% - 0.7rem * 2);
    height: fit-content;
    margin: 0.7rem;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    overflow: hidden;
    word-break: keep-all;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.s-department .swiper-wrapper .swiper-slide > a:hover {
    background: #502d05;
}

.s-department .swiper-wrapper .swiper-slide .more {
    position: absolute;
    bottom: 2.5rem;
    text-align: center;
    width: 100%;
    left: 0;
}

.s-department .swiper-wrapper .swiper-slide .more a {
    color: #fffc;
}

.s-expert {
    padding: var(--s-common-gap);
    background-image: url("../img/zjjs-bg.jpg");
    background-size: cover;
}

.s-expert .item {
    width: calc(100% / 5 - 1rem);
    background-color: #f5e8d5;
    padding: 0.7rem;
    margin: 0.5rem;
    text-align: center;
    box-shadow: var(--shadow);
    text-decoration: none;
}

.s-expert .item figure {
    width: 100%;
    aspect-ratio: 1/1.4;
    font-size: 0;
    overflow: hidden;
}

.s-expert .item figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s;
    transform-origin: center;
}

.s-expert .item p {
    color: #502d05;
    font-size: 1.1rem;
    margin-top: 0.5rem;
    font-weight: bold;
}

.s-expert .item:hover img {
    transform: scale(1.1);
}

.s-ztzl {
    padding: var(--s-common-gap);
    background-image: url("../img/ztzl-bg.jpg");
}

.s-ztzl .item {
    width: 50%;
    display: flex;
    margin-bottom: 2rem;
    margin-top: 1rem;
}

.s-ztzl .item figure {
    width: 42%;
    padding: 0.7rem;
    font-size: 0;
    box-shadow: var(--shadow);
    border-radius: 4px;
    background-color: #fff;
    flex-shrink: 0;
}

.s-ztzl .item figure img {
    width: 100%;
}

.s-ztzl .item ul {
    margin-left: 1rem;
    padding-left: 1rem;
    overflow: hidden;
    flex: 1;
}

.s-ztzl .item ul li {
    color: #502d05;
    width: 90%;
    list-style: none;
}

.s-ztzl .item ul li::before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #874c34;
    display: inline-block;
    transform: translate(-8px, -12px);
}

.s-ztzl .item ul li a {
    color: inherit;
    font-size: 0.95rem;
    text-decoration: none;
    max-width: 96%;
    display: inline-block;
    border-bottom: 1px dashed transparent;
    padding: 6px 0;
    overflow: hidden;
    word-break: keep-all;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.s-ztzl .item ul li a:hover {
    border-bottom-color: #874c34;
}

.s-szxfc {
    padding: var(--s-common-gap);
    background-image: url("../img/szxfc-bg.png");
    background-repeat: no-repeat;
    background-position: right top;
    background-size: contain;
}

.s-szxfc .item {
    width: 50%;
    padding: 1rem;
}

.fixed-left-qrcode {
    position: fixed;
    bottom: 1rem;
    z-index: 100;
    box-shadow: var(--shadow);
    font-size: 0;
}

.fixed-left-qrcode .btn-close {
    background: #fff;
    padding: 4px 6px 5px;
    position: absolute;
    top: -10px;
    right: -10px;
    border-radius: 50%;
    box-shadow: var(--shadow);
    line-height: 1;
    cursor: pointer;
    font-size: 1rem;
    color: #502d05;
}

.s-footer {
    background-image: url("../img/foot-bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #502d05;
    padding: 2rem 0;
}

.s-footer section {
    padding: 1rem;
}

.s-footer section li {
    margin-top: 5px;
    list-style: none;
}

.s-footer section li a {
    color: inherit;
    text-decoration: none;
}

footer {
    background-color: #502d05;
    color: #fff;
    text-align: center;
    padding: 1.5rem 1rem;
    font-size: 0.95rem;
}

footer img {
    width: 120px;
}

footer p {
    line-height: 2;
}

.mb-2 {
    margin-bottom: 1rem;
}

.mb-4 {
    margin-bottom: 2rem;
}

.mt-4 {
    margin-top: 2rem;
}

.mr-8 {
    margin-right: 4rem;
}

.pl-4 {
    padding-left: 2rem;
}

.tab-wrap .tab-head {
    cursor: pointer;
}

.tab-wrap .tab-body {
    position: relative;
}

.tab-wrap .tab-body .tab-item {
    position: absolute;
    inset: 0;
    visibility: hidden;
    transform: scale(0);
}

.tab-wrap .tab-body .tab-item.active {
    visibility: visible;
    position: relative;
    transform: scale(1);
}

main {
    margin-top: 2rem;
    position: relative;
    z-index: 1;
}

main .left {
    width: 240px;
    flex-shrink: 0;
    margin-right: 2rem;
    background-image: url("../img/ksjs-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    height: fit-content;
    min-height: 320px;
    margin-bottom: 1.5rem;
}

main .left dl {
    box-shadow: var(--shadow);
}

main .left dl dt {
    font-size: 1.5rem;
    padding: 1rem;
    color: #f5e8d5;
    border-bottom: 2px dashed rgba(0, 0, 0, 0.1);
    text-align: center;
    letter-spacing: 2px;
}

main .left dl dd {
    padding: 1rem;
}

main .left dl dd a,
main .left dl dd .tab-item {
    background: rgba(255, 255, 255, 0.4);
    display: block;
    padding: 0.8rem 1rem;
    color: #333;
    text-decoration: none;
    border: 1px solid #fff9;
    margin-bottom: 10px;
    text-align: center;
}

main .left dl dd a:hover,
main .left dl dd .tab-item:hover,
main .left dl dd a.active,
main .left dl dd .tab-item.active {
    background-color: #b3774d;
    color: #502d05;
    border-color: #874c34;
}

main .right {
    flex: 1;
    min-width: 0;
}

.news-text-list .item {
    display: block;
    padding: 1.1rem 1.5rem;
    background: #fff;
    margin-bottom: 1.4rem;
    box-shadow: 0 2px 8px #2221;
    text-decoration: none;
    border: 1px dashed transparent;
    color: #333;
    transform: translateY(3px);
    transition: 0.3s;
}

.news-text-list .item h3 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.news-text-list .item h3 span {
    width: 86%;
    word-break: keep-all;
    white-space: nowrap;
    color: inherit;
    font-size: 1.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-text-list .item h3 time {
    color: #888;
    font-size: 0.9rem;
    font-weight: normal;
}

.news-text-list .item .desc {
    color: #707070;
    font-size: 0.95rem;
    text-align: justify;
    line-height: 1.5;
}

.news-text-list .item:hover {
    border-color: #874c34;
    color: #502d05;
}

.news-pic-list {
    display: flex;
    flex-wrap: wrap;
}

.news-pic-list .item {
    width: calc(100% / 4 - 1rem);
    padding: 0.7rem;
    margin: 0 0.5rem 1rem;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: var(--shadow);
    text-align: center;
    color: #333;
    text-decoration: none;
}

.news-pic-list .item figure {
    width: 100%;
    aspect-ratio: 1 / 1.3;
    overflow: hidden;
    margin-bottom: 5px;
}

.news-pic-list .item figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s;
}

.news-pic-list .item figure img:hover {
    transform: scale(1.1);
}

.s-ksjs-list .tab-item {
    display: flex;
    flex-wrap: wrap;
}

.s-ksjs-list h2 {
    width: 100%;
    text-align: center;
    color: #502d05;
    margin: 1rem 0 0.5rem;
}

.s-ksjs-list a {
    width: calc(100% / 6 - 0.5rem * 2);
    padding: 7px 14px;
    margin: 0.5rem;
    color: #874c34;
    text-decoration: none;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    background-color: rgba(135, 76, 52, 0.6);
    position: relative;
    clip-path: polygon(0% 10px, 16px 0, calc(100% - 16px) 0, 100% 10px, 100% calc(100% - 10px), calc(100% - 16px) 100%, 16px 100%, 0% calc(100% - 10px));
}

.s-ksjs-list a::before {
    content: "";
    position: absolute;
    inset: 1px;
    background-color: #f5e8d5;
    clip-path: polygon(0% 10px, 16px 0, calc(100% - 16px) 0, 100% 10px, 100% calc(100% - 10px), calc(100% - 16px) 100%, 16px 100%, 0% calc(100% - 10px));
    z-index: -1;
}

.news-detail {
    background-color: #fff;
    box-shadow: var(--shadow);
    padding: 2rem;
    margin-bottom: 2rem;
    width: 1200px;
}

.news-detail > .title {
    font-size: 1.6rem;
    text-align: center;
}

.news-detail > .info {
    text-align: center;
    color: #999;
    margin-bottom: 4px;
    margin-top: 1rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #874c34;
}

.news-detail > .info span {
    padding: 0 1rem;
    font-size: 0.95rem;
}

.news-detail > article {
    font-size: 1rem;
    color: #333;
    border-top: 1px solid #874c34;
    padding: 1rem;
    line-height: 1.8;
}

.news-detail > article p {
    margin-bottom: 8px;
}

.gzs-list {
    margin: 1.5rem 0;
    box-shadow: 0 2px 10px rgba(135, 76, 52, 0.1);
    background-color: #fff;
    display: flex;
}

.gzs-list h3 {
    writing-mode: vertical-lr;
    margin-left: 30px;
    position: relative;
    color: #333;
    letter-spacing: 4px;
    padding: 1.5rem 1rem 1.5rem 2.9rem;
    background-color: rgba(245, 232, 213, 0.5);
}

.gzs-list h3::before {
    content: "";
    position: absolute;
    width: 0;
    height: 50px;
    top: 0;
    left: 20px;
    border-left: 1px dashed #874c34;
    z-index: 2;
}

.gzs-list h3::after {
    content: "\2748";
    position: absolute;
    width: 8px;
    height: 8px;
    top: 35px;
    left: 6px;
    z-index: 2;
    font-size: 1.4rem;
    color: #874c34;
}

.gzs-list ul {
    padding: 1rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    height: fit-content;
    width: 100%;
}

.gzs-list ul li {
    list-style: none;
    width: 48%;
    flex-shrink: 0;
    margin-bottom: 4px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(135, 76, 52, 0.4);
    color: #444;
    transition: 0.3s;
    padding: 2px 4px;
}

.gzs-list ul li a {
    text-decoration: none;
    color: inherit;
    max-width: calc(100% - 100px);
    padding: 6px 3px;
    overflow: hidden;
    word-break: keep-all;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.gzs-list ul li time {
    color: #999;
    font-size: 0.95rem;
    padding-top: 7px;
}

.gzs-list ul li:hover {
    background-color: #f5e8d5;
    color: #502d05;
}

.float-window {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    transform-origin: left top;
}

.float-window .btn-close {
    color: red;
    float: right;
    font-size: 12px;
    cursor: pointer;
    margin: 0;
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.pagination li {
    background-color: #ffffff;
    padding: 4px 8px;
    color: #555;
    margin: 0 8px;
    border-radius: 4px;
    list-style: none;
    font-size: .95rem;
    min-width: 28px;
    text-align: center;
    box-shadow: 0 1px 4px #d2d2d2;
}

.pagination li a {
    color: inherit;
    text-decoration: none;
}

.pagination .active {
    background-color: #874c34;
    color: #fff;
}

@media screen and (max-width: 410px) {
    html {
        --s-common-gap: 1rem 0 2rem;
        font-size: 15px;
    }

    .mob-h-pc-s {
        display: none !important;
        visibility: hidden;
    }

    .w-14 {
        width: 100%;
    }

    .mob-col {
        flex-direction: column;
    }

    header {
        margin-top: 52px;
        overflow: hidden;
    }

    header .logo {
        padding: 0.25rem 0;
        position: fixed;
        top: 0;
        background-color: #fff;
        z-index: 2;
        box-shadow: var(--shadow);
    }

    header .logo img {
        height: 44px;
    }

    header .btn-menu-open {
        display: flex;
        flex-direction: column;
        position: relative;
        z-index: 999;
        margin-right: 1rem;
    }

    header .btn-menu-open span {
        width: 24px;
        height: 3px;
        border-radius: 3px;
        background: #502d05;
        margin-bottom: 4px;
    }

    header .nav-menu {
        position: fixed;
        inset: 0;
        width: 100%;
        z-index: 1000;
        visibility: hidden;
        display: none;
        padding-top: 2rem;
    }

    header .nav-menu.is-show {
        visibility: visible;
        display: block;
    }

    header .nav-menu section {
        display: flex;
        flex-direction: column;
        width: 80%;
    }

    header .nav-menu section dl {
        border-bottom: 1px dashed rgba(255, 255, 255, 0.4);
        width: 100%;
        margin-bottom: 6px;
    }

    header .nav-menu section dl:hover dd {
        max-height: 0;
        display: none;
    }

    header .nav-menu .btn-menu-close {
        position: absolute;
        top: 1.5rem;
        right: 1rem;
    }

    header .nav-menu .btn-menu-close span {
        width: 24px;
        height: 3px;
        border-radius: 3px;
        display: block;
        background-color: #fff;
    }

    header .nav-menu .btn-menu-close span:nth-child(1) {
        transform: translateY(3px) rotate(45deg);
    }

    header .nav-menu .btn-menu-close span:nth-child(2) {
        transform: rotate(315deg);
    }

    header .banner-font {
        width: 200%;
        max-width: 200%;
        margin-top: 14%;
        margin-bottom: 4%;
    }

    header .banner .row {
        overflow-x: auto;
    }

    header .banner .item {
        width: 80px;
        flex: unset;
        flex-shrink: 0;
        padding: 0.7rem 0.5rem 0.5rem;
        font-size: 1rem;
        text-align: center;
    }

    header .banner .item img {
        width: 30px;
    }

    header .banner .item p {
        font-size: 1rem;
    }

    header.short {
        min-height: 160px;
    }

    header.short .banner-bg {
        height: auto;
    }

    .s-title {
        font-size: 1.5rem;
        margin-top: 1rem;
    }

    .news-tab {
        justify-content: space-between;
        padding: 0 1rem;
    }

    .news-tab span {
        padding: 0.3rem 0.9rem;
        margin: 0;
    }

    .s-news .swiper-container {
        height: fit-content;
        width: 100%;
    }

    .news-list-1 {
        width: 100%;
        padding: 1rem;
    }

    .news-list-1 .item {
        height: auto;
    }

    .news-list-1 .item .left {
        width: 80px;
        margin-right: 1rem;
    }

    .s-department .swiper-container {
        --button-gap: -56px;
        width: 80%;
    }

    .s-department .swiper-container .swiper-slide {
        height: 420px;
    }

    .s-department .swiper-container .swiper-slide h4 {
        margin-top: 1rem;
        margin-bottom: 0.8rem;
    }

    .s-department .swiper-container .swiper-slide > a {
        margin-top: 0.6rem;
        margin-bottom: 0.6rem;
        padding: 7px 15px;
    }

    .s-title::before {
        width: 100%;
        background-size: contain;
    }

    .s-expert .row {
        overflow-x: auto;
        margin: 1rem 0;
    }

    .s-expert .item {
        width: calc(50% - 1rem);
        flex-shrink: 0;
        margin: 1rem 0.5rem;
    }

    .s-ztzl .item {
        width: 100%;
        flex-direction: column;
        position: relative;
    }

    .s-ztzl .item figure {
        margin-left: 1rem;
    }

    .s-ztzl .item ul {
        background: #fffd;
        padding: 1rem 1rem 0.2rem 2.5rem;
        margin-left: 15%;
        margin-top: -8%;
        width: 80%;
        box-shadow: var(--shadow);
        border-radius: 6px;
    }

    .s-ztzl .item ul li {
        margin-bottom: 10px;
        width: 100%;
    }

    .s-szxfc {
        background-position: center;
    }

    .s-szxfc .item {
        width: 100%;
    }

    main {
        margin-top: 1rem;
        flex-direction: column;
    }

    main .left {
        width: 100%;
        margin-bottom: 1.5rem;
        min-height: auto;
        background-image: none;
    }

    main .left dl {
        box-shadow: none;
    }

    main .left dl dt {
        display: none;
    }

    main .left dl dd {
        background: transparent;
        display: flex;
        flex-wrap: wrap;
        padding: 0;
    }

    main .left dl dd a {
        background-color: #f5e8d5;
        width: calc(50% - 1rem);
        margin: 0.5rem;
        text-align: center;
    }

    main .right {
        width: 100%;
    }

    main .right .news-pic-list .item {
        width: calc(50% - 1rem);
    }

    .s-ksjs-list a {
        width: calc(100% / 3 - 1rem);
    }

    .news-text-list .item {
        padding: 0.8rem;
    }

    .news-text-list .item h3 {
        flex-direction: column;
    }

    .news-text-list .item h3 span {
        word-break: normal;
        white-space: inherit;
        width: 100%;
    }

    .news-text-list .item h3 time {
        text-align: right;
    }

    .news-detail {
        padding: 1.5rem;
    }

    .news-detail > .title {
        font-size: 1.3rem;
    }

    .news-detail > article {
        padding: 1rem 0 0;
    }

    .gzs-list {
        flex-direction: column;
    }

    .gzs-list h3 {
        writing-mode: horizontal-tb;
    }

    .gzs-list h3::after {
        left: 6px;
    }

    .gzs-list ul {
        padding: 1rem;
    }

    .gzs-list ul li {
        width: 100%;
    }

    footer p span {
        display: block;
    }

    .float-window {
        transform: scale(0.7);
    }
}
