<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.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;}
</pre></body></html>