
.ahnb-wrapper{
width:100%;
overflow:hidden;
background:#f5f5f5;
border:1px solid #ddd;
padding:8px 0;
}

.ahnb-marquee{
display:inline-block;
white-space:nowrap;
animation: ahnb-scroll linear infinite;
}

.ahnb-item{
margin-right:60px;
font-weight:600;
}

.ahnb-item a{
text-decoration:none;
color:#d60000;
}

.ahnb-wrapper:hover .ahnb-marquee{
animation-play-state:paused;
}

@keyframes ahnb-scroll{
0% { transform: translateX(100%); }
100% { transform: translateX(-100%); }
}
