* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

a {
    text-decoration: none;
    color: inherit;
}

.news_list_box {
    max-width: 1200px;
    margin: 0 auto 10px;
    padding: 0 20px;
}

/* 头部 */



/* 内容 */
.news_list_box .mains {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
}

.news_list_box .mains .main_box {
    width: 100%;
    padding: 20px 25px;
    background-color: #ffffff;
    margin: 10px 0;
    margin-top: 25px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.news_list_box .mains .mains_fl_box {
    max-width: 830px;
}

.news_list_box .mains .mains_fr_box {
    flex: 1;
}

.news_list_box .mains .main_box .container_card_list {
    box-sizing: border-box;
    border-bottom: 1px dashed #e1e1e1;
    font-size: 14px;
    width: 100%;
    padding: 15px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.news_list_box .mains .main_box .container_card_list a {
    color: #333333;
}

.news_list_box .mains .main_box .container_card_list a:hover {
    color: #0039ec;
}

.main_box_page {
    margin-top: 25px;
    margin-bottom: 25px;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.main_box_page .page-btn {
    color: #333;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    background-color: #f3f3f3;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    font-size: 14px;
    line-height: 14px;
    border: none;
    display: flex;
}

.main_box_page button.page-btn.active {
    background-color: #0039ec;
    color: #fff;
}

.main_box_page a .container_page_item {
    color: #333;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    background-color: #f3f3f3;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    font-size: 14px;
    line-height: 14px;
    display: flex;
}

.main_box_page a .container_page_item.active {
    background-color: #0039ec;
    color: #fff;
}

.configfooter {
    text-align: center;
    color: #333;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 100%;
    margin-top: 10px;
    font-size: 12px;
    display: flex
}

.configfooter .config_footer_text {
    align-items: center;
    gap: 4px;
    display: flex
}

.configfooter .config_footer_text a:hover {
    color: #ffa463
}

.configfooter .config_footer_text span {
    font-weight: 700
}

.configfooter .config_footer_imgs {
    align-items: center;
    gap: 40px;
    display: flex
}

.box_page_line {
    padding: 15px;
    background: #e5ebff;
    border-radius: 10px;
}

.box_page_line .line {
    color: #333333;
    line-height: 1.5;
    font-size: 14px;
}

.box_page_line .line img {
    width: 18px;
}

.itemblank {
    margin: 0;
    font-size: 14px;
}

.main_content {
    margin: 25px 0;
}

.main_content .title {
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #e1e1e1;
}

.main_content .title h4 {
    font-size: 30px;
    line-height: 1.5;
    font-weight: 700;
}

.main_content .title .time {
    color: #999;
    text-align: center;
    width: 100%;
    margin-top: 10px;
    font-size: 12px;
}

.main_page {
    margin: 12px 0;
}

.main_page {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
}

.main_content .content {
    margin: 15px 0 0 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.main_page .page_link {
    color: #333333;
    font-size: 14px;
}

.main_page a {
    color: #333333;
    font-size: 14px;
}

.main_content .custom-html-style h1 {
    border: none;
    margin: 25px 0;
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
}

.main_content .custom-html-style h2 {
    border: none;
    margin: 20px 0;
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    text-indent: 30px;
}

.main_content .custom-html-style h3 {
    border: none;
    margin: 20px 0;
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    text-indent: 30px;
}

.main_content .custom-html-style h4 {
    border: none;
    margin: 20px 0;
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    text-indent: 30px;
}


.main_content .custom-html-style h5 {
    border: none;
    margin: 20px 0;
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    text-indent: 30px;
}

.main_content .custom-html-style em {
    font-style: normal;
}

.main_content .custom-html-style p {
    margin: 10px 0;
    line-height: 2;
    text-indent: 30px;
}

.custom-html-style ol,
.custom-html-style ul {
    line-height: 28px;
}

.custom-html-style li {
    margin-bottom: 8px;
    line-height: 1.7;
    text-indent: 30px;
    list-style: none;
}

.custom-html-style p strong,
.custom-html-style li strong {
    font-weight: 400;
}

a.box_container_link {
    color: #0069e6;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
}

.news_list_box .mains .mains_fr_box .box_detail_title {
    color: #0072ad;
    box-sizing: border-box;
    border-bottom: 1px solid #e1e1e1;
    align-items: center;
    width: 100%;
    height: 36px;
    padding-left: 6px;
    font-size: 18px;
    font-weight: 700;
    display: flex;
    position: relative;
    margin-bottom: 10px;
}

.news_list_box .mains .mains_fr_box .box_detail_title::before {
    content: "";
    background-color: #0072ad;
    width: 100px;
    height: 1px;
    position: absolute;
    bottom: -1px;
    left: 0;
}

.box_detail_list {
    align-items: center;
    gap: 10px;
    width: 100%;
    display: flex;
}

.news_list_box .mains .mains_fr_box img {
    width: 220px;
}

.detail_list_title {
    color: #333;
    flex: 1;
    min-width: 0;
    font-size: 14px;
}

.box_detail_content {
    margin: 10px 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.detail_list_dot {
    color: #fff;
    background-color: #ff5c37;
    border-radius: 4px;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    width: 18px;
    height: 20px;
    font-size: 12px;
    font-weight: 700;
    line-height: 12px;
    display: flex;
}

.detail_list_title .list_title_ellipsis .title_text {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 230px;
    overflow: hidden;
}

.custom-html-style table {
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
    line-height: 1.5;
}

.custom-html-style table th {
    text-align: center !important;
    padding: 12px 14px;
    white-space: nowrap;
    background-color: #f5f5f5;
    font-weight: 600;
    border-bottom: 2px solid #ddd;
}

.custom-html-style table td {
    text-align: left;
    padding: 12px 14px;
    border-bottom: 1px solid #eee;
}

.custom-html-style table tbody tr:nth-child(even) {
    background-color: #fafafa;
}


.custom-html-style table tbody tr:hover {
    background-color: #f0f7ff;
}

.custom-html-style table td strong {
    font-weight: 400;
}

/*  */
.jingdezhen-header-container-v2026 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    font-family: "Microsoft Yahei", sans-serif;
}

/* Logo区域 */
.jingdezhen-logo-wrap-9a7b {
    display: flex;
    align-items: center;
    padding: 15px 20px;
    background: #ffffff;
    border-bottom: 1px solid #eee;
}

.header .nav-bar {
    clear: both;
    height: 33px
}

.header .nav-bar,
.header .nav-bar map,
.header .nav-site,
.header .nav-site li.line,
.header .subnav {
    background: url(/hyzx/resource/jdz_news_com_cn/images/nav.png) no-repeat;
}

.header .nav-bar map {
    background-position: right -130px;
    display: block
}

.header .nav-site {
    height: 33px;
    background-position: left -65px;
    background-repeat: repeat-x;
    margin: 0 5px;
    padding-left: 5px
}

.header .nav-site li {
    float: left;
    height: 33px;
    line-height: 33px;
    list-style: none;
    padding: 0 5px;
}

.header .nav-site li a {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    display: block
}

.header .nav-site li.line {
    background-position: 2px -215px;
    padding: 0;
    width: 10px;
    text-indent: -10000px
}

.header .subnav {
    padding-left: 16px;
    border-left: 1px solid #d2dfed;
    border-right: 1px solid #d2dfed;
    background-position: left -33px;
    background-repeat: repeat-x;
    height: 32px;
    line-height: 32px
}

.header .subnav a {
    font-size: 12px;
    color: #004499
}

.header .subnav span {
    padding: 0 3px;
    color: #c8d8e9;
}

.footer p.info {}

.footer p.info {
    color: #666;
    line-height: 30px;
    text-align: center;
    padding: 12px 0;
    font-size: 14px;
    margin-top: 15px;
    border-top: 1px solid #dbe7ed;
}

.footer p.info a:hover {
    color: #0039ec;
}

.footer p.info em {
    margin: 0 10px;
}

.phone_medile {
    display: none;
    color: #ffffff;
    cursor: pointer;
    font-size: 15px;
    text-align: center;
    background-color: #0069e6;
    padding: 15px 20px;
    position: fixed;
    bottom: 26px;
    left: 50%;
    width: 80%;
    transform: translate(-50%, 10px);
    border-radius: 330px;
}

.phone_medile img {
    width: 20px;
    vertical-align: middle;
    margin-right: 5px;
}

/* 导航栏区域 */

/* 原有你的基础样式 原样保留 */
.tab-wrap {
    width: 100%;
    height: 91px;
    background-image: url(https://static-n.nntv.cn/canna/custom/pc/1750334234//assets/nnnews/img/nav-back-img2.jpg);
    background-size: cover;
    color: #fff !important;
    transition: height 0.3s ease;
}

.tab-wrap .container {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.my-flex {
    display: flex;
    align-items: center;
}

.top-info-left {
    height: 30px;
    border-left: 2px solid #fff;
    margin-left: 10px;
    padding: 0 5px;
}

.top-info-left p {
    font-size: 10px;
    color: #fff;
    margin-bottom: 0;
}

.tab-nav li {
    list-style: none;
}

.tab-nav li a {
    color: #fff;
    display: block;
    margin-left: 18px;
    text-decoration: none;
    transition: opacity 0.2s;
}

.tab-nav li a:hover {
    opacity: 0.8;
}

/* ============ 新增优化CSS 分割线以下全部新增 ============ */
/* 1. 全局辅助 */
* {
    box-sizing: border-box;
}

.logo-box img {
    height: 30px;
    width: auto;
    object-fit: contain;
}

/* 2. 移动端汉堡按钮 */
.menu-toggle {
    display: none;
    width: 36px;
    height: 30px;
    background: transparent;
    border: none;
    position: relative;
    cursor: pointer;
}

.menu-toggle span {
    display: block;
    width: 100%;
    height: 3px;
    background: #fff;
    border-radius: 2px;
    position: absolute;
    transition: all 0.3s;
}

.menu-toggle span:nth-child(1) {
    top: 0;
}

.menu-toggle span:nth-child(2) {
    top: 13px;
}

.menu-toggle span:nth-child(3) {
    bottom: 0;
}

.menu-toggle.active span:nth-child(1) {
    transform: rotate(45deg);
    top: 13px;
}

.menu-toggle.active span:nth-child(2) {
    opacity: 0;
}

.menu-toggle.active span:nth-child(3) {
    transform: rotate(-45deg);
    bottom: 13px;
}

/* 3. 导航激活高亮 */
.tab-nav li a.active {
    border-bottom: 2px solid #fff;
}

/* 4. 导航吸顶样式 */
.tab-wrap.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

/* 5. 大屏平板适配 1200px */
@media screen and (max-width: 1200px) {
    .tab-wrap .container {
        max-width: 96%;
        padding: 0 10px;
    }

    .tab-nav li a {
        margin-left: 12px;
        font-size: 14px;
    }
}

/* 6. 小平板 992px：显示汉堡、导航默认隐藏 */
@media screen and (max-width: 992px) {
    .tab-wrap {
        height: auto;
        padding: 12px 0;
    }

    .tab-wrap .container.d-flex {
        flex-wrap: wrap;
    }

    .menu-toggle {
        display: block;
    }

    .tab-nav.my-flex {
        width: 100%;
        flex-wrap: wrap;
        margin-top: 12px;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
    }

    .tab-nav.my-flex.show {
        max-height: 600px;
    }

    .tab-nav li {
        margin: 4px 0;
    }

    .tab-nav li a {
        margin: 0 10px;
        font-size: 13px;
        padding: 4px 0;
    }

    .top-info-left p {
        font-size: 9px;
    }

    .logo-box img {
        height: 42px;
    }
}

/* 7. 手机端 768px */
@media screen and (max-width: 768px) {
    .top-info-left {
        margin-left: 6px;
        padding: 0 4px;
    }

    .logo-box img {
        height: 36px;
    }
}

/* 8. 极小手机 480px */
@media screen and (max-width: 480px) {
    .top-info-left p:first-child {
        letter-spacing: 0.3em;
    }

    .top-info-left p:last-child {
        letter-spacing: 0.1em;
    }

    .tab-nav li a {
        font-size: 12px;
    }
}

















@media screen and (max-width: 768px) {
    .phone_medile {
        display: block;
    }

    .header .subnav {
        background: #f5faff;
        margin: 10px 0;
        height: auto;
        border: 1px solid #d2dfed;
        padding: 0;
    }

    .header .subnav a {
        display: inline-block;
        width: 32%;
        text-align: center;
    }

    .header .subnav span {
        display: none;
    }

    .news_list_box .mains .main_box .container_card_list {
        align-items: flex-start;
        flex-direction: column;
        gap: 15px;
    }

    .news_list_box .mains .main_box {
        padding: 15px 15px;
    }

    .box_page_line .line {
        font-size: 12px;
    }

    .news_list_box {
        padding: 0 15px;
    }

    .footer p.info {
        font-size: 12px;
    }

    .news_list_box .mains_detail {
        flex-direction: column;
    }

    .news_list_box .mains .mains_fl_box {
        max-width: none;
        flex: 1;
        width: 100%;
    }

    .detail_list_title .list_title_ellipsis .title_text {
        width: 100%;
    }

    .main_content .title h4 {
        font-size: 18px;
    }


    .main_box_page {
        justify-content: center;
    }
}