.more-content{
    width:100%;
    padding:0 5%;
}
.more-content-list{

    border-top:1px solid #ccc;
    height:100%;
    overflow:hidden;
}
.more-content-list-left {
    width: 2.5rem;
    padding:1.135rem 0 0;
    float: left;
}
.more-content-list-left span{font-size:0.75rem;color:#666666;}
.more-content-list-right {
    width: 18.0625rem;
    float: right;
    padding:1.135rem 0.625rem 0;
}
.more-content-list-right-title {
    font-size: 0.875rem;
    color: #666666;
    line-height: 1.2rem;
    overflow: hidden;
}
.more-content-list-right-date{
    float: right;
    margin: 0.375rem auto;
    color: #999999;
    font-size:0.75rem;
}