@charset "utf-8";
/* 本系统采用CSS HACK （!important是针对IE 7及以上系统） */

@import url("/template/css/head.css");
@import url("/template/css/foot.css");

html,body {
	margin:0px;
	background-image:url(/template/images/body_bg.gif) !important;
	background-image:none;
	background-color:#000;
}

#group {
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	height:auto;
	background-color:#FFF;
}

#nav {
	float:left;
	padding-left:10px;
	padding-right:10px;
	padding-top:4px;
	width:980px;
	height:16px;
	line-height:16px;
	font-family:"宋体";
	font-size:12px;
	color:#030;
}

  #nav a {
	  font-family:"宋体";
	  font-size:12px;
	  color:#030;
	  font-weight:normal;
	  text-decoration:none;
  }
  
  #nav a:hover {
	  font-family:"宋体";
	  font-size:12px;
	  color:#F60;
	  font-weight:bold;
	  text-decoration:underline;
  }

.clear {
	clear:both;
}

.advertisement {
	margin-bottom:10px;
	clear:both;
	float:left;
	width:100%;
	height:auto;
	text-align:center;
	white-space:nowrap;
}

  .advertisement img {
	  border:0px;
  }
  
  .advertisement a {
	  border:0px;
  }
  
  .advertisement a:hover {
	  border:0px;
  }
  
.roll {
	float:left;
	padding:10px;
	width:702px;
	height:auto;
	border:1px solid #C5C5C5;
}

  .roll_title {
	  float:left;
	  width:702px;
	  height:20px;
	  font-family:"宋体";
	  font-size:14px;
	  font-weight:bold;
	  color:#890404;
	  line-height:20px;
  }
  
  .roll_content {
	  float:left;
	  margin-top:5px;
	  width:702px;
	  height:auto;
	  white-space:nowrap;
	  overflow:hidden;
  }
    
	.roll_content marquee {
		width:100%;
		height:auto;
	}
  
      .roll_content img {
		  margin-right:10px;
		  border:1px solid #C5C5C5;
		  width:auto;
		  height:116px;
		  vertical-align:top;
	  }