/* 重置样式 */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Microsoft YaHei", sans-serif;
    background: #f5f5f5;
}

/* 顶部导航样式 */
.top-nav {
    background: #fff;
    border-bottom: 2px solid #0066cc;
}

.nav-tabs {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
}

.nav-tabs .tab {
    padding: 15px 35px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    color: #333;
    transition: all 0.3s;
}

.nav-tabs .tab.active {
    color: #fff;
    background: #0066cc;
    font-weight: bold;
    font-size: 18px;
}

/* hover效果 */
.nav-tabs .tab:hover {
    color: #0066cc;
    background: #f0f7ff;
}

.nav-tabs .tab.active:hover {
    color: #fff;
    background: #0066cc;
}

/* 新闻列表样式 */
.news-container {
    max-width: 1200px;
    margin: 0 auto;
    background: #fff;
    padding: 20px;
}

.news-list {
    list-style: none;
}

.news-list li {
    display: flex;
    padding: 12px 0;
    border-bottom: 1px dashed #ddd;
}

.news-list .date {
    color: #666;
    margin-right: 20px;
    font-size: 14px;
}

.news-list a {
    color: #333;
    text-decoration: none;
    flex: 1;
    font-size: 14px;
}

.news-list a:hover {
    color: #0066cc;
}

/* 服务导航样式 */
.service-nav {
    max-width: 1200px;
    margin: 20px auto;
    display: flex;
    justify-content: space-between;
    background: #fff;
    padding: 20px;
    border-radius: 4px;
}

.service-item {
    flex: 1;
    text-align: center;
    padding: 20px;margin:20px;
    cursor: pointer;
    transition: all 0.3s;
   border:solid 1px #0066cc;
   border-radius:10px;
   font-size: 16px;

}

.service-item.active {
    background: #0066cc;
    color: #fff;
}

.service-item i {
    display: block;
    font-size: 32px;
    margin-bottom: 10px;
}
.service-item span {
    display: block;
    font-size: 22px;
    margin-bottom: 10px;
}
.icon-doc{
    background: url(images/s2-tit-bj1.png) no-repeat;
    background-position: center center;
    background-size: 100%;
}
.icon-service{
 background: url(images/s2-tit-bj2.png) no-repeat;
    background-position: center center;
    background-size: 100%;
}
.icon-interact{
    background: url(images/s2-tit-bj3.png) no-repeat;
    background-position: center center;
    background-size: 100%;
}
/* 专题专栏样式 */
.special-topics {
    max-width: 1200px;
    margin: 20px auto;
    background: #fff;
    padding: 20px;
}

.topics-header {
    display: flex;
    gap: 15px;
    align-items: stretch; /* 让标题高度与轮播区域一致 */
    margin-bottom: 20px;
}

