@font-face {
    font-family: 'HPSimplifiedHans-Light';
    src: url('../fonts/HPSimplifiedHans-Light.woff2') format('woff2'),
        url('../fonts/HPSimplifiedHans-Light.woff') format('woff'),
        url('../fonts/HPSimplifiedHans-Light.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;

}

.header {
    position: relative;
}


.row {
    max-width: 1400px;
}

header .row {
    max-width: 1400px;
}

.wrap_sub_banner {
    position: relative;
    z-index: 1;
}


.sub_banner {
    padding-bottom: calc(400% / 19.2);
    height: 0;
    overflow: hidden;
    position: relative;
    background: center;
    background-size: cover;
    margin: 0 0 0;
}

.sub_banner::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 55%;
    bottom: 0;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .6));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .6));
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .6));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .6));
}

.sub_banner::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 4px;
    background: #cc3516;
    z-index: 3;
}

.sub_banner img {
    display: block;
    width: 100%;
}

.bread {
    line-height: 24px;
    text-align: right;
    float: right;
    color: rgba(255, 255, 255, .8);
    padding: 0;
}

.bread a {
    padding: 0 1px;
    display: inline-block;
    vertical-align: middle;
    color: rgba(255, 255, 255, .8);
}

.bread i {
    display: inline-block;
    vertical-align: middle;
    margin: 0 2px;
}

.bread a.on {
    color: rgba(255, 255, 255, .8)
}

.content {
    /* padding: 20px 0 100px; */
    position: relative;
    z-index: 1;
}

.sub_content {
    position: relative;
    padding: 31px 0 0;
}

/* .page_title{font-weight: normal;text-align: center;border-bottom: 1px solid #e5e5e5;margin: 0px 0 38px;} */

.sub_menu_title {
    color: #222;
    line-height: 1.5em;
    /* font-weight: normal; */
    float: left;
}

.sub_menu {
    overflow: hidden;
}

.sub_menu .lv0 {
    position: relative;
    overflow: hidden;
    padding: 10px 0 20px;
    text-align: center;
}

.sub_menu .lv0 ul {
    display: none;
}

.sub_menu ul, .sub_menu .tit, .sub_menu li {
    position: relative;
    width: auto;
    float: left;
    margin: 0 1px 0 0;
}

.sub_menu a {
    display: block;
    line-height: 1.5em;
    padding: 6px;
    position: relative;
}

.sub_menu a.l0 {
    font-size: 20px;
    padding: 12px 28px;
    background: url(../jzw/images/sub_menu_bg11.png) left center no-repeat, url(../images/jzw/sub_menu_bg12.png) right center no-repeat;
    background-size: auto 100%, auto 100%;
    text-align: center;
    min-width: 88px;
}

.sub_menu a.l0::before {
    content: '';
    display: block;
    position: absolute;
    left: 14px;
    right: 14px;
    top: 0;
    bottom: 0;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    background: #fff;
    z-index: -1;
}

.sub_menu a.current, .sub_menu a.on, .sub_menu a:hover {
    color: #fff;
}

.sub_menu a.current.l0, .sub_menu a.on.l0, .sub_menu a.l0:hover {
    background: url(../jzw/images/sub_menu_bg21.png) left center no-repeat, url(../jzw/images/sub_menu_bg22.png) right center no-repeat;
    background-size: auto 100%, auto 100%;
}

.sub_menu a.current.l0::before, .sub_menu a.on.l0::before, .sub_menu a.l0:hover::before {
    background: #e29c45;
    border-color: transparent;
}

.wrap_fix_scroll {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.wrap_fix_scroll .fix_scroll {
    width: 100%;
    position: relative;
    top: 0;
    max-width: 165px;
}

/* .wrap_fix_scroll .fix_scroll::-webkit-scrollbar{width: 4px;} */

.side_menu {
    padding: 1px 0;
    position: relative;
}

.side_menu::before {
    content: '';
    display: block;
    position: absolute;
    width: 2px;
    background: #ebebeb;
    top: -20px;
    bottom: -18px;
    z-index: -1;
    left: 2px;
}

.side_menu .lv1 {
    line-height: 24px;
    position: relative;
    padding: 0 0 0 16px;
    margin: 26px 0 0;
    cursor: pointer;
    display: block;
}

.side_menu .lv1::before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    position: absolute;
    left: 0;
    top: 9px;
    border-radius: 50%;
    z-index: 2;
    background: #d9d9d9;
}

.side_menu .lv2 {
    line-height: 24px;
    position: relative;
    padding: 0 0 0 16px;
    margin: 10px 0 0 20px;
    cursor: pointer;
    display: block;
}

.side_menu .lv1+.lv2 {
    margin-top: 26px;
}

.side_menu .lv2::before {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    position: absolute;
    left: 0;
    top: 10px;
    border-radius: 50%;
    z-index: 2;
    background: #d9d9d9;
}

.side_menu .on {
    color: #e29c45;
}

.side_menu .on::before {
    background: #e29c45;
}

