.zjhz-subject.zjhz-article-page .zjhz-article-subject {
    /* border: 1px dashed #E9E9E9; */
    padding: 20px 40px 0px 40px;
    /* border-top: 1px dashed #E9E9E9; */
    background-color: #ffffff;
    /* min-height: 600px; */
}

.zjhz-subject.zjhz-article-page .zjhz-article-subject .zjhz-article-box {
    min-height: 500px;
}

.zjhz-main_title {
    line-height: 36px;
    font-size: 30px;
    font-weight: bold;
    color: #333333;
    /* color: #BD1A2D; */
    text-align: center;
    font-weight: normal;
}

.zjhz-main_subtitle {
    padding: 0;
    line-height: 36px;
    font-size: 20px;
    /* color: #BD1A2D; */
    text-align: center;
    font-weight: normal;
}

.zjhz-article-main_section {
    clear: both;
    line-height: 30px;
    font-size: 16px;
    /* color: #666; */
    text-align: justify;
    word-wrap: break-word;	
    white-space: normal;
    word-break: break-all;
    /* font-family: "新宋体"; */
    zoom: 1;
    padding-top: 30px;
    min-height: 500px;
}

.zjhz-article-main_section::after {
    content: "020";
    height: 0px;
    display: block;
    overflow: hidden;
    clear: both;
}

.zjhz-article-main_section,
.zjhz-article-main_section p,
.zjhz-article-main_section span,
.zjhz-article-main_section a,
.zjhz-article-main_section font,
.zjhz-article-main_section td,
.zjhz-article-main_section th,
.zjhz-article-main_section tr {
    /* font-family: "仿宋"; */
    /* font-size: 21px; */
    /* line-height: 40px; */
}

.zjhz-article-main_section img {
    max-width: 100%;
}

.artic_key {
    /* margin-top: 30px; */
    width: 100%;
    border-top: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
    overflow: hidden;
    margin-bottom: 30px;
}

.artic_key li {
    float: left;
    width: 50%;
    line-height: 40px;
    font-size: 16px;
    color: #666;
    border-bottom: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
}

.artic_key li span {
    display: inline-block;
    float: left;
    width: 30%;
    text-align: center;
    background: #f4f6f7;
    border-right: 1px #dcdcdc solid;
}