.topics-header .title {
     
    writing-mode: vertical-lr; /* 设置文字竖排 */
    text-orientation: upright; /* 保持文字正向 */
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    padding: 15px 20px;
    letter-spacing: 2px; /* 增加字间距 */
    display: flex;
    align-items: center;
    justify-content: center;
    background:#007de8;
    border-radius: 4px;
}
.topics-header .title a{color:#fff;}
.topics-slider {
    flex: 1;
    position: relative;
}

.topics-wrapper {
    flex: 1;
    overflow: hidden;
    width: 100%;
}

.topics-container {
    display: flex;
    transition: transform 0.3s ease;
    gap: 20px;
}

.topic-item {
    flex: 0 0 253px;
    height: 100px;
    border-radius: 4px;
    overflow: hidden;
    text-decoration: none;
}

.topic-item img {
    width: 100%;
    height: 100%;
    /*object-fit: cover;*/
    transition: transform 0.3s;
}

.topic-item:hover img {
    transform: scale(1.05);
}

/* 新闻区域样式 */
.news-container {
    width: 100%;
    margin-bottom: 20px;
}

.news-tabs {
    display: flex;
    border-bottom: 2px solid #0066cc;
}

.tab {
    padding: 10px 20px;
    cursor: pointer;
    background: #f5f5f5;
    margin-right: 2px;
}

.tab.active {
    background: #0066cc;
    color: white;
}

.news-content {
    padding: 15px;
    border: 1px solid #ddd;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

/* 政务服务区域样式 */
.service-container {
    margin: 20px 0;
    min-width: 1000px; /* 设置最小宽度 */
    overflow-x: auto; /* 允许横向滚动 */
}

.service-tabs {
    display: flex;
    justify-content: space-around;
    background: #f0f0f0;
}

.service-tab {
    padding: 15px 30px;
    cursor: pointer;
}

.service-tab.active {
    background: #0066cc;
    color: white;
}

/* 服务内容区域样式 */
.service-content {
    max-width: 1200px;
    margin: 20px auto;
    background: #fff;
}

/* 服务面板基础样式 */
.service-panel {
    display: none;
    padding: 20px;
    height: 400px;
    min-width: 1000px; /* 设置最小宽度 */
    overflow-x: auto; /* 允许横向滚动 */
}

.service-panel.active {
    display: block;
}

.gov-menu {
    display: flex;
    gap: 20px;
    height: 360px; /* 减去内边距 */
}
.gov-menu  .menu-section .menu-item{
    width:100%; /* 减去内边距 */
}
/* 右侧整体内容区域 */
.right-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 15px;
    min-width: 760px;    /* 适当减小右侧最小宽度，以适应左侧增加的宽度 */
}

/* 上部分内容布局 */
.top-content {
    display: flex;
    gap: 20px;
}

.middle-section {
    flex: 0 0 614px; /* 从650px减少到614px */
    min-width: 0;
}

.right-nav {
    flex: 0 0 280px;
}

/* 左侧菜单样式调整 */
.menu-section {
    flex: 0 0 220px;  /* 增加左侧菜单区域的宽度 */
    background: #fff;
    border-right: none; font-size: 16px;
}

.menu-item {
    display: flex;
    align-items: center;
    padding: 15px 20px;  /* 增加内边距 */
    margin-bottom: 15px;
    cursor: pointer;
    border-bottom: none;
    transition: all 0.3s;
    color: #333;
    font-size: 16px;
    position: relative;
    background: #f0f7ff;
    min-width: 220px;    /* 增加最小宽度 */
    width: 100%;
}

/* 左侧蓝色标记 */
.menu-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: #0148b4; /*0148b4 0066cc*/
    opacity: 1;
}

/* 修改左侧菜单图标样式 */
.menu-section .menu-item {
    display: flex;
    align-items: center;
    padding: 15px 20px;
    margin-bottom: 15px;
    cursor: pointer;
    transition: all 0.3s;
    color: #333;
    font-size: 16px;
    font-weight:bold;
    position: relative;
    background: #f0f7ff;
    height: 50px;
    width: 220px;        /* 设置固定宽度 */
}

.menu-section .menu-icon {
    width: 35px;
    height: 35px;
    margin-right: 12px;
    object-fit: contain;
    transition: transform 0.3s ease-in-out;
    flex-shrink: 0;
}

.menu-section .menu-item span {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;  /* 保持单行显示 */
}

/* 修改hover效果 */
.menu-item:hover .menu-icon {
    animation: iconSwing 0.5s ease-in-out;
    transform-origin: center center;
       filter: brightness(0) invert(1);
    opacity: 0.8; /* 调整透明度控制白色强度 */
}

/* 调整图标大小和颜色 */
.icon-guide,
.icon-system,
.icon-content,
.icon-report,
.icon-apply {
    /* 删除这部分 */
}

.icon-guide::before,
.icon-system::before,
.icon-content::before,
.icon-report::before,
.icon-apply::before {
    /* 删除这部分 */
}

.doc-section {
    flex: 1;
    padding: 0 20px;
}

.doc-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 2px solid #0066cc;
    margin-bottom: 15px;
}

.doc-header span {
    font-size: 16px;
    font-weight: bold;
}

.doc-header .more {
    color: #666;
    text-decoration: none;
    font-size: 14px;
}

.doc-header .more:hover {
    color: #0066cc;
}

.doc-list {
    padding: 10px 0;
}

.doc-list a {
    color: #333;
    text-decoration: none;
    display: inline-block;
    width: calc(100% - 100px); /* 减去时间的宽度 */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
    padding:10px 0;
    font-size: 16px;
}

.doc-list .time {
    float: right;
    color: #999;
    font-size: 14px;
    width: 100px;
    text-align: right;
    vertical-align: middle;
    padding:10px 0;
    font-size: 16px;
}

/* 快速导航网格样式 */
.nav-grid {
    display: grid;
    grid-template-columns: repeat(2, 138px); /* 增加宽度从120px到138px */
    gap: 25px 20px;
    height: auto;
    justify-content: center;
    padding: 15px 0;
}

