.whgHead {
    background: url(../ldrmwhg/banner1.png) no-repeat center center;
    background-size: cover;
    height: auto;
}

.energy-links-select-default {
    width: 240px;
    height: 40px;
    border: #dcdfe6 solid 1px;
    border-radius: 4px;
    background-color: #fff;
}

.news-list-item-title {
    display: flex;
    align-items: center;
}

.whgHead-body {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
}

.main-menu {
    background: none;
}

.main-menu a:hover {
    background: url("bjHover.png") no-repeat center center;
    background-size: 100% 100%;
    background-color: transparent;
}

.main-menu a.active, .main-menu a.active:hover {
    background: url("bj.png") no-repeat center center;
    background-size: 100% 100%;
    background-color: transparent;
    color: #fff;
}

.main-menu-item>a {
    color: #b90513;
}

/* 覆盖文化宫页面的二级菜单样式 */
.whgHead .main-menu-item .sub-menu {
    position: absolute;
    left: 0;
    transform: none;
    top: 100%;
    width: 1200px;
    min-width: 1200px;
    display: none;
    flex-direction: row;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 6px 6px;
    justify-content: flex-start;
    border-top: none;
}

.whgHead .main-menu-item:hover .sub-menu {
    display: flex;
}

.whgHead .sub-menu a {
    display: block;
    padding: 0 10px;
    height: 70px;
    line-height: 70px;
    flex: 1;
    border-bottom: none;
    text-align: center;
}

.whgHead .sub-menu a:last-child {
    border-right: none;
}

