/*--------------------header---------------------*/
body{background: #fff;}
.header-top{background: #fff;}


/* 调整搜索区域的样式，移除原有的 margin-top */
/* Logo 区域 */
.logo-area {
    display: flex; /* 使用 Flexbox 布局 Logo 和 Slogan */
    align-items: center;
}
.logo-area img {
    margin-right: 20px;
}
.slogan h1 {
    font-size: 24px;
    font-weight: normal;
    color: #333;
    margin-bottom: 5px;
}
.slogan p {
    font-size: 14px;
    color: #666;
}
.slogan p span {
    margin-right: 15px;
    border-right: 1px solid #ccc;
    padding-right: 15px;
    line-height: 1; /* 确保文字基线对齐 */
}
.slogan p span:last-child {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
    color: #3ea360; /* 强调“信誉第一” */
}

/* 搜索和二维码区域 */
.search-area {
    margin-top: 23.5px;
    display: flex;
    align-items: center;
    height: 92px;
}
.search-area .ewm {
    margin-left: 20px;
}

/* 搜索框样式更新 */
.search-box {
    position: relative;
    width: 350px; /* 增加搜索框的宽度 */
    height: 40px; /* 统一高度 */
    border: 1px solid #ddd;
    border-radius: 5px; /* 调整圆角，使其更接近示例图 */
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); /* 添加轻微阴影 */
    overflow: hidden; /* 确保内容不溢出边框 */
}
.search-box form {
    display: flex; /* 使用 Flexbox 布局 input 和 button */
    height: 100%;
}
.search-form {
    position: relative;
    width: calc(100% - 40px); /* 增加搜索框的宽度 */
    margin: 20px;
    height: 40px; /* 统一高度 */
    border: 1px solid #ddd;
    border-radius: 5px; /* 调整圆角，使其更接近示例图 */
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); /* 添加轻微阴影 */
    overflow: hidden; /* 确保内容不溢出边框 */
}
.search-form form {
    display: flex; /* 使用 Flexbox 布局 input 和 button */
    height: 100%;
}
.search-box input[type="text"],.search-form input[type="text"]{
    flex-grow: 1; /* 输入框占据剩余空间 */
    height: 100%;
    padding: 0 15px 0 40px; /* 左侧留出空间给 SVG 图标 */
    border: none;
    outline: none;
    font-size: 14px;
    color: #333;
    /* 通过 CSS 实现左侧搜索图标 */
    background: url(/template/images/search.svg) no-repeat 12px center; 
    background-size: 18px;
}
.search-box input[type="text"]::placeholder,.search-form input[type="text"]::placeholder {
    color: #aaa;
}

/* 右侧搜索按钮样式 */
.search-box .search-submit,.search-form .search-submit {
    flex-shrink: 0; /* 按钮不收缩 */
    height: 100%;
    width: 70px; /* 按钮宽度 */
    background-color: #f3f3f3; /* 按钮背景色 */
    border: none;
    border-left: 1px solid #ddd; /* 按钮与输入框之间的分隔线 */
    color: #333;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.3s;
}
.search-box .search-submit:hover {
    background-color: #eaeaea;
}

