
.bulletin-banner {
  height: 90px;
}
.bulletin-banner .banner-link{
  display: block;
  width: 100%;
  height: 100%;
  background-position-x: center;
  background-repeat: no-repeat;
}
.bulletin-bar{
  height: 50px;
  line-height: 50px;
  background-color: #fcf8e2;
  color: #f47d09;
  position:relative;
}
.top-bar-wraps .main-center {
  position: relative;
  padding-right: 60px;
  width: 940px;
  overflow: hidden;
}

.top-bar-wraps .broadcast-icon {
  position: absolute;
  left:0;
  top: 10px;
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  background: url(https://image.9game.cn/s/uae/g/1m/game_open/web/public/aliplay/common/topbar/images/sprite.png) no-repeat;
  background-position: 0 -80px;
}

.top-bar-wraps a {
  color: #28a3ef;
}

.top-bar-wraps a:hover {
  color: #ff541e;
  text-decoration: none;
}

.top-bar-wraps .close-btn {
  position: absolute;
  right: 0;
  top: 50%;
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  background: url(https://image.9game.cn/s/uae/g/1m/game_open/web/public/aliplay/common/topbar/images/sprite.png) no-repeat;
  background-position: 0 0;
}
.top-bar-wraps .close-btn:hover{
  background-position: 0 -40px;
}

.content-bar {
	width:1000px;
	height:50px;

	overflow:hidden;
}
.content-bar ul {
	margin-left:30px;
}
.content-bar li {
	height:50px;
	overflow:hidden;
	position:relative;
}