article,
aside,
audio,
body,
canvas,
caption,
dd,
div,
dl,
dt,
fieldset,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
input,
label,
legend,
li,
mark,
menu,
nav,
ol,
p,
section,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
time,
tr,
ul,
video {
    margin: 0;
    padding: 0;
}

article,
aside,
blockquote,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

img {
    border: 0 none;
    vertical-align: top;
}

blockquote,
q {
    quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: none;
}
html, body {
    scroll-behavior: smooth; /* 平滑滚动效果 */
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

ins {
    text-decoration: underline;
}

del {
    text-decoration: line-through;
}

mark {
    background: 0 0;
}

input::-ms-clear {
    display: none!important;
}

a {
    color: #a58e72;
    text-decoration: none;
    -webkit-transition: color .2s ease;
    transition: .2s color ease;
    -ms-transition: color .2s ease;
}

a:focus,
a:hover {
    color: #1d1d1d;
    text-decoration: none;
}

a,
button,
input,
textarea {
    outline: 0;
}

html {
    background-color: #fff;
    scroll-behavior: smooth;
}

body {
    position: relative;
    background: #fff;
    font: 14px/1.6 'PingFang SC', Arial, "Microsoft YaHei UI", "Microsoft YaHei", serif;
  overflow-x: hidden;
}


/* Common */

.outer,
.inner {
    position: relative;
    display: block;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-two-line {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.text-three-line {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}


/* Header */

.header {
    border-top: 0px solid #6a5a1e;
    background: #fff url(../image/header_bg.jpg) no-repeat center;
}

.header .container {
    position: relative;
}

.header-logo {
    padding: 30px 0 30px 0; 
}

.header-logo img {
    width: auto;
    height: 75px;
}

.header-search {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -16px;
    width: 220px;
    height: 32px;
    line-height: 32px;
}

.search-input {
    position: absolute;
    padding: 0 10px;
    width: 100%;
    height: 100%;
    border: 1px solid #6a5a1e;
    border-radius: 16px;
    background-color: #fff;
    color: #333;
    font-size: 14px;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
    -ms-transition: .3s all ease;
}

.search-input::-webkit-input-placeholder {
    color: #282828;
}

.search-input:focus {
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.search-button {
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 32px;
    border: 0;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
    background: url(/rsc/static/image/icon_search.png) no-repeat center;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
    -ms-transition: .3s all ease;
}

.search-button:hover {
    background-color: rgb(0, 0, 0, .1);
}


/* Footer */

.footer {
    background-color: #315b8a;
    padding: 30px 0;
}
.footer .row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.footer-copyright {
    color: #fff;
    line-height: 1.8;
    flex: 1;
    padding-right: 30px;
}

.footer-copyright p {
    margin-bottom: 5px;
}
.footer-link {
    flex: 1;
    text-align: right;
}
.footer-link h4 {
    color: #333;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: bold;
    text-align: right;

}

.footer-link-list {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: right;
}

.footer-link-list li {
    margin-bottom: 8px;
}

.footer-link-list a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-link-list a:hover {
    color: gray;
}

/* Header Nav */

.header-nav {
    z-index: 10;
    width: 100%;
    height: 50px;
    background: #145daccc;
    line-height: 50px;
}

.navbar-toggle {
    padding: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgba(0, 0, 0, .3) url(../image/icon_menu.png) no-repeat center;
    background-size: 26px auto;
    -webkit-transition: .3s background-color ease;
    -moz-transition: .3s background-color ease;
    transition: .3s background-color ease;
}

.navbar-toggle.collapsed {
    background-color: transparent;
}

.site-nav {
    padding-right: 0;
    padding-left: 0;
}

.site-nav,
.site-nav>ul {
    width: 100%;
    height: 50px;
}

.navbar-nav>li {
    position: relative;
    width: 11.111%;
}

.navbar-nav>li>a {
    display: block;
    padding: 0;
    width: 100%;
    height: 50px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    line-height: 50px;
    -webkit-transition: .2s background-color ease;
    transition: .2s background-color ease;
    -ms-transition: .2s background-color ease;
}

.navbar-nav>li:hover>a {
    background-color: rgba(0, 0, 0, .35);
}

.navbar-nav>li:last-child>ul {
    right: 0;
    left: auto;
}

.site-nav .open>a,
.site-nav .open>a:focus,
.site-nav .open>a:hover,
.site-nav>li>a:focus,
.site-nav>li>a:hover {
    border: none;
    background: rgba(0, 0, 0, .35);
    color: #fff;
}

.dropdown-menu {
    position: absolute;
    right: 0;
    left: 0;
    display: block;
    visibility: hidden;
    width: 100%;
    min-width: 180px;
    border: none;
    border-radius: 0;
    background-color: transparent;
    box-shadow: 0 0 8px rgba(0, 0, 0, .1);
    text-align: center;
    font-size: 16px;
    opacity: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
    -ms-transform: translateY(15px);
    -ms-transition: all .3s ease;
}

.dropdown-menu>li {
    width: 100%;
}

.dropdown-menu>li>a {
    display: block;
    padding: 10px 0 10px 15px;
    background: #fff;
    color: #2b374c;
    text-align: left;
    font-size: 14px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -ms-transition: all .3s ease;
}

.dropdown-menu>li>a:hover {
    background-color: #a58e72;
    color: #fff;
}

.open>.dropdown-menu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}


/*
*   Homepage
*/

.home-banner {
    max-width: 100%;
    background-color: #333;
}

.banner-carousel {
    position: relative;
    width: 100%;
    height: 430px;
    overflow: hidden;
    z-index: 1; /* 确保轮播图在其他内容之下 */
}

.banner-carousel .swiper-wrapper,
.banner-carousel .swiper-slide,
.banner-carousel .swiper-slide a {
    width: 100%;
    height: 100%;
}

.banner-carousel .swiper-slide {
    background: transparent;
    overflow: hidden;
    /* 添加平滑过渡效果，使图片切换更自然 */
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.banner-carousel .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* 移除过渡效果中的object-position属性 */
    object-position: 50% 70%;
}

.banner-pagination {
  position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 10; /* 确保分页指示器在轮播图之上 */
    display: block !important;
    opacity: 0.5; /* 默认半透明 */
    transition: opacity 0.3s ease; /* 平滑过渡效果 */
}
.banner-pagination.show {
    opacity: 1; /* 显示时完全不透明 */
}
.banner-pagination .swiper-pagination-bullet {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    opacity: 1;
    margin: 0 5px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.banner-pagination .swiper-pagination-bullet-active {
    background: #fff;
    box-shadow: 0 0 2px #333;
}

.banner-button-prev,
.banner-button-next {
     position: absolute;
    top: 50%;
    width: 44px;
    height: 44px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    z-index: 20;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    opacity: 0; /* 初始时隐藏按钮 */
    pointer-events: none; /* 隐藏时不允许交互 */
}

.banner-button-prev::after,
.banner-button-next::after {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    border: solid #fff;
    border-width: 0 4px 4px 0;
    padding: 3px;
}
.banner-carousel:hover .banner-button-prev,
.banner-carousel:hover .banner-button-next {
    opacity: 1; /* 悬停时显示按钮 */
    pointer-events: auto; /* 允许交互 */
}
.banner-button-prev {
    left: 20px;
    right: auto;
    transform: translateY(-50%);
}

.banner-button-next {
    right: 20px;
    left: auto;
    transform: translateY(-50%);
}

.banner-button-prev::after {
    transform: rotate(135deg);
    margin-left: 6px;
}

.banner-button-next::after {
    transform: rotate(-45deg);
    margin-right: 6px;
}

.banner-button-prev:hover,
.banner-button-next:hover {
    background: rgba(0, 0, 0, 0.6);
}

/* 移动端样式调整 */
@media screen and (max-width: 768px) {
      .banner-carousel {
        height: 300px;
    }

    .banner-carousel .swiper-slide img {
        object-position: 50% 70%;
    }

    .banner-button-prev,
    .banner-button-next {
       display: none;
    }
    .banner-button-prev::after,
    .banner-button-next::after {
        width: 12px;
        height: 12px;
        border-width: 0 3px 3px 0;
    }

    .banner-pagination {
        bottom: 5px;
    }
}

.banner-carousel .swiper-slide a,
.banner-carousel .swiper-slide img {
    cursor: pointer;
}

.block-title {
    position: relative;
    margin: 10px 0;
    width: 100%;
    height: 30px;
    border-bottom: 1px solid #b4c7d2;
    line-height: 30px;
}

.block-title h1 {
    position: relative;
    width: 100%;
    height: 30px;
    line-height: 30px;
}

.block-title h1::after {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 88px;
    border-bottom: 3px solid #1b78dd;
    content: "";
}

.block-title h1 img {
    width: auto;
    height: 30px;
}

.block-title h1.i1 {
    background-image: url(https://skc.suda.edu.cn/_upload/tpl/03/6c/876/template876/static/img/home_title_1.png);
}

.block-title h1.i2 {
    background-image: url(https://skc.suda.edu.cn/_upload/tpl/03/6c/876/template876/static/img/home_title_2.png);
}

.block-title h1.i3 {
    background-image: url(https://skc.suda.edu.cn/_upload/tpl/03/6c/876/template876/static/img/home_title_3.png);
}

.block-title h1.i4 {
    margin: 0 auto 40px;
    background-image: url(https://skc.suda.edu.cn/_upload/tpl/03/6c/876/template876/static/img/home_title_4.png);
}

.block-title h1.i5 {
    margin: 0 auto 40px;
    background-image: url(https://skc.suda.edu.cn/_upload/tpl/03/6c/876/template876/static/img/home_title_5.png);
}

.block-title .view-more {
    position: relative;
    z-index: 10;
    float: right;
    margin-top: -28px;
    color: #84898c;
    text-align: center;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    line-height: 20px;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
    -ms-transition: .3s all ease;
}

.block-title .view-more:hover {
    background-color: #0e4d7e;
    color: #fff;
}

.home-news-1 {
    padding: 35px 0 10px;
    background: url(/rsc/static/image/news_row_1_bg.png) no-repeat center bottom;
}

.news-carousel {
    position: relative;
    margin-top: 10px;
    width: 100%;
    height: 420px;
    background-color: #f1f1f1;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
    -ms-transition: .3s all ease;
}

.news-carousel:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}

.news-carousel .swiper-slide {
    position: relative;
    display: block;
    border-bottom: 2px solid #0e4d7e;
}

.news-carousel-item .img {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 350px;
}

.news-carousel-item .img .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
    -ms-transition: .3s all ease;
}

.news-carousel-item:hover .img .overlay {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.news-carousel-item .content {
    padding: 18px 25px 0 25px;
    width: 100%;
    height: 70px;
    background-color: #fff;
}

.news-carousel-item .content h3 {
    color: #111;
    font-size: 16px;
    line-height: 1.3;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
    -ms-transition: .3s all ease;
}

.news-carousel-item:hover .content h3 {
    color: #1b78dd;
}

.news-carousel-item .content p {
    color: #628ec3;
    text-align: left;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
    -ms-transition: .3s all ease;
}

.news-carousel-item:hover .content p {
    color: #999;
}

.news-button-prev,
.news-button-next {
    top: auto;
    width: 15px;
    height: 15px;
    background-color: #082b3f;
    background-size: auto;
}

.news-button-prev {
    right: 34px;
    bottom: 90px;
    left: auto;
    background-image: url(/rsc/static/image/icon_news_slide_left.png);
}

.news-button-next {
    bottom: 90px;
    background-image: url(/rsc/static/image/icon_news_slide_right.png);
}

.date-list li {
    margin-bottom: 3px;
}

.date-item {
    position: relative;
    height: 40px;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
    -ms-transition: .3s all ease;
}

.date-item:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}

.date-item .date {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100px;
    text-align: center;
}

.date-item .date::after {
    position: absolute;
    top: 12px;
    right: 0;
    height: 20px;
    border-left: 1px solid #d6d6d6;
    content: "";
}

.date-item .date span {
    display: inline-block;
    height: 40px;
    color: #0e4d7e;
    text-align: center;
    font-size: 14px;
    line-height: 40px;
}

.date-item .content {
    padding-left: 110px;
}

.date-item .content h3 {
    padding-top: 12px;
    color: #111;
    font-size: 15px;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
    -ms-transition: .3s all ease;
}

.date-item:hover .content h3 {
    color: #0e4d7e;
}

.date-item .content p {
    padding-top: 2px;
    color: #859399;
    font-size: 14px;
}

.date-item:hover .content p {
    color: #999;
}

.home-news-2 {
    padding: 50px 0 80px;
    background: #f2f1eb url(../image/news_row_2_bg.png);
}

.home-news-2 .inner {
    z-index: 1;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, .01);
}

.home-news-2 .overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 400px;
}

.img-link {
    position: relative;
    z-index: 1;
    margin: 30px 0 40px;
}

.img-link-item {
    position: relative;
    float: left;
    width: 16%;
    height: 70px;
    text-align: center;
    line-height: 70px;
    margin-right: 11px;
}

.img-link-item a {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 220px;
    height: 70px;
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 0 0 20px rgba(106, 90, 30, .1);
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
    -ms-transition: .3s all ease;
}

.img-link-item a:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    transform: scale(1.05);
}

.img-link-item i {
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
    z-index: 0;
    border: 2px solid #f2f1eb;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
    -ms-transition: .3s all ease;
}

.img-link-item a:hover i {
    border-color: #6a5a1e;
}

.img-link-item img {
    margin-right: 6px;
    width: auto;
    height: 25px;
    vertical-align: middle;
}

.img-link-item span {
    color: #222;
    font-size: 19px;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
    -ms-transition: .3s all ease;
}

.img-link-item:hover span {
    color: #666560;
    font-weight: 600;
}


        .block-list {
            margin-top: 15px;
            min-height: 320px;
        }

        .list-item {
            padding: 20px 0;
            border-bottom: 1px dotted #eee;
            position: relative;
            padding-left: 20px;
            transition: all 0.3s ease;
        }

        .list-item::before {
            content: "";
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            width: 0;
            height: 0;
            border-left: 6px solid #1b78dd;
            border-top: 4px solid transparent;
            border-bottom: 4px solid transparent;
            transition: all 0.3s ease;
        }

        .list-item:hover::before {
            border-left-color: #0056b3;
            transform: translateY(-50%) translateX(2px);
        }

        .list-item h3 {
            color: #111;
            font-size: 14px;
        }

        .list-item h3 a {
            color: #111;
            transition: color 0.3s ease;
            text-decoration: none;
        }

        .list-item:hover h3 a {
            color: #1b78dd;
        }

        .list-item:hover {
            background-color: #f8f9fa;
            padding-left: 22px;
        }


/*
.list-item p{
    padding: 4px 0 0 20px;
    background: url(/rsc/static/image/icon_date.png) no-repeat center left;
}
日历图标作废
 */

/* Column */

.column {
    padding: 40px 0 80px;
}


    .quick-links-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 20px;
        padding-bottom: 10px;
        border-bottom: 1px solid #ccc;
    }

    .quick-links-header h2 {
        margin: 0;
        font-size: 24px;
        font-weight: bold;
        color: #333;
    }

    .quick-links-header .english {
        color: #666;
        font-size: 16px;
    }

    /* 借鉴原有样式 */
    .column-anchor {
        padding-left: 20px;
        height: 60px;
        background-color: #847146;
        color: #fff;
        font-weight: 600;
        font-size: 18px;
        line-height: 60px;
        cursor: pointer;
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .column .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }

    .column-nav {
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
        margin-top: 20px;
        width: 200px;
        margin: 0 50%;
    }

    .column-nav ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
        background-color: #fff;
    }

    .column-nav ul li {
        margin-bottom: 10px;
    }

    .column-nav ul li:last-child {
        margin-bottom: 0;
    }

    .column-nav ul li a {
        display: block;
        width: 100%;
        height: 34px;
        line-height: 34px;
        background-color: #d9c9b9;
        color: #5a4a3a;
        text-align: center;
        text-decoration: none;
        font-size: 14px;
        border: 1px solid #ccc;
        box-sizing: border-box;
    }

    .column-nav ul li a:hover {
        background-color: #c9b9a9;
        color: #ffffff;
    }

    .navbar-toggle {
        background-color:transparent;
        border: none;
        color: #fff;
        padding: 0;
        font-size: 18px;
        display: inline-block;
        cursor: pointer;
        position: absolute;
        right: 15px;
        width: 30px;
        height: 30px;
        text-align: center;
        line-height: 30px;
    }

    /* 在PC端隐藏.navbar-toggle */
    @media (min-width: 768px) {
        .navbar-toggle {
            display: none;
        }
    }

    /* 在移动设备上隐藏整个快速链接区域 */
    @media (max-width: 767.98px) {
        .quick-links-wrapper {
            display: none;
        }
    }


.breadcrumb-nav {
    float: right;
    margin-top: -10px;
    padding: 8px 0;
    color: #a58e72;
    font-size: 14px;
}

.breadcrumb-nav a {
    color: #a58e72;
}

.breadcrumb-nav a:hover {
    color: #333;
}

.column-content {
    min-height: calc(100vh - 300px);
    box-shadow: 0 0 5px rgb(0, 0, 0, .1);
}

.column-name {
    padding: 0 25px;
    height: 60px;
    border-top: 4px solid #7c6951;
    border-bottom: 1px solid #efefef;
    color: #333;
    font-weight: bold;
    font-size: 18px;
    line-height: 60px;
}

.column-list {
    padding: 10px 25px;
}

.column-list li {
    padding-top: 8px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #efefef;
}

.column-list li h2 {
    font-size: 16px;
}

.column-list li h2 a {
    color: #333;
    font-size: 16px;
}

.column-list li h2:hover a {
    color: #325487;
}

.column-list li p {
    margin-top: 5px;
    color: #555;
}

#wp_pager {
    text-align: center;
}


/* Post */

.post-detail {
    padding-top: 40px;
    padding-bottom: 50px;
}

.post-detail .inner {
    max-width: 1024px;
    width: 100%;
    min-height: calc(100vh - 300px);
    margin: 0 auto;
    background-color: #fff;
}

.post-info {
    padding: 30px 10px;
    border-top: 4px solid #6a5a1e;
    border-bottom: 1px solid #f1f1f1;
    background: #fff;
}

.post-title {
    padding-bottom: 5px;
    color: #333;
    text-align: center;
    font-size: 22px;
}

.post-attr {
    margin-bottom: 15px;
    color: #979797;
    text-align: center;
}

.post-content {
    margin: 20px 30px;
    min-height: 400px;
}

.post-content img {
    margin: 10px 0;
    max-width: 100%!important;
}

#qrcode {
    padding-top: 20px;
    border-top: 1px solid #f1f1f1;
}