/* 导航栏样式 */
.nav-wrap {
    height: 50px;
    /* 核心渐变色 */
    background: linear-gradient(to right, #267ea3, #3ea360);
}
.main-nav {
    line-height: 50px;
    display: flex; /* 使用 Flexbox 布局导航项 */
    justify-content: space-between; /* 导航项之间均匀分布 */
    padding: 0 20px; /* 左右内边距 */
}
.main-nav li a {
    color: #fff;
    font-size: 16px;
    padding: 0 15px;
    display: block;
    transition: background-color 0.3s;
}
.main-nav li a:hover,.main-nav li a.menu-on {
    background-color: rgba(0, 0, 0, 0.1);
    text-decoration: none;
}
/* -------------------- 导航子菜单样式 --------------------- */

/* 主导航项 li 必须是相对定位，以便子菜单绝对定位 */
.main-nav-item {
    position: relative;
}

/* 子菜单容器：二级菜单 (product-sonXXX) */
.main-nav-son {
    position: absolute;
    top: 50px; /* 紧接在主导航下方 */
    left: 0;
    z-index: 1000;
    background: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-top: 3px solid #3ea360; /* 绿色顶部边框 */
    /*min-width: 100px;*/
    padding: 10px 0;
    display: none; /* 默认隐藏，由 JS 控制显示 */
    text-align: left;
}
.main-nav-son.product-son81 {
    min-width: 90px;
}

/* 子菜单 ul/li 列表样式 */
.main-nav-son ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.main-nav-son li {
    line-height: normal; /* 重置行高 */
    float: none; /* 列表项不再浮动 */
    position: relative; /* 相对定位，用于三级菜单 */
}
.main-nav-son li a {
    color: #161616;
    font-size: 14px;
    line-height: 38px;
    height: auto;
    padding: 0 20px;
    display: block;
    white-space: nowrap; /* 防止文字换行 */
}
.main-nav-son li a:hover {
    background-color: #f5f5f5;
    color: #3ea360;
}

/* 三级菜单的容器 */
.main-nav-son ul ul {
    position: absolute;
    top: -1px; /* 对齐二级菜单项的顶部 */
    left: 100%; /* 定位到二级菜单的右侧 */
    border-top: 3px solid #267ea3; /* 蓝色顶部边框 */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: none; /* 默认隐藏 */
    background: #fff;
    /*min-width: 150px;*/
    padding: 10px 0;
}

/* 二级菜单项悬停时，添加箭头指示有三级菜单 */
.main-nav-son li:has(ul):after {
    content: '▶';
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 10px;
    color: #999;
}
/*--------------------Banner 轮播样式---------------------*/
.banner-area {
    width: 100%; /* 全屏宽度 */
    overflow: hidden;
}

/* 设定 Swiper 容器的高度 */
.mySwiper {
    width: 100%;
    height: 450px; /* 您可以根据设计需求调整这个高度值 */
}

/* 确保图片填充整个容器并保持比例 */
.mySwiper img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover; /* 裁剪图片以覆盖容器，保持图片比例 */
}

/* 底部“点” (分页器) 的样式优化 */
.swiper-pagination {
    bottom: 20px !important;
}
.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #fff;
    opacity: 0.8;
}
.swiper-pagination-bullet-active {
    background: #267ea3; /* 激活的“点”使用您导航栏的左侧颜色 */
    opacity: 1;
}


/*--------------------新闻通知区块样式---------------------*/
.news-notice-area {
    margin: 35px auto 30px;
    padding: 30px 0;
    background: #fff;
}

/* 左侧新闻轮播图 */
.news-roll-box {
    width:530px; /* 根据图片目测尺寸 */
    height: 375px;
    overflow: hidden;
    position: relative;
}
.news-roll-box a{    display: flex;
    justify-content: center;
    align-items: center;overflow: hidden;}
.news-roll-box img {
    height: 375px;
    object-fit: cover;
}
.news-roll-box p{position: absolute;bottom: 0;width: 100%;height: 30px;line-height: 30px;background: rgba(0, 0, 0, 0.5);color: #fff;padding: 0 100px 0 15px;
white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;}
.news-notice-area .news-roll-box .news-pagination {
    bottom: 8px !important;
    text-align: center;
    width: 100px;
    right: 0;
    left: auto;
}
.news-roll-box .swiper-pagination-bullet {

}
.news-roll-box .swiper-pagination-bullet-active {
    background: #267ea3; 
}