.artic_key li p {
    float: left;
    width: 70%;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.artic_kopen {
    display: inline-block;
    float: right;
    padding: 5px 20px;
    line-height: 20px;
    font-size: 14px;
    color: #527ac0;
    border: 1px #ccddfa solid;
    border-radius: 6px;
    background: #fafafa;
    overflow: hidden;
    cursor: pointer;
}

.zjhz-artic_tother {
    width: 100%;
    margin-top: 15px;
    padding-bottom: 30px;
    font-size: 16px;
    font-weight: 400;
    color: #999999;
    line-height: 30px;
    height: auto;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border-bottom: 1px solid #EEEEEE;
}


.zjhz-artic_tother>div.fl {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    float: none;
}

.zjhz-artic_tother>div.fr {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -15px;
    float: none;
}

.zjhz-artic_tother p {
    float: left;
    margin-right: 15px;
}

.zjhz-artic_tother p.zjhz-switching-fontsize {
    display: none;
}

.zjhz-artic_tother p:last-child {
    margin-right: 0;
}

.zjhz-artic_tother p span {
    cursor: pointer;
}

.zjhz-article-menu {
    /* padding: 0 23px; */
    margin: 20px 0 30px 0;
    overflow: hidden;
    text-align: right;
}

.zjhz-article-menu a {
    display: inline-block;
    line-height: 16px;
    margin-right: 15px;
    font-size: 14px;
    color: #5e5e5e;
    cursor: pointer !important;
}

.zjhz-article-menu a:before {
    content: "";
    float: left;
    margin-right: 5px;
    width: 16px;
    height: 16px;
    background: url(artc-top.jpg) no-repeat;
}

.zjhz-article-menu a.copy:before {
    background: url(artc-copy.jpg) no-repeat;
}

.zjhz-article-menu a.off:before {
    background: url(artc-off.jpg) no-repeat;
}

.zjhz-article-menu a:hover {
    color: #527bc0;
}

.policy {
    overflow: hidden;
}

.policy a {
    float: right;
    display: block;
    width: 134px;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
    color: #ffffff;
    font-size: 16px;
    background: #6e9fd8;
    transition: .3s;
    border-radius: 10px;
    text-align: center;
    margin-left: 10px;
}

.policy a:hover {
    background: #0089e6;
    border-radius: 10px;
    box-shadow: 0 0 10px #0089e6;
    color: #ffffff !important;
}

.zjhz-article-main_section .zjhz-article-table-tdtitle {
    border: solid 1px #E0E0E0;
    border-left: none;
    border-top: none;
    background-color: #FAFAFA;
    font-size: 14px;
    text-align: center;
    width: 120px
}

.zjhz-article-main_section .tableInformation {
    width: 100%;
    margin: 20px auto;
    border: solid 1px #E0E0E0;
    border-bottom: none
}

.zjhz-article-main_section .tablelist {
    border: solid 1px #E0E0E0;
    border-left: none;
    border-top: none;
    font-size: 14px;
    line-height: 32px;
    border-right: none;
    padding: 5px 10px;
    min-height: 30px
}

.zjhz-article-main_section .zjhz-article-table {
    text-align: center;
    line-height: 30px;
    margin: 0 auto;
}

.zjhz-article-main_section .zjhz-article-table.adviceArticle .advice {
    background-color: #c9dbf5;
    font-weight: bold;
}

.zjhz-article-main_section .zjhz-article-table tr td {
    /* padding: 5px; */
    border: solid 1px #E0E0E0;
    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden;
    border: solid 1px #E0E0E0;
}

.ImporF_bd-main .old_XXGK {
    display: none;
}

.ImporF_bd-main .XXGKTable {
    display: block !important;
}




/* 网站地图开始 */
.zjhz-sitemap-title {
    background: url(wzdt.png) no-repeat center 0;
    height: 103px;
    line-height: 103px;
    text-align: center;
    font-size: 25px;
    color: #BD1A2D;
    margin-bottom: 20px;
}

.zjhz-sitemap-father {
    height: 50px;
    padding-left: 30px;
    font-size: 19px;
    position: relative;
    background: #f8f8f8;
    line-height: 50px;
}

.zjhz-sitemap-children {
    padding: 15px 30px;
    overflow: hidden;
}

.zjhz-sitemap-children a {
    display: block;
    float: left;
    padding-left: 10px;
    line-height: 30px;
    width: 252px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.zjhz-sitemap-children a:before {
    content: '';
    display: block;
    width: 3px;
    height: 3px;
    background: #BD1A2D;
    position: absolute;
    top: 14px;
    left: 0;
}

/* 网站地图结束 */



/* 萧法天平 */
.zjhz-article-main_section .two-dimensional-code {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 30px;
}

.zjhz-article-main_section .two-dimensional-code dl {
    float: left;
    margin: 0 40px;
    padding: 10px;
    box-shadow: 0 0 6px rgb(0 0 0 / 16%);
}

.zjhz-article-main_section .two-dimensional-code dl dt {
    width: 250px;
    height: 250px;
}

.zjhz-article-main_section .two-dimensional-code dl dt img {
    display: block;
    width: 100%;
    height: 100%;
}

.zjhz-article-main_section .two-dimensional-code dl dd p {
    line-height: 32px;
    font-weight: bold;
    background: url(weixin.png) no-repeat 64px center;
    background-size: 25px auto;
    padding-left: 100px;

}

.zjhz-article-main_section .two-dimensional-code dl:nth-child(2) dd p {
    background: url(weibo.png) no-repeat 64px center;
    background-size: 25px auto;
}

.social-share .icon-wechat .wechat-qcode h4,
.social-share .icon-wechat .wechat-qcode .help p {
    font-family: "新宋体" !important;
}

/* PC端样式结束 */












/* ************************************************************************************ */

/* 老年版样式开始 */
.old_type .zjhz-subject {
    /* padding: 20px 0px 40px 0px; */
    /* padding: 20px 30px 40px 30px; */
}

.old_type .zjhz-current-position {
    line-height: 50px;
    font-weight: 700;
    font-size: 24px;
    padding-left: 25px;
    background-size: 24px auto;
    background-position-y: 14px;
}

.old_type .zjhz-current-position a {
    font-size: 24px;
}

.old_type .social-share .icon-wechat .wechat-qcode {
    top: -300px;
    left: -122px;
    width: 270px;
    height: 287px;
}

.old_type .social-share .icon-wechat .wechat-qcode h4 {
    height: 44px;
    line-height: 42px;
    font-size: 24px;
}

.old_type .social-share .icon-wechat .wechat-qcode .help p {
    line-height: 26px !important;
    font-size: 24px !important;
}

.old_type #share-2 {
    margin-top: 15px;
}

.old_type .ImporF_bd {
    width: 100% !important;
}

.old_type .zjhz-main_title {
    line-height: 64px;
    font-size: 52px;
}

.old_type .zjhz-main_subtitle {
    line-height: 48px;
    font-size: 36px;
}

.old_type .zjhz-artic_tother {
    font-size: 28px;
    line-height: 48px;
    height: auto;
    /* overflow: hidden; */
}

.old_type .zjhz-artic_tother .fr .fl {
    display: none;
}

.old_type .zjhz-article-main_section {
    font-size: 32px !important;
    line-height: 64px !important;
}

.old_type .zjhz-article-main_section p {
    font-size: 32px !important;
    line-height: 64px !important;
}

.old_type .zjhz-article-main_section span {
    font-size: 32px !important;
    line-height: 64px !important;
}

.old_type .zjhz-article-main_section font {
    font-size: 32px !important;
    line-height: 64px !important;
}

.old_type .zjhz-article-main_section a {
    font-size: 32px !important;
    line-height: 64px !important;
}

.old_type .zjhz-article-main_section td {
    font-size: 32px !important;
    line-height: 64px !important;
}

.old_type .zjhz-article-main_section th {
    font-size: 32px !important;
    line-height: 64px !important;
}

.old_type .zjhz-article-main_section tr {
    font-size: 32px !important;
    line-height: 64px !important;
}

.old_type #qrcodeTable {
    font-size: 28px;
}

