.locationList .Img img{-webkit-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out}.locationList{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;--gap:30px;gap:var(--gap)}@media (max-width:1366px){.locationList{--gap:20px}}.locationList .locationItem{width:calc((100% - var(--gap) * 2) / 3)}@media (max-width:1180px){.locationList .locationItem{width:calc((100% - var(--gap)) / 2)}}@media (max-width:640px){.locationList .locationItem{width:100%}}.locationList .Img{width:100%}.locationList .Img img{width:100%;height:auto;display:block;border-radius:15px}@media (min-width:1181px){.locationList .Img:hover img{opacity:0.8}}.locationList .Txt{padding:15px 0}.locationList .Txt .title a{display:block;color:#333;font-size:24px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (max-width:1180px){.locationList .Txt .title a{font-size:22px}}@media (min-width:1181px){.locationList .Txt .title a:hover{color:#43A2FF}}.locationList .Txt .text{height:60px;color:#5C5C5C;font-size:16px;padding-top:10px}@media (max-width:1180px){.locationList .Txt .text{font-size:15px}}.shareBox{float:right}.shareBox .btn-fb{display:inline-block;vertical-align:middle;margin-right:5px}.shareBox .back{display:inline-block;vertical-align:middle;padding:3px 5px;border-radius:3px;font-size:12px;color:#fff;background:rgb(174,66,51);background:-webkit-gradient(linear,left top,left bottom,from(rgb(174,66,51)),to(rgb(196,76,76)));background:linear-gradient(to bottom,rgb(174,66,51) 0%,rgb(196,76,76) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ae4233",endColorstr="#c44c4c",GradientType=0);cursor:pointer}@media (min-width:1181px){.shareBox .back:hover{background:#398cb1}}