.tf-list-image{overflow:hidden}.tf-list-image,.tf-list-image .box-item{display:-webkit-box;display:-ms-flexbox;display:flex}.tf-list-image .box-item{-webkit-animation:slide-har 30s linear infinite;animation:slide-har 30s linear infinite;position:relative;align-items:center}.tf-list-image .box-item .item{padding:0 25px;width:250px}.tf-list-image .box-item .item .image img{-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;object-fit:cover;width:100%}.tf-list-image.hover-image .image img{filter:grayscale(1)}.tf-list-image.hover-image .item:hover .image img{filter:grayscale(0)}.tf-list-image.hover-stop:hover .box-item{animation-play-state:paused}@keyframes slide-har{0%{-webkit-transform:translateX(0);transform:translateX(0)}to{-webkit-transform:translateX(-50%);transform:translateX(-50%)}}.tf-list-image .box-item .item.list-text{width:unset}.tf-list-image .list-text a{font-size:24px;font-weight:600;color:#000;align-items:center;width:max-content;line-height:29.05px;display:flex}.tf-list-image .list-text a svg{width:24px}.tf-list-image .list-text a .text{position:relative}.tf-list-image .list-text a .text:after{height:1px;right:0;-webkit-transition:width .6s cubic-bezier(.25,.8,.25,1) 0s;-o-transition:width .6s cubic-bezier(.25,.8,.25,1) 0s;transition:width .6s cubic-bezier(.25,.8,.25,1) 0s;content:"";position:absolute;bottom:0;background-color:currentColor;left:auto;width:0}.tf-list-image .list-text a:hover .text:after{right:auto;left:0;width:100%}.tf-list-image .list-text .icon{margin-right:10px}.tf-list-image .list-text .icon *{-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}.tf-list-image .list-text .icon svg path{fill:#000}.tf-list-image .list-text .icon i{color:#000}