.new-box img {
    width: 100%;
    max-height: 100px;
    padding-right: 30px;
}
.new-box div{   
    line-height: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.new-box{    
    border-bottom: 1px solid #e6e6e6;
    height: 120px;
    font-size: 20px;
    margin-top: 20px;
}
.new-box .hr1{
    height: 1px;
    background: #e6e6e6;
} 
#case .case .hr{
    margin-bottom: 0px;
}