﻿.content .row>div {
    padding-right: 0;
}

.ArticleList {
    padding-right: 1rem;
}

body.dark .MainRightCon .NewsTitle h3,
body.dark .MainRightCon .ArticleShow p {
    color: #bfbfbf;
}

body.dark .MainRightCon .NewsTitle {
    border-bottom: 1px dashed #494646;
}

/* 暗黑模式 - 大数据分析模块适配 */
body.dark .nrfx {
    background-color: #1f1f1f;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
}

body.dark .title1,
body.dark .title2 {
    color: #e0e0e0;
}

body.dark .zonglan-top-item {
    background-color: #2d2d2d;
}

body.dark .zonglan-item-title,
body.dark .danwei,
body.dark .tongbi,
body.dark .total {
    color: #a0a0a0;
}

body.dark .zonglan-item-num {
    color: #e0e0e0;
}

body.dark .time li a {
    color: #a0a0a0;
}

body.dark .time li.active a {
    background-color: #1f3396;
    color: #fff;
}

body.dark .xxbb-table th {
    background-color: #2d2d2d;
    color: #a0a0a0;
    border-color: #3d3d3d;
}

body.dark .xxbb-table td {
    color: #e0e0e0;
    border-color: #3d3d3d;
}

body.dark .url-link {
    color: #1f3396;
}

body.dark .echarts-tooltip {
    background-color: #2d2d2d !important;
    border-color: #4d4d4d !important;
}

body.dark .echarts-tooltip text {
    fill: #e0e0e0 !important;
}

.MainRightCon .NewsTitle {
    border-bottom: 1px dashed #dadada;
}

.MainRightCon .NewsTitle h3 {
    line-height: 2.7rem;
    color: #4c4c4c;
    font-size: 1.1rem;
    font-weight: bold;
    font-family: "Microsoft YaHei UI";
    text-align: center;
}

.Title {
    height: 3.813rem;
}

.MainRightCon .NewsTitle .ArticleInfor {
    text-align: center;
    line-height: 1.8rem;
}

.MainRightCon .NewsTitle .ArticleInfor span {
    display: inline-block;
    line-height: 30px;
    color: #999;
    font-size: 12px;
    margin-right: 15px;
    font-family: "Microsoft YaHei UI";
}

.MainRightCon .NewsTitle .ArticleInfor .Clock {
    text-indent: 20px;
}

.MainRightCon .NewsTitle .ArticleInfor .See {
    text-indent: 20px;
}

.MainRightCon .NewsTitle .ArticleInfor .People {
    text-indent: 20px;
}

.MainRightCon .NewsTitle .ArticleInfor .Source {
    text-indent: 20px;
}

.MainRightCon .ArticleShow {
    height: auto;
    margin-top: 20px;
    padding-bottom: 30px;
}

.imgWrap {
    width: 100%;
    overflow: auto;
}

.MainRightCon .ArticleShow img {
    display: block;
    margin: 15px auto;
}

.MainRightCon .ArticleShow p {
    color: #4c4c4c;
    font-size: 0.95rem;
    font-family: "Microsoft YaHei UI";
    line-height: 1.85rem;
    margin-bottom: 0.625rem;
    text-indent: 2em;
    text-align: justify;
}

.MainRightCon .ArticleShow p a {
    white-space: normal;
    color: rgb(84, 141, 212);
    font-size: 0.875rem;
    cursor: pointer;
}

.nrfx {
    margin-top: 30px;
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
}

.title1 {
    font-size: 18px;
    font-weight: 600;
    color: #111827;
    border-left: 4px solid #1f3396;
    padding-left: 12px;
    margin-bottom: 20px;
}