.news-notice-area .swiper-pagination-bullet{width: 8px;height: 8px;background: #fff;opacity: 1;}
.news-notice-area .swiper-pagination-bullet.swiper-pagination-bullet-active{background: #3ea360;}
/* 右侧通知公告区域 */
.notice-box {
    width: calc(100% - 560px); /* 1325px - 530px - 30px 间距 */
}

/*--------------------新闻通知区块样式 (更新) ---------------------*/

/* Tab 导航样式更新 */
.notice-header {
    /* 移除原来的 border-bottom: 2px solid #eee; */
    margin-bottom: 15px;
    height: 42px; /* 确保高度足够容纳下划线 */
    border-bottom: 1px solid #e6e6e6;
}
.index-list-nav li {
    float: left;
    font-size: 18px;
    color: #111;
    padding: 0 10px;
    cursor: pointer;
    margin-right: 20px;
    position: relative;
    line-height: 37px; /* 调整行高 */
    padding-bottom: 5px;
}
.index-list-nav li.active {
    font-weight: bold;
}
.index-list-nav li.active:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px; /* 5px 高度 */
    /* 渐变色下划线 */
    background: linear-gradient(to right, #267ea3, #3ea360);
}

.notice-header .more {
    line-height: 42px;
    font-size: 14px;
    color: #999;

}


/* 新闻列表样式更新 */
.news-list li {
    padding-top: 8px;
    line-height: normal; /* 恢复默认行高 */
    font-size: 16px;
    display: flex; 
    justify-content: space-between;
    line-height: 35px;
    color: #161616;
}
.news-list li:last-child {
    border-bottom: none;
}

/* 正常列表项标题和日期 */
.news-list li .list-title {
    color: #161616;
    flex-grow: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; /* 标题溢出显示省略号 */
    padding-right: 15px;
    transition-duration: 350ms;
}
.news-list li .list-title:hover{color: #3ea360}
.news-list li .date {
    flex-shrink: 0;
    color: #b0b0b0;
    font-size: 14px;
}

/* 第一条新闻（带标题和描述）样式 */
.news-list .top-news {
    padding-top: 0; /* 顶部新闻不需要上边距 */
    padding: 20px 0;
    display: block; /* 取消 flex 布局 */
}
.news-list .top-news a {
    display: block;
}
.news-list .top-news .title {
    font-size: 24px;
    font-weight: bold;
    color: #161616;
    margin-bottom: 8px;
    line-height: 1.4;
    /* 溢出隐藏 */
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news-list .top-news .desc {
    font-size: 14px;
    color: #6c6c6c;
    line-height: 1.5;
    /* 溢出隐藏 */
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news-list .top-news:hover .title {
    color: #267ea3;
}



/*--------------------服务入口区块样式---------------------*/
.service-entry-area {
    padding-bottom: 30px;
}
.entry-list {
    display: flex;
    justify-content: space-between;
}
.entry-list li {
    width: calc(33.33% - 11px); /* 三列布局，减去间距 */
    overflow: hidden;
}

.entry-list li img {
    width: 100%;
    display: block;
}



.main-content-area {
    display: flex;
    align-items: stretch;
}
.main-content-page {
    padding: 30px 0;
    align-items: stretch;
}
/* 左侧四栏列表容器：占据总宽度的约 75% */
.content-tabs-wrapper {
    width: calc(100% - 180px);
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-right: 20px;
}
/* 左侧列表中每一个栏目 */
.list-column {
    background: #fff;
    padding: 15px 15px 25px;
    width: calc((1325px - 20px) / 2);
}
.main-content-area3 .list-column{width: calc((1145px - 20px) / 2);}
/* 右侧服务入口区块：占据总宽度的约 25% */
.sidebar-service-area {
    width: 160px;
    background: #fff;
}
.sidebar-service-area ul {
    height: 100%;
    display: flex;
    flex-direction: column;
}

/* 让 li 元素均匀分配垂直空间并占据等高 */
.sidebar-service-area li {
    flex: 1;
}
.sidebar-service-area li:last-child {
    border-bottom: none;
}

/* 确保 a 标签充满 li 元素，并垂直居中内容 */
.sidebar-service-area a {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center; /* 垂直居中图片和文字 */
    align-items: center; /* 水平居中图片和文字 */
    width: 100%;
    height: 100%;
    font-size: 16px;
    color: #161616;
    line-height: 20px;
    transition-duration: 350ms;
}

/* 保持 img 标签样式不变 */
.sidebar-service-area img {
    margin-bottom: 20px;
}

.mb30{margin-bottom: 30px;}

.content-tabs-wrapper-bottom {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

/*--------------------资质证书区块样式---------------------*/
.certification-area {
    padding: 0 0 30px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    margin-top: 30px; /* 与上方区块的间距 */
}

.certification-header {
    margin-bottom: 25px;
    padding: 0 25px;
    height: 48px;
    background: linear-gradient(to right, #2887c9, #50b372);
}
.certification-title {
    font-size: 24px;
    font-weight: bold;
    line-height: 48px;
    position: relative;
    color: #fff; /* 默认颜色 */
}

.certification-header .more {
    line-height: 48px;
    font-size: 14px;
    color: #fff;
}
.certification-header .more:hover {
    color: #3ea360;
}

/* 轮播容器和图片样式 */
.certificationSwiper {
    width: calc(100% - 50px); /* 减去左右内边距 */
    margin: 0 25px; /* 左右居中 */
    padding-bottom: 10px; /* 底部留白 */
}
.certificationSwiper .swiper-slide {
    display: flex; /* Flexbox 居中图片 */
    justify-content: center;
    align-items: center;
    height: 300px; /* 证书显示高度 */
    overflow: hidden;
}

.certificationSwiper .swiper-slide a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    outline: none;
    color: #000;
}
.certificationSwiper .swiper-slide p{display: block;width: 100%;}
.certificationSwiper img {
    display: block;
    height: 100%;
    width: auto;
    object-fit: contain;
    border: 1px solid #eee;
    border-radius: 5px;
    box-shadow: 0 1px 5px rgba(0,0,0,0.05);
    cursor: zoom-in; 
}


/* -------------------- 友情链接区块样式 --------------------- */

.index-jianguan {
    height: 90px;
    background: #fff;
}

/* 左侧标题区域 */
.index-jianguan .youqinglianjie{
    height: 90px;width: 109px;
    background: linear-gradient(to right, #2887c9, #50b372);
    font-size: 22px;font-weight: bold;line-height: 30px;
    padding: 15px 15px 15px 25px;
    letter-spacing: 10px;
    color: #fff;
    text-align: center;
    float: left;
}
/* 右侧链接列表容器 */
.index-jianguan .friend-link-list {
    width: calc(100% - 109px); /* 占据除去左侧标题后的所有空间 */
    height: 90px;
    overflow: hidden;
    float: right;
    display: flex;
    align-items: center; /* 垂直居中所有链接图片 */
}
.index-jianguan .friend-link-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex; /* 使用 flex 布局使链接水平排列 */
    align-items: center;
    width: 100%;
    /* 链接列表可以滚动或自动换行，这里默认不换行并居中显示 */
    flex-wrap: nowrap;
    justify-content: space-around; /* 链接之间均匀分布空间 */
}
.index-jianguan .friend-link-list li {
    flex-shrink: 0; /* 防止链接项被挤压 */
    padding: 0 5px;
}
.index-jianguan .friend-link-list li img {
    /* 移除原有 img 样式，让图片垂直居中 */
    padding: 0;
    display: block;
    width: auto;
    object-fit: contain;
    transition: opacity 0.3s;
}

.index-jianguan .friend-link-list li a:hover img {
    opacity: 0.8;
}

/* 容器样式 */
.site-footer {
    background-color: #2972b9; /* 图片中的深蓝色 */
    width: 100%;
    /* 高度可以根据实际内容调整，这里给一个大致值 */
    min-height: 150px; 
    padding: 30px 0 60px; /* 上下内边距 */
    color: #ffffff; /* 文字颜色为白色 */
    font-size: 14px;
    box-sizing: border-box; /* 确保 padding 不会增加总宽度 */
    
}

.site-footer .footer-menu {
    padding-top: 20px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 30px;
    text-align: left;
}

.footer-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-menu > ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.footer-menu > ul > li {
    flex: 1;
    min-width: 100px;
}

.footer-menu > ul > li > a {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    display: block;
    margin-bottom: 25px;
}

.footer-menu > ul > li > ul {
    display: block;
}

.footer-menu > ul > li > ul > li > a {
    font-size: 14px;
    color: #fff;
    font-weight: normal;
    line-height: 2.2;
    display: block;
    margin-bottom: 0;
    transition: color 0.3s;
}

.footer-menu > ul > li > a:hover,.footer-menu > ul > li > ul > li > a:hover {
    color: #3ea360 !important;
}

.footer-menu > ul > li > ul > li > ul {
    display: none;
}

@media (max-width: 768px) {
    .footer-menu > ul {
        display: block;
    }
    
    .footer-menu > ul > li {
        width: 50%;
        float: left;
        margin-bottom: 20px;
    }
}

/* 内部内容容器，用于居中对齐 */
.footer-content {
position: relative; /* 方便绝对定位的二维码定位 */
    text-align: center; /* 确保中间的文字和图标居中 */
    display: flex; /* 使用 flex 布局辅助定位 */
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 110px; /* 确保内部内容有足够的高度 */
    padding: 0 15px; /* 左右内边距，防止内容贴边 */
}

/* 中间的文字样式 */
.footer-text {
    margin: 0 0 25px 0; /* 底部留一些空间 */
    line-height: 1.5;
}

.footer-text span{margin: 0 10px;}
/* 假设 Logo 图片大小 */
.footer-logo img {

    display: block; /* 移除图片底部的额外空间 */
    margin: 0 auto; /* 确保图标居中 */
}
.footer-text a{color: #fff;}

/* 右侧二维码容器 (使用绝对定位来模仿图片中的位置) */
.footer-qrcode-container {
    position: absolute;
    right: 0; /* 调整离右侧的距离 */
    top: 0;
    text-align: center;
}

/* 二维码图片样式 */
.footer-qrcode {
    width: 100px; /* 二维码大小 */
    height: 100px;
    display: block;
    margin-bottom: 10px;
}

/* 公众号文字样式 */
.qrcode-label {
    margin: 0;
    font-size: 14px;
}

/* 媒体查询：适配小屏幕设备，避免二维码和内容重叠 */
@media (max-width: 768px) {
    .footer-qrcode-container {
        position: static; /* 在小屏幕上取消绝对定位 */
        transform: none;
        margin-top: 15px; /* 增加与上方内容的间距 */
    }
    .footer-content {
        /* 在小屏幕上让所有内容都居中对齐 */
        align-items: center; 
    }
}



/* -------------------- Lightbox 弹出层样式 --------------------- */

/* 1. 弹出层容器：全屏透明黑底 */
.qrcode-lightbox-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7); /* 透明黑底 */
    z-index: 9999; /* 确保在最上层 */
    display: none; /* 默认隐藏 */
}

/* 2. 中间白色内容框 */
.qrcode-lightbox-content {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -250px;
    margin-top: -94px;
    background-color: #fff;
    width: 500px; /* 适当的宽度 */
    max-width: 90%;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    overflow: hidden;
}

/* 3. 标题样式 */
.lightbox-title {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    background: linear-gradient(to right, #267ea3, #3ea360); /* 渐变标题背景 */
    padding: 15px 25px;
    margin: 0;
    position: relative;
}

/* 关闭按钮 */
.lightbox-title .close-btn {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    font-size: 30px;
    color: #fff;
    text-decoration: none;
    line-height: 1;
    transition: color 0.3s;
}
.lightbox-title .close-btn:hover {
    color: #f0f0f0;
}

/* 4. 内容区域 */
.lightbox-body {
    padding: 25px;
}
.tip-text {
    font-size: 14px;
    color: #888;
    margin-top: 15px;
}

/* 5. 搜索框样式 */
.query-search-box {
    display: flex;
    
    overflow: hidden;
    height: 48px; /* 统一高度 */
}

.query-search-box input[type="text"] {
    border: 1px solid #ddd;
    border-radius: 5px 0 0 5px ;
    border-right: none;
    flex-grow: 1;
    padding: 0 15px;
    font-size: 16px;
    outline: none;
}
.query-search-box input[type="text"]:focus {
    box-shadow: none;
}

.query-search-box button {
    flex-shrink: 0;
    width: 48px;
    height: 100%;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s;
    background-color: #fff;
    padding: 0;
    border-radius: 0 5px 5px 0;
}

/* 清空按钮 */
.query-search-box .clear-btn {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.query-search-box .clear-btn:hover {
    background-color: #eee;
}

/* 搜索按钮 */
.query-search-box .search-btn {
    width: 60px; /* 搜索按钮略宽 */
    background: #3ea360; /* 绿色按钮背景 */
    border-left: 1px solid #3ea360;
}
.query-search-box .search-btn:hover {
    background: #267ea3; /* 鼠标悬停变色 */
}

/* 按钮中的图标 */
.query-search-box button img {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}



/* -------------------- 列表页侧边栏和列表样式 --------------------- */

.sidebar-menu-area {
    width: 200px; /* 侧边栏宽度 */
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
}
.sidebar-title{background: linear-gradient(to right, #2887c9, #50b372); color: #fff;}

.main-list-content {
    width: calc(100% - 220px); /* 列表宽度，留出 20px 间距 */
    min-height: calc(100vh - 449px);;
    background: #fff;
    padding: 15px 25px 30px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

/* 侧边栏标题样式 */
.sidebar-title {
    font-size: 20px;
    font-weight: bold;
    line-height: 50px;
    padding: 0 15px;
    text-align: center;
}

/* 子菜单列表样式 */
.sub-nav-list,.sub-nav-page {
    list-style: none;
    padding: 0;
}
.sub-nav-list li a,.sub-nav-page li a {
    display: block;
    padding: 10px 15px;
    font-size: 16px;
    color: #333;
    transition: background-color 0.3s;
    text-align: center;
}

.sub-nav-page li a{text-align: left;}

.sub-nav-list li a:hover,.sub-nav-page li a:hover {
    background-color: #f5f5f5;
    color: #267ea3;
    text-decoration: none;
}

/* 菜单高亮样式 */
.sub-nav-list li.current a {
    background: #3ea360; /* 选中项使用导航栏的绿色 */
    color: #fff;
    font-weight: bold;
}

/* 路径导航 */
.place {
    line-height: 40px;
    font-size: 14px;
    color: #999;
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
}
.place a{color: #999;}
.place a:hover{color: #267ea3;}

/* 文章列表样式 */
.article-list {
    list-style: none;
}
.article-list .list-item {
    line-height: 24px;
    padding: 12px 0;
    border-bottom: 1px dashed #eee;
    display: flex;
    justify-content: space-between;
}
.article-list .list-item:last-child {
    border-bottom: none;
}
.article-list-pic {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.article-list-pic .list-item a{
    display: block;
    height: 100%;
}
.article-list-pic .list-item span{
    display: flex; /* 使用 flex 居中图片 */
    width: 100%;
    height: calc(100% - 80px);
    align-items: center;
    justify-content: center;
}
.article-list-pic .list-item span img{
    width: 100%;
}
.article-list-pic .list-item{
    line-height: 40px;
    text-align: center;
    /* Grid 布局默认会使同一行子元素高度一致，这里无需额外设置高度 */
}

.list-item-title {
    flex-grow: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 20px;
    font-size: 16px;
    color: #111;
}
.list-item-title:before {
    content: '·';
    font-weight: bold;
    color: #3ea360;
    margin-right: 5px;
}
.list-item-date {
    flex-shrink: 0;
    font-size: 14px;
    color: #999;
}

/* 分页样式（需要根据实际的 DedeCMS 输出结构调整） */
.page-list-wrap {
    text-align: center;
    padding-top: 20px;
}
/* 假设 DedeCMS 分页标签输出的是 ul.pagelist */
.page-list-wrap .pagelist {
    display: inline-flex;
    list-style: none;
}



/* 一级菜单项 */
.sub-nav-page > li {
    position: relative;
    list-style: none;
}
.sub-nav-page > li > a {
    display: block;
    padding: 10px 15px;
    font-size: 16px;
    color: #333;
    transition: background-color 0.3s;
}


/* 二级菜单列表 (子 ul) */
.sub-nav-page ul {
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    list-style: none;
    background-color: #fafafa; /* 子菜单背景色 */
    border-top: 1px solid #eee;
    display: none;
}
/* 二级菜单项 */
.sub-nav-page ul li {
    list-style: none;
}
.sub-nav-page ul li a {
    display: block;
    font-size: 15px;
    color: #666;
    transition: background-color 0.3s;
    padding-left: 25px;
}
.sub-nav-page ul li a:hover {
    background-color: #f0f0f0;
    color: #267ea3;
}
.sub-nav-page > li.current>a{background: #f0f0f0;}

.sub-nav-page ul li.current a {
    background: #3ea360; /* 选中项使用导航栏的绿色 */
    color: #fff;
    font-weight: bold;
}
/* -------------------- 分页样式 (根据用户提供的结构) --------------------- */

.page-list-wrap {
    text-align: center;
    padding-top: 25px;
}

/* 将分页列表项放在同一行 */
.page-list-wrap li {
    display: inline-block;
    list-style: none; /* 移除列表项符号 */
    margin: 0 4px;
}

/* 所有分页链接和项的通用样式 */
.page-list-wrap li a,
.page-list-wrap li.thisclass a,
.page-list-wrap li.i a {
    display: block;
    min-width: 30px;
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
    text-align: center;
    color: #333;
    background-color: #f7f7f7;
    border: 1px solid #ddd;
    border-radius: 3px;
    transition: background-color 0.3s, border-color 0.3s, color 0.3s;
}

/* 链接悬停样式 */
.page-list-wrap li a:hover {
    color: #fff;
    border-color: #3ea360;
    background-color: #3ea360; /* 绿色悬停 */
    text-decoration: none;
}

/* 当前页 (thisclass) 样式 */
.page-list-wrap li.thisclass a {
    color: #fff;
    background-color: #267ea3; /* 蓝色当前页 */
    border-color: #267ea3;
    font-weight: bold;
    cursor: default;
}
/* 当前页不应有 hover 效果 */
.page-list-wrap li.thisclass a:hover {
    background-color: #267ea3;
    border-color: #267ea3;
    color: #fff;
}

/* 首页/尾页/上页/下页 按钮样式 */
.page-list-wrap li.i a,
.page-list-wrap li.n a {
    min-width: 30px;
    font-size: 14px;
    font-weight: bold;
}



/* -------------------- 文章内页样式 (article_ch11.htm) --------------------- */

/* 文章标题区域 */
.article-title {
    padding: 10px 0 20px;
    border-bottom: 1px solid #eee;
    margin-bottom: 25px;
    text-align: center;
}
.article-title h2 {
    font-size: 28px;
    color: #111;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 10px;
}
.article-title p {
    font-size: 14px;
    color: #999;
}

/* 文章内容区域 */
.article-content {
    font-size: 16px;
    line-height: 1.8;
    color: #161616;
    padding-bottom: 30px;
    overflow: hidden;
}
/* 确保内容中的图片和表格自适应 */
.article-content img {
    max-width: 100%;
    height: auto;
}
.article-content table {
    max-width: 100%;
    border-collapse: collapse;
}

/* 上一篇/下一篇 分页样式 */
.article-pagelist {
    border-top: 1px solid #eee;
    padding-top: 25px;
    display: flex; /* 使用 flex 布局 */
    justify-content: space-between; /* 左右分散 */
    flex-wrap: wrap; /* 防止内容过长时溢出 */
}
.article-pagelist a {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #000;
    max-width: 48%; /* 确保左右链接都有空间 */
    transition: color 0.3s;
    line-height: 1.5;
}
.article-pagelist a:hover {
    color: #3ea360;
}

/* 链接中的箭头和文字 */
.article-pagelist a i {
    font-size: 18px;
    font-style: normal; /* 保持图标不倾斜 */
    margin: 0 5px;
}
.article-pagelist a span {

    color: #000;
    flex-shrink: 0;
    margin-right: 5px;
}
.article-pagelist a.in-nonew,.article-pagelist a.in-nonew span{color: #999;}
