﻿[ms-repeat],
[ms-if] {
    display: none;
}

.loading {
    text-align: center;
    padding: 30px;
}


/* 字体大小 */

.detailCont,
.detailCont p,
.detailContm div,
.detailCont span,
.detailCont table {
    font-family: "微软雅黑" !important;
    margin-top: 15px !important;
}

.font8,
.font8 p,
.font8 div,
.font8 table,
.font8 span {
    font-size: 8px !important;
}

.font9,
.font9 p,
.font9 div,
.font9 table,
.font9 span {
    font-size: 9px !important;
}

.font10,
.font10 p,
.font10 div,
.font10 table,
.font10 span {
    font-size: 10px !important;
}

.font11,
.font11 p,
.font11 div,
.font11 table,
.font11 span {
    font-size: 11px !important;
}

.font12,
.font12 p,
.font12 div,
.font12 table,
.font12 span {
    font-size: 12px !important;
}

.font13,
.font13 p,
.font13 div,
.font13 table,
.font13 span {
    font-size: 13px !important;
}

.font14,
.font14 p,
.font14 div,
.font14 table,
.font14 span {
    font-size: 14px !important;
}

.font15,
.font15 p,
.font15 div,
.font15 table,
.font15 span {
    font-size: 15px !important;
}

.font16,
.font16 p,
.font16 div,
.font16 table,
.font16 span {
    font-size: 16px !important;
}

.font17,
.font17 p,
.font17 div,
.font17 table,
.font17 span {
    font-size: 17px !important;
}

.font18,
.font18 p,
.font18 div,
.font18 table,
.font18 span {
    font-size: 18px !important;
}

.font19,
.font19 p,
.font19 div,
.font19 table,
.font19 span {
    font-size: 19px !important;
}

.font20,
.font20 p,
.font20 div,
.font20 table,
.font20 span {
    font-size: 20px !important;
}

.font21,
.font21 p,
.font21 div,
.font21 table,
.font21 span {
    font-size: 21px !important;
}

.font22,
.font22 p,
.font22 div,
.font22 table,
.font22 span {
    font-size: 22px !important;
}

.font23,
.font23 p,
.font23 div,
.font23 table,
.font23 span {
    font-size: 23px !important;
}

.font24,
.font24 p,
.font24 div,
.font24 table,
.font24 span {
    font-size: 24px !important;
}

.font25,
.font25 p,
.font25 div,
.font25 table,
.font25 span {
    font-size: 25px !important;
}

.font26,
.font26 p,
.font26 div,
.font26 table,
.font26 span {
    font-size: 26px !important;
}

.font27,
.font27 p,
.font27 div,
.font27 table,
.font27 span {
    font-size: 27px !important;
}

.font28,
.font28 p,
.font28 div,
.font28 table,
.font28 span {
    font-size: 28px !important;
}


/*细览表格都加上边框*/

.TRS_Editor table {
    border-collapse: collapse;
    border: 1px solid #000;
}

.TRS_Editor td {
    border: solid #000 1px;
}

.TRS_Editor tr {
    border: solid #000 1px;
}


/*图片表格*/

.TRS_Editor img,
.TRS_Editor table {
    max-width: 95%;
    display: table-cell !important;
    margin: 0 auto !important;
}


/* 自适应解决英文超出 */

.TRS_Editor {
    word-break: break-all;
}


/*视频*/

#div_sp {
    height: 400px;
    width: 600px;
    margin: 0 auto;
}

@media only screen and (max-width:650px) {
    #div_sp {
        width: 100%;
        height: 40%;
    }
}


/* 细览二维码 */

#qrcode {
    display: inline-block;
}

@media screen and (max-width: 999px) {
    .xl_tit6_r {
        display: none;
    }
}

@media only screen and (max-width: 750px) {
    #qrcode {
        display: none;
    }
    .xl_con4 p a {display: none;}
}


/**部分二：主要用于微信分享时的弹框样式**/

.wx_dialog {
    background: #fff;
    border: 1px solid #ccc;
    position: fixed;
    left: 45%;
    top: 30%;
    padding: 5px;
}

.wx_dialog .bd_weixin_popup_head {
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    line-height: 16px;
    height: 16px;
    position: relative;
    color: #000;
}

.wx_dialog .bd_weixin_popup_close {
    width: 16px;
    height: 16px;
    position: absolute;
    right: 0;
    top: 0;
    color: #999;
    text-decoration: none;
    font-size: 16px;
}

.wx_dialog .wx_erm {
    padding: 20px;
}

.wx_dialog .bd_weixin_popup_foot {
    font-size: 12px;
    text-align: left;
    line-height: 22px;
    color: #666;
}


/**share by zhxr**/


/* 手机端/pc切换显示 */

.phone_show {
    display: none;
}

