.article-page{padding:30px 0}
.article-page a{float:left;width:49%;position:relative;cursor:pointer;flex:1 1;height:90px;margin-bottom:10px;color:#fff;background-color:#fff;overflow:hidden;border-radius:5px;padding:16px;box-sizing:border-box;display:flex;flex-direction:column;background-size:100%;background-repeat:no-repeat;background-position:50%;transition:all .3s}
.article-page a.down{float:right}
.article-page a:before{position:absolute;content:"";width:100%;height:100%;left:0;bottom:0;background:rgba(51,51,51,.7);z-index:1}
.article-page a .meta{position:relative;z-index:9;color:#fff;font-size:14px;flex:1 1;align-items:flex-start}
.article-page a h8{position:relative;z-index:9;color:#fff;margin:0;font-size:14px;line-height:24px}
.article-page a:hover{background-size:110%;transition:all .3s}
.article_content {
    margin: 30px 0
}

.article_content .left {
    width: 790px;
    margin: 0 30px
}

.article_content .left .article-title {
    font-size: 32px;
    color: #333;
    font-weight: 700;
    line-height: 50px
}

.article_content .left .article-bq {
    font-size: 16px;
    color: #9a9a9a;
    margin-top: 5px
}

.article_content .left .article-bq .iconfont {
    margin-right: 5px
}

.article_content .left .article-bq time {
    float: left;
    line-height: 50px;
    margin-right: 20px
}

.article_content .left .article-bq span {
    float: left;
    line-height: 50px;
    height: 50px;
    margin-right: 20px;
    max-width: 300px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.article_content .left .article-bq span a {
    color: #9a9a9a
}

.article_content .left .article-bq span a img {
    width: 28px;
    height: 28px;
    vertical-align: middle;
    border-radius: 50%;
    margin-right: 10px;
    margin-top: -3px
}

.article_content .left .article-bq b {
    float: left;
    line-height: 50px;
    height: 50px;
    margin-right: 20px;
    font-weight: 400
}

.article_content .left .article-bq .pl {
    margin: 0;
    display: block;
    background: url(../images/pl.svg) no-repeat left center;
    background-size: 15px;
    padding-left: 24px
}

.article_content .left .article-bq strong {
    float: left;
    line-height: 50px;
    font-weight: 400;
    margin-right: 35px
}

.article_content .left .article-content {
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    margin-top: 15px;
    padding: 22px 0;
    color: #333;
    font-size: 15px
}

.article_content .left .article-content a {
    color: #1b54bc
}

.article_content .left .article-content h3 {
    position: relative;
    padding: 5px 0 15px;
    color: #424242;
    font-size: 18px;
    display: -webkit-inline-box;
    border-bottom: 1px solid #fff;
    cursor: pointer;
    z-index: 16;
    font-weight: 700;
    line-height: 30px
}

.article_content .left .article-content>h4 {
    font-size: 18px;
    font-weight: 700;
    margin: 25px 0 20px;
    border-left: 4px solid #1b54bc;
    padding: 0 0 0 10px;
    line-height: 17px;
}

.article_content .left .article-content h5 {
    font-size: 18px;
    color: #333;
    background: #e2e2e2;
    padding: 5px 10px;
    margin: 0 0 15px;
    font-weight: 600
}

.article_content .left .article-content h6 {
    font-size: 18px;
    color: #fff;
    background: #5c9dfd;
    padding: 5px 10px;
    margin: 0 0 15px;
    font-weight: 600
}

.article_content .left .article-content h3:before {
    position: absolute;
    top: 35px;
    left: 0;
    z-index: -1;
    width: 45%;
    height: 2px;
    background: #1b54bc;
    content: " ";
    border-radius: 20px;
    transition: all .5s
}

.article_content .left .article-content h3:hover:before {
    width: 100%;
    transition: all .5s
}

.article_content .left .article-content ol {
    color: #424242;
    font-size: 15px;
    margin: 5px 0 15px
}

.article_content .left .article-content ol li {
    position: relative;
    padding-left: 15px
}

.article_content .left .article-content ol li:before {
    position: absolute;
    top: 15.5px;
    left: 8px;
    width: 3px;
    height: 3px;
    border-radius: 10px;
    background: #333;
    content: " "
}

.article_content .left .article-content ol li p {
    padding: 2px 10px!important;
    font-size: 15px!important;
    margin-bottom: 5px!important;
    color: #333!important
}

.article_content .left .article-content ol li:last-child p {
    margin-bottom: 0!important
}

.article_content .left .article-content blockquote {
    position: relative;
    margin: 25px 0;
    padding: 45px 45px 30px;
    border-color: #c0c6cc;
    background-color: #f8f8fa;
    font-family: Lantinghei SC,Open Sans,Arial,Hiragino Sans GB,Microsoft YaHei,\\5fae\8F6F\96c5\9ED1,STHeiti,WenQuanYi Micro Hei,SimSun,sans-serif
}

.article_content .left .article-content blockquote:before {
    top: 20px;
    left: 20px;
    background: url(../images/blockquote.png) no-repeat 0 0
}

.article_content .left .article-content blockquote:after,.article_content .left .article-content blockquote:before {
    position: absolute;
    display: block;
    width: 1pc;
    height: 14px;
    content: ''
}

.article_content .left .article-content blockquote:after {
    right: 20px;
    bottom: 20px;
    background: url(../images/blockquote.png) no-repeat -1pc 0
}

.article-content * {
    word-wrap: break-word;
    word-break: normal
}

.article_content .left .article-content img {
    max-width: 100%;
    height: auto!important;
    margin: 10px 0
}

.article_content .left .article-content img:hover {
    opacity: .9
}

.article_content .left .article-content p {
    display: block;
    line-height: 30px;
    margin-bottom: 10px
}

.article-xg {
    width: 100%;
    overflow: hidden
}

.article-xg-title {
    height: 55px;
    line-height: 55px;
    font-size: 18px;
    color: #1b54bc;
    font-weight: 700;
    margin: 20px 0 0
}

.article-xg-title-icon {
    display: block;
    background: url(/static/images/article-xg-title-icon.png) no-repeat center;
    background-size: 25px;
    height: 55px;
    width: 25px;
    float: left;
    margin-right: 10px
}

.article-xg ul {
    width: 100%
}

.article-xg ul:nth-child(1) {
    margin-right: 25px
}

.article-xg ul li {
    float: left;
    width: 50%;
    margin-bottom: 5px;
    padding-right: 15px
}

.article-xg ul li:nth-child(2n) {
    padding-right: 0;
    padding-left: 15px
}

.article-xg ul li a {
    display: block;
    line-height: 30px;
    height: 30px;
    font-size: 15px;
    overflow: hidden
}

.article-xg ul li a i {
    display: inline-block;
    vertical-align: middle;
    font-style: normal;
    margin-right: 9px;
    background: #dcdcdc;
    width: 4px;
    text-align: center;
    color: #696969;
    height: 4px;
    margin-top: -3px;
    margin-left: 5px;
    border-radius: 25px
}

.article-pl {
    width: 100%
}

.article-pl-title {
    height: 55px;
    line-height: 55px;
    font-size: 18px;
    color: #1b54bc;
    font-weight: 700
}

.article-pl-title-icon {
    display: block;
    background: url(https://img.alicdn.com/imgextra/i1/2218556941837/O1CN018xzVIQ1PRObXnJvK2_!!2218556941837-2-chatting.png) no-repeat center;
    background-size: 25px;
    height: 55px;
    width: 25px;
    float: left;
    margin-right: 10px
}

#cyEmoji {
    margin-top: 26px!important
}

#cyEmoji .emoji-tip {
    font-size: 18px!important;
    color: #1b54bc;
    font-weight: 700
}

#feedAv {
    margin-top: -250px!important;
    transform: scale(0)
}

.module-cmt-box {
    padding: 10px 0!important
}

.block-head-w {
    height: 50px!important
}

.header-login {
    left: 680px!important;
    border: 0!important;
    border-radius: 0!important;
    height: 30px!important
}

.post-wrap-border-l,.post-wrap-border-r,.post-wrap-border-t-l,.post-wrap-border-t-r {
    display: none
}

.post-wrap-main {
    border: 0!important
}

.post-wrap-w {
    background: #fff;
    border-radius: 0;
    border: 1px solid #f0f0f0!important
}

.btn-fw {
    background: #1b54bc url(../images/release.svg) center no-repeat!important;
    width: 60px!important;
    height: 60px!important;
    border-radius: 70px;
    margin-top: -5px!important;
    margin-right: 40px!important;
    background-size: 30px!important;
    box-shadow: 0 2px 6px rgba(0,0,0,.2);
    -webkit-transition: .3s;
    transition: .3s
}

.btn-fw:hover {
    box-shadow: 0 6px 10px rgba(0,0,0,.2)
}

.block-head-w {
    margin-top: -50px!important;
    top: -15px!important
}

.section-service-w {
    height: 0;
    opacity: 0
}

.head-img-w {
    margin: 0!important
}

.head-img-w img {
    width: 50px!important;
    height: 50px!important
}

.head-img-w {
    top: 115px!important;
    left: 0!important
}

.wrap-action-gw {
    border-bottom: 1px solid #dee4e9!important;
    padding-top: 30px!important
}

.cmt-list-number,.title-name-gw-tag,.type-lists,.wrap-action-gw i,.wrap-action-gw span,.wrap-name-w {
    line-height: 36px
}

.cmt-list-type {
    margin: 0!important
}

.build-floor-gw {
    background: #fff!important
}

.block-cont-gw {
    padding: 20px 0!important;
    border: 0!important
}

.head-img-w img {
    width: 22px!important;
    height: 22px!important
}

.head-img-w img:hover {
    transition: all .3s;
    transform: scale(3)
}

.head-img-w {
    top: 185px!important;
    left: 95px!important
}

.title-user-w {
    display: none!important
}

.list-comment-empty-w {
    margin-top: 5%!important
}

.block-title-gw,.empty-prompt-w {
    background: #fff!important;
    border-bottom: 1px solid #f6f6f6!important;
    height: 40px!important
}

.title-name-gw {
    font-weight: 700;
    color: #1b54bc!important
}

.article_content .right {
    width: 300px;
    margin-right: 30px
}

.article-right {
    width: 100%;
    overflow: hidden;
    margin-bottom: 30px
}

.article-right ul {
    width: 100%;
    overflow: hidden;
    margin-top: 15px
}

.article-right ul:nth-child(1) {
    margin-right: 25px
}

.article-right ul li {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    padding-right: 15px
}

.article-right ul li:nth-child(2n) {
    padding-right: 0
}

.article-right ul li:nth-last-child(1) {
    margin-bottom: 0
}

.article-right ulli:nth-last-child(2) {
    margin-bottom: 0
}

.article-right ul li:nth-child(1) a i {
    background: #ff2a2a;
    color: #fff
}

.article-right ul li:nth-child(2) a i {
    background: #ffc107;
    color: #fff
}

.article-right ul li:nth-child(3) a i {
    background: #03a9f4;
    color: #fff
}

.article-right ul li:nth-child(4) a i {
    background: #4caf50;
    color: #fff
}

.article-right ul li a {
    display: block;
    line-height: 30px;
    height: 30px;
    font-size: 15px;
    overflow: hidden
}

.article-right ul li a i {
    display: inline-block;
    vertical-align: middle;
    font-style: normal;
    margin-right: 9px;
    background: #f3f3f3;
    width: 35px;
    text-align: center;
    color: #696969;
    height: 25px;
    margin-top: -3px;
    border-radius: 21px;
    line-height: 25px
}

.article-down {
    overflow: hidden;
    width: 100%
}

.article-down h4 {
    font-size: 17px;
    margin: 10px 0 20px;
    border-top: 1px dashed #ececec;
    padding-top: 20px;
    font-weight: 700;
    background: url(../images/down.svg) left 23px no-repeat;
    background-size: 16px;
    padding-left: 20px;
}

.article-down a {
    background: #5298ff;
    color: #fff!important;
    padding: 10px 25px;
    font-size: 14px;
    display: -webkit-inline-box;
    border: 1px solid #5298ff;
    border-radius: 7px;
    float: left;
    margin-right: 20px
}

.mzsm {
    position: relative;
    margin: 25px 0 15px;
    padding: 45px 45px 30px;
    border-color: #c0c6cc;
    background-color: #f8f8fa;
    font-family: Lantinghei SC,Open Sans,Arial,Hiragino Sans GB,Microsoft YaHei,\\5fae\8F6F\96c5\9ED1,STHeiti,WenQuanYi Micro Hei,SimSun,sans-serif
}

.mzsm:before {
    top: 20px;
    left: 20px;
    background: url(https://img.alicdn.com/imgextra/i2/2204174902510/O1CN01ZsKyHE1UPd4cHwq8M_!!2204174902510-2-chatting.png) no-repeat 0 0
}

.mzsm:after,.mzsm:before {
    position: absolute;
    display: block;
    width: 1pc;
    height: 14px;
    content: ''
}

.mzsm:after {
    right: 20px;
    bottom: 20px;
    background: url(https://img.alicdn.com/imgextra/i1/2218556941837/O1CN011H8VF71PRObT0Clw4_!!2218556941837-2-chatting.png) no-repeat -1pc 0
}

.mzsm p {
    display: block;
    line-height: 30px;
    margin-bottom: 15px
}

.fenxiang {
    float: left;
    margin: 14px 0 0 0
}

.social-share-icon:before {
    display: none!important;
}

.social-share .icon-wechat {
    background: url(../images/weixin.svg) no-repeat!important;
    background-size: 33px 33px!important;
}

.social-share .icon-qq {
    background: url(../images/qq.svg) no-repeat!important;
    background-size: 33px 33px!important;
}

.social-share .icon-weibo {
    background: url(../images/weibo.svg) no-repeat!important;
    background-size: 33px 33px!important;
}

.social-share .icon-qzone {
    background: url(../images/qzone.svg) no-repeat!important;
    background-size: 33px 33px!important;
}

#newdigg {
    border-bottom: medium none;
    padding: 5px 0
}

.social-main {
    margin: 5px 0;
    position: relative;
    width: 380px;
    height: 55px;
    float: right
}

.social-main a {
    color: #333;
    float: left;
    line-height: 50px;
    border: 1px solid #f1f1f1;
    border-radius: 32px;
    width: 180px;
    text-indent: 80px;
    background-size: 50px!important;
    transition: all .3s
}

.social-main a:hover {
    border: 1px solid #1b54bc;
    color: #1b54bc;
    background-size: 50px!important;
    transition: all .3s
}

.like a {
    display: block;
    background: url(https://img.alicdn.com/imgextra/i1/2204174902510/O1CN01cRXzX61UPd4f0vipz_!!2204174902510-2-chatting.png) no-repeat 20px center
}

.bad a {
    float: right;
    display: block;
    background: url(https://img.alicdn.com/imgextra/i2/2204174902510/O1CN01hFUfmq1UPd4heN0D3_!!2204174902510-2-chatting.png) no-repeat 20px center
}

.article-fx {
    width: 100%;
    padding-bottom: 10px;
    height: 80px
}

.j-mobile-share {
    vertical-align: middle;
    padding: 0!important;
    width: 33px!important;
    height: 33px!important;
    background: #424242 url(../images/tu.svg) center no-repeat!important;
    background-size: 16px!important;
    border-radius: 30px;
}

.mobile-share-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: rgba(0,0,0,.5)
}

.mobile-share-bg .top_tips {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    background: rgba(255,235,155,.95);
    color: #a65018;
    text-align: center
}

@media (min-width: 992px) {
    .mobile-share-bg .top_tips {
        display:none!important
    }
}

.mobile-share-wrap {
    position: fixed;
    width: 100%;
    height: 80%;
    left: 0;
    top: 40px;
    z-index: 100000;
    text-align: center
}

.mobile-share-wrap img {
    position: relative;
    max-height: 100%;
    max-width: 96%;
    width: auto;
    display: block;
    margin: 0 auto;
    animation-duration: unset;
    -webkit-animation: unset
}

.mobile-share-wrap .loading {
    display: inline-block;
    padding: 8px 25px;
    text-align: center;
    font-size: 14px;
    margin-top: 40%;
    line-height: 20px;
    color: #666;
    background: #fff;
    border-radius: 3px
}

@media (min-width: 992px) {
    .mobile-share-wrap .loading {
        padding:10px 30px;
        margin-top: 50px
    }
}

.mobile-share-wrap .mobile-share-close {
    position: relative;
    display: inline-block;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    font-size: 26px;
    line-height: 48px;
    font-weight: 300;
    color: #333;
    border-radius: 50%;
    background: #fefefe;
    text-align: center;
    vertical-align: top;
    font-family: serif;
    box-shadow: 0 0 1px 0 rgba(0,0,0,.2);
    cursor: pointer
}

@media screen and (max-width: 800px) {
    .comment-list {
        margin-top: 65px
    }

    .comment-list:nth-child(n+2) {
        margin-top: 0px
    }

    #comment_submit {
        margin-top: 5px
    }

    #validateimg {
        margin-top: 10px
    }

    .article_content .left,.article_content .right {
        width: 94%;
        margin: 0 3%
    }

    .article_content .left .article-title {
        font-size: 1.2rem;
        line-height: 2rem
    }

    .article_content {
        margin: 4% 0
    }

    #cyEmoji,.article_content .left .ad {
        display: none!important
    }

    .article_content .left .article-bq {
        font-size: .7rem;
        margin: 2% 0
    }

    .article_content .left .article-bq b,.article_content .left .article-bq span,.article_content .left .article-bq time {
        line-height: 1.4rem;
        height: 1.4rem
    }

    .article-down a {
        margin: 1%;
        font-size: .8rem;
        padding: 2% 0;
        width: 23%;
        text-align: center;
        display: block
    }

    .article-hot-title,.article-pl-title,.article-sj-title,.article-xg-title {
        font-size: 1rem
    }

    .article-hot-title-icon,.article-pl-title-icon,.article-sj-title-icon,.article-xg-title-icon {
        background-size: 1.5rem;
        margin-left: .1rem
    }

    .article-hot ul li a,.article-sj ul li a {
        font-size: .9rem
    }

    .article-hot ul li,.article-sj ul li {
        margin-bottom: 2%
    }

    .article-hot ul li a i,.article-sj ul li a i {
        height: 1.5rem;
        width: 1.5rem;
        line-height: 1.5rem
    }

    .header-login {
        left: 85%!important
    }

    .article_content .right {
        display: none
    }

    .social-main {
        width: 100%
    }

    .social-main a {
        width: 49%;
        background-position: 1rem center;
        background-size: 2.6rem!important;
        text-indent: 4rem
    }

    .fenxiang {
        margin: auto;
        float: none;
        text-align: center
    }

    .fenxiang .bdsharebuttonbox a {
        float: none!important;
        display: inline-block
    }

    .article-fx {
        padding: 1rem 0;
        height: 140px
    }

    .article_content .left .ad {
        display: block!important
    }
}
.article-hot-title {
    height: 55px;
    line-height: 55px;
    font-size: 18px;
    color: #1b54bc;
    font-weight: 700;
    border-bottom: 1px solid #ececec;
    padding-bottom: 12px
}
.article-hot-title-icon {
    display: block;
    background: url(https://img.alicdn.com/imgextra/i1/2218556941837/O1CN012WIuDF1PRObVXt4d6_!!2218556941837-2-chatting.png) no-repeat center;
    background-size: 25px;
    height: 55px;
    width: 25px;
    float: left;
    margin-right: 10px
}
.article-sj-title {
    height: 55px;
    line-height: 55px;
    font-size: 18px;
    color: #1b54bc;
    font-weight: 700;
    border-bottom: 1px solid #ececec;
    padding-bottom: 12px
}
.article-sj-title-icon {
    display: block;
    background: url(https://img.alicdn.com/imgextra/i1/2218556941837/O1CN01WFoE321PRObWRhnKW_!!2218556941837-2-chatting.png) no-repeat center;
    background-size: 25px;
    height: 55px;
    width: 25px;
    float: left;
    margin-right: 10px
}