@media screen and (max-width:1640px) {
    .fs48 {
        font-size: 44px;
    }

    .fs44, .fs42 {
        font-size: 40px;
    }

    .fs40 {
        font-size: 36px;
    }

    .fs38 {
        font-size: 34px;
    }

    .fs36 {
        font-size: 32px;
    }

    .fs34, .fs33 {
        font-size: 30px;
    }

    .fs32, .fs30 {
        font-size: 28px;
    }

    .fs27, .fs28 {
        font-size: 26px;
    }

    .fs24, .fs25, .fs26 {
        font-size: 22px;
    }

    .fs21, .fs22, .fs23 {
        font-size: 20px;
    }

    .fs20, .fs19 {
        font-size: 18px;
    }

    .fs18, .fs17 {
        font-size: 17px;
    }

    .fs16, .fs15 {
        font-size: 15px;
    }

    .fs14, .fs13 {
        font-size: 13px;
    }
}

@media screen and (max-width:1220px) {
    .fs48 {
        font-size: 40px;
    }

    .fs44, .fs42 {
        font-size: 36px;
    }

    .fs40 {
        font-size: 32px;
    }

    .fs38 {
        font-size: 30px;
    }

    .fs36 {
        font-size: 28px;
    }

    .fs34, .fs33 {
        font-size: 27px;
    }

    .fs32 {
        font-size: 26px;
    }

    .fs30, .fs27, .fs28 {
        font-size: 25px;
    }

    .fs17 {
        font-size: 16px;
    }
}

@media screen and (max-width:992px) {
    .fs48 {
        font-size: 36px;
    }

    .fs44, .fs42 {
        font-size: 32px;
    }

    .fs40 {
        font-size: 28px;
    }

    .fs38 {
        font-size: 26px;
    }

    .fs36, .fs34, .fs33 {
        font-size: 24px;
    }

    .fs30, .fs32, .fs28, .fs27 {
        font-size: 22px;
    }

    .fs23, .fs24, .fs25, .fs26 {
        font-size: 22px;
    }

    .fs21, .fs22 {
        font-size: 18px;
    }

    .fs18 {
        font-size: 16px;
    }

    .sub_article_side .item {
        margin: 0 0 20px !important;
    }

    .article p {
        margin-bottom: 20px !important;
        line-height: 28px !important;
    }
}



@media screen and (max-width: 1040px) {
    .wrap_sub_banner .row {
        padding: 0;
    }

    .breadbox {
        padding: 25px 0 !important;
    }

    .bread {
        color: #666;
    }

    .bread a, .bread a:hover {
        color: #666;
    }

    .sub_menu_title {
        color: #333;
        /* font-size: 28px; */
    }

    .content {
        padding: 20px 0 50px;
    }

    .sub_menu .lv0 {
        padding: 0 0 10px;
    }

    .connent {
        margin: 30px 0 !important;
    }

    .sub_menu a.l0 {
        padding: 6px 20px;
        min-width: initial;
    }

    .sub_menu a.l0::before {
        left: 10px;
        right: 10px;
    }

    .side_menu::before {
        display: none;
    }

    .side_menu .lv1 {
        width: auto;
        display: inline-block;
        vertical-align: top;
        margin: 10px 20px 0 10px;
    }
    .paneltable{
        margin-bottom: 35px;
    }
    .side_menu .lv2 {
        display: inline-block;
        vertical-align: top;
        font-size: .9em;
        margin-left: 10px;
        color: #777;
    }

    .side_menu .lv1+.lv2 {
        margin-top: 10px;
        margin-left: -5px;
    }
}


/* preset_style_article end */

.sub_content1 {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.sub_rt1 {
    width: 165px;
    order: 2;
    position: relative;
}

.sub_lf1 {
    width: calc(100% - 200px);
}

.sub_rt2 {
    width: 290px;
    order: 2;
    position: relative;
    box-sizing: border-box;
    padding: 30px 20px;
    margin-top: 30px;
    width: 0;
    padding: 0;
}

.sub_rt2::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .02);
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}

.sub_lf2 {
    width: calc(100% - 290px);
    padding-right: 40px;
    width: 100%;
    padding: 0;
    margin-top: 30px;
}

.sub_lf22 {
    width: 100%;
    padding: 0;
    padding-right: 0;
    box-sizing: border-box;
    margin-top: 0;
}

.outer_share_box {
    position: absolute;
    right: -100px;
    top: 0;
    bottom: 0;
    width: 50px;
}

.sub_page_title1 {
    font-weight: bold;
    padding: 0 0 0 1.5em;
    margin: 40px 0 25px;
    line-height: 1.36em;
    font-size: 22px;
    position: relative;
}




@media screen and (max-width:1040px) {
    .wrap_sub_banner .pa-b {
        position: relative;
    }

    .sub_content1 {
        flex-wrap: wrap;
        margin-top: 0 !important;
    }

    .sub_content1 .wrap_fix_scroll, .sub_rt3 .wrap_fix_scroll {
        position: relative;
    }

    .sub_content1 .wrap_fix_scroll .fix_scroll, .sub_rt3 .wrap_fix_scroll .fix_scroll {
        position: relative !important;
        max-width: initial;
        width: auto;
    }

    .sub_rt1 {
        width: 100%;
        margin: 0 0 10px;
        order: 1;
    }

    .sub_lf1 {
        width: 100%;
        order: 2;
    }

    .sub_lf2 {
        width: 100%;
        padding-top: 0;
        padding: 0;
        margin: 0;
    }

    .sub_rt2 {
        width: 100%;
        padding-top: 0;
        margin: 0;
        height: 0;
        margin-top: 0;
        margin-bottom: 30px;
    }

    .outer_share_box {
        position: relative;
        width: 100%;
        height: 40px;
        right: 0;
        margin: 0;
        top: 49px !important;
    }


}