/* 确保主菜单容器居中 */
.main-menu-body {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

/* 添加样式以确保子菜单正确对齐 */
.whgHead .main-menu {
    position: relative;
}

.whgHead .main-menu-item {
    position: static;
}

/* 修复二级菜单hover效果 */
.whgHead .main-menu-item .sub-menu a:hover {
    background: none;
    background-color: #f5f5f5;
    color: #b90513;
}

/* 正确设置顶级菜单hover效果 */
.whgHead .main-menu-item>a:hover {
    background: url("bjHover.png") no-repeat center center;
    background-size: 100% 100%;
    font-weight: normal;
}

/* 二级菜单样式 */
.whgHead .main-menu-item .sub-menu {
    width: 100%;
    background-color: #fff;
    border-top: 2px solid #b90513;
}

/* 轮播图样式 */
.news-slider-container {
    width: 1200px;
    margin: 40px auto;
}

.news-header {
    border-bottom: 1px solid #000;
    padding-bottom: 45px;
    position: relative;
}

.news-header::after {
    display: block;
    content: "";
    position: absolute;
    width: 174px;
    height: 4px;
    background: #b90513;
    bottom: 0;
}

.news-title {
    display: flex;
    align-items: center;
    float: left;
}

.news-icon {
    width: 30px;
    height: 30px;
    margin-right: 8px;
}

.news-title span {
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 24px;
    color: #2f2e2e;
    line-height: 33px;
    text-align: left;
    font-style: normal;
}

.more-link {
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 18px;
    color: #666;
    line-height: 25px;
    text-align: left;
    font-style: normal;
    cursor: pointer;
    text-decoration: none;
    float: right;
}

.news-slide-content {
    display: flex;
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 6px;
    overflow: hidden;
}

.news-image {
    width: 40%;
}

.news-image img {
    width: 100%;
    height: 270px;
    object-fit: cover;
}

.news-info {
    width: 60%;
    padding: 20px;
    position: relative;
}

.news-info-title {
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 30px;
    color: #333;
    text-align: left;
    font-style: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -webkit-line-clamp: 1;
    margin: 0;
}

.news-info-summary {
    margin-top: 30px;
    font-family: "PingFang SC", "Microsoft YaHei", SimSun, sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #999;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    height: auto;
    max-height: 84px;
    position: relative;
    word-wrap: break-word;
    word-break: break-all;
}

/* 为IE内核添加省略号伪元素 */
.news-info-summary::after {
    content: "...";
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #fff;
    padding-left: 10px;
    color: #999;
    display: none;
}

/* 新增类名：文本超出时添加该类，显示省略号 */
.news-info-summary.ellipsis-show::after {
    display: block;
}

.news-info-time {
    margin-top: 45px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 20px;
    color: #999;
    line-height: 28px;
    text-align: left;
    font-style: normal;
}

.news-pagination {
    bottom: 20px;
    right: 20px;
    display: flex;
    gap: 8px;
}

.news-pagination-item {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ddd;
    cursor: pointer;
}

.news-pagination-item.active {
    background-color: #b90513;
}

/* 新增内容区域布局样式 */
.content-row {
    display: flex;
    flex-wrap: wrap;
    width: 1200px;
    margin-left: -20px;
    margin-right: -20px;
    margin: 0 auto;
    justify-content: space-between;
    margin-top: 30px;
}

.content-col-large {
    width: 73%;
    box-sizing: border-box;
}

.content-col-small {
    width: 24%;
    box-sizing: border-box;
}

/* 板块通用样式 */
.section-header {
    border-bottom: 1px solid #000;
    padding-bottom: 45px;
    position: relative;
}

.section-header::after {
    display: block;
    content: "";
    position: absolute;
    width: 174px;
    height: 4px;
    background: #b90513;
    bottom: 0;
}

.section-title-wrapper {
    float: left;
}

.section-icon-box {
    display: flex;
    align-items: center;
}

.section-icon {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

.section-title {
    margin-left: 15px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 24px;
    color: #2f2e2e;
    line-height: 33px;
    text-align: left;
    font-style: normal;
}

.section-more {
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 18px;
    color: #666;
    line-height: 25px;
    text-align: left;
    font-style: normal;
    cursor: pointer;
    float: right;
}

/* 公告区域样式 */
.notice-section {
    margin-bottom: 20px;
}

.notice-list {
    background-color: #fff;
    border-radius: 4px;
    margin-top: 20px;
}

.notice-item {
    display: flex;
    justify-content: space-between;
    padding-bottom: 15px;
    align-items: center;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 18px;
    color: #2f2e2e;
    text-align: right;
    font-style: normal;
    text-decoration: none;
}

.notice-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.notice-item:hover {
    background-color: #f9f9f9;
}

.notice-content {
    display: flex;
    align-items: center;
    flex: 1;
    width: 70%;
}

.notice-dot {
    width: 6px;
    height: 6px;
    background-color: #ff7300;
    margin-top: 8px;
    margin-right: 10px;
    flex-shrink: 0;
}

.notice-text {
    flex: 1;
    margin-left: 20px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 20px;
    color: #2f2e2e;
    text-align: left;
    font-style: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -webkit-line-clamp: 1;
    max-width: 70%;
}

.notice-date {
    color: #999;
    font-size: 14px;
    white-space: nowrap;
    margin-left: 15px;
}

/* 视频新闻样式 */
.video-news-section {
    margin-bottom: 20px;
}

.video-news-content {
    background-color: #fff;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 1px 10px 1px #91919126;
    margin-top: 10px;
}

.video-news-content a:hover .video-news-img img {
    transform: scale(1.05);
}

.video-news-img {
    width: 100%;
    height: 150px;
    overflow: hidden;
}

.video-news-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}

.video-news-img img:hover {
    transform: scale(1.05);
}

.video-news-title {
    padding: 20px 30px;
    background: #fff;
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 18px;
    color: #2f2e2e;
    line-height: 25px;
    text-align: left;
    font-style: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -webkit-line-clamp: 1;
}

/* 文化宫简介样式 */
.intro-section {
    margin-bottom: 20px;
}

.intro-content {
    display: flex;
    height: 284px;
    background-color: #fff;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 1px 10px 1px #91919126;
    margin-top: 30px;
}

.intro-image-box {
    width: 440px;
    overflow: hidden;
}

.intro-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}

.intro-image:hover {
    transform: scale(1.05);
}

.intro-text-box {
    width: 65%;
}

.intro-text {
    height: 100%;
    padding: 20px;
    flex: 1;
    background: #fff;
    box-shadow: 0 1px 10px 1px #91919126;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 18px;
    color: #999;
    line-height: 32px;
    text-align: justify;
    font-style: normal;
    cursor: pointer;
    display: -webkit-box;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
}

/* 联系我们样式 */
.contact-section {
    margin-bottom: 20px;
}

.contact-content {
    background-color: #fff;
    border-radius: 4px;
    padding: 15px;
    min-height: 233px;
    box-shadow: 0 1px 10px 1px #91919126;
    margin-top: 30px;
}

/* 公益活动样式 */
.event-section {
    margin-bottom: 20px;
}

.event-list {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 10px 1px #91919126;
    margin-top: 30px;
}

