/**
 * article detail
 * 
 * @version $Id: portal.article.detail.css 1408 2018-08-02 08:48:28Z fuy $
 * @creator tangj @ 2014-12-16 15:31:26 by scap-builder-0.0.6
 * @template version: 2013090901
 */
@charset "UTF-8";

@media all {
    .nav-path {
        padding: 5px 0 10px 0;
        border-bottom: 1px solid #666;
    }
    
    .detail {
    
    }
    .detail .article-title {
        font-size: 20px;
        font-weight: bold;
        margin-top: 20px;
        text-align: center;
        text-align: center;
    }
    
    .detail .article-time {
        border-bottom: 1px dashed #E3E3E3;
        color: #999999;
        margin-top: 10px;
        text-align: center;
    }
    
    .detail .article-content {
        margin: 20px 10px 0 10px;
    }
    
    .detail .article-content p:first-child{
        text-indent: 2em;
        line-height: 1.5em;
        margin: 0 0 1.5em;
    }
    
    .detail .article-content a {
        text-decoration: underline;
    }
    
    .detail .article-content img {
        width: 100%;
        height:100%;;
    }
    
/*     .detail img{
        width: 100%;
    } */
    
    .split {
        margin-left: 5px;
        margin-right: 5px;
    }
}