.list{
    margin: 15px;
}
.list li {
    line-height: 45px;
    border-bottom: 1px #f0f0f0 solid;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
}
.list li:last-child{
    border-bottom: none;
}
.list li a{
    font-size: 14px;
    color:#333;
}
.list li a div{
    overflow: hidden;
    text-overflow: ellipsis;
}

.list li:hover {
    background-color: #fcfcfc;
}

.list li .article-title{
    width: 73%;
    float: left;
    padding-left: 10px;
}
.list li .article-title span{
    padding-right: 3px;
    font-weight: bold;
}
.list li .article-date{
    width: 23%;
    color:#969696;
    float: right;
    text-align: right;
    padding-right: 10px;
}