.event-item {
    display: flex;
    margin-bottom: 15px;
    text-decoration: none;
    color: inherit;
}

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

.event-image-box {
    width: 450px;
    flex-shrink: 0;
    height: 285px;
    overflow: hidden;
    margin-right: 30px;
}

.event-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}

.event-title {
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 30px;
    color: #333;
    line-height: 42px;
    text-align: justify;
    font-style: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -webkit-line-clamp: 1;
    margin-top: 25px;
}

.event-summary {
    margin-top: 30px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 20px;
    color: #999;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.event-date {
    margin-top: 45px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 20px;
    color: #999;
    line-height: 28px;
    text-align: left;
    font-style: normal;
}

.gyhd {
    width: 100%;
}

/* 友情链接样式 */
.link-section {
    width: 100%;
    max-width: 960px;
    margin: 20px auto 30px;
    background-color: #f2f2f2;
    padding: 15px 30px;
    height: 110px;
    display: flex;
    align-items: center;
}

.link-container {
    display: flex;
    align-items: center;
    width: 100%;
}

.link-title {
    font-family: PingFangSC, PingFang SC;
    font-weight: 700;
    font-size: 18px;
    color: #333;
    line-height: 26px;
    text-align: left;
    margin-right: 30px;
    width: 150px;
    text-align: center;
}

.link-box {
    display: flex;
    gap: 25px;
    justify-content: space-around;
    width: 90%;
    margin: 0 auto;
}

.link-select {
    width: 25%;
}

.link-select-item {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    font-size: 16px;
    color: #333;
    appearance: none;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' viewBox='0 0 14 8'%3E%3Cpath fill='%23999' d='M7 8L0 1.07 1.04 0 7 5.96 12.96 0 14 1.07z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: calc(100% - 15px) center;
    cursor: pointer;
    outline: none;
    height: 40px;
}

.link-select-item:hover {
    border-color: #999;
}

.link-select-item:focus {
    border-color: #666;
}

.link-select-item option {
    padding: 6px;
}

.event-content {
    display: flex;
    flex-direction: column;
    width: 670px;
}

/* 分页样式 */
.pagination-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 20px 0;
}

.pagination-total {
    font-size: 14px;
    color: #666;
    margin-right: 15px;
}

.pagination-size-select {
    position: relative;
    margin-right: 20px;
}

.pagination-size-select select {
    appearance: none;
    background-color: #fff;
    border: 1px solid #dcdfe6;
    border-radius: 4px;
    padding: 0 30px 0 10px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    color: #606266;
    cursor: pointer;
}

.pagination-size-select:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -2px;
    border: 5px solid transparent;
    border-top-color: #c0c4cc;
    pointer-events: none;
}

.pagination-nav {
    display: flex;
    align-items: center;
}

.pagination-btn {
    width: 32px;
    height: 32px;
    border: 1px solid #dcdfe6;
    background-color: #fff;
    color: #606266;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
    font-size: 14px;
}

.pagination-btn.prev,
.pagination-btn.next {
    font-size: 12px;
}

.pagination-btn.current {
    background-color: #b90513;
    color: #fff;
    border-color: #b90513;
}

.pagination-btn:hover:not(.current) {
    color: #b90513;
    border-color: #b90513;
}

.pagination-btn.disabled {
    cursor: not-allowed;
    color: #c0c4cc;
}

/* 移动端菜单样式 */
.whg-mobile-menu-btn {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 20px;
    cursor: pointer;
    padding: 5px;
}

.whg-mobile-menu-btn span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #333;
    transition: all 0.3s ease;
}

.whg-mobile-nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #a51a07;
    z-index: 1000;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    flex-direction: column;
}

.whg-mobile-nav.active {
    transform: translateX(0);
}

.whg-mobile-nav-header {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 95px;
    padding: 0 35px;
    box-sizing: border-box;
}

.whg-mobile-nav-content {
    width: 100%;
    box-sizing: border-box;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    text-align: left;
    flex-grow: 1;
    min-height: 0;
    padding-top: 40px;
    padding: 0;
    margin: 0;
}

.whg-mobile-nav-content a {
    display: block;
    background: none;
    background-color: transparent;
    color: #fff;
    font-size: 18px;
    padding: 25px 35px 25px 15px;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    transition: background-color 0.3s ease, color 0.3s ease;
    text-align: left;
}