.nav-item {
    width: 138px; /* 增加宽度从120px到138px */
    height: 50px;
    display: flex;
    align-items: center;
    padding: 10px 12px;
    background: #f8f8f8;
    border-radius: 4px;
    text-decoration: none;
    color: #333;
    transition: all 0.3s;
    margin: 5px 0;
 
}
.nav-item img{
    
}
/* 添加图标动画 */
.nav-icon {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    object-fit: contain;
    transition: transform 0.3s ease-in-out;

}

/* hover状态添加图标晃动效果 */
.nav-item:hover .nav-icon {
    animation: iconSwing 0.5s ease-in-out;
    transform-origin: center center;
      filter: brightness(0) invert(1);
    opacity: 0.8; /* 调整透明度控制白色强度 */
}

.nav-item:hover {
    background: #0373ed; /*e8f3ff*/
    color: #fff;
}

.nav-item span {
    font-size: 15px; /* 适当增大文字 */
}

/* 文件标签页样式 */
.doc-tabs {
    border: 1px solid #eee;
    border-radius: 4px;
    background: #fff;
    padding: 10px;
    width: 614px; /* 确保宽度一致 */
}

.tab-header {
    display: flex;
    align-items: center;
    border-bottom: 2px solid #0066cc;
    padding: 0 10px;
}

.tab-item {
    padding: 10px 15px;
    cursor: pointer;
    font-size: 16px; /* 增大文字大小 */
    position: relative;
}

.tab-item.active {
    color: #0066cc;
    font-weight: bold;
}

.tab-item.active::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #0066cc;
}

.tab-header .more {
    margin-left: auto;
    color: #666;
    text-decoration: none;
    font-size: 14px;
}

.tab-header .more:hover {
    color: #0066cc;
}

.tab-content {
    display: none;
    padding: 15px;
}

.tab-content.active {
    display: block;
}

/* 底部图片导航样式 */
.bottom-section {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 20px;
    border: 1px solid #eee;
    padding: 10px;
    border-radius: 4px;
    background: #fff;
}

/* 重点领域信息公开标题样式 */
.pointtile {
    font-size: 16px;
    font-weight: bold;
    color: #0066cc;
    white-space: nowrap;
    padding: 8px 20px;
    border: 1px solid #0066cc;
    border-radius: 4px;
}

/* 调整图片导航样式 */
.image-nav {
    display: flex;
    gap: 15px;
    flex: 1;
    justify-content: space-between;
    min-width: 600px; /* 设置最小宽度 */
}

/* 调整banner样式 */
.nav-banner {
    width: 130px;
    height: 50px;
    position: relative;
    display: flex;
    align-items: center;
    text-decoration: none;
    overflow: hidden;
    border-radius: 4px;
    background: #f8f8f8;
    transition: all 0.3s;
    padding: 8px;
}

.nav-banner img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    transition: transform 0.3s ease-in-out;
    flex-shrink: 0;
}

/* 添加图片hover效果 */
.nav-banner:hover img {
    animation: iconSwing 0.5s ease-in-out;
    transform-origin: center center;
    filter: brightness(0) invert(1);
    opacity: 0.8; /* 调整透明度控制白色强度 */
}

.nav-banner span {
    position: static;
    flex: 1;
    padding: 0 6px;
    color: #333;
    font-size: 15px; /* 适当增大文字 */
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: none;
}

/* hover效果 */
.nav-banner:hover {
    background: #0373ed; /*e8f3ff*/
}

.nav-banner:hover span {
    color: #fff;
}

/* 调整按钮位置和样式 */
.slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background: rgba(0, 102, 204, 0.7); /* 半透明背景 */
    color: #fff;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    z-index: 2;
    opacity: 0;
    transition: opacity 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider-btn.prev {
    left: 10px; /* 调整到图片上 */
}

.slider-btn.next {
    right: 10px; /* 调整到图片上 */
}

/* 鼠标悬停时显示按钮 */
.topics-slider:hover .slider-btn {
    opacity: 1;
}

.slider-btn:disabled {
    background: rgba(204, 204, 204, 0.7);
    cursor: not-allowed;
}

.slider-btn:not(:disabled):hover {
    background: rgba(0, 102, 204, 0.9);
}

/* 左侧菜单hover和active状态 */
.menu-item:hover {
    background: #0385fd; /*#e6f3ff;*/
    color: #fff; /*color: #0066cc;*/
}

.menu-item.active {
    background: #e6f3ff;
    color: #0066cc;
}

/* 修改图标摆动动画 */
@keyframes iconSwing {
    0% { transform: rotate(0deg); }
    25% { transform: rotate(-10deg); }
    50% { transform: rotate(10deg); }
    75% { transform: rotate(-5deg); }
    100% { transform: rotate(0deg); }
}