@media screen and (max-width:767px) {
    .fs48 {
        font-size: 30px;
    }

    .fs44, .fs42 {
        font-size: 26px;
    }

    .fs38, .fs40 {
        font-size: 24px;
    }

    .fs36, .fs34, .fs33 {
        font-size: 20px;
    }

    .fs30, .fs32, .fs28, .fs27 {
        font-size: 19px;
    }

    .fs24, .fs26, .fs25 {
        font-size: 18px;
    }

    .fs22, .fs20, .fs23, .fs21 {
        font-size: 16px;
    }

    .fs18, .fs19 {
        font-size: 16px;
    }

    .fs16, .fs17 {
        font-size: 14px;
    }

    .fs14, .fs13, .fs15 {
        font-size: 12px;
    }
}




.page_article {
    position: relative;
    margin: 0 0 0;
}

.page_article_top {
    position: relative;
    padding-left: 50px;
    padding-bottom: 20px;
    box-sizing: border-box;
}

.page_article_top::before {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    background: url(../jzw/images/en_sun.png) no-repeat;
    position: absolute;
    background-size: 100%;
    left: 0;
    top: 0;
    transform: translateY(0%);
}

.page_article_title {

overflow: hidden;

padding-top: 0;

box-sizing: border-box;

margin-bottom: 15px;

font-weight: bold;

line-height: 28px;

display: block;
}

.article_author {
    margin: 0 0 34px;
    font-size: 0px;
    width: 100%;
    padding: 0;
    position: relative;
    line-height: 30px;
}

.article_author::before {
    content: '';
    display: block;
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    height: 1px;
    background: #e6e6e6;
}

.article_author span {
    font-size: 14px;
    padding: 0 16px 0 0;
    color: #999;
    position: relative;
    z-index: 2;
    background: #fff;
}

.article {
    line-height: 1.75;
}

.page_article .article {
    position: relative;
    text-align: justify;
    margin: 0px auto;
}


.sub_article_side {
    overflow: hidden;
    display: block;
}

.sub_article_side h3 {
    color: #1a1a1a;
    margin: 0 0 27px;
    position: relative;
    overflow: hidden;
}

.sub_article_side h3::after {
    content: '';
    display: block;
    position: absolute;
    left: 100px;
    right: 0;
    top: 50%;
    border-top: 1px dashed #e5e5e5;
}


.sub_article_side li {
    padding: 0 0 0 26px;
    position: relative;
    box-sizing: border-box;
}

.sub_article_side li::before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background: url(../jzw/images/sub_article_side.png) center no-repeat;
    background-size: 100% auto;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.sub_article_side li::after {
    content: '';
    display: block;
    position: absolute;
    left: 8px;
    top: 0;
    bottom: 0;
    border-right: 1px dashed #e5e5e5;
}

.sub_article_side .item {
    margin: 0 0 30px;
}

.sub_article_side .time {
    color: #999;
    margin: 0 0 6px;
}

@media screen and (max-width: 1680px) {
    .outer_share_box {
        right: -63px;
    }
}

@media screen and (max-width: 1040px) {


    .full_page .page_article, .page_article {
        margin: 0;
    }

    .article_author {
        margin: 0 0 20px;
    }

    .page_article .article {
        font-size: 15px;
    }

    .page_article_top::before {
        left: 0;
        width: 20px;
    }

    .content2 {
        padding-top: 0;
    }

    .panel {
        margin-right: 0 !important;
    }
.page_article_top{padding-left: 30px;}
    .panel::before {
        content: '';
        display: block;
        width: calc(100% + 40px);
        height: 100%;
        background: #f5f5f5;
        position: absolute;
        left: -20px;
        top: 0;
        z-index: -1;
    }
}

@media screen and (max-width: 767px) {
    .page_articleTitle {
        margin: 0 0 16px;
        padding-bottom: 0;
    }

    .article_author span {
        padding: 2px 10px;
        border: 0;
    }

    .article_author i {
        display: none;
    }

    .annex {
        margin: 20px 0;
    }

    .annex strong::before {
        left: 10px;
    }

    .annex strong {
        padding-left: 20px;
        padding-right: 20px;
    }

    .annex li {
        font-size: 14px;
    }
}

.share_box {
    line-height: 0;
    text-align: center;
    color: #ccc;
    font-size: 0px;
    z-index: 100;
    clear: both;
    width: 50px;
}

.share_box .share_title {
    display: block;
    text-align: center;
    font-size: 14px;
    position: relative;
    margin: 0 0 14px;
}

/* .share_box .share_title::before{content: '';display: block;border-top: 1px dashed #e5e5e5;position: absolute;width: 100%;height: 0;top: 50%;left: 0;} */
.share_box .share_title span {
    display: inline-block;
    position: relative;
    z-index: 2;
    color: #ccc;
    line-height: 20px;
    height: 20px;
}

.share_box .share_title span::before {
    content: '';
    display: block;
    position: absolute;
    right: -24px;
    width: 16px;
    border-bottom: 1px dashed #e5e5e5;
    top: 50%;
}

