.news-marquee-wrapper{background-color:var(--section-bg,#f7f3ea);border-bottom:1px solid var(--border-bg,#ede4cf);padding:12px 0;overflow:hidden;position:relative;z-index:990;position:-webkit-sticky;position:sticky;top:92px;margin-top:-12px}.news-marquee-container{width:100%;display:flex}.news-marquee-content{display:flex;white-space:nowrap;animation:marquee-scroll 60s linear infinite;align-items:center}.news-marquee-content:hover{animation-play-state:paused}.marquee-content-block{display:flex;align-items:center;padding-right:50px}.marquee-text{font-size:15px;color:var(--text-2,#2b2e32);display:flex;align-items:center}.marquee-update-label{font-weight:700;color:var(--primary,#d13636);margin-right:10px;margin-left:20px}.marquee-dot{width:10px;height:10px;background-color:var(--primary,#d13636);border-radius:50%;display:inline-block;margin:0 15px}.marquee-icon{width:16px;height:16px;margin:0 15px;flex-shrink:0}@keyframes marquee-scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@media screen and (max-width:767px){.marquee-text{font-size:13px}.news-marquee-wrapper{padding:8px 0;position:fixed;top:74px;margin-top:0}}