.details_content{
    background-color: #f7f7f7;
    padding-bottom: 30px;
}
.details_content .wrap{
    width: 1220px;
    margin: 0 auto;
}
@media (max-width: 768px){
    .details_content{
        background-color: #fff;
        width: 100%;
        box-sizing: border-box;
        padding: 0 14px;
        margin-bottom: 15px;
    }
    .details_content .wrap{
        width: 100%;
    }
}
.details_body{
    padding: 0 114px;
    background-color: #fff;
    padding-bottom: 30px;
}

/* 脙楼脗炉脜鈥櫭兟γ⑩偓鈥溍⑩偓隆脙娄脜鈥溍偮� Start */
.rich_text_editor_box{
    padding: 50px 0;
    box-sizing: border-box;
    width: 100%;
}
.rich_text_editor_box .rich_text_editor{
    text-align: center;
}
.rich_text_editor_box .rich_text_editor h2{
    font-size: 20px;
    line-height: 1em;
    color: #666666;
    margin: 0;
}
.rich_text_editor_box .rich_text_editor h1{
    font-size: 20px;
    line-height: 2em;
    color: #333333;
    padding: 34px 0 30px 0;
    margin: 0;
    font-weight: bold;
}
.rich_text_editor_box .rich_text_editor .barrier-free{
    /* height: 80px; */
    margin: 0 auto;
    padding-top: 30px;
}
.rich_text_editor_box .rich_text_editor .barrier-free img{
    width: 100%;
    height: 100%;
}
.rich_text_editor_box .rich_text_editor .about{
    margin-top: 40px;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 6px;
    padding-left: 22px;
}
.rich_text_editor_box .rich_text_editor .about .article{
    float: left;
    font-size: 14px;
    line-height: 1em;
    color: #999999;
    margin-top: 7px;
}
.rich_text_editor_box .rich_text_editor .about .article .source{
    margin-left: 35px;
    min-width: 12em;
    display: inline-block;
}
.rich_text_editor_box .rich_text_editor .about .page {
    float: left;
    font-size: 14px;
    line-height: 1em;
    color: #808080;
    margin-left: 35px;
    margin-top: 8px;
}
.rich_text_editor_box .rich_text_editor .about .page>div {
    display: inline-block;
    vertical-align: middle;
}
.rich_text_editor_box .rich_text_editor .about .page .font_size span{
    cursor: pointer;
    color: #1a56a8;
}
.rich_text_editor_box .rich_text_editor .about .page .print{
    margin-left: 58px;
    /* margin-top: 2px; */
    cursor: pointer;
}
/* .rich_text_editor_box .rich_text_editor .about .page .print:hover{
    color: #1a56a8;
} */
.rich_text_editor_box .rich_text_editor .about .page .close_open{
    color: #1a56a8;
    cursor: pointer;
    margin-left: 43px;
}
.rich_text_editor_box .rich_text_editor .about .share{
    float: right;
    margin-right:-3px; 
    position: relative;
}
.rich_text_editor_box .rich_text_editor .about .share i,
.rich_text_editor_box .rich_text_editor .about .share span{
    display: inline-block;
    vertical-align: middle;
    margin-left: 7px;
}
.rich_text_editor_box .rich_text_editor .about .share .title_icon{
    width: 16px;
    height: 16px;
    background: url(shsw_share_icon.png) no-repeat;
}
.rich_text_editor_box .rich_text_editor .about .share>span>img{
    width: 32px;
    height: 32px;
    cursor: pointer;
}
.rich_text_editor_box .rich_text_editor .about .share #share_QRcode_s{
    position: absolute;
    height: 91px;
    left: -75px;
    bottom: 100%;
    right: -75px;
    display: none;
}
.rich_text_editor_box .rich_text_editor .about .share #share_QRcode_s p{
    font-size: 16px;
    line-height: 2em;
}
.rich_text_editor_box .rich_text_editor .title_head{
    padding-top: 50px;
    text-align: left;
}
.rich_text_editor_box .rich_text_editor .title_head .head_show div,
.rich_text_editor_box .rich_text_editor .title_head .head_hide div{
    min-width: 50%;
    text-align: left;
    font-size: 16px;
    line-height: 1em;
    margin-bottom: 25px;
    display: inline-block;
    word-break: break-all;
}
.rich_text_editor_box .rich_text_editor .title_head .head_hide{
    display: none;
}
.rich_text_editor_box .rich_text_editor .title_head .head_hide.cur{
    display: block;
}
.rich_text_editor_box .rich_text_editor .article_content{
    text-align: left;
    font-size: 16px;
    line-height: 34px;
}
.rich_text_editor_box .rich_text_editor .article_content img{
    max-width: 100%;
}
.rich_text_editor_box .rich_text_editor .article_content .article_head{
    color: #d44031;
}
.rich_text_editor_box .rich_text_editor .article_content .article_head p:first-child{
    text-align: right;
}
.rich_text_editor_box .rich_text_editor .article_content .article_body{
    margin-top: 34px;
}
.rich_text_editor_box .rich_text_editor .article_content .article_body a{
    margin-bottom: 4px;
    display:inline-block;
}
.rich_text_editor_box .rich_text_editor .article_content .article_body p{
    margin-bottom: 10px;
}
@media (max-width: 768px){
    .details_body{
        padding: 0 20px;
        border: 1px solid #cccccc;
        border-radius: 4px;
    }
    .rich_text_editor_box{
        padding: 14px 0;
    }
    .rich_text_editor_box .rich_text_editor h1{
        font-size: 18px;
        line-height: 30px;
        padding: 0;
        word-break: break-word;
    }
    .rich_text_editor_box .rich_text_editor .barrier-free{
        padding-top: 10px;
    }
    .rich_text_editor_box .rich_text_editor .about{
        margin-top: 14px;
        padding-bottom: 10px;
        padding-left: 0;
    }
    .rich_text_editor_box .rich_text_editor .about .article{
        float: none;
        font-size: 14px;
        margin: 0;
    }
    .rich_text_editor_box .rich_text_editor .about .article:after{
        content: ".";
        height: 0;
        visibility: hidden;
        clear: both;
        display: block;
    }
    .rich_text_editor_box .rich_text_editor .about .article .time{
        float: none;
        text-align: left;
        line-height: 24px;
        display: block;
    }
    .rich_text_editor_box .rich_text_editor .about .article .source{
        margin: 0;
        width: auto;
        max-width: 100%;
        min-width: 0;
        float: none;
        display: block;
        text-align: left;
        line-height: 24px;
    }
    .rich_text_editor_box .rich_text_editor .title_head{
        padding-top: 10px;
        color: #999999;
    }
    .rich_text_editor_box .rich_text_editor .title_head .head_show div,
    .rich_text_editor_box .rich_text_editor .title_head .head_hide div{
        font-size: 14px;
        line-height: 2em;
        margin-bottom: 0;
        display: inline-block;
        /* max-width: 85.5%; */
        width: 100%;
    }
    /* .rich_text_editor_box .rich_text_editor .title_head .head_hide{
        display: block;
    } */
    .rich_text_editor_box .rich_text_editor .title_head .left{
        float: none;
        
        width: 100%;
    }
    .rich_text_editor_box .rich_text_editor .title_head .right{
        padding-left: 0;
        float: none;
        width: 100%;
        font-size: 14px;
        line-height: 2em;
        padding-top: 0;
    }
    .rich_text_editor_box .rich_text_editor .title_head .left div{
        margin-bottom: 0;
        max-width: 85.5%;
    }
    .rich_text_editor_box .rich_text_editor .title_head .right div{
        margin-bottom: 0;
        max-width: 85.5%;
    }
    .rich_text_editor_box .rich_text_editor .article_content{
        font-size: 14px;
        line-height: 24px;
    }
    .rich_text_editor_box .rich_text_editor .article_content .article_body{
        margin-top: 17px;
    }
    .rich_text_editor_box .rich_text_editor .article_content .article_body a{
    margin-bottom: 2px;
    display:inline-block;
}
    .rich_text_editor_box .rich_text_editor .article_content .article_body p{
        margin-bottom: 0;
    }
    .rich_text_editor_box .rich_text_editor .title_head .head_hide{
        display: block;
    }
}
/* 脙楼脗炉脜鈥櫭兟γ⑩偓鈥溍⑩偓隆脙娄脜鈥溍偮� End */


