#content .neirong .list
{
    width:670px;
    /*background: red;*/
    margin:0 auto;
    height: 30px;
    line-height: 30px;
    border-bottom: dashed 1px #ccc;
    font-size: 14px;

}
#content .neirong .list:nth-last-child(1){
    border:none;
}
#content .neirong .list a
{
    width:500px;
    display: inline-block;
    color: #000;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;


}
#content .neirong .list span
{
    color: #666;
    float: right;

}