.s1-l-r ul li:hover {
    white-space: inherit;
    background: #ffff;
    /* height: 81px; */
    /* overflow: auto; */
    padding: 0 12px;
    box-shadow: 7px 2px 10px 5px #e3e0e0;}
.top-r-en .oa{
    font-weight: bold;
    line-height: 28px;
    padding: 0px 4px;
    border-radius: 8px;
    animation:myoa infinite 2s;
    -webkit-animation:myoa infinite linear alternate 2s;}
     

@keyframes myoa
{
    from {background: #5fffda;}
    to {background:none;}
}

@-webkit-keyframes myoa /* Safari and Chrome */
{
    from {background: #5fffda;}
    to {background:none;}
}   
