
    @media screen and (min-width: 1000px) {
        .ly_special_3 .list .special_item .pic_box img { transition: all .3s;  }
        .ly_special_3 .list .special_item:hover .pic_box img { transform: scale(1.1);}
    }
