.newsticker {

  /* background: #e58e8a; */
  color: #484848;
  cursor: default;
 
  font-size: 16px;
  line-height: 15.6px;
  padding: 0 10px 0 10px;
  height: 30px;
  position: relative;
  overflow: hidden;
}

.newsticker:hover {
  /* background: #ff9e9a; */
}

.newsticker .newsticker-list {
  position: absolute;
  top: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  left: 0;
}

.newsticker .newsticker-list .newsticker-item {
  height: 30px;
  overflow:hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.newsticker-item  a{
  color: #484848;
}
