@charset "utf-8";
/* CSS Document */
.noticeBanner {width:100%;height:50px; background-color:#7B7A7A; text-align:center;}
.noticeIcon {width:24px;height:40px;margin:14px 10px;display:inline;}
#noticeScroll {height:50px;line-height:50px;overflow:hidden;width:92%;float:left;}
#noticeScroll li {width:100%;height:50px;font-size:1.25rem;}
#noticeScroll li  span{ color:#bf920f;}
#noticeScroll li a {color:#fff;}
@media screen and (min-width:320px) and (max-width:500px){
		.noticeBanner {height:10px;}
.noticeIcon {width:12px;height:20px;margin:7px 5px;-moz-background-size:100% 100%;-webkit-background-size:100% 100%;background-size:100% 100%;}
#noticeScroll {height:25px;line-height:25px;}
#noticeScroll li {font-size:11px;height:25px;}
	}