.zonglan {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.zonglan-top-item {
    flex: 1;
    min-width: 250px;
    padding: 15px 20px;
    background-color: #f9fafb;
    border-radius: 8px;
    position: relative;
}

.zonglan-top-item.mr-40 {
    margin-right: 40px;
}

.zonglan-item-title {
    font-size: 14px;
    color: #6B7280;
    margin-bottom: 8px;
}

.zonglan-item-num {
    font-size: 24px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 10px;
}

.danwei {
    font-size: 16px;
    font-weight: normal;
    color: #6B7280;
}

.tongbi {
    font-size: 12px;
    color: #6B7280;
    margin-bottom: 8px;
}

.tongbi .zhou {
    margin-right: 15px;
}

.total {
    font-size: 12px;
    color: #9CA3AF;
}

.title-time2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.title2 {
    font-size: 16px;
    font-weight: 600;
    color: #111827;
}

.time ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.time li {
    margin-left: 15px;
}

.time li a {
    display: block;
    padding: 4px 12px;
    font-size: 14px;
    color: #6B7280;
    text-decoration: none;
    border-radius: 16px;
}

.time li.active a {
    background-color: #1f3396;
    color: #fff;
}

.zyxq>div {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.xxbb-table {
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed;
}

.xxbb-table th {
    height: 40px;
    background-color: #f9fafb;
    color: #6B7280;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #E5E7EB;
}

.xxbb-table td {
    height: 40px;
    color: #111827;
    font-size: 14px;
    border: 1px solid #E5E7EB;
    padding: 0 10px;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.xxbb-table th:nth-child(1),
.xxbb-table td:nth-child(1) {
    width: 10%;
    text-align: center;
}

.xxbb-table th:nth-child(2),
.xxbb-table td:nth-child(2) {
    width: 40%;
    text-align: left;
}

.xxbb-table th:nth-child(3),
.xxbb-table td:nth-child(3) {
    width: 30%;
    text-align: left;
}

.xxbb-table th:nth-child(4),
.xxbb-table td:nth-child(4) {
    width: 10%;
    text-align: right;
}

.xxbb-table th:nth-child(5),
.xxbb-table td:nth-child(5) {
    width: 10%;
    text-align: right;
}

.url-link {
    color: #1f3396;
    text-decoration: none;
    word-break: break-all;
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.url-link:hover {
    text-decoration: underline;
}

@media (max-width: 575px) {
    .MainRightCon .ArticleShow p {
        text-indent: 0;
    }

    .MainRightCon .NewsTitle h3 {
        line-height: 2rem;
        margin-top: 1rem;
    }

    .content .row>div {
        padding-right: 0;
    }

    .ArticleList {
        padding-right: 1rem;
    }

    .MainRightCon .NewsTitle {
        border-bottom: 1px dashed #dadada;
    }

    .MainRightCon .NewsTitle h3 {
        line-height: 2.7rem;
        color: #4c4c4c;
        font-size: 1.1rem;
        font-weight: bold;
        font-family: "Microsoft YaHei UI";
        text-align: center;
    }

    .Title {
        height: 3.813rem;
    }

    .MainRightCon .NewsTitle .ArticleInfor {
        text-align: center;
        line-height: 1.8rem;
    }

    .MainRightCon .NewsTitle .ArticleInfor span {
        display: inline-block;
        line-height: 30px;
        color: #999;
        font-size: 12px;
        margin-right: 15px;
        font-family: "Microsoft YaHei UI";
    }

    .MainRightCon .NewsTitle .ArticleInfor .Clock {
        text-indent: 20px;
    }

    .MainRightCon .NewsTitle .ArticleInfor .See {
        text-indent: 20px;
    }

    .MainRightCon .NewsTitle .ArticleInfor .People {
        text-indent: 20px;
    }

    .MainRightCon .NewsTitle .ArticleInfor .Source {
        text-indent: 20px;
    }

    .MainRightCon .ArticleShow {
        height: auto;
        margin-top: 20px;
        padding-bottom: 30px;
    }

    .MainRightCon .ArticleShow img {
        display: block;
        margin: 15px auto;
    }

    .MainRightCon .ArticleShow p {
        color: #4c4c4c;
        font-size: 0.95rem;
        font-family: "Microsoft YaHei UI";
        line-height: 1.85rem;
        margin-bottom: 0.625rem;
        text-indent: 2em;
        text-align: justify;
    }

    .MainRightCon .ArticleShow p a {
        white-space: normal;
        color: rgb(84, 141, 212);
        font-size: 0.875rem;
        cursor: pointer;
    }

    .MainRightCon .ArticleShow {
        overflow-x: hidden;
    }

    .MainRightCon .ArticleShow p {
        text-indent: 0;
    }

    .MainRightCon .NewsTitle h3 {
        line-height: 2rem;
        margin-top: 1rem;
    }

    .MainRightCon .ArticleShow p a {
        word-break: break-all;
    }

    .MainRightCon .ArticleShow .imgWrap {
        width: 100%;
        overflow: auto;
    }

    .MainRightCon .ArticleShow .imgWrap::-webkit-scrollbar {
        display: none;
        /*隐藏滚动条*/
    }

    /* 超小屏 - 大数据分析模块适配 */
    .nrfx {
        background-color: #ffffff;
        box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
        margin-top: 15px;
        padding: 10px;
    }

    .title1 {
        font-size: 15px;
        margin-bottom: 12px;
    }

    .zonglan {
        gap: 12px;
        margin-bottom: 15px;
    }

    .zonglan-top-item {
        min-width: 100%;
        padding: 10px 12px;
        margin-right: 0 !important;
        margin-top: 10px;
        background-color: #f9fafb;
    }

    .zonglan-item-title {
        font-size: 12px;
        margin-bottom: 5px;
    }

    .zonglan-item-num {
        font-size: 18px;
        margin-bottom: 6px;
    }

    .danwei {
        font-size: 13px;
    }

    .tongbi {
        font-size: 10px;
    }

    .title-time2 {
        margin-bottom: 12px;
        display: block;
    }

    .title2 {
        font-size: 14px;
    }

    .time {
        width: auto;
    }

    .time ul {
        display: flex;
        padding: 0;
        margin: 0;
        width: 100%;
        gap: 2px;
        overflow: hidden;
        justify-content: space-between;
    }

    .time li {
        margin: 0;
        flex: 1;
        text-align: center;
    }

    .time li:first-child {
        margin-left: 70%;
    }

    .time li a {
        display: block;
        border-radius: 4px;
        padding: 2px 0;
        font-size: 12px;
        white-space: nowrap;
    }

    .zyxq .title-time2 {
        padding: 0 5px;
    }

    .zyxq>div {
        width: 100%;
        margin: 12px 0 0 0;
        padding-bottom: 15px;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .xxbb-table {
        width: 600px;
        border-collapse: collapse;
        table-layout: fixed;
    }

    .xxbb-table th {
        background-color: #f9fafb;
        height: 34px;
        font-weight: 500;
    }

    .xxbb-table th,
    .xxbb-table td {
        font-size: 12px;
        padding: 0 5px;
        box-sizing: border-box;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .xxbb-table td {
        height: 34px;
        vertical-align: middle;
    }

    .xxbb-table th:nth-child(1),
    .xxbb-table td:nth-child(1) {
        width: 10% !important;
        text-align: center;
    }

    .xxbb-table th:nth-child(2),
    .xxbb-table td:nth-child(2) {
        width: 40% !important;
        text-align: left;
    }

    .xxbb-table th:nth-child(3),
    .xxbb-table td:nth-child(3) {
        width: 30% !important;
        text-align: left;
    }

    .xxbb-table th:nth-child(4),
    .xxbb-table td:nth-child(4) {
        width: 10% !important;
        text-align: right;
        padding-right: 8px;
    }

    .xxbb-table th:nth-child(5),
    .xxbb-table td:nth-child(5) {
        width: 10% !important;
        text-align: right;
        padding-right: 8px;
    }

    .xxbb-table th:nth-child(1) {
        text-align: center;
    }

    .xxbb-table th:nth-child(2) {
        text-align: left;
    }

    .xxbb-table th:nth-child(3) {
        text-align: left;
    }

    .xxbb-table th:nth-child(4) {
        text-align: right;
    }

    .xxbb-table th:nth-child(5) {
        text-align: right;
    }

    .xxbb-table td:nth-child(3) .url-link {
        display: block;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    #zylxfb-lineChart {
        width: 90% !important;
        height: 180px !important;
        padding-top: 5px !important;
        margin: 0 auto !important;
    }

    body:not(.dark) .time li a {
        background-color: #f1f5f9;
        color: #64748b;
    }

    body:not(.dark) .time li.active a {
        background-color: #1f3396;
        color: #fff;
    }
}