.news-ticker{background:#1b4a51;color:#fff;font-size:14px;overflow:hidden;padding:3px 0;position:relative;white-space:nowrap}.news-ticker-content{animation:ticker linear infinite;animation-play-state:running;display:inline-block;padding-left:0}.news-ticker:hover .news-ticker-content{animation-play-state:paused}.news-item{color:#fff;display:inline-block;margin:0 30px;text-decoration:none}.news-item:hover{color:#ccc;text-decoration:underline}@keyframes ticker{0%{transform:translateX(0)}to{transform:translateX(-50%)}}