.news-list{
    width:830px;
    padding:20px;
}
.news-list,.news-list>li{
    overflow:hidden;
}
.news-list>li{
    border-bottom:1px dashed #ccc;
    padding:20px 0;
}
.news-list>li>a{
    width:190px;
    height:140px;
    overflow:hidden;
}
.news-list section{
    width:624px;
}
.news-list section.all{
    width:100%;
}
.news-list section>h4{
    overflow:hidden;
}
.news-list section h4 span,.news-list section h4 a{
    line-height:32px;
}
.news-list section h4 a{
    font-size:17px;
    float:left;
    color:#333;
}
.news-list section h4 span{
    font-size:14px;
    color:#999;
    float:right;
    margin-right:10px;
}
.news-list section>h4 a:hover{
    color:#bb0000;
    text-decoration:underline;
}
.news-list section>span{
    display:block;
    color:#666;
    line-height:24px;
}
.news-list .more{
    line-height:48px;
}
.news-list .more:hover{
    color:#bb0000;
}
