.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: transparent;
	float: left;
	display: inline-block;
	overflow: hidden;
	box-sizing: border-box;
	height: 45px;
	position: relative;
	cursor: pointer;qqlor:white;

}

.simple-marqu
}

.simple-marquee-container .marquee-sibling {
	padding: 0;
	background: #20639b;
	width: 20%;
	height: 45px;
	line-height: 42px;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	text-align: center;
	float: left;
	left: 0;
	z-index: 2000;
    border-radius: 0px 0px 10px 0px;
}

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

.simple-marquee-container .marquee{
  margin-left: 25%;
}

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

.simple-marquee-container .marquee-content-items li{
  display: inline-block;
  line-height: 35px;
  color: #fff;
}

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

body {font-family: "Open Sans",Helvetica,sans-serif;}
.icon {font-family: FontAwesome;font-style: normal;font-weight: normal;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
.fa-spin2:before {content: '\f192';font-size: 13px;}

.base-container {
background: none;
height: 37px;
overflow: hidden;
z-index: 1;
width: auto;
border-radius:0px 0px 10px 10px;
}
.last-minute-title {
	float: left;
	padding-left: 9px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 9px;
	margin-right: 7px;
	position: relative;
	color: #fff;
	background: #b82323;
}

.last-minute-title span {
display: inline-block;
font-size: 12px;
font-weight: 700;
line-height: 37px;
margin: 0 10px 0 0px;
}

.last-minute-title:after {
left: 100%;
top: 50%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-color: rgba(136,183,213,0);
border-left-color: #b82323;
border-width: 6px;
margin-top: -6px;
}
.last-minute .scroll-content {
overflow: hidden;
width: 850px;
height: 37px;
float: left;
position: relative;
}
.last-minute .scroll-content .overview {
position: absolute;
}
.last-minute .scroll-content li {
margin-right: 30px;
padding-right: 30px;
position: relative;
float: left;
}

.blink {color: #fff;}

.overview{left: 0px;margin: 0;}
.overview li {display: -webkit-inline-box; padding: 0px 15px;}
.overview li a{color:#fff;display:block;font-size:13px;line-height:36.7px;text-decoration: none;}
marquee { margin: 0;}

