.new-view-1{
    background-color: #111111;
    height: 300px;
    overflow: hidden;
}
.new-view-2{
    width: 20%;
    height: 300px;
    float: left;
}
.row-1{
    width: 100%;
    height: 80px;
    line-height: 80px;
    color: #FCFCFC;
    font-size: 24px;
    float: left;
}
.row-2{
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #7E7E7E;
    font-size: 14px;
    float: left;
    cursor: pointer;
}
.row-2:hover{
    color: #EF6440;
}
.aabb{
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #fff;
}
.ababbaa{
    width: 40px;
    height: 40px;
    float: left;
    background-color: #fff;
    border-radius: 5px;
    margin-right: 20px;
    margin-top: 10px;
}
.ababbaa:hover{
    background-color: #EF6440;
}
.abbb{
    margin: -5px 10px 10px 10px;
}
.bbba{
    width: 35%;
    float: right;
    margin-top: 40px;
}