﻿

.content {
	display: block;
	padding: 0.2em;
	overflow: hidden;
	margin: 0 auto;

}

.container1 {
	width: 100%;
	float: left;
	display: inline-block;
	overflow: hidden;
	box-sizing: border-box;
	height: 45px;
	position: relative;
	cursor: pointer;
}

.marquee-sibling {
	padding: 0;
	background: #4db2ec;
    width: 14%;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	float:left;
	left: 0;
	z-index: 2000;
}

.marquee {
	display: inline-block;
	white-space: nowrap;
	position:absolute;
	z-index:999;
}

*[class^="marquee"] {
	display: inline-block;
	white-space: nowrap;
	position:absolute;
}

.marquee{
  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: 25px;
    color: #282f59;
    font-size: 14px;    
    font-weight: bold;
}

.marquee-content-items li:after{
	content: "|";
	margin: 0 1em;
}
