[genuitec-file-id="wc1-237"],[genuitec-lp-path="/bijiucoin/WebRoot/css/announcement.css"],[genuitec-lp-enabled=false]{
  /* for codelive */
}

body{ background: #f0f1f5;}
#announcement{
  width: 1200px;
  margin: 25px auto 30px;
}
.announcement_left_menu{
  width: 230px;
  background: #fff;
  height: 800px;
}
.announcement_left_menu ul{
  margin-top: 40px;
}
.announcement_left_menu ul li{
  width: 200px;
  height: 40px;
  padding-left: 30px;
  line-height: 40px;
  font-size: 14px;
  margin: 10px 0;
  cursor: pointer;
  box-sizing: content-box;
}
.announcement_left_menu ul li.cur{
  background: #cc9b32;
  color: #fff;
}
.announcement_left_menu ul li.cur i{
  display: inline-block;
  width: 7px;
  height: 14px;
  background: url("../img/iconlist.png")no-repeat -286px 0;
  float: right;
  margin-right: 20px;
  margin-top: 13px;
}

/*右侧面板*/
.announcement_right{
  margin-left: 30px;
  width: 940px;
}
.official_notice{
  background: #fff;
  padding: 30px 45px;
}
.official_notice>ul li{
  width: 100%;
  height: 49px;
  line-height: 49px;
  border-bottom: 1px solid #f0f1f5;
}
.official_notice>ul li h2{
  font-size: 16px;
  font-weight: 400;
}
.official_notice>ul li span{
  font-size: 14px;
  color: #aaa;
}

/*公告详情*/
.notice_details{
  background: #fff;
  padding: 30px 30px 130px;
}
.notice_details h1{
  font-size: 24px;
  text-align: center;
  font-weight: 400;
  line-height: 64px;
}
.notice_details h5{
  font-size: 14px;
  text-align: center;
  color: #555;
  font-weight: 400;
  line-height: 40px;
  background: #f0f1f5;
}
.notice_details .notice_content p{
  font-size: 14px;
  color: #555;
  line-height: 26px;
  text-indent: 34px;
  margin: 20px 0;
}


