/* ---注意:本样式表仅放置通用样式--- */
/* ---边界为0--- */
* {  margin: 0;  padding: 0;}
/* ---html、body100%--- */
html, body {  }
/* ---默认字体9pt--- */
div, table {font-size: 9pt;}
/* ---div居中、div背景--- */
body {
	font: 9pt;
	text-align: center;
	background-image: url(/images/back.gif);
}
/* ---默认单元格字体及行高--- */
td {
	line-height: 150%;
	color: #4b4b4b;
}

/* ---标准链接样式--- */
a{font-size: 9pt;text-decoration: none;color:#4b4b4b;}
a:hover {font-size: 9pt;text-decoration: underline;color: #FF0000;}
/* ---导航链接样式--- */
a.wlink{font-size: 14px;text-decoration: none;color:#4b4b4b;font-weight: normal;}
a.wlink:hover {font-size: 14px;text-decoration: underline;color: #FF0000;}
/* ---次导航链接样式--- */
a.llink{font-size: 9pt;text-decoration: none;color:#0d4db4;font-weight: normal;}
a.llink:hover {font-size: 9pt;text-decoration: underline;color: #FF0000;font-weight: normal;}
/* ---查询input框宽--- */
.SearchTitleInput {	width: ;}
/* ---信息正文--- */
.content {
	font-size: 10.5pt;
	line-height: 1.5em;
	color: #333333;
}
/* ---最大的div容器--- */
#container-page {
  margin: 0 auto;
  width: 1002px;
  text-align: left;
}
/* ---中部div，要制定高度--- */
#container-content {
}
/* ---头--- */
#head {
}
/* ---头部背景设置--- */
.headdi {
	background-image: url(/images/headdi.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

/* ---导航栏--- */
#nav {
	background-image: url(/images/bar_bg.gif);
	height: 35px;
}
/* ---版权栏--- */
#foot {
	clear: both;
	background-image: url(/images/main_34.jpg);
	height: 75px;
	padding-top: 15px;
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
	padding-right: 30px;
	padding-left: 30px;

}
/* ---蓝色字体--- */
.lanzi {
	color: #0d4db4;
}
/* ---白色字体--- */
.baizi {
	color: #FFFFFF;
}
/* ---列表页左侧设置--- */
.listleft {
	background-image: url(/images/list_05.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 252px;
	background-color: #F6F6F6;
}
.bt {	font-size: 14px;
	font-weight: bold;
	color: #333333;
	letter-spacing: 0.25em;
}
.bt2 {
	font-size: 13px;
	color: #333333;
	letter-spacing: 0.2em;
}
