/*单篇正文*/
.article .text{
    min-height: 500px;
}


/*文章列表*/
.article .list ul{
    margin-bottom: 20px;
}
.article .list ul li{
    overflow: hidden;
    line-height: 30px;
    border-bottom: 1px dashed #d1d1d1;
    padding-left: 14px;
    background: url("../images/frame/list.png")no-repeat left center;
}
.article .list ul li div{
    width: 700px;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.article .list ul li div a{
    color: #000;
}
.article .list ul li div a:hover{
    color: #e60505;
}
.article .list ul li span{
    float: right;
    color: #c6c6c6;
}

/*文章内容*/
.article .title{
    text-align: center;
    padding-bottom: 16px;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 16px;
}
.article .title h1{
    line-height: 40px;
    font-size: 20px;
    font-weight: bold;
    color: #000;
}
.article .title span{
    margin: 0 20px;
    line-height: 30px;
}

/*分页*/
.article .pages{
    line-height: 30px;
    margin-top: 16px;
}
.article .pages a,.article .pages span{
    color: #000;
    box-sizing: content-box;
}
.article .pages a:hover{
    color: #e60505;
}

/*图片列表*/
.picture ul{
    overflow: hidden;
}
.picture ul li{
    width: 50%;
    padding: 0 15px;
    float: left;
    overflow: hidden;
margin-bottom: 20px;
}
.picture ul li div{
    width: 150px;
    height: 200px;
    float: left;
    margin-right: 20px;
}
.picture ul li div img{
    width: 100%;
    height: 100%;
}
.picture ul li h1{
    font-weight: 100;
    margin: 10px 0;
display: block;
    float: right;
    width: 59%;
}
.picture ul li h1 a{
    color: #000;
}
.picture ul li h1 a:hover{
    color: #e60505;
}
.picture ul li h2{
    color: #333;
    font-weight: 100;
display: block;
    float: right;
    width: 59%;
}
.picture ul li p{
    margin-top: 10px;
    color: #666;
display: block;
    float: right;
    width: 59%;
}
/*分页*/
.picture .pages a,.picture .pages span{
    box-sizing: content-box;
    color: #000;
}