.whg-mobile-nav-content a:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.whg-mobile-nav-content a.active {
    color: #277eda;
    background: none;
    background-color: rgba(255, 255, 255, 0.15);
    font-weight: bold;
}

/* 关闭按钮样式 */
.whg-mobile-close-btn {
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 1001;
    margin-left: auto;
    position: relative;
}

.whg-mobile-close-btn::before,
.whg-mobile-close-btn::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: #fff;
}

.whg-mobile-close-btn::before {
    transform: rotate(45deg);
}

.whg-mobile-close-btn::after {
    transform: rotate(-45deg);
}

/* 移动端二级菜单样式 */
.whg-mobile-menu-item {
    position: relative;
}

/* 针对具有二级菜单的主项链接 */
.whg-mobile-nav-content .whg-mobile-menu-item .whg-mobile-menu-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: none;
    background-color: transparent;
    padding: 25px 35px 25px 15px;
}

.whg-mobile-nav-content .whg-mobile-menu-item .whg-mobile-menu-link::after {
    content: '';
    position: static;
    transform: none;
    margin-left: 15px;
    width: 10px;
    height: 10px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
    transition: transform 0.3s ease;
}

/* 针对活跃的二级菜单主项链接 */
.whg-mobile-nav-content .whg-mobile-menu-item .whg-mobile-menu-link.active {
    background: none;
    background-color: #ff7300;
    color: #fff;
    font-weight: bold;
}

.whg-mobile-nav-content .whg-mobile-menu-item .whg-mobile-menu-link.active::after {
    transform: rotate(-135deg);
}

.whg-mobile-submenu {
    display: none;
    background-color: #a51a07;
    padding: 0;
    width: 85%;
    margin: 0 auto;
}

.whg-mobile-submenu.active {
    display: block;
}

.whg-mobile-submenu a {
    padding: 20px 0 20px 35px;
    font-size: 17px;
    color: rgba(255, 255, 255, 0.95);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    transition: background-color 0.3s ease, color 0.3s ease;
    text-align: left;
}

.whg-mobile-submenu a:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.25);
}

.swiper-container {
    margin-top: 30px;
}