/* 右侧导航hover效果 */
.nav-item:hover {
    background: #0373ed; /* color: #0066cc;*/
    color: #fff;
}

.nav-item:hover .nav-icon {
    animation: iconSwing 0.5s ease-in-out;
    transform-origin: center center;
}

/* 政务服务内容样式 */
.service-wrapper {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: -15px;
}

.service-section {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 4px;
    padding: 10px;
    flex-shrink: 0; /* 防止内容被压缩 */
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    margin-bottom: 6px;
    border-bottom: 2px solid #0066cc;
}

.section-header span {
    font-size: 16px;
    font-weight: bold;
}

.section-header .more {
    color: #666;
    text-decoration: none;
    font-size: 14px;
}

.section-header .more:hover {
    color: #0066cc;
}

/* 个人办事和法人办事的网格布局 */
.service-grid {
    display: flex;
    justify-content: space-between;
    gap: 0;
    padding: 5px 0;
    margin:0;
}

.service-grid .service-item {
    flex: 0 0 auto;
    width: 100px;
    height: 95px; /* 调整整体高度 */
    padding: 8px 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #f8f8f8;
    border-radius: 4px;
    transition: all 0.3s;
    text-decoration: none;
    color: #333;margin:0;
}

.service-grid .service-icon {
    width: 40px; /* 保持图标尺寸 */
    height: 40px;
    margin: 0 0 8px 0; /* 调整间距 */
    object-fit: contain;
    transition: transform 0.3s ease-in-out;
    font-size:16px;
}

.service-grid .service-item span {
    font-size: 14px; /* 适当增大文字 */
    line-height: 1.5;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    
}

/* hover效果 */
.service-grid .service-item:hover {
    background: #e8f3ff;
    color: #0066cc;
    transform: translateY(-2px);
}

.service-grid .service-item:hover .service-icon {
    animation: iconSwing 0.5s ease-in-out;
    transform-origin: center center;
}

/* 便民服务网格布局 */
.service-grid-2 {
    display: flex;
    justify-content: flex-start;
    gap: 15px;
    flex-wrap: wrap;
    padding-bottom: 5px;
    min-width: 800px; /* 设置最小宽度 */
}

.service-grid-2 .service-item {
    width: calc(20% - 12px); /* 每行5个，考虑间距 */
    height: 45px;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    text-decoration: none;
    overflow: hidden;
    border-radius: 4px;
    background: #f8f8f8;
    transition: all 0.3s;
    padding: 6px 8px;
}

/* 移除横向滚动相关样式 */
.service-grid-2 {
    overflow-x: visible;
}

.service-grid-2 .service-icon {
    width: 30px;
    height: 30px;
    margin-right: 8px;
    object-fit: contain;
    transition: transform 0.3s ease-in-out;
    flex-shrink: 0;
}

.service-grid-2 .service-item span {
    flex: 1;
    font-size: 15px; /* 适当增大文字 */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
}

/* 便民服务的hover效果 */
.service-grid-2 .service-item:hover {
    background: #e8f3ff;
}

.service-grid-2 .service-item:hover span {
    color: #0066cc;
}

.service-grid-2 .service-item:hover .service-icon {
    animation: iconSwing 0.5s ease-in-out;
    transform-origin: center center;
}

/* 修改办事选项卡样式 */
.biz-tabs {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #0066cc;
    margin-bottom: 20px;
}

.tab-items {
    display: flex;
}

.biz-tabs .tab-item {
    padding: 10px 30px;
    font-size: 16px;
    cursor: pointer;
    position: relative;
    color: #333;
}

.biz-tabs .tab-item.active {
    color: #0066cc;
    font-weight: bold;
}

.biz-tabs .tab-item.active::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #0066cc;
}

/* 更多链接样式 */
.tab-more .more {
    display: none;
    color: #666;
    text-decoration: none;
    font-size: 14px;
    padding: 10px 0;
}

.tab-more .more.active {
    display: block;
}

.tab-more .more:hover {
    color: #0066cc;
}

/* 内容切换样式 */
.biz-content {
    display: none;
}

.biz-content.active {
    display: block;
}

/* 政民互动内容样式 */
.interaction-section {
    background: #fff;
    border-radius: 4px;
    padding: 15px;
}

/* 所有section header的通用样式 */
.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    margin-bottom: 6px;
    border-bottom: 2px solid #0066cc;
}

.section-header span {
    font-size: 16px;
    font-weight: bold;
}