.old_type .zjhz-article-menu a {
    line-height: 32px;
    margin-right: 15px;
    font-size: 28px;
}

.old_type .policy a {
    width: 150px;
    height: 48px;
    line-height: 48px !important;
    font-size: 24px !important;
}

.old_type .zjhz-article-menu a:before {
    margin-top: 5px;
    width: 24px;
    height: 24px;
    background-size: 24px 24px;
}

.old_type .zjhz-article-menu a.copy:before {
    background-size: 24px 24px;
}

.old_type .zjhz-article-menu a.off:before {
    background-size: 24px 24px;
}

.old_type .content .w1100 {
    max-width: 1200px;
}

.old_type .section_posi {
    line-height: 50px;
    font-size: 24px;
}

.old_type .section_search {
    height: 72px;
}

.old_type .section_search form {
    width: 60.6%;
    max-width: 730px;
}

.old_type .section_search .sear_i {
    width: 17.3%;
}

.old_type .section_search form input[type="submit"] {
    background-size: 37.5px 37.5px;
}

.old_type .section_search form input[type="text"] {
    font-size: 36px;
}

.old_type .section_hd .bm_logo {
    font-size: 52px;
}

.old_type .artic_key li {
    width: 100%;
    line-height: 52px;
    font-size: 24px;
}

.old_type .artic_key li span {
    width: 30% !important;
}

.old_type .artic_key li p {
    width: 70% !important;
}

.old_type .artic_kopen {
    line-height: 36px;
    font-size: 22px;
}


.old_type .zjhz-article-main_section .zjhz-article-table-tdtitle {
    width: 235px;
}

/* 老年版样式结束 */



/* ******************************************************************************************* */



