.newsticker {
  /*border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background: #e58e8a;*/
  color: #402726;
  cursor: default;
  font-size: 16px;
  line-height: 15.6px;
  padding: 0 10px 0 10px;
  height: 50px;
  position: relative;
  overflow: hidden;
}

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

.newsticker .newsticker-list {
  position: absolute;
  top: 14px;
}

.newsticker .newsticker-list .newsticker-item {
  height: 50px;
  overflow: hidden;
  white-space: nowrap;
  padding: 5px 0;
}

.newsticker-item a{
  color: #fff;
}

.newsticker-item a:hover .ergtitle {
  color: #007CC2;
  background: #fedd01;
  border:1px solid #fedd01;
}
.newsticker-item a:hover {
  color: #fedd01;
}
.marqueearea{
  background: #007CC2;
}

.ergtitle{
  border:1px solid #fff;
  border-radius: 5px;
  padding: 3px 5px;
  float: left;
  margin: -5px 5px 0 0;
  background: #fff;
  color: #007CC2;
}