/* 移除可能覆盖border-bottom的样式 */
.interaction-section .section-header {
    border-bottom: 2px solid #0066cc !important; /* 确保边框显示 */
}

/* 市长信箱特定样式 */
.mayor-box .section-header {
    border-bottom: 2px solid #0066cc !important; /* 确保边框显示 */
}

/* 信箱列表样式 */
.letter-list {
    padding: 5px 0;
    overflow-y: auto;
}

.letter-item {
    display: flex;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px dashed #eee; /* 添加底部边框 */
}

.letter-item:last-child {
    border-bottom: none; /* 最后一项不需要边框 */
}

.letter-title {
    flex: 1;
    color: #333;
    text-decoration: none;
    font-size: 16px; /* 增大文字 */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.letter-status {
    color: #0066cc;
    font-size: 16px; /* 增大文字 */
    margin: 0 15px;
}

.letter-date {
    color: #999;
    font-size: 14px;
    margin-left: 15px;
}

/* 访谈列表样式 */
.interview-list {
    padding: 5px 0;
    overflow-y: auto;
}

.interview-item {
    display: flex;
    align-items: center;
    padding: 6px 0;
    border-bottom: 1px dashed #eee;
}

.interview-title {
    flex: 1;
    color: #333;
    text-decoration: none;
    font-size: 16px; /* 增大文字 */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.interview-date {
    color: #999;
    font-size: 14px;
    margin-left: 15px;
}

/* 民意征集和在线调查内容样式 */
.survey-list {
    padding: 5px 0;
    overflow-y: auto;
}

.survey-item {
    display: flex;
    align-items: center;
    padding: 6px 0;
    border-bottom: 1px dashed #eee;
}

.survey-title {
    flex: 1;
    color: #333;
    text-decoration: none;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.survey-date {
    color: #999;
    font-size: 14px;
    margin-left: 15px;
}

/* 调整选项卡标题样式 */
.survey-tab {
    font-size: 16px;
    color: #666;
    cursor: pointer;
    padding: 2px 8px;
    position: relative;
    transition: all 0.3s;
    font-weight: bold;
}

.survey-tab.active {
    color: #0066cc;
    font-weight: bold;
}

/* hover效果 */
.letter-title:hover,
.interview-title:hover,
.survey-title:hover {
    color: #0066cc;
}

/* 调整列表项间距 */
.interaction-right .interview-item,
.interaction-right .survey-item {
    padding: 4px 0; /* 稍微增加间距 */
    border-bottom: 1px dashed #eee;
}

/* 调整section标题文字 */
.section-header span {
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

/* 政民互动面板特殊样式 */
#gov-interaction {
    display: none; /* 默认隐藏 */
    padding: 20px;
    min-height: 400px;
}

#gov-interaction.active {
    display: flex; /* 激活时显示 */
    gap: 20px;
}

/* 市长信箱样式 */
.mayor-box {
    width: 45%;
}

/* 右侧内容区域 */
.interaction-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.interaction-section {
    background: #fff;
    border-radius: 4px;
    padding: 15px;
}

/* 写信按钮样式 */
.interaction-btns {
    display: flex;
    align-items: center;
    gap: 15px;
}

.write-btn {
    display: flex;
    align-items: center;
    padding: 6px 12px;
    background: #0066cc;
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s;
}

.write-btn:hover {
    background: #0052a3;
}

.btn-icon {
    width: 16px;
    height: 16px;
    margin-right: 6px;
}

/* 列表样式调整 */
.letter-list,
.interview-list,
.survey-list {
    margin-top: 10px;
}

.letter-item,
.interview-item,
.survey-item {
    padding: 6px 0;
}

/* 在线访谈和民意征集 */
.interaction-right .interview-list,
.interaction-right .survey-list {
    flex: 1;
    margin-top: 8px;
    padding-bottom: 2px; /* 添加底部内边距 */
    display: flex;
    flex-direction: column;
    justify-content: flex-start; /* 从顶部开始排列 */
   
    
}

/* 调整列表项样式 */
.interaction-right .interview-item:last-child,
.interaction-right .survey-item:last-child {
    padding-bottom: 0; /* 移除最后一项的底部内边距 */
    border-bottom: none; /* 移除最后一项的底部边框 */
    margin-bottom: 0; /* 移除最后一项的底部间距 */
}

/* 写信区域样式 */
.writeinfo {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    margin-top: 15px;
    padding: 12px;
    background: #f8f8f8;
    border-radius: 4px;
}

.writeinfo .write-btn {
    flex: 1;
    display: flex;
    align-items: center;
    padding: 12px;
    background: #fff;
    border-radius: 4px;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s;
    border: 1px solid #eee;
    cursor: pointer;
}

.writeinfo .write-btn:hover {
    background: #e8f3ff;
    border-color: #0066cc;
    color: #0066cc;
}

.writeinfo .btn-icon {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.writeinfo .write-btn span {
    flex: 1;
    line-height: 1.4;
}

/* 调整12345热线的文字换行样式 */
.writeinfo .write-btn:last-child span {
    text-align: left;
}

/* 其他样式保持不变 */

/* 政务服务面板样式 */
#gov-service {
    display: none;
    padding: 20px;
    height: 400px;
}

#gov-service.active {
    display: block;
}
.biz-section-title{display: none;}
/* 右侧内容区域 - 根据不同面板区分样式 */
/* 政务服务和政民互动保持滚动 */
#gov-service .right-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 15px;
    height: 360px;
    overflow-y: auto;
    min-width: 800px;
}

