
@media (max-width: 767px) {
  .content-news {
    display: none;
  }
}

.simple-marquee-container *{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	font-family:Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.simple-marquee-container {
	width: 100%;
	background: #f4f4f5;
	float: left;
	display: inline-block;
	overflow: hidden;
	box-sizing: border-box;
	height: 35px;
	position: relative;
	cursor: pointer;
}

.marquee-sibling {
    padding: 0;
    background: rgb(184, 41, 24);
    width: 10%;
    height: 35px;
    line-height: 35px;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    float: left;
    left: 0;
    z-index: 2;
	max-width: 150px;
    overflow: inherit;
}

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

.marquee-news{
  margin-left: 25%;
}

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

.marquee-content-items li{
  display: inline-block;
  line-height: 23px;
  color: #000;
}

.marquee-content-items li:after{
	content: "|";
	margin: 0 1em;
}