/* 脙漏芒鈥灺⒚⑩偓啪脙陇脗禄脗露脙楼脗聫脜聽脙楼芒鈧γ偮睹兟っ偮幻⑩偓鈥� Start */
.more_about_article .accessory{
    float: left;
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    word-break: break-word;
}
/* .more_about_article .accessory a{
    color: #333333;
} */
.more_about_article .qr_code{
    float: right;
    margin-right: 4px;
    width: 140px;
    height: 140px;
}
.more_about_article .qr_code img{
    width: 140px;
    height: 140px;
}
@media (max-width: 768px){
    .more_about_article .accessory{
        float: none;
        font-size: 14px;
        line-height: 24px;
        padding-bottom: 20px;
    }
}
/* 脙漏芒鈥灺⒚⑩偓啪脙陇脗禄脗露脙楼脗聫脜聽脙楼芒鈧γ偮睹兟っ偮幻⑩偓鈥� End */

/* 脙漏脗隆脗碌脙漏脗聺脗垄脙娄芒鈧撁偮嵜兟っ偮矫呪€� Start */
.handle_page div{
    padding: 10px 0;
    /* border-bottom:1px solid #e5e5e5;  */
    text-align: right;
}
.handle_page span,
.handle_page a{
    margin-left: 20px;
    cursor: pointer;
    font-size: 16px;
    line-height: 1em;
    color: #595959;
}
/* .handle_page span:hover,
.handle_page a:hover{
    color: #1a56a8;
} */
/* 脙漏脗隆脗碌脙漏脗聺脗垄脙娄芒鈧撁偮嵜兟っ偮矫呪€� End */

/* 脙搂芒鈧好偮该兟ッ⑩偓娄脗鲁脙娄芒鈧€溍⑩偓隆脙陇脗禄脗露 Start */
.xgwj{
    padding: 35px 0;
    text-align: left;
    font-size: 16px;
    line-height: 30px;
    color: #595959;
    word-break: break-word;
    border-top: 1px solid #e5e5e5;
}
/* .xgwj a{
    color: #333333;
} */
@media (max-width: 768px){
    .xgwj{
        padding: 36px 0;
        font-size: 14px;
        line-height: 24px;
    }
}
/* 脙搂芒鈧好偮该兟ッ⑩偓娄脗鲁脙娄芒鈧€溍⑩偓隆脙陇脗禄脗露 End */
a{
    color: #1a56a8;
}