.share_box .share_title span::after {
    content: '';
    display: block;
    position: absolute;
    left: -24px;
    width: 16px;
    border-bottom: 1px dashed #e5e5e5;
    top: 50%;
}

.share_box .share_btn, .share_box .share_btn.share_more::after, .gotop {
    line-height: 20px;
    margin: 10px auto 0px;
    position: relative;
    width: 50px;
    height: 50px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    cursor: pointer;
    display: block;
    border-radius: 50%;
}

.share_box .share_btn::before, .gotop::before {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    color: #fff;
    font-size: 26px;
}

.share_box .share_btn i {
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    z-index: 2;
    color: #fff;
}

.share_box .share_btn.share_wechat {
    /*background-image: url("../images/share_wechat.png");*/
    background-color: #7dd43c;
}

.share_box .share_btn.share_sina {
    /*background-image: url("../images/share_sina.png");*/
    background-color: #ff5e4d;
}

.share_box .share_btn.share_copy {
    /*background-image: url("../images/share_sina.png");*/
    background-color: #a3bfd9;
}

.share_box .share_btn.share_qzone {
    background-image: url("../jzw/images/share_qzone.png");
}

.gotop {
    background-color: #eac0bd;
}

/* .share_box .share_btn.share_copy { background-image: url("../images/share_copy.png"); background: #7dd43c;} */
.share_box .share_btn.share_more::after {
    content: "";
    background-image: url("../jzw/images/share_more.png");
    position: absolute;
    border: 0px;
    left: 0px;
    margin: 0px;
}

.share_box .share_btn.share_twitter {
    background-image: url("../jzw/images/share_twitter.png");
    background: #6babe8;
}

.share_box .share_btn.share_facebook {
    background-image: url("../jzw/images/share_facebook.png");
    background: #415a94;
}

.share_box .share_btn.share_linkedin {
    background-image: url("../jzw/images/shareto_linkedin.png");
    background: #3d84c2;
}

.share_box .share_btn:last-child {}

#qrcode {
    padding: 5px;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
}

.share_box .share_btn .alert_box {
    position: absolute;
    top: 100%;
    left: 0%;
    padding: 6px;
    display: none;
    z-index: 2;
    padding: 1px;
    z-index: 10;
}

.share_box .share_wechat .alert_box {
    right: 100%;
    top: 0;
    left: auto;
}

.sub_right .share_box .share_wechat .alert_box {
    left: auto;
    right: 100%;
    top: 0;
}

.share_box canvas {
    display: block;
}

.share_box .share_more .share_btn {
    margin: 10px 0 0;
    border: 0px;
    /* border-radius: 0px; */
}

.share_box .share_btn:hover>.alert_box {
    display: block;
}

@media screen and (max-width: 1480px) {
    .share_box {
        position: relative;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: 20px 0 0;
    }

    .share_box .share_btn.share_more {
        width: auto;
        height: auto;
        background: none;
    }

    .share_box .share_btn.share_more::after {
        display: none;
    }

    .share_box .share_btn.share_more>.alert_box {
        display: block;
        position: relative;
    }

    .share_box .share_title {
        margin: 0px 0px 6px;
        display: none;
    }

    .share_box .share_btn, .share_box .share_btn.share_more::after, .gotop {
        width: 40px;
        height: 40px;
    }

    .share_box>.share_btn {
        display: none;
    }

    .share_box .share_btn, .gotop {
        display: inline-block;
    }

    .share_box .share_btn.share_more {
        display: block;
    }

    .share_box .share_btn .alert_box {
        left: 0px;
        top: auto;
        bottom: 100%;
    }

    .share_box .share_more .share_btn {
        margin: 0 10px;
    }

    .share_wechat .alert_box {
        left: 50% !important;
        transform: translateX(-50%) !important;
        top: auto !important;
        bottom: 105% !important;
        right: auto !important;
    }
}

@media screen and (max-width: 1040px) {
    .share_box {
        margin: 0;
        text-align: right;
        width: auto;
        top: 0px;
    }

    .share_box .share_btn, .gotop {
        margin: 0 10px;
    }

    .share_box .share_btn::before, .gotop::before {
        font-size: 18px;
    }
}

/* article_page_end */

/* pages_start */
.pages {
    padding: 0px;
    color: #666;
    font-size: 0px;
    text-align: center;
    margin: 38px 0px 0;
    line-height: 34px;
}

.page_nums {
    display: inline-block;
    vertical-align: top;
    padding: 0 7px;
}

.pages::after, .pages::before {
    content: " ";
    display: table;
}

.pages a:first-child {}

.pages a {
    display: inline-block;
    cursor: pointer;
    width: 34px;
    height: 34px;
    position: relative;
    text-align: center;
    vertical-align: top;
    font-size: 16px;
    transition: all 0.35s ease-in-out 0s;
    margin: 0px 8px;
    color: #666;
}

