.div_box_new_center{
    width:205px;
    text-align:right;
    display:inline-block;
    margin:10px;
}

.div_box_new_left{
    width:205px;
    text-align:right;
    display:inline-block;
    margin-top:10px;
    margin-bottom:10px;
    margin-left:0px;
    margin-right:10px;
    height:197px;
}

.div_box_new_right{
    width:205px;
    text-align:right;
    display:inline-block;
    margin-left:10px;
    margin-right:0px;
    margin-top:10px;
    margin-bottom:10px;
    height:197px;
}

.div_box_new{
    overflow: hidden;
    margin-bottom:2px
}

.div_box_new:hover img{
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    transform: scale(1.2) rotate(0deg);
}

.div_box_new img{
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}