#qrcode img {
    display: block;
    margin: 0 auto;
    padding: 8px;
    border: 2px solid #325487;
}

.qrcode-share {
    margin-top: 5px;
    text-align: center;
}

@media screen and (max-width: 1199px) {
    /* Home */
    .img-link-item {
        line-height: 63px;
    }
    .img-link-item a {
        width: 180px;
        height: 63px;
        background-size: cover;
    }
    .img-link-item img {
        height: 20px;
    }
    .img-link-item span {
        font-size: 18px;
    }
}

@media screen and (max-width: 991px) {
    /* Nav */
    .header-logo {
        text-align: center;
        flex-direction: column !important;
        align-items: center !important;
   padding: 5px 0 5px 0; 
    }
    
    .header-logo a {
        flex-direction: column !important;
        align-items: center !important;
        width: 100%;
    }
    
    .header-logo div[style*="margin-left"] {
        margin-left: 0 !important;
        border-left: none !important;
        padding-left: 0 !important;
        margin-top: 8px;
        width: 100%;
        text-align: center;
    }
    
    .header-logo div[style*="font-size: 22px"] {
        font-size: 18px !important;
        line-height: 1.2 !important;
        white-space: nowrap;
    }
    
    .header-logo div[style*="font-size: 16px"] {
        font-size: 14px !important;
        margin-top: 2px !important;
        white-space: nowrap;
    }
    
    .header-search {
        display: none;
    }
    .header-nav .container {
        width: 100%;
    }
    /* Home */
    .banner-carousel {
        height: 30vw;
    }
    .img-link {
        text-align: center;
    }
    .img-link-item {
        float: left;
        width: 48%;
        margin: 1%;
    }
    .home-news-2 {
        margin-top: -95px;
        padding: 150px 0 80px;
    }
    /* 针对表格布局的改良 */
  /* 调整表格的宽度和显示方式 */
    .inner.img-link table {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

    /* 调整表格行的宽度和显示方式 */
    .inner.img-link tr {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

    /* 调整表格单元格的宽度、文本对齐和内边距 */
    .inner.img-link td {
        flex: 1 1 50%; /* 每个单元格占50%宽度，允许换行 */
        text-align: center;
        padding: 10px;
        box-sizing: border-box;
    }

    /* 调整图像链接项的显示方式、方向、对齐方式、宽度、外边距和内边距 */
    .inner.img-link .img-link-item {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 100%;
        margin: 10px 0;
        padding: 0 10px;
        box-sizing: border-box;
    }

    /* 调整链接的显示方式和对齐方式 */
    .inner.img-link .img-link-item a {
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: center;
    }

    /* 调整图像的样式 */
    .inner.img-link .img-link-item img {
        width: 35px;
        height: 35px;
        object-fit: cover;
        margin-right: 10px;
    }

    /* 调整文本的样式 */
    .inner.img-link .img-link-item span {
        margin-left: 10px;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    .header-logo img {
        width: 100%;
        height: auto;
    }
    
    /* 进一步优化logo文字 */
    .header-logo div[style*="font-size: 22px"] {
        font-size: 16px !important;
    }
    
    .header-logo div[style*="font-size: 16px"] {
        font-size: 13px !important;
    }
    
    /* Nav */
    .site-nav,
    .site-nav>ul {
        height: auto;
    }
    .header-nav .navbar-toggle {
        color: #fff;
    }
    .header-nav .container {
        padding: 0;
    }
    .header-nav .navbar-nav {
        margin: 0;
    }
    .navbar-nav {
        padding-top: 10%;
    }
    .site-nav {
        margin: 0!important;
        padding: 0!important;
    }
    .site-nav li {
        width: 100%;
        background: #437dbd;
    }
    .site-nav li a {
        padding: 9px 0 9px 30px;
        text-align: left;
        font-size: 16px;
    }
    .navbar-nav>li>a {
        height: auto;
        line-height: initial;
    }
    .site-nav .open .dropdown-menu>li>a {
        padding: 6px 0 6px 30px;
    }
    .site-nav>ul>li::after {
        content: "";
    }
    .dropdown-menu {
        padding: 0;
    }
    /* Footer */
    .footer {
        padding-bottom: 35px;
    }
    .footer-copyright {
        padding: 30px 0 10px;
    }
    .footer-link {
        float: none;
        margin-top: 5px;
    }
    /* Column */
    .column .navbar-toggle {
        margin-top: 15px;
    }
    /* Post */
    .post-content img {
        max-width: 100%;
        width: 100%!important;
        height: auto!important;
    }
}

@media screen and (max-width: 480px) {
    /* 超小屏幕logo文字进一步优化 */
    .header-logo div[style*="font-size: 22px"] {
        font-size: 14px !important;
    }
    
    .header-logo div[style*="font-size: 16px"] {
        font-size: 12px !important;
    }
    
    /* Home */
    .img-link-item {
        width: 49%;
    }
    /* Column */
    .column-name {
        height: auto;
        line-height: inherit;
        padding: 15px 20px;
    }
    .breadcrumb-nav {
        float: none;
        display: block;
    }
    .column-list {
        padding: 15px 0;
    }
    .column-list li {
        padding-left: 20px;
        padding-right: 20px;
    }
    #wp_pager ul.pages li {
        padding: 0;
    }
}

.img-link-item:nth-child(6) {
    margin-right: 0px;
}



.banner-area {
    width: 100%;
    height: 100%; /* 让整个区域充满父容器 */
    display: flex;
    flex-direction: column;
    justify-content: stretch;
}

.banner-box {
    flex: 1 1 auto; /* 允许盒子根据内容自动调整大小 */
    width: 100%;
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #eee;
    background: #fff;
}

.banner-box:last-child {
    border-bottom: none;
}

.box-title {
    flex: 0 0 auto; /* 让标题部分不伸缩，占据所需空间 */
    display: flex;
    align-items: center;
    padding-left: 30px;
    font-size: 22px;
    font-weight: bold;
    color: #a58e72;
    background: #f5f5f5;
    border-bottom: 1px solid #e0e0e0;
    justify-content: space-between; /* 使标题和链接在两端对齐 */
}

.box-list {
    flex: 1 1 auto; /* 让列表部分根据内容自动调整大小 */
    display: flex;
    flex-direction: column; /* 确保列表垂直排列 */
    align-items: flex-start;
    padding: 18px 30px;
    overflow-y: auto; /* 如果内容超出，允许滚动 */
}

.box-list ul {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.box-list li {
    font-size: 15px;
    color: #333;
    margin-bottom: 10px;
    line-height: 1.7;
    text-align: left;
    position: relative;
    padding-left: 16px;
}

.box-list li a {
    color: #333;
}

.box-list li:hover a {
    color: #1b78dd;
}

.box-list li::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #a58e72;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 10px;
}

.box-title .view-more {
    position: relative; /* 修改为相对定位 */
    font-size: 14px;
    color: #84898c;
    border-radius: 2px;
    font-weight: normal;
    text-decoration: none;
    transition: all 0.2s;
    line-height: 1.5;
    display: inline-block;
    margin-right: 30px; /* 添加右边距 */
}

.box-title .view-more:hover {
    background: #0e4d7e;
    color: #fff;
    border-color: #0e4d7e;
    text-decoration: none;
}


/* 举报信箱 */

.custom-container {
    max-width: 540px;
    margin: 0 auto;
    background-color: #fff;
    padding: 20px;
    border-radius: 6px;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
}

.custom-form-title {
    text-align: center;
    margin-bottom: 20px;
    color: #333;
    font-size: 1.5rem;
}

.custom-form-group {
    margin-bottom: 15px;
}

.custom-label {
    display: block;
    margin-bottom: 6px;
    font-weight: normal;
    color: #555;
    font-size: 1.4rem;
}

.custom-input,
.custom-select,
.custom-textarea {
    width: 100%;
    padding: 8px 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 13px;
    transition: border 0.3s;
}

.custom-input:focus,
.custom-select:focus,
.custom-textarea:focus {
    border-color: #4CAF50;
    outline: none;
}

.custom-textarea {
    height: 100px;
    resize: vertical;
}

.custom-radio-group {
    display: flex;
    gap: 25px;
}

.custom-radio-label {
    display: flex;
    align-items: center;
    font-weight: normal;
    font-size: 1.2rem;
}

.custom-radio-input {
    margin-right: 6px;
}

.custom-form-footer {
    text-align: right;
    margin-top: 20px;
}

.custom-btn-submit {
    background-color: #4CAF50;
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.custom-btn-submit:hover {
    background-color: #45a049;
}

.custom-required:after {
    content: " *";
    color: #f44336;
}

.custom-help-text {
    font-size: 11px;
    color: #777;
    margin-top: 4px;
    display: block;
}

.custom-hidden {
    display: none;
}