@charset "UTF-8";

.notice {
  width: 1180px;
  margin: 0 auto;
  height: 110px;
  padding-top:20px;
  color: #555;
  background-image: url("notice_bg.png") \9;
  background-repeat: repeat \9;
  background: rgba(48, 48, 48, 0.3); 
}
.notice h3 {
    margin: 0;
    font-size: 19px;
    font-weight: normal;
    line-height: 100px;
    float: left;
	color:#FC6;
    padding-left: 100px; 
}
.notice ul {
    margin: 0 0 0 336px;
    padding: 26px 0;
    line-height: 24px;
    font-size: 14px;
    overflow: hidden; 
}
.notice li {
    float: left;
    margin-right: 98px;
    margin-left: 22px; 
}
.footer {
  height: 120px;
  padding-top: 28px;
  font-size: 13px;
  line-height: 26px;
  color: #333;
  text-align: center; 
}
.footer p {
    margin: 0; 
}


