<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* show */
.show{padding:60px 0;padding:30px 0;clear:both;overflow:hidden;}
.show .left-wrap{padding:0;overflow:hidden;background:#fff;}
.show .article{padding:40px;}
.show .article .article-title{padding-bottom:20px;border-bottom:#f0f0f0 solid 1px;}
.show .article .article-title h1{font-weight:normal;font-size:30px;line-height:1.5;color:#626262;}
.show .article .article-title .source{padding-top:10px;line-height:24px;font-size:14px;color:#999;}
.show .article .article-title .source span{display:inline-block;margin-right:10px;}
.show .article .article-title .source span a{display:inline-block;margin-right:10px;color:#999;}
.show .article .article-title .source span a:hover{color:#333;}
.show .article .article-title .source span i{display:inline-block;margin-right:4px;font-size:20px;vertical-align:middle;}
.show .article .content{padding:20px 0;font-size:14px;line-height:1.75;color:#696969;}
.show .article .content img{display:block;margin:0 auto;}
.show .article .content p{font-size:16px !important;line-height:1.75 !important;color:#333 !important;overflow:hidden;}
.show .article .content p img{display:inline-block;width:auto;max-width:100%;}
.show .article .content p.row2 img{display:block;float:left;margin:0 1%;width:48%;}
.show .article .content p.row3 img{display:block;float:left;margin:0 1%;width:31.33%;}
.show .article .share{padding-top:30px;overflow:hidden;}
.show .article .share span{color:#666;vertical-align:middle;}
.show .article .share a{display:inline-block;margin:0 5px;}
.show .article .share i{font-size:30px;vertical-align:middle;}
.show .article .share i.qq{color:#30a5d3;}
.show .article .share i.sina{color:#f43b51;}
.show .article .share i.qzone{color:#fab619;}
.show .article .share i.wechat{color:#52bb5a;}
.show .article .share a:hover{filter:contrast(1.5);}
@media(max-width:1440px){
    .show{padding:50px 0;}	
}
@media(max-width:1200px){
    .show{padding:30px 10px;}
    .show .article{padding:15px;}
    .show .article .article-title h1{font-size:20px;}
    .show .article .article-title .source span.share{display:none;}
    .show .article .content{padding:10px 0;font-size:14px;}
    .show .article .content p{font-size:14px !important;text-indent:0 !important;}
}
/* end show */


/* show-page */
.show-page{position:relative;height:72px;border-top:#f0f0f0 solid 1px;background:#fff;}
.show-page a{display:block;font-size:20px;height:70px;color:#666;font-size:15px;vertical-align:middle;}
.show-page .prev, .show-page .next{position:absolute;top:0;width:350px;line-height:70px;}
.show-page .prev:after, .show-page .next:after{display:block;position:absolute;top:0;width:40px;font-family:"iconfont" !important;text-align:center;}
.show-page .prev{left:0;}
.show-page .prev:after{left:0;content:"\eb9a";}
.show-page .prev a{padding-left:40px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.show-page .next{right:0;text-align:right;}
.show-page .next:after{right:0;content:"\e61d";}
.show-page .next a{padding-right:40px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.show-page .prev a:hover, .show-page .next a:hover{color:#08c;}
.show-page .back{margin:0 auto;width:70px;text-align:center;background:#08c; border-radius:100%; overflow:hidden;}
.show-page .back a{display:block;padding:15px;height:70px;color:#fff;background:#08c;}
@media(max-width:1200px){
    .show-page{height:50px;}
    .show-page a{height:50px;font-size:12px;}
    .show-page .prev, .show-page .next{width:calc(50% - 50px);line-height:50px;}
    .show-page .prev a span, .show-page .next a span{display:none;}
    .show-page .back{width:50px;}
    .show-page .back a{padding:8px 10px;height:50px;}
}
/* end show-page */
</pre></body></html>