@media only screen and (max-width:767px) {
    .phone_none {
        display: none !important;
    }
    .phone_show {
        display: block;
    }
}


/*分页*/

#pagegd {
    padding: 20px 0;
    text-align: center;
}

#pagegd .nPgStyle_red {
    white-space: nowrap;
}

#pagegd .nPgStyle_red .disab {
    border: #ddd 1px solid;
    color: #ddd;
    margin: 2px;
    padding: 10px 12px;
    background: #fff;
}

#pagegd .nPgStyle_red a {
    text-decoration: none;
    border: 1px solid #ddd;
    color: #c41c1c;
    margin: 2px;
    padding: 10px 14px;
    background: #fff;
}

#pagegd .nPgStyle_red .cur,
#pagegd .nPgStyle_red a.cur,
#pagegd .nPgStyle_red a.cur:visited {
    border: 1px solid #c41c1c;
    color: #fff !important;
    background-color: #c41c1c;
    font-weight: normal;
    margin: 2px 2px 2px 0;
    padding: 10px 18px;
    border-radius: 3px;
}

#pagegd .nPgStyle_red .count {
    margin: 15px;
    padding: 8px;
    border: 1px solid #ddd;
}

#pagegd .nPgStyle_red .go {
    margin-left: 15px;
    padding: 10px 12px;
    background-color: #FFF;
    border: 1px solid #ddd;
}


/* 首页幻灯片 */

#slideBox {
    position: relative;
    overflow: hidden;
    margin: 0px auto;
    width: 100%;
}

#slideBox .hd {
    position: absolute;
    z-index: 999;
    bottom: 10px;
    text-align: center;
    right: 15px;
    cursor: pointer;
}

#slideBox .hd li {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: #fff;
    margin: 0 4px;
    cursor: pointer;
    border-radius: 15px;
    overflow: hidden;
}

#slideBox .hd li.on {
    background-color: #c10000;
}

#slideBox .bd {
    position: relative;
    z-index: 0;
    overflow: hidden;
    height: 100%;
}

#slideBox .bd li {
    position: relative;
    text-align: center;
    height: 100%;
}

#slideBox .bd li img {
    vertical-align: top;
    width: 100%;
    height: 400px;
}

#slideBox .bd li a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#slideBox .bd li .title1 {
    text-align: left;
    font-weight: normal;
    line-height: 50px;
    color: #ffffff;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    padding-left: 24px;
    font-size: 18px;
    padding-right: 130px;
    z-index: 999;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

#slideBox .pic {
    z-index: 1;
}

#slideBox .bd li .txt-bg {
    position: absolute;
    bottom: 0px;
    z-index: 1;
    height: 50px;
    background: url(/images/20fjszf_bar_bg1.png) repeat-x bottom;
    width: 100%;
    overflow: hidden;
}

@media screen and (max-width:996px) {
    #slideBox .bd {
        height: auto;
    }
    #slideBox .bd li img {
        height: auto;
    }
}

@media screen and (max-width:500px) {
    #slideBox .hd li {
        width: 10px;
        height: 10px;
        margin: 0 2px;
        border-radius: 10px;
    }
    #slideBox .bd li .title1 {
        padding-right: 90px;
        font-size: 14px;
        line-height: 40px;
    }
    #slideBox .hd {
        bottom: 7px;
    }
    #slideBox .bd li .txt-bg {
        height: 40px;
    }
}


/* 首页ztzl轮播图样式end */

.ztzl-box .tempWrap {
    width: 100% !important;
}

.ztzl-box .bd li {
    margin-left: 0 !important;
    margin-right: 50px;
}

.ztzl-box .cir {
    overflow: hidden;
}

.ztzl-box .cir ul {
    margin-left: 0;
    display: inline-block;
}

.ztzl-box .cir li {
    width: 13px;
    height: 13px;
    border-radius: 13px;
    background: #eee;
    display: inline-block;
    margin: 0 4px;
    cursor: pointer;
}

.ztzl-box .cir li.on {
    width: 30px;
    background-color: #c10000;
}

@media only screen and (max-width:1400px) {
    .ztzl-box .tempWrap,
    .ztzl-box .bd li a i {
        height: auto;
    }
}

@media screen and (max-width:750px) {
    .ztzl-box .bd li {
        margin-right: 20px;
    }
    .ztzl-box .cir li {
        width: 10px;
        height: 10px;
        border-radius: 10px;
    }
    .ztzl-box .cir li.on {
        width: 24px;
    }
}

/* 底部层级 */

.yqlj_con1_2021 {
    z-index: 99 !important;
}

.errloading {
    text-align: center;
    font-size: 18px;
}
/*父概览*/
@media only screen and (max-width:750px) {
    .gl-list li a{width:90%;}
    .eexzwgk-right .gl-list li a{width: 90%;}
}