/*分享弹窗开始*/
.share-btn{
    position: relative;
}
.share-btn:hover .share-morebg{
    display: block;
}
.share-btn:hover .share-morebg a{
    color: #666 !important;
}
.share-morebg{
    display: none;
    width: 125px;
    height: 125px;
    background: url(/static/themes/images/share-bg.png) center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: -40px;
    top: 12px;
    z-index: 9;
}
.share-morebg a{
    display: block;
    height: 32px;
    width: 100%;
    text-align: center;
    line-height: 32px;
    font-size: 14px;
    color: #666666;
}
.share-morebg a i{
    line-height: 32px;
    font-size: 18px !important;
    vertical-align: middle;
}
.share-morebg a:first-child{
    padding-top: 20px;
}
.share-morebg .a1 i{
    color: #28a912 !important;
}
.share-morebg .a2 i{
    color: #0092e3 !important;
}
.share-morebg .a3 i{
    color: #e62227 !important;
}
/*分享弹窗结束*/
.other-answer{
    background-color: #fff;
    margin-top: 15px;
}
.other-answer .answer-list{
    padding-bottom: 25px;
    margin-top: 5px;
    position: relative;
}
.other-answer .answer-list::after{
    content: '';
    display: block;
    position: absolute;
    width: 97%;
    height: 1px;
    background-color: #eee;
    left: 1.5%;
    bottom: 0;
}
.other-answer .answer-list:last-child{
    padding-bottom: 20px;
    border-bottom: none;
}
.other-answer .oa-tit{
    display: block;
    font-size: 18px;
    font-weight: bold;
    margin-left: 15px;
    padding-top: 20px;
}
.other-answer .al-tit .sp2{
    margin-left: 15px;
}
.article-report{
    margin-top: 10px;
}
.other-answer .article-report .ar2-tit{
    font-size: 16px;
}
.oa-header{
    width: 34px;
    height: 34px;
    margin-right: 5px;
    border-radius: 50%;
    vertical-align: middle;
    border: 1px solid #d8d8d8;
}
.answer-list .al-tit{
    align-items: center;
}
.other-more{
    display: block;
    text-align: center;
    padding: 15px 0;
    color: #00a6e6;
}

/*.intro-p a{*/
/*    color: #00a6e6;*/
/*}*/
/*.intro-p a:hover{*/
/*    color: #0c84ff;*/
/*}*/
.intro-p h2{
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 22px;
}
.intro-p h3{
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 20px;
}
.intro-p p{
    margin-bottom: 16px;
    margin-top: 0;
}
.intro-p ol li{
    padding-left: 50px;
    line-height: 1.3;
    position: relative;
    counter-increment: item;
    margin-top: 20px;
    margin-bottom: 20px;
}
.intro-p ol li:before{
    content: counter(item)".";
    display: block;
    position: absolute;
    left: 32px;
    top:0;
}
.intro-p blockquote{
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 30px;
    padding-left: 15px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 1px;
    border-left: 3px solid #ccc;
    background-color:#f1f1f1
}
.intro-p ul{
    padding-left: 50px;
}
.intro-p ul li{
    line-height: 1.3;
    position: relative;
    list-style-type: disc;
    margin-top: 20px;
    margin-bottom: 20px;
}

.answer-detail h2{
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 20px;
}
.answer-detail h3{
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 20px;
}
.answer-detail p{
    margin-bottom: 16px;
    margin-top: 0;
}
.answer-detail ol li{
    padding-left: 50px;
    line-height: 1.3;
    position: relative;
    counter-increment: item;
    margin-top: 20px;
    margin-bottom: 20px;
}
.answer-detail ol li:before{
    content: counter(item)".";
    display: block;
    position: absolute;
    left: 32px;
    top:0;
}
.answer-detail blockquote{
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 30px;
    padding-left: 15px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 1px;
    border-left: 3px solid #ccc;
    background-color:#f1f1f1
}
.answer-detail ul{
    padding-left: 50px;
}
.answer-detail ul li{
    line-height: 1.3;
    position: relative;
    list-style-type: disc;
    margin-top: 20px;
    margin-bottom: 20px;
}
.answer-detail strong{
    font-weight: bold;
}
.answer-detail img{
    max-width: 100%;
    vertical-align:middle;
    display:block !important;
    margin:0 auto !important;
}