/**{
	-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;
}

h1 {
	text-align: center;
	font-size: 3em;
}*/

.content {
	display: block;
	width: 700px;
	padding: 1em;
	overflow: hidden;
	margin: 0 auto;
	
}

.container {
	width: 100%;
	/*background: grey;*/
	float: left;
	display: inline-block;
	overflow: hidden;
	/*box-sizing: border-box;*/
	height: 45px;
	position: absolute;
	font-size: 14px;
	cursor: pointer;
	top: 5px;
	
}

.marquee-sibling {
	padding: 0;
	/*background: rgb(61, 61, 61);*/
	width: 20%;
	height: 45px;
	line-height: 42px;
	font-size: 14px;
    font-family: "微软雅黑";
	font-weight: normal;
	color: #ffffff;
	text-align: center;
	float: left;
	left: 0;
	z-index: 2000;
}
.marquee{
	display: inline-block;
	white-space: nowrap;
	/*/*position:absolute;*/
	/*margin-left: 50px;
	margin-right: 50px;*/*/
}
*[class^="marquee"] {
	display: inline-block;
	white-space: nowrap;
	/*position:absolute;*/
	/*margin-left: 50px;
	margin-right: 50px;*/
	top:0;
	left: 20px;
}

/*.marquee{
  margin-left: 25%;
}*/

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

.marquee-content-items li{
  display: inline-block;
  line-height: 35px;
  color: #333;
  font-size: 14px;
  font-family: "微软雅黑";
  padding-right: 30px;
}

.marquee-content-items li:before{
	content: "";
	width: 4px;
	height: 4px;
	background: #e60000;
	display: inline-block;
	position: relative;
	top: -3px;
	left: -3px;
}
