/* ---html、body100%--- */
html, body {
}
/* ---默认字体9pt--- */
div, table {
	font-size: 9pt;
}
/* ---div居中、div背景--- */
body {
	text-align: center;
	background-color: #dedede;
	background-image:url(..//bj.gif);
	font-size: 9pt;
	color: #636363;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
table {
	font-size: 9pt;
}
/* ---标准链接样式--- */
a:link {
	font-size: 10pt;
	text-decoration: none;
	color:#636363;
	line-height: 1.5em;
	text-align: justify;
}
a:visited {
	font-size: 10pt;
	text-decoration: none;
	color:#636363;
	line-height: 1.5em;
	text-align: justify;
}
a:hover {
	font-size: 10pt;
	text-decoration: underline;
	color: #FF0000;
	line-height: 1.5em;
	text-align: justify;
}
a:active {
	font-size: 10pt;
	text-decoration: none;
	color:#636363;
	line-height: 1.5em;
	text-align: justify;
}
/* ---白色字链接样式--- */
.wlink:link {
	FONT-SIZE:14px;
	COLOR:#FFFFFF;
	line-height: 30px;
	font-weight:bold;
	TEXT-DECORATION:none;
}
.wlink:visited {
	FONT-SIZE:14px;
	COLOR:#FFFFFF;
	line-height: 30px;
	font-weight:bold;
	TEXT-DECORATION:none;
}
.wlink:hover {
	FONT-SIZE:14px;
	COLOR:#FFFFFF;
	line-height: 30px;
	font-weight:bold;
	TEXT-DECORATION:none;
}
.wlink:active {
	FONT-SIZE:14px;
	color:#ffff00;
	line-height: 30px;
	font-weight:bold;
	TEXT-DECORATION:underline;
}
/* ---蓝色字链接样式--- */
.blink:link {
	font-size: 9pt;
	text-decoration: none;
	color:#04274f;
}
.blink:visited {
	font-size: 9pt;
	text-decoration: none;
	color:#04274f;
}
.blink:hover {
	font-size: 9pt;
	text-decoration: underline;
	color:#A52D2E;
}
.blink:active {
	font-size: 9pt;
	text-decoration: none;
	color:#04274f;
}
/* ---蓝色字链接样式--- */
.dlink:link {
	font-size: 10pt;
	text-decoration: none;
	color:#49536d;
	font-weight: bold;
}
.dlink:visited {
	font-size: 10pt;
	text-decoration: none;
	color:#49536d;
	font-weight: bold;
}
.dlink:hover {
	font-size: 10pt;
	text-decoration: underline;
	color:#A52D2E;
	font-weight: bold;
}
.dlink:active {
	font-size: 10pt;
	text-decoration: none;
	color:#49536d;
	font-weight: bold;
}
/* ---浅蓝色字链接样式--- */
.clink:link {
	font-size: 9pt;
	text-decoration: none;
	color:#444341;
	line-height: 1.5em;
}
.clink:visited {
	font-size: 9pt;
	text-decoration: none;
	color:#444341;
	line-height: 1.5em;
}
.clink:hover {
	font-size: 9pt;
	text-decoration: underline;
	color:#A52D2E;
	line-height: 1.5em;
}
.clink:active {
	font-size: 9pt;
	text-decoration: none;
	color:#444341;
	line-height: 1.5em;
}
/* ---其他字链接样式--- */
.zlink:link {
	font-size: 10.5pt;
	text-decoration: none;
	color:#333333;
}
.zlink:visited {
	font-size: 10.5pt;
	text-decoration: none;
	color:#333333;
}
.zlink:hover {
	font-size: 10.5pt;
	text-decoration: underline;
	color: #A52D2E;
}
.zlink:active {
	font-size: 10.5pt;
	text-decoration: none;
	color:#333333;
}
.llink:link {
	font-size: 10pt;
	text-decoration: none;
	color:#007906;
	font-weight: bold;
}
.llink:hover {
	font-size: 10pt;
	text-decoration: none;
	color: #FF0000;
	font-weight: bold;
}
.llink:visited {
	font-size: 10pt;
	text-decoration: none;
	color:#007906;
	font-weight: bold;
}
.llink:active {
	font-size: 10pt;
	text-decoration: none;
	color:#007906;
	font-weight: bold;
}
/* ---查询input框宽--- */
.SearchTitleInput {
	width: 160px;
}
/* ---信息正文--- */
.content {
	font-size: 10.5pt;
	line-height: 1.5em;
}
#infocontent div {
	font-size: 10.5pt;
	line-height: 1.5em;
}
/* ---最大的div容器--- */
#container_page {
	width: 1002px;
	text-align: left;
	min-height: 100%; /* For IE */
	margin:0px auto;
	background-color: #ffffff;
}
/* ---中部div，要制定高度--- */
#container_content {
	width: 1002px;
	padding: 0px;
}
/* ---头--- */
#headnav {
	padding-right: 0px;
	padding-left: 0px;
	width: 1002px;
}
/* ---导航栏--- */
#nav {
	width: 1002px;
}
#page {
	width: 1002px;
	clear: both;
}
/* ---左侧放子栏目div--- */
#listleft {
	float: left;
	width: 25%;
	background-color: #eeeeee;
}
/* ---右侧放主要信息div--- */
#listright {
	background-color: #FFFFFF;
	float: right;
	width: 70%;
}
/* ---当前位置--- */
#position {
	padding: 3px;
}
.listtitfont {
	font-size: 12pt;
	font-weight: normal;
}
/* ---列表标题--- */
#listtit {
	font-size: 12pt;
	font-weight: normal;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 5px;
}
/* ---列表正文--- */
#newslist {
	width: 100%;
}
#newslist ul{
    width:100%;
    margin-top:10px;
    list-style:none;
}
#newslist ul li
{
    width:98%;
    height:30px;
    margin:0px auto;
    border-bottom:1px #ddd dashed;
}
#newslist .ico{
    float:left; width:16px; height:30px; margin-left:10px;    
}
#newslist .title{
    float:left; height:30px; line-height:30px;
}
#newslist .page
{
    height:40px;
    line-height:40px;
    text-align:center;    
}
/* ---版权栏--- */
#foot {
	clear: both;
	background-repeat: repeat-x;
	color: #FFFFFF;
}
.kuang {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #d5d5d5;
}
.baizi {
	color: #FFFFFF;
	font-size: 10pt;
}
.hezi {
	color: #000000;
	font-size: 10pt;
}
.nanzi {
	color: #04274f;
}
.huizi {
	color: #ADAF9A;
	clear: both;
}
.biaoti {
	color: #68696a;
	font-family: "宋体";
	font-size: 9pt;
	font-weight: bolder;
}
.biaoti1 {
	color:#006600;
	font-family: "黑体";
	font-size: 15px;
	width:100px;
	height:28px;
	line-height:28px;
	text-align:left;
}
.biaoti_2 {
	color:#fff;
	font-family: "黑体";
	font-size: 15px;
	height:47px;
	line-height:28px;
	text-align:center;
	width:220px;
	font-weight: bold;
}
.biaoti_1 {
	color:#FFFFFF;
	font-family: "黑体";
	font-size: 15px;
	width:100px;
	height:28px;
	line-height:28px;
	text-align:left;
	padding-left:35px;
}
.biaoti5 {
	color: #49536d;
	font-family: "宋体";
	font-size: 13px;
	font-weight: bold;
	clear: both;
}
.biaoti2 {
	color: #3c52cf;
	font-family: "宋体";
	font-size: 14px;
	font-weight: bold;
	clear: both;
	filter: DropShadow(Color=#e0e0e0, OffX=1, OffY=1, Positive=true);
}
.biaoti3 {
	color: #006800;
	font-family: "宋体";
	font-size: 20px;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 1.5em;
	text-align: center;
	font-weight: bold;
}
.biaoti4 {
	color: #7ea1ce;
	font-weight: bolder;
	clear: both;
	font-family: "华文行楷";
	font-size: 24pt;
}
.mainleftbg1 {
	background-image: url(..//mainleft1_2.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.mainleftbg2 {
	background-image: url(..//mainleft1.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.mainrightbg1 {
	background-image: url(..//mainright1_4.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.mainrightbg2 {
	background-image: url(..//mainright5_4.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.listleftbg1 {
	background-image: url(..//listleftbg.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.listleftbg2 {
	background-image: url(..//listleft3.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.listrightbg1 {
	background-image: url(..//listright1_1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	clear: both;
}
.toolsInput {
	width: 100px;
}
.xian {
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}
.foothang {
	line-height: 1.5em;
}
.STYLE1 {
	color: #A42E2E;
	font-size: 9pt;
}
.rt0 {
	font-size: 10.5pt;
	font-weight: bold;
	color: #FFFFFF;
	filter: DropShadow(Color=#85aac4, OffX=1, OffY=1, Positive=true);
}
.input {
	height: 20px;
	width: 115px;
	border: 1px solid #a1a1a1;
}
A.mulanA:link {
	FONT-SIZE:13px;
	COLOR:#FFFFFF;
	line-height: 30px;
	font-weight:bold;
	TEXT-DECORATION:none
}
A.mulanA:visited {
	FONT-SIZE:13px;
	COLOR:#FFFFFF;
	line-height: 30px;
	font-weight:bold;
	TEXT-DECORATION:none
}
A.mulanA:active {
	FONT-SIZE:13px;
	COLOR:#FFFFFF;
	line-height: 30px;
	font-weight:bold;
	TEXT-DECORATION:none
}
A.mulanA:hover {
	FONT-SIZE:13px;
	color:#ffff00;
	line-height: 30px;
	font-weight:bold;
	TEXT-DECORATION:underline
}
/*menu sytle*/
.p1c838:link {
	FONT-SIZE:16px;
	COLOR:#FFFFFF;
	line-height: 30px;
	font-weight:bold;
	TEXT-DECORATION:none
}
.p1c838:visited {
	FONT-SIZE:16px;
	COLOR:#FFFFFF;
	line-height: 30px;
	font-weight:bold;
	TEXT-DECORATION:none
}
.p1c838:active {
	FONT-SIZE:16px;
	COLOR:#FFFFFF;
	line-height: 30px;
	font-weight:bold;
	TEXT-DECORATION:none
}
.p1c838:hover {
	FONT-SIZE:16px;
	color:#ffff00;
	line-height: 30px;
	font-weight:bold;
	TEXT-DECORATION:underline
}
/*end*/
.muxian {
	border:1px solid #A9E470;
	padding-left:5px;
}
.muxian_1 {
	border-top:0px solid #A9E470;
}
.muxian_2 {
	border:1px solid #A9E470;
}
A.mulanB:link {
	FONT-SIZE:12px;
	COLOR:#FFFFFF;
	line-height: 30px;
	TEXT-DECORATION:none
}
A.mulanB:visited {
	FONT-SIZE:12px;
	COLOR:#FFFFFF;
	line-height: 30px;
	TEXT-DECORATION:none
}
A.mulanB:active {
	FONT-SIZE:12px;
	COLOR:#FFFFFF;
	line-height: 30px;
	TEXT-DECORATION:none
}
A.mulanB:hover {
	FONT-SIZE:12px;
	color:#ffff00;
	line-height: 30px;
	TEXT-DECORATION:underline
}
A.mulanC:link {
	FONT-SIZE:12px;
	COLOR:#333333;
	line-height: 22px;
	TEXT-DECORATION:none
}
A.mulanC:visited {
	FONT-SIZE:12px;
	COLOR:#333333;
	line-height: 22px;
	TEXT-DECORATION:none
}
A.mulanC:active {
	FONT-SIZE:12px;
	COLOR:#333333;
	line-height: 22px;
	TEXT-DECORATION:none
}
A.mulanC:hover {
	FONT-SIZE:12px;
	color:#ff0000;
	line-height: 22px;
	TEXT-DECORATION:underline
}
.lanmu {
	color: #006800;
	font-family: "宋体";
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
}
A.lanmu:link {
	FONT-SIZE:14px;
	COLOR:#006800;
	line-height: 24px;
	font-weight:bold;
	TEXT-DECORATION:none
}
A.lanmu:visited {
	FONT-SIZE:14px;
	COLOR:#006800;
	line-height: 24px;
	font-weight:bold;
	TEXT-DECORATION:none
}
A.lanmu:active {
	FONT-SIZE:14px;
	COLOR:#006800;
	line-height: 24px;
	font-weight:bold;
	TEXT-DECORATION:none
}
A.lanmu:hover {
	FONT-SIZE:14px;
	color:#ff0000;
	line-height: 24px;
	font-weight:bold;
	TEXT-DECORATION:underline
}