.ticker {
  position: relative;
  overflow: hidden;
  font-size: 13px;
  font-weight: bold;
}

.ticker ul {
  width: 100%;
  position: relative;
}

.ticker ul li {
  width: 100%;
  display: none;
  margin-left: 25px;
  background-color: aquamarine;
  border-radius: 5px;
  text-align: center;
}

.ticker ul li span{
background-color: #a41425;
color: #fff;
padding-left: 5px;
padding-right: 5px;
}