.pages>a, .pages .select_link p {
    border: 1px solid #d9d9d9;
    -webkit-mask-image: radial-gradient(circle at 5px 5px, transparent 5px, #000 0);
    mask-image: radial-gradient(circle at 5px 5px, transparent 5px, #000 0);
    -webkit-mask-position: -5px -5px;
    mask-position: -5px -5px;
    -webkit-mask-repeat: repeat;
    mask-repeat: repeat;

    background-image: radial-gradient(circle at 5px 5px, #d9d9d9 5px, transparent 5px);
    background-position: -5px -5px;
    background-repeat: repeat;
    background-color: transparent;
}

.page_nums>a {
    font-size: 20px;
}

.page_nums a {
    border: 1px solid transparent;
    -webkit-mask-image: radial-gradient(circle at 5px 5px, transparent 5px, #000 0);
    mask-image: radial-gradient(circle at 5px 5px, transparent 5px, #000 0);
    -webkit-mask-position: -5px -5px;
    mask-position: -5px -5px;
    -webkit-mask-repeat: repeat;
    mask-repeat: repeat;

    background-image: radial-gradient(circle at 5px 5px, transparent 5px, transparent 5px);
    background-position: -5px -5px;
    background-repeat: repeat;
    background-color: transparent;
}

.page_nums a.on_page, .page_nums a:hover {
    border: 1px solid #d9d9d9;
    -webkit-mask-image: radial-gradient(circle at 5px 5px, transparent 5px, #000 0);
    mask-image: radial-gradient(circle at 5px 5px, transparent 5px, #000 0);
    -webkit-mask-position: -5px -5px;
    mask-position: -5px -5px;
    -webkit-mask-repeat: repeat;
    mask-repeat: repeat;

    background-image: radial-gradient(circle at 5px 5px, #d9d9d9 5px, transparent 5px);
    background-position: -5px -5px;
    background-repeat: repeat;
    background-color: transparent;
}

.pages .start, .pages .end, .pages>span, .pages .next, .pages .prev {
    width: auto;
    padding: 0px 14px;
    font-size: 14px;
    margin: 0 5px;
}

.pages>a:hover, .page_nums a.on_page, .page_nums a:hover {
    background-color: #ba2227;
    color: #fff;
    border-color: #ba2227;
    background-image: none;
}

.pages>a.on_page {}

.pages .select_page {
    display: inline-block;
    margin: 0px 0px 0px 20px;
    font-size: 0px;
}

.pages .select_page span {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    color: #666;
}

.pages .select_link {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin: 0 15px 0 0;
}

.pages .select_link.on {}

.pages .select_link .arrow {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 8px;
    bottom: 8px;
    background: url("../images/select_arrow.png") center center no-repeat;
    transition: all 0.2s ease-in-out 0s;
    cursor: pointer;
}

.pages .select_link .arrow.on {
    transform: rotate(180deg);
    background: url("../jzw/images/select_arrow2.png") center center no-repeat;
    z-index: 1;
}

.pages .select_link p {
    display: block;
    font-size: 16px;
    color: #666;
    text-align: left;
    padding: 0px 0px 0px 20px;
    width: 52px;
}

.pages .select_link .alert_box {
    height: 0px;
    position: absolute;
    left: -1px;
    bottom: 100%;
    background: #ba2227;
    right: -1px;
    border-radius: 3px 3px 0px 0px;
    padding: 6px 0px 0px;
    overflow: auto;
    border: 0px;
    opacity: 0;
    transition: all 0.2s ease-in-out 0s;
    max-height: 200px;
    z-index: 2;
}

.pages .select_link .alert_box.on {
    opacity: 1;
    height: auto;
}

.pages .select_link .alert_box::-webkit-scrollbar {
    width: 6px;
}

.pages .select_link .alert_box::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, .2);
    border-radius: 5px;
}

.pages .select_link .alert_box a {
    display: block;
    font-size: 14px;
    color: rgb(255, 255, 255);
    line-height: 1.5;
    padding: 6px 0px;
    margin: 0;
    width: auto;
    height: auto;
}

.pages .select_link.on p {
    color: #fff;
    background-color: #ba2227;
    color: #fff;
    border-color: #ba2227;
    background-image: none;
}

.pages .select_link .alert_box a:hover {
    background: rgba(255, 255, 255, 0.2);
}

@media screen and (max-width: 767px) {}

@media screen and (max-width: 413px) {
    .pages .start, .pages .end, .pages .next, .pages .prev, .pages>span {
        margin: 0 1px;
    }
}

/* pages_end */
.header {
    position: absolute;
}

.sub_banner::before, .sub_banner::after {
    display: none;
}

.sub_banner {
    padding-bottom: calc(344% / 19.2);
}

.bread a {
    color: #999;
}

.breadbox {
    background: #f5f5f5;
    padding: 30px 0;
    position: relative;
}

.breadbox2 {

padding-bottom: 210px;
}

.content {
    padding-bottom: 100px;
    /* min-height: 1200px; */
}

.sub_content1 {
    margin-top: 0;
    position: relative;
}
.sub_contenttab{
    display:block;
}
.sub_content2 {
    margin-top: -180px;
}

.sub_content1::before {
    content: '';
    display: block;
    width: 100%;
    height: 111px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
}

.content::before {
    /* content: ''; */
    display: block;
    width: 2.6rem;
    height: 39%;
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
    z-index: 1;
}

.content::after {
    content: '';
    display: block;
    width: 34.63%;
    height: 5.42rem;
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(../jzw/images/en_subbg.png) no-repeat;
    background-size: cover;
    /* z-index: 2; */
}

html {
    background: none;
}

.wrap_sub_banner .row {
    padding-bottom: 0;
    z-index: 10;
    overflow: hidden;
}


.bread i {
    color: #999;
}

.outer_share_box {
    top: 32px;
}

.page_toppic {
    width: 422px;
    overflow: hidden;
    float: right;
    margin-left: 30px;
    box-shadow: 0px 20px 46.75px 8.25px rgba(0, 0, 0, 0.08);
}
.page_toppic2{
    display:none
}

.page_topimg {
    padding-bottom: 66.59%;
}

.page_articletxt {
    display: block;
    line-height: 30px;
    height: 120px;
    color: #4c4c4c;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
}

.article p {
    margin-bottom: 30px;
    line-height: 30px;
    color: #444;
}

.connent {
    display: block;
    background-size: cover !important;
    height: 160px;
    font-weight: bold;
    line-height: 160px;
    text-align: center;
    color: #b66b4d;
    /* margin: 30px 0 0px; */
    font-family: 'Noto Serif SC';
}

.donate {
    box-sizing: border-box;
    padding-top: 26px;
    position: relative;
    z-index: 1;
}

.donate li:hover a {
    transform: translateX(5px);
}

.donate a {
    display: block;
    padding-bottom: 35px;
    box-sizing: border-box;
    margin-bottom: 35px;
    padding-left: 0;
    box-sizing: border-box;
    overflow: hidden;
    border-bottom: 1px solid rgba(0, 0, 0, .06);
    transition: all .3s ease-in-out;
}

.donatepic {
    width: 210px;
    overflow: hidden;
    float: right;
    margin-left: 130px;
}

.donateimg {
    padding-bottom: 66.67%;
}

.donate_title {
    line-height: 30px;
    margin-bottom: 15px;
    color: #222;
    word-wrap: normal;
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
}

.donate li:hover .donate_title {
    color: #ba2227;
}

.donate_info {
    line-height: 24px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
}

.date1 {
    width: 74px;
    height: 69px;
    background: rgba(185, 34, 39, .1);
    color: #b92227;
    float: left;
    text-align: center;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}

.date1 p {
    margin-bottom: 0;
}

.donetebox {
    margin-left: 94px;
}

.donate2 {
    padding-left: 0;
}

.pagedonote_title {
    line-height: 30px;
    color: #222;
    margin-top: 40px;
    margin-bottom: 10px;
    text-align: center;
    font-weight: bold;
}

.pagedonote_eauthor {
    padding-bottom: 20px;
    box-sizing: border-box;
    margin-bottom: 20px;
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, .06);
}

.pagedonote_eauthor span {
    line-height: 24px;
    color: #999;
}

.article {
    overflow: hidden;
}

.article img {
    margin: 0 auto;
    display: block;
}

.article video {
    max-width: 100%;
}

.article i, .article em {
    font-style: italic;
}

.article a {
    word-break: break-all;
}

.article strong, .article strong span {
    font-weight: bold;
}

.article i strong, .article em strong, .article strong i, .article strong em {
    font-style: italic;
    font-weight: bold;
}

.article table img {
    max-width: initial;
}

.article thead td, .article tbody td, .article tfoot td {
    border-width: 1px;
    border-style: solid;
    border-color: #ddd;
}

.article ol {
    list-style: decimal inside none;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}

.article ul {
    list-style: disc inside none;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}

.article ul li {
    list-style-type: disc;
}

.article ol li {
    list-style-type: decimal;
}

.panel {
    margin: 0 -5px;
    /* padding-bottom: 30px; */
    box-sizing: border-box;
    font-size: 0;
    position: relative;
    z-index: 0;
    /* margin-right: 25px; */
    background: #f5f5f5;
}

.panel li {
    display: inline-block;
    width: 50%;
    margin-bottom: 10px;
}

.panel li a {
    display: flex;
    align-items: center;
    margin: 0 5px;
    text-align: center;
    background: #fff;
    min-height: 160px;
    padding: 0 17.6%;
    box-sizing: border-box;
}

.number {
    font-family: 'HPSimplifiedHans-Light';
    color: #b92227;
    font-size: 60px;
    display: inline-block;
    vertical-align: baseline;
}

.sub_content2::before {
    display: none;
}

.numberinfo {
    line-height: 26px;
    color: rgb(34, 34, 34);
    margin-top: 12px;
    display: inline-block;
    vertical-align: baseline;
    font-family: "Microsoft YaHei";
    margin-left: 30px;
    font-weight: bold;
}

 

  

.panelbox {
    display: inline-block;
}

.title {
    line-height: 22px;
}

.sertopbox {
    position: relative;
    padding: 35px;
    box-sizing: border-box;
    background: #fff;
    margin-top: 15px;
    /* box-shadow: 0px 20px 46.75px 8.25px rgba(0, 0, 0, 0.1); */
} 
.sertopbox::before{
    /* content: ''; */
    display: block;
    width: 240px;
    height: 100%;
    background: url(../jzw/images/en_topl.png) no-repeat right;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
}
.sertopbox::after{
    /* content: ''; */
    display: block;
    width: 240px;
    height: 100%;
    background: url(../jzw/images/en_topr.png) no-repeat left;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 0;
}
.sertopbox >div{display: flex;align-items: center;position: relative;z-index: 1;}
.sertopbox .item{}
.sertopbox .item:first-child{flex: 1;overflow: hidden;display: flex;align-items: center;}
.sertopbox .item:first-child .panelsearch{flex: 1;overflow: hidden;}
.sertopbox .item:nth-child(2){margin: 0 60px;}
.sertopbox .item .okBtn{width: 150px;height: 60px;line-height: 60px;background: #cc3516;color: #fff;border-radius: 30px;text-align: center;cursor: pointer;}
.sertopbox .item .label{display: inline-block;vertical-align: middle;margin-right: 10px;}
.sertopbox .item .label .gp-ser{height: 60px;}
.layui-input{width: 160px;height: 60px;border-radius: 30px;background: #f2f2f2;box-sizing: border-box;padding: 0 30px;outline: none;cursor: pointer; color: #333;}
.layui-input:hover, .layui-textarea:hover { border-color: #f2f2f2 !important;}
.layui-laydate .layui-this, .layui-laydate .layui-this>div {
    background-color: #b92227!important;
    color: #fff!important;
}
.layui-laydate-header i:hover, .layui-laydate-header span:hover {
    color: #b92227;
}
.layui-laydate-footer span:hover {
    color: #b92227;
}
.layui-input:focus, .layui-textarea:focus {
    border-color: none !important;
    box-shadow: 0 0 0 3px rgba(22, 183, 119, .08);
}
.panelsearch{ 
    height: 60px; 
    display: inline-block;
    vertical-align: middle;
}
.panelsearch .gp-search{
    width: 100%;
    height: 100%;
    border: none;
    background: #f2f2f2 !important;
    border-radius: 68px;
}
.panelsearch .gp-search input.notxt{
    width: 100%;
    box-sizing: border-box;
    padding: 0 25px;
    height: 60px;
    box-sizing: border-box;
    outline: none;
    line-height: 60px;
    color: #333;
}
.panelsearch .gp-search .notxt1{
    color: #fff;
    width: 68px;
    height: 68px;
    background: #cc3516;
    background:#cc3516 url(../jzw/images/en_serBtn.png) no-repeat center;;
    border-radius: 50%;
    border-bottom-left-radius: 0;
}
.paneltable{
    width: 100%;
    text-align: center;
    line-height: 26px;
    border-collapse: collapse;
}
.paneltable tr:nth-child(1){
    height: 66px;
    background: rgba(0, 0, 0, .06);
    color: #444;
    border: none;
}
.paneltable tr td:nth-child(1){
    width: 17%;
}
.paneltable tr td:nth-child(2){
    width: 70%;
}
.paneltable tr,.paneltable th{
    height: 66px;
    color: #222;
    border-bottom: 1px solid rgba(0, 0, 0, .06);
}
.paneltable td{
    height: 86px;
}
.paneltable tr p{
    color: #999;
}
.paneltable tr span{
    color: #b92227;
}
.sub_contenttab .page_article {
    display: none;
}

.sub_contenttab .page_article.on {

    -webkit-animation-name: fadeInUpSmall;
    animation-name: fadeInUpSmall;
    animation-duration: 0.6s;
    -webkit-animation-duration: 0.6s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    visibility: visible !important;
    display: block;
}
.subtabtitle{
    position: relative;
    z-index: 2;
    padding: 20px 0 0;
    width: 100%;
    display: block;
    box-sizing: border-box;
    border-bottom: 1px solid #ba2227;
}
.subtabboxul{
    margin: 0 -20px;
    overflow: hidden;
}
.subtabboxul li{
    display: inline-block;
}
.subtabboxul a{
    display: block;
    margin: 0 20px;
    padding-bottom: 20px;
    box-sizing: border-box;
    position: relative;
}
.subtabboxul a::before{
    content:'';
    background:#ba2227;
    display: block;
    width: 0%;
    transition: all .3s ease-in-out;
    height: 5px;
    position: absolute;
    bottom: 0;
    left: 50%;
}
.subtabboxul li.on a{
    color: #b92227;
}
.subtabboxul li.on a::before{
    width: 100%;
    left: 0;
}
@keyframes fadeInUpSmall {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 20px, 0);
        -ms-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}
@media screen and (max-width:1400px) { 
    .sertopbox .item:nth-child(2){margin: 0 40px;}
    .layui-input {
        width: 140px; 
        padding: 0 20px;
    }
    .sertopbox .item .okBtn {
        width: 130px;
    }    
}
@media screen and (max-width:1200px) {
    .page_toppic {
        width: 380px;
    }

    .number {
        font-size: 40px;
    }
    .sertopbox .item:nth-child(2){margin: 0 30px;}
    .layui-input {
        width: 135px; 
        padding: 0 20px;
    }
    .sertopbox .item .okBtn {
        width: 120px;
    }    
}

@media screen and (max-width:1040px) {
    .sub_rt2::before {
        height: 100%;
    }

    .outer_share_box {
        right: 0px;
    }

    .sub_lf22 .outer_share_box {
        top: 0 !important
    }

    .content::before {
        display: none;
    }

    .panel li a {
        min-height: 136px;
    }
}

@media screen and (max-width:992px) {
    .page_toppic {
        width: 322px;
    }

    .donatepic {
        margin-left: 65px;
    }

    .content {
        padding-bottom: 50px
    }

    .pagedonote_title {
        margin-top: 20px
    }

    .pagedonote_eauthor {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .panelsearch {
        width: 90%;
        height: 50px;
    }
    .panelsearch .gp-search input.notxt,.layui-input,.sertopbox .item .okBtn{
        height: 50px;
        line-height: 50px;
    }
    .panelsearch .gp-search .notxt1{
        width: 50px;
        height: 50px;
    }
    .sertopbox .item:nth-child(2){margin: 0 20px;}
    .layui-input {
        width: 120px; 
        padding: 0 15px;
    }
    .panelsearch .gp-search input.notxt{padding: 0 15px;}
    .sertopbox .item .okBtn {
        width: 100px;
    }  
    .sertopbox{padding: 25px 5px;}
    .sertopbox .item .label { 
        margin-right: 5px;
    }
}

@media screen and (max-width:767px) {
    .page_article_top::before {
        display: none;
    }

    .content::after {
        height: 230px;
        width: 265px;
    }
.page_toppic{
    display:none;
}
    .page_toppic2{
        display:block;
        margin: 20px 0 !important;
    }
    .breadbox {
        padding: 15px 0 !important;
    }

    .page_toppic {
        width: 100%;
        float: none;
        margin: 0;
    }

    .article img {
        width: auto !important;
        height: auto !important;
    }

    .article div {
        overflow: auto;
    }

    .article video {
        width: 100% !important;
        height: auto;
    }

    .article table {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        table-layout: fixed;
        word-break: break-all;
        box-sizing: border-box;
        display: block;
    }

    .article table td {
        width: auto !important;
    }

    .article table tr {
        height: auto !important;
    }

    .page_article_top {
        padding-left: 0;
        padding: 0;
    }

    .page_topinfo {
        height: auto !important;
        position: relative;
    }

    .donatepic {
        margin-left: 25px;
    }

    .page_article_title {
        line-height: 20px;
        margin-bottom: 10px;
    }

    .page_articletxt {
        line-height: 25px;
    }

    .page_topinfo::before {
        content: '';
        display: block;
        width: 30px;
        height: 30px;
        background: url(../jzw/images/en_sun.png) no-repeat;
        position: absolute;
        background-size: 100%;
        left: 0;
        top: -3px;
        transform: translateY(0%);
    }

    .connent {
        height: 70px;
        line-height: 70px;
        margin: 0px 0 !important;
    }

    .donatepic {
        width: 160px;
    }

    .pages {
        margin: 30px 0px 0px;
    }

    .pages>a, .pages>span {
        width: 36px;
        height: 36px;
        line-height: 36px;
        font-size: 14px;
    }

    .pages a {
        display: none;
    }

    .page_nums {
        padding: 0;
    }

    .pages a.start, .pages a.prev, .pages a.on_page, .pages a.next, .pages a.end {
        display: inline-block;
    }

    .pages .start, .pages .end, .pages .next, .pages .prev, .pages>span {
        margin: 0 3px;
        padding: 0 10px;
    }

    .page_nums>a {
        margin: 0 3px;
        font-size: 16px;
    }

    .pages .select_page {
        margin: 20px 0 0;
        display: block;
    }
    .page_topinfo {
        height: auto !important;
        position: relative;
        padding-left: 30px;
    }
    .sertopbox::before,.sertopbox::after{
        width: 170px;
        height: 70px;
    }
    .sertopbox{
        padding: 20px;
    }
    .sertopbox >div{display: block;}
    .sertopbox .item:nth-child(2){margin: 10px 0;}
    .numberinfo{display: block;margin-left: 0;}
    .page_topinfo::before{
        width: 20px;
    }
}

@media screen and (max-width:479px) {
    .sub_article_side h3 {
        margin-top: 15px;
    }
.page_topinfo{
    padding-left: 30px;
}
    .sub_article_side .item {
        margin: 0 0 15px;
    }

    .outer_share_box {
        top: 15px !important
    }
.page_topinfo::before{
    width: 20px;
}
    .donatepic {
        width: 100%;
        float: none;
        margin: 0 0 10px;
    }

    .donate {
        padding: 0;
    }

    .donate_title {
        margin-bottom: 5px;
    }

    .donate a {
        padding-bottom: 15px;
        margin-bottom: 15px;
        padding-left: 0;
    }

    .content::after {
        height: 2.4rem;
        width: 34%;
    }

    .donate_info {
        line-height: 20px;
    }

    .donate_title {
        line-height: 25px;
    }

    .date1 {
        width: 60px;
        height: 50px;
    }

    .donetebox {
        margin-left: 75px;
    }

    .article p {
        margin-bottom: 20px;
        line-height: 25px;
    }

    .panel li {
        width: 100%;
    }
    .panel{
        padding-bottom: 20px;
    }
    .sertopbox::before, .sertopbox::after{
        width: 80px;
    }
    .panelsearch{
        width: 100%;
    }
    .number {
        font-size: 30px;
    }
    .panel li a {
        min-height: 100px;
    }
    .numberinfo{
        margin-top: 6px;
    }
    .paneltable tr td:nth-child(1),.paneltable tr td:nth-child(3) {
        width: 20%;
    }
    .paneltable tr td:nth-child(2){
        width: 59%;
    }
    .paneltable{
        margin-bottom: 15px;
    }
}

@media screen and (max-width:400px) {
    .content::after {
        height: 2.45rem;
        width: 43%;
    }
}