.twlist li{
    overflow: hidden;
    margin-bottom: 25px;}
.twlist li a.tw_txt{
width: calc(100% - 140px);}

.twlist li:hover a.tw_txt h2{
    color: #cc3300;
    transition: all 0.6s;}

.twlist li:hover a.tw_img img{
transform: scale(1.2);
 transition: all 0.6s;}
