.other .top-banner img{display:block;width:100%;height:64vh;object-fit:cover}.other .bread{width:100%;display:flex;align-items:center;gap:8px;height:64px;padding:0 16px;font-size:18px;background-color:#d0cfce}.other .other-list{width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(3, 1fr);gap:32px;padding:64px 0}.other .other-list .item{position:relative;display:block;box-shadow:0 0 3px #bbbbbb;overflow:hidden}.other .other-list .item:hover img{transform:scale(1.1)}.other .other-list .item img{display:block;width:100%;height:400px;object-fit:cover;transition:transform .5s ease}.other .other-list .item h2{position:absolute;bottom:0;left:0;right:0;padding:16px;text-align:center;font-size:24px;background-color:#f3b627c2}