* {
    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;
    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;
}

.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: 32px;
    font-weight: 700;
    line-height: 1.2;
}

.main_content .custom-html-style h2 {
    border: none;
    margin: 20px 0;
    padding: 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.7;
    text-indent: 30px;
}

.main_content .custom-html-style h3 {
    border: none;
    margin: 20px 0;
    padding: 0;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.7;
    text-indent: 30px;
}

.main_content .custom-html-style h4 {
    border: none;
    margin: 20px 0;
    padding: 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.7;
    text-indent: 30px;
}


.main_content .custom-html-style h5 {
    border: none;
    margin: 20px 0;
    padding: 0;
    font-weight: bold;
    font-weight: 700;
    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;
    font-size: 14px;
    line-height: 2;
    text-indent: 30px;
}

.custom-html-style ol,
.custom-html-style ul {
    font-size: 14px;
    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;
    display: flex;
    align-items: center;
    padding: 15px 0;
}

/* Logo区域 */
.jingdezhen-logo-wrap-9a7b {
    display: flex;
    align-items: center;
    padding: 10px 10px;
    background: #ffffff;
    padding-left: 0;
    width: 180px;
}

.header .nav-bar {
    clear: both;
    margin-left: 30px;
}

.header .nav-bar map {
    background-position: right -130px;
    display: block
}

.header .nav-bar li {
    font-size: 20px;
    padding: 0 15px;
}

.header .nav-site {
    margin: 0 5px;
    padding-left: 5px;
    display: flex;
    align-items: center;
}

.header .nav-site li {
    list-style: none;
}

.header .nav-site li a {
    color: #333333;
    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 .foot_flex {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 10pxs;
}

.footer {
    background-color: #141414;
}

.footer .foot_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    margin-top: 25px;
}

.footer .foot_flex .foot_flex_fl {
    display: flex;
    align-items: center;
    color: #ffffff;
}

.footer .foot_flex .foot_flex_fl p {
    font-size: 12px;
}

.footer .foot_flex .config-module {
    width: 130px;
    margin-right: 20px;
    font-size: 12px;
}

.foot_flex_fr ul {
    display: flex;
    align-items: center;
    gap: 20px;
}

.foot_flex_fr ul li {
    list-style: none;
    font-size: 12px;
    color: #ffffff;
}


@media screen and (max-width: 768px) {
    .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_content .custom-html-style h2 {
        font-size: 20px;
    }

    .jingdezhen-header-container-v2026 {
        flex-direction: column;
        align-items: center;
    }

    .news_list_box .mains {
        flex-direction: column;
    }

    .header .nav-bar {
        margin-left: 0;
    }

    .header .nav-bar li {
        font-size: 14px;
        padding: 0 12px;
    }

    .footer .foot_flex .config-module {
        margin: 0;
        margin-bottom: 10px;
    }

    .footer .foot_flex {
        flex-direction: column;
        align-items: center;
        padding: 20px 10px;
    }

    .footer .foot_flex .foot_flex_fl {
        flex-direction: column;
        justify-content: center;
        margin-bottom: 10px;
    }

    .main_box_page {
        justify-content: center;
    }
}