@charset "utf-8";
/*.demo-scroll-marquee { margin:0 auto; width: 100%; background:#080f29;overflow: hidden;  position:relative; }*/

.demo-scroll-marquee { margin:0 auto; width: 100%; background:#c83b2a;overflow: hidden;  position:relative; }
.demo-scroll-marquee .textCont { position: relative; width:100%; margin:0 0 0 30px; padding:15px 0; overflow: hidden; }
.demo-scroll-marquee .textCont ul { float:left; padding-right:10px; }
.demo-scroll-marquee .textCont li { height: 30px; line-height: 30px; font-size: 14px; padding-right:70px; overflow:hidden; }
.demo-scroll-marquee .textCont a { color: #f2cb51; }
.demo-scroll-marquee .textCont a:hover { color: #ff0a0a; text-decoration: underline; }
.demo-scroll-marquee .btns { width:100%; display:block; z-index:999; background: #212121; height: 42px; line-height:42px; }
.demo-scroll-marquee .btns i { width:8px; overflow:hidden; cursor:pointer; }
.demo-scroll-marquee .btns .prevBtn a { display:inline-block; width:8px; height:42px; position:absolute; top:0; right:37px; }
.demo-scroll-marquee .btns .nextBtn a { display:inline-block; width:8px; height:42px; position:absolute; top:0; right:25px; }
.demo-scroll-marquee .btns .prevBtn a { background: url(img/09.png) center center no-repeat; }
.demo-scroll-marquee .btns .nextBtn a { background: url(img/10.png) center center no-repeat; }
.demo-scroll-marquee .btns .prevBtn a:hover { background: url(img/11.png) center center no-repeat; }
.demo-scroll-marquee .btns .nextBtn a:hover { background: url(img/12.png) center center no-repeat; }
		
		
