@charset "utf-8";
/* 浏阳市政府-市政府样式 */

/* 主体内容区域 */
.szf-main-content {
    background: #fff;
    padding: 30px 0;
    min-height: 600px;
}

.szf-content-wrap {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

/* 左侧栏 */
.szf-left {
    width: 860px;
    flex-shrink: 0;
}

/* 右侧栏 */
.szf-right {
    width: 400px;
    padding: 24px 30px;
    border-radius: 10px;
    flex-shrink: 0;
    background-color: #dae7fb;
}

/* 通用模块标题 */
.module-title-hd {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 12px;
    margin-bottom: 20px;
}
.module-title a {  color: #003ac8; font-size: 24px; padding-bottom: 12px; position: relative; }
.module-title a::before { content: ""; display: block; position: absolute; bottom: 0; left: 0; right: 0; width: 94px; height: 4px; border-radius: 4px; background: #003ac8;  }


.more-link {
    font-size: 18px;
    color: #676767;
    transition: all 0.3s;
}

.more-link:hover {
    color: #0865ff;
}

/* 政府领导模块 */
.leader-content{
    border: 1px solid #ededed;
    padding: 49px 30px 30px;
}
.szf-leaders {
    margin-top: 24px;
    margin-bottom: 40px;
}

.mayor-info {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    padding-bottom: 50px;
    border-bottom: 1px solid #ededed;
    /* padding-bottom: 40px; */
}

.mayor-position {
    flex: 0 0 180px;
    padding-right: 50px;
    text-align: center;
    font-size: 18px;
    color: #000;
    margin-bottom: 15px;
    font-weight: 500;
}

.mayor-detail {
    /* display: flex; */
    gap: 20px;
}

.mayor-photo {
    text-align: center;
}

.mayor-photo img {
    width: 100px;
    height: 141px;
    object-fit: cover;
    display: block;
}

.mayor-name {
    font-size: 18px;
    color: #000;
    /* margin-bottom: 10px; */
    text-align: center;
    margin-top: 5px;
}

.mayor-name a:hover {
    color: #0865ff;
}
.mayor-desc {
    flex: 1;
}

.desc-item {
    margin-bottom: 5px;
}

.desc-item:last-child {
    margin-bottom: 0;
}

.desc-label {
    font-size: 18px;
    color: #000;
}

.desc-content {
    font-size: 16px;
    color: #666;
    line-height: 25px;
    text-align: justify;
}

/* 副市长信息 */
.vice-mayors {
    display: flex;
    align-items: center;
    margin-top: 50px;
    padding-bottom: 30px;
    /* margin-top: 40px; */
    padding-bottom: 25px;
}

.vice-mayor-label {
    flex: 0 0 180px;
    padding-right: 50px;
    text-align: center;
    font-size: 18px;
    color: #000;
    margin-bottom: 15px;
    font-weight: 500;
}

.vice-mayor-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 29px;
}

.vice-mayor-item {
    text-align: center;
    width: 100px;
}

.vice-mayor-item img {
    width: 100px;
    height: 141px;
    object-fit: cover;
    display: block;
    margin-bottom: 8px;
}

.vice-mayor-name{
    font-size: 18px;
    color: #000;
}
.vice-mayor-item a:hover .vice-mayor-name{
    color: #0865ff;
}

/* 政府机构模块 */
.agency-tabs .tab_hd {
    background-color: #2770f1;
    height: 50px;
    overflow: hidden;
    margin-bottom: 25px;
}

.agency-tabs .tab_hd ul {
    display: flex;
    align-items: center;
    justify-content: space-around;
}


.agency-tabs .tab_hd ul li{
    margin-right: 0;
}

.agency-tabs .tab_hd ul li a {
    display: block;
    height: 50px;
    line-height: 46px;
    font-size: 18px;
    text-align: center;
    color: #fff;
    position: relative;
}

.agency-tabs .tab_hd ul li a::before {
    content: "";
    display: block;
    position: absolute;
    right: -22px;
    top: 50%;
    transform: translateY(-50%);
    height: 20px;
    width: 1px;
    background-color: #fff;
}

.agency-tabs .tab_hd ul li:last-child a::before {
    display: none;
}

.agency-tabs .tab_hd .on a {
    color: #f9f871;
    font-weight: normal;
    border: 0;
}

.agency-bd {
    min-height: 200px;
}

.agency-list {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.agency-item {
    display: block;
    padding: 0 10px;
    background: #e8f1ff;
    color: #000;
    font-size: 16px;
    border-radius: 4px;
    transition: all 0.3s;
    text-align: center;
    width: calc(33.333% - 16px);
    height: 50px;
    line-height: 50px;
}

.agency-item:hover {
    background: #003ac8;
    color: #fff;
}


/* 右侧模块通用样式 */
.szf-module {
    margin-bottom: 23px;
}

.szf-module:last-child {
    margin-bottom: 0;
}

/* 领导活动与讲话列表 */
.activity-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.activity-list li {
    padding-left: 14px;
    position: relative;
    margin-bottom: 15px;
    line-height: 1.8;

}

.activity-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    background: #003ac8;
}

.activity-list li a {
    font-size: 16px;
    color: #000;
    display: block;
    transition: all 0.3s;
    overflow: hidden; 
    text-overflow:ellipsis; 
    white-space:nowrap;
}

.activity-list li a:hover {
    color: #0865ff;
}

/* 政府会议模块 */
.meeting-highlight img{
    width: 100%;height: 179px;
}

.meeting-list {
    margin-top: 24px;
}

/* 政府工作报告 */
.report-list {
    display: flex;
    gap: 5px;
    justify-content: space-between;
}

.report-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    background: #eff5ff;
    border-radius: 8px;
    text-align: center;
    transition: all 0.3s;
    text-decoration: none;
}

.report-item:hover {
    background: #e8f1ff;
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.report-year {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #97b2d9 url(2026lys_szf_icon1.png) no-repeat center;
    color: #c20210;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.report-year span{
    display: inline-block;
    margin-left: 5px;
    margin-top: 8px;
}

.report-text {
    font-size: 14px;
    color: #000;
    line-height: 1.6;
}

/* 政府公报 */
.bulletin-wrap {
    display: flex;
    gap: 12px;
}

.bulletin-cover {
    flex-shrink: 0;
    width: 155px;
}

.bulletin-cover img {
    width: 100%;
    height: auto;
    display: block;
}

.bulletin-list {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 11px;
}

.bulletin-list a{
    display: block;
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    background: #ffffff;
    color: #000;
    font-size: 16px;
    text-align: center;
    border-radius: 4px;
    transition: all 0.3s;
    text-decoration: none;
}

.bulletin-list a:hover {
    background: #003ac8;
    color: #fff;
}

/* 新闻tabs */
.news-tabs { margin-bottom: 15px; }
/* 新闻标题tabs */
.tab_box{ text-align:left; }
.tab_hd{ height: 55px; overflow: hidden; }
.tab_hd ul li{ float:left; margin-right: 40px; }
.tab_hd ul li a { display: block; height: 55px; line-height: 55px; font-size: 24px; text-align: center; color: #000000;}
.tab_hd .on a{ color: #003ac8; font-weight: bold; border-bottom: 2px solid #003ac8; }
.tab_hd>ul>li>a>span{ font-size: 18px; color: #999999; line-height: 55px; margin-left: 10px; }
.tab_hd>span{ float: right; }
.tab_hd>span>a{ display: block; font-size: 18px; color: #676767; height: 55px; line-height: 55px; -webkit-transition: all 0.3s ease-out; transition: all .3s ease-out;  }
.tab_hd>span>a:hover{ color: #0865ff; }

.news-tabs .bd { min-height: 380px; padding-top: 5px; }
.news-list li { height: 75px; padding: 15px 0; border-bottom: 1px solid #f3f3f3; display: flex; align-items: center; }
.news-list .date { width: 50px; text-align: center; margin-right: 30px; }
.news-list .date .day { font-size: 30px; color: #0865ff; font-weight: bold; line-height: 1; }
.news-list .date .month { font-size: 14px; color: #666666; }
.news-list .title { flex: 1; overflow: hidden; }
.news-list .title a { color: #000; display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; line-height: 1.8; font-size: 18px; }
.news-list .title a:hover { color: #0865ff; }

/* 底部tabs模块 */
.bottom-tabs-section { margin-bottom: 30px; }
.bottom-tabs-header { display: flex; justify-content: center; align-items: center; margin-bottom: 15px; }
.bottom-tabs-nav { display: flex; gap: 50px; }
.bottom-tabs-nav li { position: relative; padding-left: 76px; }
.bottom-tabs-nav li .tab-name { font-size: 24px; color: #000000; cursor: pointer; transition: all 0.3s; }
.bottom-tabs-nav li .decoration { width: 122px; opacity: 0;  transition: all 0.3s; }
.bottom-tabs-nav li .decoration::before{ transition: all 0.3s; opacity: 0; content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%); display: block; border-radius: 1px; background-color: #d6312d; width: 18px; height: 3px; }
.bottom-tabs-nav li::before {  transition: all 0.3s; opacity: 0;  content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%); display: block; width: 71px; height: 51px; background: url(2026lys_kbw_tabs_bg.png) no-repeat; }
.bottom-tabs-nav li.on::before { opacity: 1; }
.bottom-tabs-nav li.on .tab-name { position: relative; color: #003ac8; }
.bottom-tabs-nav li.on .decoration { opacity: 1;  display: block; position: relative; padding-left: 25px; font-size: 16px; color: #d6d6d6; text-transform: uppercase; cursor: pointer; transition: all 0.3s; }
.bottom-tabs-nav li.on .decoration::before{ opacity: 1; }

/* 移动端响应式样式 */
@media screen and (max-width: 768px) {
    /* 主体内容区域 */
    .szf-main-content {
        padding: 10px 0;
    }

    /* 内容布局改为纵向 */
    .szf-content-wrap {
        flex-direction: column;
        gap: 20px;
    }

    /* 左侧栏全宽 */
    .szf-left {
        width: 100%;
    }

    /* 右侧栏全宽 */
    .szf-right {
        width: 100%;
        padding: 10px;
    }

    /* 模块标题字体调整 */
    .module-title-hd{
        margin-bottom: 10px;
    }

    .module-title a {
        font-size: 20px;
    }

    .module-title a::before{
        width: 70px;
    }

    .more-link {
        font-size: 16px;
    }

    /* 政府领导模块 */
    .szf-leaders{ margin: 0; }

    .leader-content {
        padding: 30px 15px 20px;
    }

    /* 市长信息改为纵向布局 */
    .mayor-info {
        flex-direction: column;
        align-items: flex-start;
        padding-bottom: 20px;
        margin-bottom: 0;
    }

    .mayor-position {
        /* display: none; */
        flex: 0;
        text-align: center;
        margin: 0 auto;
        padding: 0;
        margin-bottom: 10px;
    }

    .mayor-detail {
        flex-direction: column;
        width: 100%;
        gap: 15px;
    }


    .mayor-photo img {
        margin: 0 auto;
    }

    .mayor-name {
        font-size: 18px;
        text-align: center;
    }

    .mayor-desc {
        width: 100%;
    }

    .desc-label {
        font-size: 16px;
    }

    .desc-content {
        font-size: 14px;
        line-height: 22px;
    }

    /* 副市长信息改为纵向布局 */
    .vice-mayors {
        flex-direction: column;
        align-items: flex-start;
        margin-top: 20px;
    }

    .vice-mayor-label {
        flex: none;
        width: 100%;
        padding-right: 0;
        text-align: left;
        margin-bottom: 20px;
    }

    .vice-mayor-list {
        width: 100%;
        /* justify-content: space-between; */
        gap: unset;
    }

    .vice-mayor-item {
        width: calc(33.333% - 10px);
        margin-bottom: 10px;
    }

    .vice-mayor-item img {
        margin: 0 auto;
        height: 141px;
        max-width: 100%;
    }

    .vice-mayor-name {
        font-size: 14px;
    }

    /* 政府机构模块 */
    .szf-agencies{ 
        margin-top: 20px;
     }

    .agency-tabs .tab_hd {
        height: auto;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        margin-bottom: 10px;
    }

    .agency-tabs .tab_hd ul {
        flex-wrap: nowrap;
        min-width: max-content;
        padding: 0 10px;
    }

    .agency-tabs .tab_hd ul li {
        flex-shrink: 0;
    }

    .agency-tabs .tab_hd ul li a {
        font-size: 14px;
        padding: 0 15px;
        white-space: nowrap;
    }

    .agency-tabs .tab_hd ul li a::before {
        right: 0;
    }

    .agency-list {
        gap: 10px;
    }

    .agency-item {
        width: calc(50% - 5px);
        font-size: 14px;
        height: 40px;
        line-height: 40px;
    }

    /* 右侧模块 */
    .activity-list li {
        margin-bottom: 12px;
    }

    .activity-list li a {
        font-size: 14px;
    }

    /* 政府会议 */
    .meeting-list {
        margin-top: 15px;
    }

    /* 政府工作报告 */
    .report-year {
        width: 50px;
        height: 50px;
        font-size: 11px;
    }

    .report-text {
        font-size: 13px;
    }

    /* 政府公报 */
    .bulletin-wrap {
        gap: 10px;
    }

    .bulletin-list a {
        font-size: 14px;
    }
}

/* 小屏手机适配 */
@media screen and (max-width: 480px) {

    .module-title a {
        font-size: 18px;
    }

    .leader-content {
        padding: 20px 10px 15px;
    }

    .vice-mayor-item {
        width: 33.333%;
    }

    .agency-tabs .tab_hd ul li a {
        font-size: 12px;
        padding: 0 10px;
    }
}