/* CSS Document */
/* 总体布局*/
BODY {
	  PADDING: 0;
	  margin:0px;
	  width:1002px;
      margin-left:auto;
	  margin-right:auto;
	  font-family:"宋体";
      font-size:12px;
	  line-height: 18px;
	  color:#705020;
	  text-align:center;
}

.clear{
	clear:both;
}
li{ list-style:none;}
ul{ list-style:none;}
h3{ display:inline;}
img{ border-width:0px;}
a:link{ color:#705020; text-decoration:none; }
a:visited{ color:#705020; text-decoration:none;}
a:hover{ color:#705020; text-decoration:underline;}
a:active{ color:#705020; text-decoration:none;}
.R{float:right}
.L{float:left}
.padtop{ padding-top:5px;}
/*头部内容样式*/

#top{ width:1002px;}
.logo{ width:242px}
.dh{ width:760PX;}
/* 原菜单css
.dhText{background:url(../images/navbg.gif) repeat;height:40PX; color:#F3F04D;width:760px;}
.dhText ul{ margin:0; padding-left:13px;}
.dhText li{ float:left;padding-top:11px; width:78px;text-align:center;}
.dhText a:link{ color:#F3F04D; text-decoration:none; }
.dhText a:visited{ color:#F3F04D; text-decoration:none;}
.dhText a:hover{ color:#F3F04D; text-decoration:underline;}
.dhText a:active{ color:#F3F04D; text-decoration:none;}*/
.nav{}
.flash{}

.dhText {
font-size:14px;
font-family:"新宋体", "MS Serif";
      float:left;
      width:100%;
      background:#FCF1F6;
      line-height:normal;
      border-bottom:1px solid #E276A7;
      }
.dhText ul {
  margin:0;
  padding:10px 10px 0px 50px;
  list-style:none;
  }
.dhText li {
  display:inline;
  width:78px;
  margin:0;
  padding:0;
  }
.dhText a {
  float:left;
  background:url(../images/tableft8.gif) no-repeat left top;
  margin:0;
  padding:0 0 0 4px;
  text-decoration:none;
  }
.dhText a span {
  float:left;
  display:block;
  background:url(../images/tabright8.gif) no-repeat right top;
  padding:5px 15px 4px 6px;
  color:#333;
  }
/* Commented Backslash Hack hides rule from IE5-Mac \*/
.dhText a span {float:none;}
/* End IE5-Mac hack */
.dhText a:hover span {
  color:#591333;
  }
.dhText a:hover {
  background-position:0% -42px;
  }
.dhText a:hover span {
  background-position:100% -42px;
  }

.dhText #current a {
  background-position:0% -42px;
  }
.dhText #current a span {
  background-position:100% -42px;
}

/*中间内容样式*/
.title{padding-left:10px; text-align:left;}
.line{height:5px; background: url(../images/x1.gif) repeat-x; margin:0 5px;}

#center{ width:1002px;}
.centerL{ width:216px;}
.centerL .leftbox{ width:216px; border:#BB9E79 1px solid; background:#F0EEDA;}
.leftbox .contentL{ padding:0 5px; width:206px;}
.leftbox .contentL ul{margin:0; padding-left:25px;}
.leftbox .contentL li{ padding:4px 0 6px 0; }




.centerR{ width:776px; border:#BB9E79 1px solid;background:#F0EEDA;}
.CSMRR{ width:720px; border:#BB9E79 1px solid;background:#F0EEDA;}
#CSMR{width:965px;}
.textP{}
.textP li{ background:url(../line.gif) repeat-x bottom; padding-top:5px;}
/*尾部内容样式*/
#bottom{ width:1002px;}
.bigtext {
	font-size: 16pt;
	font-weight: bold;
	color: #DF2B1D;
}