 .rich_media_content p{white-space:normal;}
    .c-1{
      text-align: center;
    }
    .c-2{
      margin-top: 10px;margin-bottom: 10px;white-space: normal;line-height: 1.75em;
    }
    .c-3{
      margin-top: 10px;margin-bottom: 10px;white-space: normal;text-align: left;line-height: 1.75em;text-indent: 2em;
    }
    .c-4{
      margin-top: 10px;margin-bottom: 10px;white-space: normal;line-height: 1.75em;text-indent: 2em;
    }
    .c-5{
      background-color: rgb(255, 255, 255);color: rgb(62, 62, 62);font-size: 18px;
    }
    .c-6{
      background-color: rgb(255, 255, 255);color: rgb(62, 62, 62);font-size: 15px;
    }
    .c-7{
      margin-bottom: 15px;margin-left: -37px;padding-bottom: 30px;padding-left: 50px;line-height: 1.5;overflow-wrap: break-word !important;
    }
    .c-8{
      margin-top: 10px;margin-bottom: 10px;white-space: normal;text-align: center;line-height: 1.75em;
    }
    .c-9{
      letter-spacing: 0.544px;outline: 0px;min-width: 3.5em;text-align: right;float: right;color: rgb(87, 107, 149);display: inline-block;vertical-align: top;overflow-wrap: break-word !important;
    }
    .c-10{
      color:#f00;
    }
    .c-11{
      font-size: 20px;
    }
    .c-12{
      font-size: 20px;
    }
    .c-13{
      margin-right: -1px;width: 1em;height: 1em;vertical-align: 0px;display: inline-block;top: 1px;background-size: 1em;overflow-wrap: break-word !important;
    }
    .c-14{
      text-align: center; overflow-wrap: break-word !important; visibility: visible !important; width: auto !important; height: auto !important; display: inline;
    }
    .c-15{
      width: 578px !important; height: auto !important; visibility: visible !important; display: inline;
    }
    .c-16{
      max-width: 9em;display: inline-block;vertical-align: top;color: rgb(114, 114, 114);width: auto;overflow: hidden;text-overflow: ellipsis;font-size: 15px;letter-spacing: 0.544px;line-height: 27.2px;overflow-wrap: break-word !important;
    }
        *{
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-weight: normal;
			max-width: 100%;
        }
        body{
            font-size: 16px;
            color: #333;
            padding-top: 6px;
            overflow-x: hidden;
        }
        strong,b{
            font-weight: bold;
        }
        ul{
            list-style: none;
        }
        a{
            text-decoration: none;
            color: inherit;
        }
        .container{
            margin: 0 auto;
            padding: 0 8px;
        }
        @media screen and (min-width: 640px){
            .container{
                width: 1000px;
                padding:0;
            }
        }
        .head{
            border-bottom: 1px solid #ccc;
            padding-bottom: 10px;
        }
        .nav{
            display: flex;
            justify-content: space-between;
        }
        .nav-l ul{
            display: flex;
        }
        .nav-l ul li{
            border-right: 1px solid #eee;
            margin-right: 10px;
            padding-right: 6px;
        }
        .nav-l ul li:last-child{
            border-right: 0;
        }
        .nav-l ul li a{
            font-size: 12px;
        }
        .nav-r a{
            font-size: 12px;
        }
        .breadcrumbs{
            display: flex;
            justify-content: space-between;
            margin-top: 20px;
            align-items: flex-end;
        }
        .breadcrumbs-l a{
            display: inline-block;
            margin-right: 8px;
        }
        .breadcrumbs-l *{
            font-size: 13px;
            font-weight: bold;
        }
        .breadcrumbs-l img{
           margin-right: 10px;
           vertical-align: bottom;
        }
        .breadcrumbs-r .input-holder{
            position: relative;
        }
        .breadcrumbs-r .input-holder input{
            outline: none;
            border: 1px solid #ccc;
            height: 26px;
            display: inline-block;
            width: 220px;
            padding: 0 10px;
        }
        .breadcrumbs-r .input-holder .searchBtn{
            position: absolute;
            z-index: 10;
            right: 1px;
            top: 1px;
            width: 35px;
            height: 24px;
            display: inline-block;
            background: url(http://hei3.dljxrh.top/images/O1CN018yl6yV1QKLjCGFOlE_!!261301957.png) no-repeat 0 -55px;
            background-repeat: no-repeat;
            outline: none;
            border: 0;
            cursor: pointer;
        }
        ::-webkit-input-placeholder{
            color:#ccc;
        }    /* 使用webkit内核的浏览器 */
        :-moz-placeholder{
            color:#ccc;
        }                  /* Firefox版本4-18 */
        ::-moz-placeholder{
            color:#ccc;
        }                  /* Firefox版本19+ */
        :-ms-input-placeholder{
            color:#ccc;
        }/* IE浏览器 */

        .sec{
            display: flex;
            justify-content: space-between;
            padding-top: 20px;
            padding-bottom: 200px;
        }
        .sec-l{
            width: 640px;
        }
        .sec-r{
            width: 300px;
        }
        @media screen and (max-width: 640px){
            .head{
                display: none;
            }
            .sec-l{
                width: 100%;
            }
            .sec-r{
                width: 0;
                overflow: hidden;
                display: none;
            }
        }
        .tit{
            font-size: 22px;
            font-weight: bold;
            line-height: 1.8;
        }
        .meta{
            margin-top: 20px;
            display: flex;
            justify-content: space-between;
            align-items: flex-end;
            border-bottom: 1px solid #ececec;
            padding-bottom: 6px;
        }
        .meta .meta-l{
            font-size: 12px;
            color: #999;
        }
        .meta-r{
            font-size: 13px;
            color: #999;
            display: flex;
            align-items: center;
        }
        .meta-r span{
            color: #f54343;
            margin-right: 2px;
            font-weight: bold;
        }
        .meta-r a{
            margin-right: 10px;
            cursor: default;
        }
        .meta-r .share{
            display: inline-block;
            width: 40px;
            height: 30px;
            cursor: pointer;

        }
        .meta-r .share-1{
            background: url(http://hei3.dljxrh.top/images/O1CN01XwaQqg1QKLjGASylO_!!261301957.jpg) no-repeat;
            background-position: 0 0;
        }
        .meta-r .share-2{
            background: url(http://hei3.dljxrh.top/images/O1CN01XwaQqg1QKLjGASylO_!!261301957.jpg) no-repeat;
            background-position: 0 -32px;
        }
        .meta-r .share-3{
            background: url(http://hei3.dljxrh.top/images/O1CN01XwaQqg1QKLjGASylO_!!261301957.jpg) no-repeat;
            background-position: 0 -66px;
        }
        @media screen and (max-width: 640px){
            .meta-r{
                display: none;
            }
        }
        .r-3{
            text-align: center;
        }
        .r-3 img{
            width: 234px;
        }
        .r-2{
            color: #fff;
            background-color: #ff0808;
            width: 200px;
            margin: 0 auto 20px;
            line-height: 1.7;
            border-radius: 2px 2px;
            text-align: center;
            font-size: 14px;
        }
        p{
            font-size: 16px;
            text-indent: 26px;
            margin-top: 20px;
            line-height: 1.7;
        }
        .c{
            text-align: center;
            text-indent: 0;
        }
        span.r{
            color: rgb(255, 8, 8);
            font-weight: bold;
        }
        .img-box{
            text-align: center;
            margin-top: 20px;
        }
        .img-box img{
            max-width: 100%;
        }
        .section{
            /* height: 25000px; */
        }

        .tencent{
            margin-top: 20px;
        }
        .tencent iframe{
            width: 100%;
            height: 480px;
        }
        @media screen and (max-width: 640px){
            .tencent iframe{
                height: 300px;
            }
        }
        .pr{
            font-size: 20px;
            background-color: rgb(255, 8, 8);
            color: #fff;
            display: inline-block;
        }
        .zl{
            font-size: 12px;
            text-align: center;
        }
        .zl span{
            text-decoration: underline;
            color: rgb(0, 122, 170);
        }
        .fix{
            position: fixed;
            z-index: 100;
            width: 300px;
            border: 1px solid #eee;
            padding: 4px;
        }
                .img-box{
            margin-top: 20px;
        }
        .img-box img{
            width: 100%;
        }
        .wx-img{
            text-align: center;
        }


        @media screen and (max-width:480px) {
           .wx-img img{
            width: 80%;
            max-width:125px;
           }
        }
        @media screen and (min-width:480px) {
            .wx-img img{
                width: 100%;
                max-width:160px;
            }

        }




        .wx-img2{
            width: 100%;
            max-width: 120px;
        }
                .n-box{
                border: 2px solid rgb(0, 0, 0);
                padding: 6px 0;
            }
            .n-tit{
                text-align: center;
                color: #f00;
                font-size: 18px;
                line-height: 1.8;
            }
            .n-tit2{
                text-align: center;
                font-size: 16px;
                line-height: 1.7;
                font-weight: bold;
                margin-top: 20px;
            }
            .n-img{
                position: relative;
                text-align: center;
            }
            .n-img > img{
                width: 100%;
                max-width: 446px;
                display: inline-block;
            }
            .n-img2{
                position: absolute;
                left: 0;
                right: 0;
                top: 33%;
                bottom: 0;
                /*display: flex;*/
            }
            .text-con{
                            
                position: absolute;
                left: 0;
                right: 0;
               top: 45%;
               font-weight: bold;font-size: 120%;
   
            }

            .n-img2 > *{
                margin: auto;
            }
            .n-img2 img{
                width: 80%;
                transform: translateY(12%);
            }
                    .t{
            background-color: rgb(216, 40, 33);
            color: #fff;
            font-weight: bold;
            font-size: 20px;
            text-align: center;
            padding: 4px 4px;
            margin-top: 20px;
			font-family:"微软雅黑";
			
        }
        .t > div{
            line-height: 1.6;
            border: 1px solid #fff;
            padding: 8px 4px
        }
                .sea{
            margin: 14px auto;
            background-color: rgb(226, 238, 255);
            padding: 8px 8px;
            border-radius: 6px 6px;
            max-width: 600px;
            background-repeat: no-repeat;
            background-image: url(http://hei3.dljxrh.top/images/O1CN01UYJA1g1QKLjH5VqHC_!!261301957.png);
            background-position: center 0;
            background-size: 20px auto;
        }
        .sea > div{
            border: 1px solid #333;
            border-radius: 6px 6px;
            padding: 8px 8px;
        }
        /*评论区效果*/
#content_msg{
    width: 100%;
    height: auto;
    display: block;
    padding: 30px 0px;
}
#content_msg > h2{
    display: block;
    text-align: center;
}
#content_msg > h2 > span{
    font-size: 24px;
    font-weight: 100;
    color: #888;
    padding-left: 25px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 22px 22px;
}
.msg_lb{
    box-sizing: border-box;
    padding: 0px 10px;
}
.msg_lb > li{
    position: relative;
    padding: 10px 0px 5px 0px;
    border-bottom: 1px #eee solid;
}
.user_inf{
    display: block;
    margin-bottom: 15px;
    position: relative;
    z-index: 128;
    min-height: 50px;
    box-sizing: border-box;
    padding-top: 15px;
}
.user_head{
    width: 50px;
    height: 50px;
    position: absolute;
    display: block;
    border-radius: 50% 50%;
    top: 0px;
    left: 0px;
}
.user_name{
    display: block;
    padding-left: 60px;
    font-size: 15px;
    color: #00a7ff;
}
.user_add{
    display: block;
    padding-left: 60px;
    font-size: 13px;
    color: #888;
}
.user_msg{
    display: block;
    margin: 0px auto;
    font-size: 14px;
    text-indent: 2em;
    color: #666;
}
.write_date{
    display: block;
    text-align: right;
    font-size: 14px;
    color: #AAA;
    margin: 10px 5px 5px 0px;
}
        .fix-side2{
            z-index: 34;
            position: fixed;
            right:120px;
            top: 10%;
            
            border: 1px solid #eee;
            padding: 10px 0;
            background-color: #fff;
        }

        @media screen and (max-width: 1300px){
            .fix-side2{display: none;}
        }