

.content2 {
  display: block;
  width: 1200px;
  background: rgb(215, 215, 215);
  padding: 1em;
  overflow: hidden;
  margin: 0 auto;
}

.container2 {
  width: 100%;
  background: #179dce;
  float: left;
  display: inline-block;
  overflow: hidden;
  box-sizing: border-box;
  height: 35px;
  cursor: pointer;
  border: 1px solid #179dce;
  z-index: 2;
  padding-right: 10px;
}
.bn-news {
    margin-right: 15px;
}
.marquee-sibling {
  padding: 0 15px;
  background: #179dce;
  line-height: 33px;
  font-size: 22px;
  font-weight: normal;
  color: #ffffff;
  text-align: right;
  z-index: 2;
  font-size: 14px;
  text-transform: uppercase;
}

.marquee,
*[class^="marquee"] {
  display: inline-block;
  white-space: nowrap;
  position: absolute;
}

.marquee { margin-left: 25%; }

.marquee-content-items {
  display: inline-block;
  margin: 0;
  height: 34px;
  position: relative;
}

.marquee-content-items li {
  display: inline-block;
  line-height: 25px;
  color: #fff;
  margin-left: 0px;
}

.marquee-content-items li:after {
  content: "|";
  margin: 0 1em;
}
.marquee-content-items li:last-child:after {
    content: "";
    margin-left: 50px;
}
.marquee-content-items a:hover{
  color:#fff;
}

#newsTicker{
  line-height: 36px!important;
}
#newsTicker li a{
    color: #fff;
}
@media only screen and (max-width: 600px) {
  .container2{
    margin-top: 21px;
  }
  .marquee-sibling{
    visibility: hidden
  }
}