.ticker_bg{
  width: 100%;
  height: 36px;
  background: rgba(0,0,0,0.6);
  position: relative;
  z-index: 200;
}
.ticker {
  margin: -36px auto 0;
  height: 36px;
  z-index: 300;
  padding: 10px;
  width: 1170px;
  text-align: left;
  position: relative;
  overflow: hidden;
}

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

.ticker ul li {
  width: 100%;
  display: none;
}
.ticker ul li a{
  color: #ffe473;
  opacity: 1;
}