
.content {
	display: block;
	width: 1200px;
	background: rgb(53, 153, 220);
	padding: 0.2em;
	overflow: hidden;
	margin: 0 auto;

}

.simple-container{
	width: 100%;
	background:#0480b2;
	float: left;
	display: inline-block;
	overflow: hidden;
	box-sizing: border-box;
	height: 66px;
	position: relative;
	cursor: pointer;
}

.marquee-sibling {
	padding: 0;
	background: rgb(53, 153, 220);
	width: 20%;
	height: 66px;
	line-height: 42px;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	float: left;
	left: 0;
	z-index: 2000;
}

.marquees, *[class^="marquees"] {
	display: inline-block;
	white-space: nowrap;
	position:absolute;
}

.marquees{
  margin-left: 25%;
}

.marquee-content-itemss{
  display: inline-block;
  padding: 0px;
  margin: 0;
  height: 66px;
  position: relative;
  
}

.marquee-content-itemss li{
  display: inline-block;
  line-height: 66px;
  color: #FFF;
  
}

.marquee-content-itemss li:after{
	content: "|";
	margin: 0 1em;
}
