.newsticker {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;

  cursor: default;

  line-height: 15.6px;
  padding: 0 0 0 0;
  height: 30px;
  width:1000px;
  position: relative;
  overflow: hidden;
}

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

.newsticker .newsticker-list .newsticker-item {
  height: 30px;
  overflow: hidden;
  white-space: nowrap;
}

@media screen and (max-width: 1024px) {
  .newsticker {
    width:80%;
  }
  #index .news-show .fr {
    display: none;
  }
}
