﻿/**
 * 文章索引样式文件
 * 
 * @version $Id: article.index.css 4398 2017-12-18 03:23:26Z shengyj $
 * @creator liqt @ 2013-07-02 16:57:50 by caster0.0.3
 */

/*待完善更多文章显示样式*/
@media all {
    .article-row {
        border-bottom: 1px dashed #DADADA;
        padding: 17px 0;
        margin: 0 15px;
    }
    
    .article-row .title{
        margin-bottom: 10px;
        font-size: 16px;
    }
    
    .article-row .title a{
        font-size: 16px;
        font-weight: bold;
    }
    .article-row .title a:hover{
    	color: #737373;
    }
    
    .article-row .title .time{
        float: right;
        color: #737373;
        font-size: 12px;
    }
    
    .article-row .content {
        font-size: 14px;
        color:  #737373;
        line-height: 1.5em;
    }
    
    .sub-menu {
        background: #eee;
        padding: 5px 0;
    }
    
    .sub-menu a{
        font-size: 12px;
        background: url("../images/icon.small.dot.png") no-repeat scroll center left transparent;
        display: inline-block;
        padding-left: 12px;
    }
}