/* ---注意:本样式表仅放置通用样式--- */
/* ---边界为0--- */
* {  margin: 0;  padding: 0;}
/* ---html、body100%--- */
html, body {  }
/* ---默认字体9pt--- */
div, table {font-size: 9pt;}
/* ---div居中、div背景--- */
body {
	font: 9pt;
	text-align: center;
	background-color: #eeeeee;
}
/* ---默认单元格字体及行高--- */
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:#1370B5;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: 950px;
	text-align: left;
	background-color: #FFFFFF;
}
/* ---中部div，要制定高度--- */
#container-content {
}
/* ---头--- */
#head{
	background-image: url(images/logo02.gif);
	height: 268px;
	
	background-repeat: no-repeat;
	width: 950px;
}
/* ---头部背景设置--- */


/* ---导航栏--- */
#nav {
	background-image: url(images/main_02.jpg);
	height: 35px;
	padding-top: 8px;
}
.bt {
	font-family: "华文新魏";
	font-size: 22px;
	color: #FFFFFF;
	font-weight: bold;
}

/* ---版权栏--- */
#foot {
	clear: both;
	background-image: url(images/main_30.jpg);
	height: 92px;
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;

}
/* ---蓝色字体--- */
.lanzi {
	color: #181818;
	font-size: 14px;
	font-weight: bold;
}
/* ---白色字体--- */
.baizi {
	color: #FFFFFF;
}
/* ---列表页左侧设置--- */
.listleft {
	background-image: url(images/list_05.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 252px;
	background-color: #F6F6F6;
}
.wp_nav .sub-nav .nav-item a {
    font-family: "Microsoft Yahei";
    font-size: 13px;
    font-weight: normal;
    color: #000;
    text-align: left;
    border-top: 1px solid #D8E1CC;
    min-width: 80px;
    padding: 1px;
    border-style: solid;
    border-width: 1px;
    background-color: #eae8a6;
    border-color: #d6cf77;
    margin: 1px;
    word-break: keep-all;
}
.wp_nav .sub-nav .nav-item a span.item-name {
    padding: 0px !important;
    line-height: 22px;
}
.wp_nav .sub-nav {
    
    height: auto !important;
    width: auto !important;
}





























