* {
    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: 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 strong {
    font-weight: 400;
}

.main_content .custom-html-style p {
    margin: 10px 0;
    font-size: 16px;
    line-height: 2;
    text-indent: 30px;
}

.custom-html-style ol,
.custom-html-style ul {
    font-size: 16px;
    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 {
    background: #e8e8e8;
    border-top: 3px #2782c7 solid;
    line-height: 1.8;
    color: #333;
}

.footer .layout {
    max-width: 1200px;
    border-top: 1px #fff solid;
    padding: 10px 15px;
    margin: 0 auto;
    background: #e8e8e8;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.footer .layout .wxewm {
    display: flex;
    align-items: center;
}

.footer .layout .wxewm .d02 {
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: flex-start;
    padding-left: 15px;
}

.footer .layout .rit {
    padding-left: 40px;
    border-left: 1px #ddd solid;
}

.footer .layout .lft {
    padding-right: 35px;
}

.footer .layout .lft a {
    margin-top: 10px;
    font-size: 14px;
}

.footer .layout .wxewm .d02 span {
    line-height: 27px;
    font-size: 14px;
}

.footer .layout .wxewm .d02 .sp2 {
    display: block;
    line-height: 30px;
    font-size: 22px;
    padding: 10px 0;
    color: #ff6a00;
}

.footer .layout .rit p {
    font-size: 14px;
    line-height: 25px;
}

.footimg_box {
    background-color: #ffffff;
    padding: 10px;
}

.footimg {
    color: #515151;
    font-size: 12px;
    line-height: 24px;
    margin: 12px auto 0;
    overflow: hidden;
    text-align: center;
    max-width: 1200px;
}

.footimg p {
    border: 1px solid #D2D2D2;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 12px;
    height: 50px;
    line-height: 20px;
    margin: 6px;
    padding: 0;
    width: 120px;
    overflow: hidden;
}

.footimg .fl a {
    display: block;
    padding: 3px;
    width: 45px;
    height: 50px;
}

.footimg .fr a {
    display: block;
    padding: 5px 3px 0;
    width: 75px;
    height: 50px;
}











.foot_flex_fr ul {
    display: flex;
    align-items: center;
    gap: 20px;
}

.foot_flex_fr ul li {
    list-style: none;
    font-size: 12px;
    color: #ffffff;
}

.header {
    width: 100%;
}

.header .ritfr {
    display: flex;
    align-items: center;
    gap: 15px;
}

.header .ritfr a {
    height: 44px;
    line-height: 44px;
    padding: 0px 10px;
    text-align: center;
    font-size: 14px;
}

.header a.btnb,
.header a.btny {
    vertical-align: middle;
    display: inline-block;
    color: #fff;
    cursor: pointer;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
    transition: border .25s linear, color .25s linear, background-color .25s linear;
}

.header a.btnb {
    background: #ff6a00;
    border-color: #ff6a00;
}

.header a.btny {
    background: #3e9add;
    border-color: #3e9add;
}

.header .logo_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ldqxn-header {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.head_logo {
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px 15px;
}

.nav_box {
    background: #3e9add;
    padding: 6px 14px;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
}

.nav_man {
    padding-left: 10px;
    display: flex;
    flex-wrap: wrap;
}

.nav_man a {
    width: 50%;
    color: #ffffff;
    width: 75px;
    line-height: 24px;
    text-align: center;
    display: inline-block;
    font-size: 13px;
}

.nav_box a {
    text-align: center;
}

.nav_box img {
    width: 25px;
    margin-right: 5px;
}

a.nav_tit {
    display: flex;
    flex-direction: column;
    padding: 0;
    flex-shrink: 0;
    color: #ffffff;
    font-size: 15px;
}

.navxz {
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo-wrap_fl {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.footer_box {
    width: 100%;
    margin-top: 30px;
    background: #F7F7F7;
    overflow: hidden;
}

.content_box {
    max-width: 1200px;
    padding: 0 10px;
    margin: 20px auto;
}
.footer .layout .rit a:hover {
    color: #3e9add;
}

.copy_style {
    line-height: 30px;
    text-align: center;
    color: #666;
    font-size: 14px;
}

.lo_box {
    display: flex;
    align-items: center;
    font-size: 14px;
    gap: 15px;
}

.weibo_link a {
    display: flex;
    align-items: center;
}

.weibo_link img {
    margin-right: 5px;
}

.icon_lsit {
    display: none;
}

.nav_box.active {
    display: flex;
}

/*  */


@media screen and (max-width: 995px) {
    .nav_box a {
        padding: 0 5px;
    }

    .lo_box {
        display: none;
    }

    .logo-wrap_fl {
        justify-content: space-between;
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .news_list_box .mains {
        flex-direction: column;
    }

    .icon_lsit {
        display: block;
        width: 30px;
        cursor: pointer;
        position: fixed;
        right: 5px;
        top: 50%;
        transform: translate(0, -50%);
        background: #3e9add;
        color: #ffffff;
        width: 35px;
        height: 35px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .icon_lsit img {
        width: 15px;
    }

    .footer .layout .wxewm .d02 {
        text-align: left;
    }

    .news_list_box .mains .main_box .container_card_list {
        align-items: flex-start;
        flex-direction: column;
        gap: 15px;
    }

    .main_box_page {
        justify-content: center;
    }

    .news_list_box .mains .main_box {
        padding: 10px 15px;
    }

    .nav_box {
        position: fixed;
        width: 185px;
        gap: 10px;
        right: 13px;
        top: 10px;
        background: #ffff;
        padding: 10px;
        border-radius: 6px;
        box-shadow: 0 0 10px #f1f1f1;
        flex-direction: column;
        margin: 0;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease-in-out;
        z-index: 10;
    }

    .nav_box.active {
        display: flex;
        opacity: 1;
        visibility: visible;

    }

}

@media (max-width: 1100px) {
    .header .ritfr {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {

    .footer .layout {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 20px;
    }


    .footer .layout .lft,
    .footer .layout .rit {
        padding: 0;
        border: none;
        width: 100%;
    }

    .footer .layout .wxewm {
        justify-content: center;
    }

    .footimg p {
        width: calc(50% - 12px);
        margin: 6px 4px;
    }

    /* 导航栏垂直排列 */
    .head_logo {
        padding: 10px;
    }

    .logo_top {
        flex-direction: column;
        gap: 12px;
    }

    .header .ritfr {
        width: 100%;
        justify-content: center;
        gap: 6px;
    }

    .header .ritfr a {
        height: 38px;
        line-height: 38px;
        padding: 0 8px;
        font-size: 13px;
    }

    .nav_box {
        flex-direction: column;
        gap: 15px;
        padding: 15px 10px;
    }
    .itemblank{
        font-size: 14px;
    }
.main_content .title h4{
        font-size: 20px;
    }
    .navxz {
        width: 100%;
        justify-content: flex-start;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        padding: 5px;
        background-color: #3e9add;
    }

    .navxz:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

    .nav_man {
        padding-left: 15px;
        flex: 1;
    }

    .nav_man a {
        width: auto !important;
        padding: 0 8px;
        white-space: nowrap;
    }
}

@media (max-width: 480px) {
    .nav_man a {
        font-size: 12px;
        padding: 0 5px;
    }

    a.nav_tit {
        font-size: 14px;
    }

    .header .ritfr a {
        padding: 0 6px;
        font-size: 12px;
    }

    /* 小手机图标单列 */
    .footimg p {
        width: 100%;
        margin: 6px 0;
    }
}