* {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
#body {
  min-height: 250px;
  background-color: #FFF;
  padding: 25px;
  padding-right: 15px;
  color: #585959;
  position: relative;
  -webkit-box-shadow: 1px 0 13px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 0 13px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 0 13px rgba(0, 0, 0, 0.2);
}
#body .hot {
  float: right;
  width: 287px;
}
#body .hot h3 {
  background: url(/res/img/new-theme/news/hot-news.png) 15px center #eeeeee no-repeat;
}
#body .hot ol {
  margin: 30px;
}
#body .hot ol li {
  margin-bottom: 15px;
}
#body .hot ol li a {
  color: #585959;
}
#body:after {
  content: '.';
  height: 1px;
  visibility: hidden;
  display: block;
  clear: both;
}
#body div.mask{
	display:block;
}
#header {
  position: relative;
}
#header span {
  background: #2EA7E0 center center no-repeat;
  display: block;
  height: 30px;
  margin: 10px 0;
  -webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.17);
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.17);
}
#header span.title {
  width: 58px;
  background-image: url(/res/img/new-theme/news/title.png);
}
#header span.sub-title {
  width: 112px;
  background-image: url(/res/img/new-theme/news/sub-title.png);
}
#header .links {
  position: absolute;
  right: 15px;
  bottom: 0;
}
#header .links a {
  font-size: 14px;
  color: white;
  margin-left: 15px;
}
#body div.mask{
	display:block;
}