/**
 * article index
 * 
 * @version $Id: portal.article.index.css 1525 2018-09-17 06:58:38Z 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;
    }
    
    .index {
        
    }
    .index a {
        font-size: 12px;
    }
    .index a .content{
        color: #737373;
    }
    
    .index .list-group-item {
        padding: 10px 0;
    }
    .index .list-group-item .time {
        text-align: right;
    }
    .index .row {
        margin-bottom: 5px !important;
    }
    
    .no-data {
        text-align: center;
        margin: 20px !important;
    }
    
    .split {
        margin-left: 5px;
        margin-right: 5px;
    }
}