/* 移动端样式开始 */
@media only screen and (max-width: 767px) {
    body {
        background-color: #ffffff;
    }

    .bt-box-1200,
    .bt-box-1100,
    .bt-box-1000,
    .bt-box-980,
    .bt-box-970,
    .bt-box-960 {
        width: 100%;
    }

    .zjhz-subject {
        min-width: 0;
        padding: 0 3.2vw;
    }


    .zjhz-subject.zjhz-article-page {
        padding: 2.6667vw 3.2vw 2.6667vw 3.2vw;
    }

    .zjhz-current-position {
        line-height: 5.6vw;
        font-weight: normal;
        font-size: 4vw;
        padding-left: 0;
        background: none;
        color: #999999;
        margin-bottom: 2.6667vw;
    }

    .zjhz-current-position a {
        padding: 0;
        color: #999999;
    }

    .ImporF_bd {
        width: 100% !important;
    }

    /* .ImporF_bd-main {
      padding: 3.2vw 0;
    } */
    .zjhz-subject.zjhz-article-page .zjhz-article-subject {
        border: none;
        padding: 0;
    }

    .zjhz-subject.zjhz-article-page .zjhz-article-subject .zjhz-article-box {
        min-height: 40vw
    }

    .zjhz-main_title {
        padding: 0px 0 1.3333vw 0px;
        line-height: 10vw;
        font-size: 7.2vw;
        /* color: #BD1A2D; */
        text-align: center;
        font-weight: bold;
    }

    .zjhz-main_subtitle {
        padding: 0;
        line-height: 8.5333vw;
        font-size: 5.3333vw;
        color: #BD1A2D;
        text-align: center;
    }

    .zjhz-artic_tother {
        width: 100%;
        padding: 1.3333vw 0;
        margin-bottom: 4vw;
        font-size: 4vw;
        line-height: 5.6vw;
        border-bottom: 0.1333vw #dcdcdc solid;
        height: auto;
    }

    .zjhz-artic_tother>div.fl {
        flex-direction: column;
    }

    .cont_mainbg .zjhz-artic_tother p {
        font-size: 4vw !important;
        line-height: 5.6vw !important;
    }

    .zjhz-artic_tother .fr {
        display: none;
    }

    .zjhz-artic_tother p {
        float: none;
        margin-right: 0;
    }

    .zjhz-article-main_section table {
        table-layout: fixed;
        word-break: break-word;
        max-width: 90%;
        width: auto;
    }

    .zjhz-article-main_section table.personnelTable {
        max-width: 100%;
        margin: 0;
    }

    .zjhz-main_atta {
        padding-left: 0;
        font-size: 4vw;
        line-height: 5.6vw;
    }

    .zjhz-article-main_section table th,
    table tr,
    table td {
        word-break: break-word;
    }

    .zjhz-article-main_section table td {
        padding: 0 !important;
        width: auto !important;
    }

    .zjhz-article-main_section img {
        height: auto !important;
        max-width: 80%;
    }

    .zjhz-article-main_section {
        font-size: 4.2vw !important;
        line-height: 8.5333vw !important;
        overflow: hidden;
    }

    .zjhz-article-main_section p {
        font-size: 4.2vw !important;
        line-height: 8.5333vw !important;
    }

    .zjhz-article-main_section span {
        font-size: 4.2vw !important;
        line-height: 8.5333vw !important;
    }

    .zjhz-article-main_section font {
        font-size: 4.2vw !important;
        line-height: 8.5333vw !important;
    }

    .zjhz-article-main_section td {
        font-size: 4.2vw !important;
        line-height: 8.5333vw !important;
    }

    .zjhz-article-main_section a {
        font-size: 4.2vw !important;
        line-height: 8.5333vw !important;
    }

    .zjhz-article-main_section tr {
        font-size: 4.2vw !important;
        line-height: 8.5333vw !important;
    }

    .zjhz-article-main_section th {
        font-size: 4.2vw !important;
        line-height: 8.5333vw !important;
    }

    .zjhz-article-main_section video {
        max-width: 80% !important;
        width: auto !important;
        height: auto !important;
    }

    .newnewerm {
        display: none;
    }

    .zjhz-article-menu {
        display: none;
    }

    .policy a {
        float: right;
        display: block;
        width: 35.7333vw;
        height: auto;
        line-height: 8vw;
        border-radius: 2.6667vw;
        text-align: center;
        margin-left: 2.6667vw;
    }

    .policy a:hover {
        background: #0089e6;
        border-radius: 2.6667vw;
        box-shadow: 0 0 2.6667vw #0089e6;
    }

    .zjhz-article-main_section .tableInformation {
        max-width: 100%;
        margin: 0;
    }

    .zjhz-article-main_section .zjhz-article-table {
        max-width: 100%;
        margin: 0;
    }

    .zjhz-article-main_section .zjhz-article-table-tdtitle {
        width: 30% !important;
    }

    /* 信息公开文章页 */
    .HeadTwe {
        padding: 2vw 0;
        min-width: 0px;
    }

    .xxgk_top {
        max-width: none;
    }

    .HeadTwe ul {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .HeadTwe ul li {
        width: 18%;
    }

    .HeadTwe ul li:first-child {
        display: none;
    }

    .content {
        min-width: 0;
        width: 100%;
    }

    .HeadTwe ul li a {
        display: block;
        padding: 0 1.3333vw;
        height: auto;
        line-height: normal;
        color: #666;
        font-size: 3.2vw;
    }

    .pd_side {
        padding: 3.2vw;
    }

    .pside30 {
        padding: 0 1.3333vw 1.3333vw 1.3333vw;
    }

    .artic_key {
        margin: 1.3333vw 0;
    }

    .artic_key li {
        width: 100%;
        font-size: 3.2vw;
        line-height: 7.2vw;
    }

    .artic_key li span {
        width: 30% !important;
    }

    .artic_key li p {
        width: 70% !important;
    }

    .artic_kopen {
        padding: 1.3333vw 2.6667vw;
        line-height: 2.6667vw;
        font-size: 2.6667vw;
        color: #527ac0;
        border: 0.1333vw #ccddfa solid;
        border-radius: 0.8vw;
    }

    .HeadTwe ul li+li {
        border-left: none;
    }

    .HeadTwe ul li+li+li {
        border-left: 1px #666 solid;
    }

    .section_posi {
        padding: 1.3333vw 0;
        font-size: 4vw;
        line-height: 5.6vw;
        color: #999999;
    }

    .section_posi a {
        font-size: 4vw;
        line-height: 5.6vw;
        color: #999999;
    }

    .mobile_hide {
        display: inline-block !important;
    }

    .linke div {
        margin: 0px 1.3333vw 0px 1.3333vw;
    }

    .linke a {
        border-radius: 0.4vw;
        color: #fff;
        padding: 0px 0.8vw 0px 0.8vw;
        line-height: 5.6vw;
        float: right;
        font-size: 3.7333vw;
    }

    .jgzn_nav {
        padding: 1.3333vw 0px 2.6667vw 0px;

    }

    .jgzn_nav a {
        width: 22.6667vw;
        line-height: 5.6vw;
        font-size: 3.7333vw;
        display: block;
        float: left;
        padding-left: 6vw;
        margin: 0px 3.2vw 3.2vw 0px;
        color: #808080;
        border: 0.1333vw solid #dbdbdb;
        border-radius: 0.5333vw;
    }

    .jgzn_nav a:nth-of-type(1) {
        background: url(jgzn_nav1.png) no-repeat 2vw center;
        background-size: 2.2667vw 2vw;
    }

    .jgzn_nav a:nth-of-type(2) {
        background: url(jgzn_nav2.png) no-repeat 2vw center;
        background-size: 2.2667vw 2vw;
    }

    .jgzn_nav a:nth-of-type(3) {
        background: url(jgzn_nav3.png) no-repeat 2vw center;
        background-size: 2.2667vw 2vw;
    }

    .jgzn_nav a:nth-of-type(4) {
        background: url(jgzn_nav4.png) no-repeat 2vw center;
        background-size: 2.2667vw 2vw;
        width: 39.7333vw;
    }
}

/* 移动端样式结束 */
.zjhz-artic_qr-code {
    text-align: center;
}

.zjhz-artic_qr-code p {
    font-size: 16px;
    font-weight: 400;
    color: #999999;
    margin-bottom: 20px;
}

.zjhz-artic_qr-code img {
    width: 200px;
    height: 200px;
    margin: 0 auto;
}