.list{
    padding-left: 10px;
}
.list ul li{
    border-bottom: 1px dashed #e4e4e4;
    line-height: 28px;
    padding: 15px 0px;
}
.news_title{
    float: left;
    font-size: 15px;
    width: 730px;
}
.news_title a{
    color: #00c;
}
.news_title a:hover{
    color: #00f;
}
.news_time{
    float: right;
    font-size: 15px;
    display: inline-block;
}