.new-rt {
    padding:10px 0 20px 0;
}
.new-rt  img {
    width: 160px;
    height: 120px;
    float: left;
    margin-right: 20px;
}
.new-rt  h3{
    font-size: 20px;
    height: 32px;
    line-height: 32px;
    margin-bottom: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.new-rt  h3:hover{
    color: #f95927;
}
.new-rt .txt{
    overflow: hidden;
    line-height: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.new-rt  h3 .time{
    color: #666666;
    font-family: arial;
    font-weight: normal;
    float: right;
    font-size: 16px;
}
.newbg{
    background: #f6f6f6;
}
