body,html{
    background-color: #F5F5F5;
}
.article .main-body{
    background-color: rgba(255,255,255,1);
    overflow: hidden;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    margin-bottom: 56px;
    padding: 60px 60px 40px;
    margin-top: 40px;
    border-radius: 8px;
}
.article h3{
    font-size: 36px;
    line-height: 54px;
    color: #222;
    margin: 0;
    text-align: center;
}
.article .article-tool{
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(1, 70, 199,0.2);
    text-align: center;
}
.article .article-tool ul{
    display: inline-block;
}
.article .article-tool ul li{
    float: left;
}
.article .article-tool ul.article-share{
    margin-left: 20px;
}
.article .article-infor li{
    padding: 0 15px;
    position: relative;
}
.article .article-infor li:before{
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 18px;
    background-color: #9a9d9e;
    content: '';
    transform: translateY(-50%);
}
.article .article-infor li:first-child{
    padding-left: 0;
    border: none;
}
.article .article-infor li:first-child:before{
    display: none;
}
.article .article-infor p{
    font-size: 18px;
    line-height: 26px;
    color: #666;
}
.article .article-fize li.cur a{
    color: #0146C7;
}
.article .article-fize a{
    font-size: 18px;
    line-height: 26px;
    color: #666;
    display: block;
    margin-left: 10px;
}
.article .article-fize li:first-child a{
    margin-left: 15px;
}
.article .article-share p{
    font-size: 18px;
    line-height: 26px;
    color: #666;
}
.article .article-share li{
    margin-left: 10px;
}
.article .article-share li a{
    width: 26px;
    height: 26px;
    display: block;
    float: left;
}
.article .article-share li a.wechat{
    background: url("../img/icon_19.png") no-repeat center!important;
    background-size: 26px!important;
}
.article .article-share li a.qq{
    background: url("../img/icon_20.png") no-repeat center!important;
    background-size: 26px!important;
}
.article .article-share li a.sina{
    background: url("../img/icon_21.png") no-repeat center!important;
    background-size: 26px!important;
}
.article .article-share li a.qzone{
    background: url("../img/icon_22.png") no-repeat center!important;
    background-size: 26px!important;
}
.article .article-share li a.douban{
    background: url("../img/icon_23.png") no-repeat center!important;
    background-size: 26px!important;
}
.article .article-body{
    padding: 40px 0 60px;
    border-bottom: 1px solid rgba(1, 70, 199, 0.2);
    font-size: 16px!important;
    line-height: 2!important;
    font-family: 'Arial' !important;
}
.article .article-body p{
    font-size: 16px!important;
    line-height: 2!important;
    color: #666!important;
    height: auto!important;
    font-family: 'Arial' !important;
}
.article .article-body *{
    font-size: 16px!important;
    line-height: 2!important;
    color: #666!important;
    height: auto!important;
    font-family: 'Arial' !important;
}
.article .article-recommend{
    margin-top: 40px;
}
.article .article-recommend h4{
    font-size: 22px;
    line-height: 32px;
    color: #222;
    margin: 0;
}
.article .article-recommend li{
    font-size: 18px;
    line-height: 26px;
    margin-top: 20px;
    float: left;
    width: 100%;
}
.article .article-recommend li:first-child{
    margin-top: 10px;
}
.article .article-recommend li a{
    display: block;
    width: 100%;
    float: left;
}
.article .article-recommend li p{
    width: 75%;
    color: #222;
    float: left;
    padding-left: 16px;
    background-position: left center;
    background-repeat: no-repeat;
    background-image: url("../img/icon_24.png");
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background-size: 6px;
}
.article .article-recommend li a:hover p{
    color: #0146C7;
}
.article .article-recommend li span{
    float: right;
    display: block;
}
/*************************/
.article-body#large * {
    font-size: 20pt !important;
}
.article-body#medium * {
    font-size: 16pt !important;
}
.article-body#small * {
    font-size: 14pt !important;
}
/*************微信分享弹出*************/
.wx-qrcode-wrapper{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}
.wx-qrcode-wrapper .mask{
    background-color: rgba(0,0,0,0.4);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.wx-qrcode-wrapper .wx-qrcode{
    width: 220px;
    height: 250px;
    text-align: center;
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: #fff;
    border-radius: 5px;
    z-index: 9999;
}

.wx-qrcode-wrapper #qrcode table{
    text-align: center;
    margin: auto;
}

.wx-qrcode-wrapper h4{
    font-size: 16px;
    color: #666;
}

.wx-qrcode-wrapper b{
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    content: '';
    z-index: 9999999;
    cursor: pointer;
}
@media (max-width: 1200px) and (min-width: 992px) {
    .article .article-tool ul.article-share{
        display: none;
    }
}


@media (max-width: 992px) {
    .article .main-body{
        padding: 20px;
    }
    .article h3{
        font-size: 22px;
        line-height: 1.6;
    }
    .article .article-infor li:last-child{
        display: none;
    }
    .article .article-infor p{
        font-size: 14px;
        line-height: 24px;
    }
    .article .article-share{
        display: none!important;
    }
    .article .article-infor li:before{
        display: none;
    }
    .article .article-tool ul{
        display: block;
        margin: 0;
    }
    .article .article-fize{
        float: right;
    }
    .article .article-fize a{
        font-size: 14px;
        line-height: 24px;
        margin-left: 5px;
    }
    .article .article-infor li{
        padding: 0;
    }
    .article .article-tool{
        padding-bottom: 10px;
    }
    .article .article-recommend{
        margin-top: 20px;
    }
    .article .article-recommend h4{
        font-size: 18px;
    }
    .article .article-recommend li{
        font-size: 14px;
        line-height: 22px;
    }
    .article .article-recommend li p{
        font-size: 14px;
        line-height: 22px;
    }
}