.live-feed{display:flex;flex-direction:column;height:100%;width:100%}.live-feed .page-content{padding:20px 30px;overflow:auto}.live-feed .title-text{font-size:20px;line-height:26px;font-weight:500;color:#272b41}.live-feed .time-text{margin-left:30px;font-size:14px;color:#5a5f7d}.live-feed .masonry-wrapper{max-width:1600px;margin-right:auto;margin-left:auto}.live-feed .masonry{display:grid;grid-template-columns:repeat(1,minmax(100px,1fr));grid-gap:24px;grid-auto-rows:8px}@media only screen and (max-width:1600px)and (min-width:1200px){.live-feed .masonry{grid-template-columns:repeat(2,minmax(100px,1fr))}}@media only screen and (min-width:1600px){.live-feed .masonry{grid-template-columns:repeat(3,minmax(100px,1fr))}}.live-feed .masonry-content,.live-feed .masonry-item{border-radius:10px;overflow:hidden}.live-feed .eof{text-align:center;padding:20px}.live-feed .to-top-button{position:fixed;bottom:50px;right:50px}@media only screen and (max-width:1333px)and (min-width:1000px){.live-feed.close-sidebar .masonry{grid-template-columns:repeat(2,minmax(100px,1fr))}}@media only screen and (max-width:1600px)and (min-width:1333px){.live-feed.close-sidebar .masonry{grid-template-columns:repeat(3,minmax(100px,1fr))}}