a {
    text-decoration: none;
}

/* 中间上方的导航开始 */
.position {
    height: 61px;
    line-height: 61px;
}

.zfsj_container {
    max-width: 1200px;
    margin: 0 auto;
}

.zfsj_container>img {
    margin-right: 15px;
}

.position .zfsj_container {
    border-bottom: 1px solid #eeeeee;
    font-size: 15px;
    color: #666666;
    height: 100%;
}

.position .zfsj_container span {
    display: inline-block;
    padding-left: 27px;
    height: 100%;
    background: url(/uiFramework/commonResource/image/2022052222503547805.png) no-repeat left center;
    vertical-align: top;
}

.position .zfsj_container a {
    display: inline-block;
    font-size: 15px;
    color: #666666;
    height: 100%;
}

.position .zfsj_container a:last-child {
    color: #71922a;
}

.position .zfsj_container a:hover {
    color: #71922a;
}

/* 中间上方的导航结束 */
/* 正文上的标题等 */
.tjsj_article_main {
    padding-top: 40px;
    margin-bottom: 50px;

}

.main_border {
    box-sizing: border-box;
    padding: 40px 40px;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.05);
}

.hd>h1 {
    font-size: 28px;
    color: #333333;
    text-align: center;
    line-height: 44px;
}

.source {
    padding-bottom: 20px;
    background: url(/uiFramework/commonResource/image/2022061415052833911.png) no-repeat center bottom / 100% 5px;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}

.sourcetime>span {
    font-size: 15px;
    color: #666666;
    margin-right: 30px;
    line-height: 33px;
}

.emblock>a {
    display: inline-block;
    line-height: 33px;
    padding: 0 20px;
    position: relative;
}

.emblock a::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 15px;
    background: #e2e0e5;
}

.right_block {
    display: flex;
    align-items: center;
}

.right_block_link {
    margin-left: 30px;
    font-size: 16px;
    color: #999999;
    display: flex;
    align-items: center;

}

.right_block_link>span>img {
    margin-right: 20px;
}

/* 正文上的标题等结束 */
/* 正文开始 */
.cont {
    min-height: 300px;
    padding: 30px 0 ;
    border-bottom: 1px dashed #e2e2e2;
}
    .cont * {
        font-size: 16px !important;
        line-height: 36px !important;
        font-family: 微软雅黑 !important;
        color: rgb(51, 51, 51);
    }
.cont img{max-width:100%;}
.article_div {
    margin-top: 30px;
}

.article_div {
    font-size: 16px;
    line-height: 36px;
    font-family: "å¾®è½¯é›…é»‘";
    margin: 0;
}
.article_div table { width:100% !important;max-width:100% !important;}

.fontSize14 {
    font-size: 14px;
}

.fontSize16 {
    font-size: 16px;
}

.fontSize18 {
    font-size: 18px;
}

.closePrintBox>a {
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    margin-right: 35px;

}

.closePrintBox>a>img {
    margin-right: 10px;

}

/* 正文结束 */

/* 政策文件的样式 */

.BuJieDul {
    float: left;
    width: 810px;
    margin: 40px 0 0;
    padding-right: 50px;
    border-right: 1px solid #e6e6e6;
    box-sizing: border-box;
    margin-bottom: 20px;
}


.BuJieDur {
    float: left;
    display: flex;
    justify-content: right;
    width: 283px;
    margin: 40px 0 0 20px;
}


.BuJieDur .three-head {
    height: 45px;
    border-bottom: 1px solid #dde4f0;
}

.BuJieDur .three-head h3 {
    line-height: 22px;
    padding-top: 0;
    box-sizing: border-box;
    font-size: 22px;
    font-weight: 400;
}

.BuJieDuList {
    padding: 15px 0 0;
}

.BuJieDuList ul {
    list-style: none;
}

/* .BuJieDuList ul li {} */

.ql_detailbro_periodical {
    width: 100%;
}

.BuJieDuList ul li a {
    display: block;
    font-size: 16px;
    color: #333333;
    font-weight: normal;
    line-height: 30px;
    position: relative;
    padding-left: 17px;
}

.BuJieDuList ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    width: 5px;
    height: 5px;
    box-sizing: border-box;
    background: #74952f;
    border-radius: 50%;
}

/* 政策文件的样式 */
.social-share a {
    position: relative;
    text-decoration: none;
    margin: 4px;
    display: inline-block;
    outline: none
}

.social-share .social-share-icon {
    position: relative;
    display: inline-block;
    width: 32px;
    height: 32px;
    font-size: 20px;
    border-radius: 3px;
    line-height: 32px;
    color: #666;
    text-align: center;
    vertical-align: middle;
    transition: background 0.6s ease-out 0s
}