/* 移动端适配样式（整合版） */
@media screen and (max-width: 768px) {
    html, body {
        height: 100%;
        margin: 0;
        padding: 0;
        overflow: visible;
    }
    
    /* 移动端菜单适配 */
    .whg-mobile-nav-content {
        width: 90%;
        margin: 0 auto;
    }
    .whg-mobile-nav-content a {
        border-bottom: none;
        padding: 25px 35px 25px 15px;
    }
    .main-menu-body {
        display: none;
    }
    .whg-mobile-menu-btn {
        display: flex;
    }
    .whg-mobile-nav {
        display: flex;
    }
    .top-bar {
        align-items: center;
    }
    .top-bar-body {
        text-indent: 10px;
    }
    .whgHead-body {
        flex-direction: column;
    }
    .whgHead-body-left {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }
    .whgHead-body-right {
        width: 100%;
        display: none;
    }
    .whgHead-body-left img {
        width: 85%;
    }
    .search-bar {
        width: 100%;
    }
    .search-bar input {
        width: calc(100% - 50px);
    }
    
    /* 轮播图适配 */
    .news-slider-container {
        width: 95%;
        margin: 20px auto;
    }
    .news-swiper .swiper-slide {
        height: auto;
    }
    .news-slide-content {
        flex-direction: column;
    }
    .news-image {
        width: 100%;
    }
    .news-info {
        width: 95%;
        padding: 0;
        margin: 0 auto;
        padding-bottom: 20px;
    }
    .news-info-title {
        font-size: 24px;
    }
    .news-info-summary {
        font-size: 18px;
        margin-top: 15px;
    }
    .news-info-time {
        font-size: 16px;
        margin-top: 25px;
    }
    
    /* 内容布局适配 */
    .content-row {
        flex-direction: column;
        width: 95%;
        margin: 0 auto;
    }
    .content-col-large, .content-col-small {
        width: 100%;
    }
    
    /* 公告区域适配 */
    .notice-dot {
        display: none;
    }
    .notice-text {
        margin-left: 0;
        width: 100%;
        max-width: 100%;
        font-size: 18px;
    }
    .notice-content {
        width: 60%;
    }
    .notice-list {
        padding: 8px 0;
    }
    
    /* 板块标题适配 */
    .news-icon {
        width: 20px;
        height: 20px;
    }
    .news-title span, .section-title {
        font-size: 22px;
    }
    .section-title {
        margin-left: 0;
    }
    
    /* 视频新闻适配 */
    .video-news-title {
        padding: 10px 5px;
    }
    
    /* 文化宫简介适配 */
    .intro-content {
        flex-direction: column;
        height: auto;
    }
    .intro-image-box {
        width: 100%;
    }
    .intro-text-box {
        width: 95%;
        margin: 0 auto;
    }
    .intro-text {
        padding: 0;
        box-shadow: none;
        display: block;
        padding-bottom: 10px;
        font-size: 16px;
    }
    
    /* 公益活动适配 */
    .event-item {
        flex-direction: column;
    }
    .event-image-box {
        width: 100%;
        margin-right: 0;
    }
    .event-content {
        width: 95%;
        margin: 0 auto;
        padding-bottom: 10px;
    }
    .event-title {
        font-size: 22px;
        margin-top: 10px;
    }
    .event-summary {
        font-size: 18px;
        margin-top: 15px;
    }
    .event-date {
        font-size: 16px;
        margin-top: 20px;
    }
    
    /* 友情链接适配 */
    .energy-links-container {
        width: 95%;
        max-width: 100%;
        padding: 20px 15px;
        margin: 15px auto;
        flex-direction: column;
    }
    .energy-links-title {
        margin-right: 0;
        margin-bottom: 20px;
        text-align: center;
        width: 100%;
    }
    .pc-link-title {
        display: none;
    }
    .mobile-link-title {
        display: inline-block;
        font-size: 18px;
    }
    .energy-links-selects {
        flex-direction: column;
        gap: 15px;
        width: 100%;
        max-width: 100%;
        padding: 0;
        font-size: 14px;
    }
    .energy-links-select {
        width: 100%;
    }
    .custom-select {
        width: 94%;
    }
    .custom-select-trigger {
        font-size: 14px;
    }
    .zfw-select-svg {
        height: 0.9em;
        width: 0.9em;
        padding-top: 10px;
    }
    .custom-select-options {
        max-height: 150px;
        width: 100%;
    }
    .custom-option {
        padding: 6px 12px;
        font-size: 14px;
    }
    
    /* 其他适配 */
    .link-section {
        width: 95%;
        padding: 15px 10px;
        height: auto;
        flex-direction: column;
    }
    .link-title {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
        text-align: left;
    }
    .link-box {
        width: 100%;
        flex-direction: column;
        gap: 10px;
    }
    .link-select {
        width: 100%;
    }
    .link-select-item {
        height: 36px;
        font-size: 14px;
    }
    .pagination-container {
        flex-wrap: wrap;
        justify-content: center;
        padding: 0 10px;
    }
    .pagination-total {
        margin-right: 10px;
        margin-bottom: 10px;
        font-size: 13px;
    }
    .pagination-size-select {
        margin-right: 10px;
        margin-bottom: 10px;
        padding: 4px;
        font-size: 13px;
    }
    .pagination-btn {
        width: 28px;
        height: 28px;
        margin: 0 3px;
        font-size: 13px;
    }
    .energy-links-select-default {
        width: 94%;
        height: 36px;
    }
}

@media screen and (max-width: 480px) {
    /* 小屏精细化适配 */
    .notice-content {
        width: 40%;
    }
    .news-info-title {
        font-size: 20px;
    }
    .news-info-summary {
        font-size: 16px;
        max-height: 78px;
    }
    .event-title {
        font-size: 20px;
    }
    .event-summary {
        font-size: 16px;
    }
    .intro-text {
        font-size: 15px;
        line-height: 28px;
    }
    .notice-text {
        font-size: 16px;
    }
    .pagination-container {
        flex-direction: column;
        align-items: flex-start;
    }
    .pagination-info, .pagination-size-select {
        margin-right: 0;
        width: 100%;
    }
    .pagination-nav {
        width: 100%;
        justify-content: center;
    }
    
    /* 友情链接小屏适配 */
    .energy-links-container {
        padding: 15px 10px;
    }
    .zfw-select-svg {
        height: 0.8em;
        width: 0.8em;
        padding-top: 9px;
    }
    .custom-select-trigger {
        font-size: 13px;
    }
}

@media screen and (max-width: 375px) {
    .notice-content {
        width: 40%;
    }
}