/* 政民互动移除滚动 */
#gov-interaction .right-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 15px;
    height: 360px;
    overflow: visible;
    min-width: 800px;
}

/* 政府信息公开右侧内容 - 移除滚动 */
#gov-info .right-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 15px;
    height: 360px;
    overflow: visible;
    min-width: 800px;
}

/* 服务内容包装器 */
.service-wrapper {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: -15px;
}

/* 服务部分 */
.service-section {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 4px;
    padding: 10px;
    flex-shrink: 0; /* 防止内容被压缩 */
}

/* 便民服务网格布局 */
.service-grid-2 {
    display: flex;
    justify-content: flex-start;
    gap: 15px;
    flex-wrap: wrap; /* 改为自动换行 */
    padding-bottom: 5px;
}

/* 民意征集选项卡样式 */
.survey-tabs {
    display: flex;
    gap: 15px;
    align-items: center;
}
.survey-section-title{display: none;}
.survey-tab {
    font-size: 16px;
    color: #666;
    cursor: pointer;
    padding: 2px 8px;
    position: relative;
    transition: all 0.3s;
    font-weight: bold;
}

.survey-tab.active {
    color: #0066cc;
    font-weight: bold;
}

.survey-tab:not(:last-child)::after {
    content: '|';
    position: absolute;
    right: -8px;
    color: #ddd;
}

/* 内容区域样式 */
.survey-content {
    display: none;
}

.survey-content.active {
    display: block;
}

/* 调整section header样式 */
.interaction-right .section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    margin-bottom: 6px;
    border-bottom: 2px solid #0066cc;
}

.interaction-right .section-header span {
    font-size: 16px;
    font-weight: bold;
}

/* 更多链接样式 */
.survey-more .more {
    display: none;
    color: #666;
    text-decoration: none;
    font-size: 14px;
}

.survey-more .more.active {
    display: block;
}

.survey-more .more:hover {
    color: #0066cc;
}

/* PC端办事服务选项卡样式 */
.biz-content {
    display: none; /* PC端默认隐藏 */
}

.biz-content.active {
    display: block; /* PC端激活时显示 */
}
.jdinfo ul {padding:10px 10px 30px 10px;}
.jdinfo ul li {width:100%;float:left; padding:5px 5px 10px 5px;}
.jdinfo ul li a{width:300px;float:left; overlow:hidden;}
.jdinfo ul li  .date{width:100px;float:right;}
.jdrtinfo ul {padding:10px;}
.jdrtinfo ul li {width:100%;float:left; padding:5px 5px 10px 5px;}
.jdrtinfo ul li a{width:300px;float:left; overlow:hidden;}
.jdrtinfo ul li  .date{width:100px;float:right;}
.grid .jdrt{margin-top:15px; background: #007de8;float:right;width:90px;color:#fff;padding:14px 4px 10px 0px;font-size:1.21em;line-height:30px;text-align: center;letter-spacing: 0.6em;}
.jdrt a{color:#fff;}
.jdtitle{margin-top:15px; text-align:center;font-family:"微软雅黑";width:80px;float:left;color:#fff;padding:14px 0px 5px 8px;font-size:1.21em;line-height:20px;}
.jdtitle a{color:#fff;}

/* 确保选项卡在PC端正常显示 */
@media screen and (min-width: 769px) {
    .biz-tabs {
        display: flex;
    }

    .biz-content {
        display: none;
    }

    .biz-content.active {
        display: block;
    }
   
} 