.social-share .icon-weibo {
    color: #ff763b;
    border-color: #ff763b
}

.social-share .icon-tencent {
    color: #56b6e7;
    border-color: #56b6e7
}

.social-share .icon-qq {
    color: #56b6e7;
    border-color: #56b6e7
}

.social-share .icon-qq:hover {
    background: #56b6e7
}

.social-share .icon-qzone {
    color: #FDBE3D;
    border-color: #FDBE3D
}

.social-share .icon-douban {
    color: #33b045;
    border-color: #33b045
}

.social-share .icon-douban:hover {
    background: #33b045
}

.social-share .icon-linkedin {
    color: #0077B5;
    border-color: #0077B5
}

.social-share .icon-linkedin:hover {
    background: #0077B5
}

.social-share .icon-facebook {
    color: #44619D;
    border-color: #44619D
}

.social-share .icon-facebook:hover {
    background: #44619D
}

.social-share .icon-google {
    color: #db4437;
    border-color: #db4437
}

.social-share .icon-google:hover {
    background: #db4437
}

.social-share .icon-twitter {
    color: #55acee;
    border-color: #55acee
}

.social-share .icon-twitter:hover {
    background: #55acee
}

.social-share .icon-diandian {
    color: #307DCA;
    border-color: #307DCA
}

.social-share .icon-diandian:hover {
    background: #307DCA
}

.social-share .icon-wechat {
    position: relative;
    color: #7bc549;
    border-color: #7bc549
}

/* .social-share .icon-wechat:hover {
    background: #7bc549
} */

.social-share .icon-wechat .wechat-qrcode {
    display: none;
    border: 1px solid #eee;
    position: absolute;
    z-index: 9;
    top: -205px;
    left: -84px;
    width: 200px;
    height: 192px;
    color: #666;
    font-size: 12px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 2px 10px #aaa;
    transition: all 200ms;
    -webkit-tansition: all 350ms;
    -moz-transition: all 350ms
}

.social-share .icon-wechat .wechat-qrcode.bottom {
    top: 40px;
    left: -84px
}

.social-share .icon-wechat .wechat-qrcode.bottom:after {
    display: none
}

.social-share .icon-wechat .wechat-qrcode h4 {
    font-weight: normal;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    background-color: #f3f3f3;
    margin: 0;
    padding: 0;
    color: #777
}

.social-share .icon-wechat .wechat-qrcode .qrcode {
    width: 105px;
    margin: 10px auto
}

.social-share .icon-wechat .wechat-qrcode .qrcode table {
    margin: 0 !important
}

.social-share .icon-wechat .wechat-qrcode .help p {
    font-weight: normal;
    line-height: 16px;
    padding: 0;
    margin: 0
}

.social-share .icon-wechat .wechat-qrcode:after {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -6px;
    bottom: -13px;
    width: 0;
    height: 0;
    border-width: 8px 6px 6px 6px;
    border-style: solid;
    border-color: #fff transparent transparent transparent
}

.social-share .icon-wechat:hover .wechat-qrcode {
    display: block
}

.article_content {
    font-size: 16px;
}

.article_content>a {
    font-size: 16px;
    color: rgb(85, 26, 139);
    font-family: 微软雅黑;
}





@media screen and (max-width:768px) {

    .content {
        width: 100%;
    }

    .right {
        width: 100%;
    }


    .jbft_main_content {
        display: block;
        background: #f9f9f9;
        padding: 20px;
    }

    .jbft_main_content>img {
        display: block;
        width: 90%;
        margin: 10px auto;
    }

    .jbft_main_content_txt {
        width: 90%;
        margin: 10px auto;
    }

    .main_border {
        padding: 40px 15px;
    }

    .overhidden {
        display: none;
    }

    .BuJieDur {
        padding-right: 50px;
        width: unset;
        clear: both;
        float: none;
    }

    .BuJieDul {
        width: unset;
        border-right: 0px;
        padding: 0 20px;
    }

    .sourcetime {
        display: flex;
        flex-wrap: wrap;
    }
}

.tylb_main_right ul li:hover {
    background-image: -moz-linear-gradient(180deg, transparent 0, rgb(156, 193, 133, .3) 50%), transparent 100%;
    background-image: -webkit-linear-gradient(180deg, transparent 0, rgb(156, 193, 133, .3) 50%, transparent 100%);
    background-image: -ms-linear-gradient(180deg, transparent 0, rgb(156, 193, 133, .3) 50%, transparent 100%);
}

.tylb_main_right ul li:hover a {
    color: #71922a;
}

#Zoom p:last-child span a{
 color: rgb(65,119,216);
font-size:14px;
font-family:"仿宋_GB2312";

}