/* 中心内容样式 */
.content {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-top: 13px;
    width: 100%;
    min-height: 500px;
    position: relative;
}

.qrcode_web {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 106%;
    top: 24%;
}

.contentCenter {
    width: 100%;
    font-family: "Microsoft YaHei", "SimSun", sans-serif;
    color: #333;
    width: 1200px;
    margin: 0 auto;
}

.mainContent {
    margin-top: 26px;
}

.headlineTitle {
    font-weight: bold;
    text-align: center;
    color: rgb(16, 16, 16);
    font-size: 26px;
    margin: 0px 0 28px;
    padding: 0 50px;
    line-height: 1.5;
}

.headlineTitle a {
    color: rgb(16, 16, 16);
}

.headlineContent {
    display: flex;
    gap: 22px;
    min-height: 300px;
}

.newsTabs {
    width: 50%;
    height: 100%;
    flex: 1 1;
}

/* 轮播容器 */
.carousel {
    position: relative;
    overflow: hidden;
    /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15); */
    flex: 1 1;
    height: 350px;
}

/* 轮播轨道 */
.carousel-track {
    display: flex;
    height: 100%;
    transition: transform 0.6s ease-in-out;
}

/* 轮播项 */
.carousel-item {
    min-width: 100%;
}

.carousel-img {
    width: 100%;
    height: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.carousel-span {
    color: white;
    position: relative;
    height: 50px;
    width: 100%;
    display: inline-block;
    line-height: 60px;
    bottom: 50px;
    z-index: 1;
    background: url(../img/shadow.png) repeat-x bottom;
    background-size: auto 100%;
}

.carousel-span a {
    color: #fff;
    font-size: 14px;
    display: inline;
    width: 80%;
    overflow: hidden;
    padding: 0 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.carousel-span a :hover {
    color: #fff !important;
}

/* .carousel-title {
  position: relative;
  color: white;
}*/

.carousel-span::before {
    content: "";
    position: absolute;
    inset: 0;
    /* 等价于 top:0; right:0; bottom:0; left:0 */
    /* background: rgba(0, 0, 0, 0.5); */
    /* 半透明遮罩 */
    z-index: -1;
    /* 放在文字下面 */
}


/* 导航按钮 */
.carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    /* background: transparent; */
    background-color: rgba(0, 0, 0, 0);
    border: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-btn-prev {
    left: 10px;
}

.carousel-btn-next {
    right: 10px;
}

/* 指示器 */
.carousel-indicators {
    position: absolute;
    bottom: 12px;
    right: 20px;
    /* transform: translateX(-50%); */
    display: flex;
    gap: 10px;
    z-index: 10;
}

.indicator {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
}

.indicator.active {
    background: white;
    border-bottom: none;
    color: white;
    opacity: 1;
}

.adBanner {
    text-align: center;
    position: relative;
    width: 100%;
    height: 113px;
    margin: 15px 0;
}

.govAgencie {
    display: inline-block;
    width: 130px;
    position: absolute;
    top: 35px;
    right: 45px;
    line-height: 43px;
    color: #fff;
    height: 44px;
    font-size: 16px;
    border-radius: 35px;
    border: 1px solid rgba(255, 255, 255, 1)
}

.noticeSection {
    display: flex;
    gap: 22px;
    margin-bottom: 20px;
    min-height: 300px;
}

/* 疾控科普 */
.boxContainer {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.boxItem {
    flex: 1 1;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px;
    background-color: #e3edff;
    border-radius: 4px;
    text-decoration: none;
    color: #333;
}

.boxIcon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
}

/* 政务公开 */
.govAffairs {
    margin-bottom: 30px;
}

.govBanner {
    width: 100%;
    height: 60px;
    position: relative;
    margin-bottom: 10px;
}

.govContent {
    display: flex;
    gap: 20px;
}

.govRight {
    display: flex;
    background: #fff;
    border-radius: 8px;
    gap: 24px;
}

.leftMenu {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.menuItem {
    color: #101010;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 8px;
    padding-left: 2px;
}

.menuBtn {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px #f0f1f2;
    font-size: 16px;
    color: #222;
    padding: 12px 5px;
    cursor: pointer;
    gap: 10px;
    border: none;
    outline: none;
    transition: box-shadow 0.2s, color 0.2s;
    width: 137px;
    height: 38px;
    color: rgb(16, 16, 16);
    font-size: 14px;
}

.centerContent {
    flex: 1 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cardGrid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px 10px;
    margin-bottom: 16px;
}

.cardBox,
.creditLinkLeft {
    cursor: pointer;
    box-shadow: 0px 0px 10px 0px rgba(186, 186, 186, 0.4);
    padding: 10px;
    border: 1px solid #f0f0f0;
    box-sizing: border-box;
    color: rgba(0, 0, 0, 0.88);
    font-size: 14px;
    background: #ffffff;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    border-radius: 8px;
    width: 109px;
    height: 115px;
}

.cardIconC {
    position: relative;
    width: 48px;
    height: 48px;
    margin: 0 auto;
    margin-bottom: 12px;
    margin-top: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cardTitle,
.cardTitle a {
    font-size: 14px;
    color: #222;
    text-align: center;
    font-weight: 500;
    margin: 0 auto;
    margin-top: 4px;
    /* width: 50%; */
}

.creditInfo {
    border: 1px solid #f0f0f0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    border-radius: 8px;
    padding: 5px 24px;
}

.cardBottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 70px;
}

.creditLinkLeft .cardIconC {
    margin-bottom: 0;
    width: 40px;
    height: 40px;
}

.creditLinkLeft .cardTitle {
    color: rgb(32, 97, 209);
}

/* .creditLinkLeft {
     display: flex;
     align-items: center;
 }

 .creditLinkLeft img {
     display: inline-block;
 } */

/* .creditLink {
     color: rgb(32, 97, 209);
     font-size: 18px;
     display: inline-block;
 } */

.rightMenu {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.rightCard {
    /* background: #e6f2ff; */
    background: #fff;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 32px 0 24px 0;
    /* box-shadow: none; */
    cursor: pointer;
    transition: background 0.2s;
    width: 109px;
    /* height: 160px; */
    color: rgb(32, 97, 209);
    font-size: 14px;
}

.rightCardTitle {
    text-align: center;
    color: rgb(32, 97, 209);
    font-size: 14px;
}

/* 政务服务 */
.govService {
    margin: 20px 0 30px;
}

.govServiceWrap {
    display: flex;
    gap: 16px;
    background: url(../img/govService.png) no-repeat left center;
    background-size: 40% 100%;
}

.govServiceCard {
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-radius: 4px;
    text-decoration: none;
    overflow: hidden;
    padding: 18px 20px;
    box-sizing: border-box;
    font-family: AlibabaPuHui-bold;
}

.govServiceCard.primary {
    flex: 1.4 1 0;
    color: #fff;
}

.govServiceCard.secondary {
    flex: 1 1 0;
    color: #1a57b8;
    background: #e9f2ff;
}

.govServiceCardMain {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.gs-title {
    font-size: 28px;
    font-weight: 800;
    font-family: YSBiaoTiHei-regular;
}

.gs-subtitle {
    font-size: 18px;
    font-weight: 600;
}

.gs-serviceText {
    font-weight: 600;
}

.gs-btn {
    margin-top: 0px;
    display: inline-block;
    border: 1px solid #fff;
    color: #fff;
    padding: 3px 10px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    width: 90px;
    text-align: center;
}

.gs-icon {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gs-icon img {
    width: 45px;
    height: 45px;
}

.gs-text {
    margin-left: 16px;
    font-size: 20px;
    font-weight: 600;
}

/* tab切换样式 */
.tabs {
    display: flex;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    font-size: 22px;
    position: relative;
    line-height: 24px;
}

.secondTab {
    font-size: 20px;
    line-height: 20px;
}

.tabs a {
    padding: 10px 0;
    cursor: pointer;
    position: relative;
    bottom: -2px;
    margin-right: 40px;
    display: inline-block;
    color: rgb(51, 51, 51);
    font-family: SourceHanSansSC-medium;
    font-weight: 600;
}

.tabContent {
    line-height: 40px;
    min-height: 250px;
}

/* 疾控动态第一条数据 */
.firstItem {}

.firstTitle {
    display: inline-block;
    width: 90%;
    font-size: 18px;
    margin-left: 12%;
}

.firstTitle a {
    line-height: 28px;
    color: rgba(32, 97, 209, 1) !important;
    font-size: 20px;
    text-align: left;
    font-weight: 600;
    font-family: SourceHanSansSC-regular;

}

.firstContent a:hover {
    color: rgba(32, 97, 209, 1) !important;

}

.titleWrapper a:hover {
    color: rgba(32, 97, 209, 1) !important;

}

.titleWrapper:hover .newsCircle {
    background: rgba(32, 97, 209, 1) !important;
    /* 鼠标划入时的高亮颜色 */
}

.firstDate {
    display: inline-block;
    position: absolute;
    line-height: 32px;
}

.firstDate div {
    width: 45px;
    text-align: center;
    color: #2061D1;
}

.firstDate div:first-child {
    font-size: 18px;
    border-bottom: 1px solid #2061D1;
}

.firstContent {
    line-height: 28px;
    color: rgba(0, 0, 0, 1);
    font-size: 14px;
    text-align: left;
    font-family: SourceHanSansSC-regular;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.firstContent a p {
    font-weight: 500 !important;
    color: rgba(0, 0, 0, 1);
    font-size: 16px !important;
}

.newsItem {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.newsCircle {
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 1px solid #bbb;
    border-radius: 50%;
    margin-right: 10px;
    background: transparent;
    vertical-align: middle;
}

.titleWrapper a {
    flex: 1 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 0;
    text-decoration: none;
    color: rgb(0, 0, 0);
    font-size: 16px;
    font-family: SourceHanSansSC-regular;
}

.newsDate {
    color: rgb(153, 153, 153);
    font-size: 16px;
}

.commonDate {
    color: rgb(153, 153, 153);
    font-size: 16px;
    margin-left: 25px;
    line-height: 20px;
}

/* 新闻发布会 */
/* .tabImg {
    display: block;
    height: 208px;
    width: 320px;
}

.tabImg a {
    line-height: 20px;
    height: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    width: 100%;
    white-space: normal;
}


.news-release {
    display: flex;
    border-bottom: 2px solid #ccc;
    margin-bottom: 10px;
}

.news-release a:nth-child(1) {
    color: #2061D1 !important;
    border-bottom: 2px solid;
}

.news-release a {
    padding: 10px 0;
    cursor: pointer;
    position: relative;
    bottom: -2px;
    margin-right: 40px;
    display: inline-block;
    color: rgb(51, 51, 51);
} */
.bottomContent {
    width: 100%;
    padding: 15px;
    background: #f6f6f6;
}

.btittle {
    height: 75px;
    line-height: 30px;
}

.btittle a {
    color: #000;
}

.bcontent a {
    color: #999;
}

/* 查看更多 */
.more-box {
    position: absolute !important;
    right: -35px;
    font-size: 14px;
    top: 5px;
    display: inline-block;
}

.more-box a {
    color: #2061D1 !important;
    border: none !important;
    font-weight: normal;
}

/* 互动交流样式 */
.interactionContent {
    display: flex;
    gap: 20px;
    margin: 20px 0;
}

.interactionLeft {
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1 1;
    width: 260px;
}

.boxItem1 {
    height: 178px;
    background-color: rgb(232, 241, 255);
    position: relative;
}

.boxItem2,
.boxItem3 {
    height: 72px;
    background-color: rgb(232, 241, 255);
    display: flex;
    align-items: center;
    padding: 0 25px;
    text-decoration: none;
}

.boxIcon1 {
    height: 72px;

}

.boxIcon1 img {
    width: 100%;
}

.rightContent {
    color: rgb(51, 51, 51);
    font-size: 16px;
}

.interactionMiddle {
    width: 45%;
}

.interactionMiddle .newsTabs {
    width: 100%;
}

.interactionRight {
    width: 30%;
}

/* 科技专题 */
.specialColumn {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

.columnHeader {
    position: relative;
    height: 110px;
    width: 110px;
    flex-shrink: 0;
}

.columnHeader2,
.columnHeader3 {
    flex: 1 1;
    width: auto;
    min-width: 0;
}

/* 底部样式 */
.footerBox {
    background-color: #F5F5F5;
    padding: 30px 0 40px 0;
    display: flex;
    justify-content: center;
    color: #333;
    font-size: 12px;
}

.footerContent {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.bottomIcon {
    display: flex;
    position: absolute;
    right: 0;
    bottom: 15px;
}

.bottomIcon img {
    margin-left: 50px;
}

.contactInfo {
    width: 70%;
}

.contactLine {
    display: flex;
    /* flex-direction: column; */
    /* gap: 10px; */
    line-height: 30px;
}

.contactLine div {
    width: 30%;
}

/* 底部链接样式 */
.footerLinks {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    position: relative;
}

.dropdown {
    display: inline-block;
    width: 14%;
}

.dropdown-btn {
    padding: 8px 14px;
    background: #fff;
    cursor: pointer;
    width: 100%;
    border: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

/* 文章页底部布局 */
.footerFirst {
    height: 168px;
    background-color: #075190;
}

.firFooter {
    width: 1200px;
    margin: 0 auto;
    height: 100%;
    padding-top: 50px;
    line-height: 28px;
    color: #fff;
    padding-left: 20%;
    box-sizing: border-box;
    position: relative;
}

.secondFooter {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    height: 60px;
    line-height: 60px;
}

.secondFooter a {
    color: #000 !important;
    text-decoration: none;
}

/* 意见征集列表样式（匹配截图：标题 + 右侧状态 + 下方时间）*/
.myzj-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.myzj-list li {
    padding: 12px 0;
}

.myzj-list .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.myzj-list .title {
    color: #333;
    font-size: 16px;
    text-decoration: none;
    line-height: 1.5;
    display: block;
    flex: 1 1 auto;
    min-width: 0;
    /* 使文本在flex容器中可正确截断 */
    white-space: nowrap;
    /* 单行显示 */
    overflow: hidden;
    /* 超出隐藏 */
    text-overflow: ellipsis;
    /* 显示省略号 */
}

.myzj-list .title:hover {
    color: #1677ff;
}

.myzj-list .status {
    font-size: 14px;
    flex-shrink: 0;
    /* 保持状态不被压缩换行 */
}

.myzj-list .status-on {
    color: #fff;
    background-color: #1677ff;
    border-radius: 5px;
    padding: 4px 17px;
    height: 30px;
    line-height: 22px;
}

.myzj-list .status-over {
    color: #fff;
    background: #DCDCDC;
    border-radius: 5px;
    padding: 4px 17px;
    height: 30px;
    line-height: 22px;
}

.myzj-list .time {
    color: #999;
    font-size: 14px;
}