.title
{
    line-height: 150%;
}

/*tag标签列表*/
.tags a
{
    margin-right: 10px;
    text-decoration: none;
}

/*文章属性*/
.article_prop
{
    margin-bottom: 0;
    margin-top: 20px;
}

.article_prop li
{
    margin-right: 15px;
}

/*文章内容*/
.content
{
    font-size: 16px;
    margin-top: 20px;
}

.content *
{
    font-size: 16px;
}


/*文章内容底部广告*/
.content_bottom_money
{
    margin: 15px 0;
}


/*转载和免责声明*/
.description
{
    padding: 15px 15px 0;
    margin-top: 20px;
}

.description li
{
    padding: 5px 0;
}

/*相关文章*/
.same_article
{
    padding: 0 15px;
}

.same_article ul
{
    margin: 0;
    padding: 0;
}

.same_article li
{
    width: 100%;
    margin: 10px 0;
    line-height: 180%;
    height: 30px;
    border-bottom: 1px dashed #ccc;
    overflow: hidden;
    text-overflow: ellipsis;
}

.same_article li a:hover
{
    color: red;
}


/*评论列表*/
.comment_list
{
    border-bottom: none;
}

/*评论列表用户*/
.comment_user
{
    margin-bottom: 10px;
}
/*评论列表用户头像*/
.comment_photo
{
    width: 40px;
    height: 40px;
}

/*评论时间*/
.comment_time
{
    color: #808080;
    margin-top: 12px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 10px;
}