﻿@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* 最好将 body 元素的边距和填充设置为 0 以覆盖不同的浏览器默认值 */
	padding: 0;
	text-align: center; /* 在 IE 5* 浏览器中，这会将容器居中。文本随后将在 #container 选择器中设置为默认左对齐 */
	color: #000000;
                background-image: url(../images/bk_body.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
a:link {
	font-family: Verdana, "宋体", Arial;
	font-size: 12px;
	color: #000;
	text-decoration: none;
}
a:visited {
	font-family: Verdana, "宋体", Arial;
	font-size: 12px;
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #C00;
	text-decoration: underline;
}
#formcss 
{
	margin: 0px;
	padding: 0px;
	}
form {
	margin: 0px;
	padding: 0px;
}
.thrColFixHdr #container #sidebar_left #site{
	padding: 0px;
	margin: 0px;
	height: 225px;
}
.thrColFixHdr #container #sidebar_left #site select {
	width: 175px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.thrColFixHdr #container { 
	width: 1000px;  /* 使用比最大宽度 (800px) 小 20px 的宽度可显示浏览器界面元素，并避免出现水平滚动条 */
	background: #FFFFFF;
	margin: 0 auto; /* 自动边距（与宽度一起）会将页面居中 */
	text-align: left; /* 这将覆盖 body 元素上的“text-align: center”。 */
} 
.thrColFixHdr #Login_mail {
	font-size: 12px;
	color: #FFF;
	height: 29px;
	width: 1000px;
	background-color: #7e7e7e;
	padding: 0px;
	margin: auto;
	}
.thrColFixHdr #Login_mail a:link{
	color: #FFF;
	text-decoration: none;
	}
.thrColFixHdr #Login_mail a:visited{
	color: #FFF;
	text-decoration: none;
	}
.thrColFixHdr #Login_mail a:hover{
	color: #FFF;
	text-decoration: underline;
	}
.winput{
	font-size: 12px;
	color: #333;
	height: 20px;
	width: 150px;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/Input_bk.gif);
	background-repeat: repeat-x;
	line-height: 20px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
.thrColFixHdr #header {
	background: #7e7e7e;  /* 此填充会将出现在它后面的 div 中的元素左对齐。如果 #header 中使用的是图像（而不是文本），您最好删除填充。 */
	background-image: url(../images/top.jpg);
	height:176px;
	width: 1000px;
	margin: auto;
	padding: 0;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* 将 #header div 中最后一个元素的边距设置为零将避免边距重叠（即 div 之间出现的无法解释的空白）。如果 div 周围有边框，则不必将边距设置为零，因为边框也会避免边距重叠 */
	padding: 10px 0; /* 使用填充而不使用边距将可以使元素远离 div 的边缘 */
}
.thrColFixHdr #sidebar_left {
	float: left; /* 由于此元素是浮动的，因此必须指定宽度 */
	width: 193px;
	padding: 0; /* 填充使 div 的内容与边缘保持一定的距离 */
	border: 1px solid #b1cbda;
	background-color: #e3f2fd;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.thrColFixHdr #sidebar_left h1 {
	font-family: "黑体";
	font-size: 18px;
	font-weight: normal;
	color: #2f4f80;
	text-align: center;
	line-height: 63px;
	background-image:url(../images/bk_left_title.gif);
	background-position: top;
	background-repeat:no-repeat;
	padding: 0px;
	margin: 0px;
}
.thrColFixHdr #xxgk_menu {
	margin-top: -20px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding: 0px;
}
.thrColFixHdr #jigou_nav {
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding: 0px;
}
.thrColFixHdr #xxgk_menu ul{
	margin: 0; /* 就像边距会产生空白一样，此元素上的填充也将产生空白，但不会出现边距重叠问题 */
	font-family: Verdana, "宋体", Arial;
	font-size: 12px;
	color: #000;
	line-height: 25px;
	text-align: center;
	vertical-align: middle;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.thrColFixHdr #xxgk_menu li{
    display: inline;
    list-style-type: none;
}
.thrColFixHdr #sidebar_right {
	float: left; /* 由于此元素是浮动的，因此必须指定宽度 */
	width: 154px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 4px;
	padding: 0px;
	border: 1px solid #d3dae5;
}
.thrColFixHdr #sidebar_right h1 {
	font-family: "黑体";
	font-size: 16px;
	font-weight: normal;
	color: #ce0609;
	text-align: center;
	line-height: 63px;
	background-image:url(../images/bk_sidebar_right_title.gif);
	background-position: top;
	background-repeat:no-repeat;
	padding: 0px;
	margin: 0px;
}
.thrColFixHdr #sidebar_right ul {
	padding: 0px;
	margin-top: -15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.thrColFixHdr #sidebar_right li {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.thrColFixHdr #menu01 {
	background-image: url(../images/bk_menu.gif);
	height: 92px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 201px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
#menu01 a:link {
	font-size: 14px;
	color: #FFF;
}
#menu01 a:visited {
	font-size: 14px;
	color: #FFF;
}
#menu01 a:hover {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}
.thrColFixHdr #menu01 ul {
	margin: 0; /* 就像边距会产生空白一样，此元素上的填充也将产生空白，但不会出现边距重叠问题 */
	font-family: Verdana, "宋体", Arial;
	font-size: 14px;
	color: #FFFFFF;
	letter-spacing: 1px;
	line-height: 18px;
	text-align: center;
	vertical-align: middle;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.thrColFixHdr #menu01 li {
    display: inline;
    list-style-type: none;
}
.thrColFixHdr #menu02 {
	margin: 0px 0px 2px 201px; /* 此 div 元素的左边距和右边距会在页面两侧上创建两个外部栏。无论侧栏 div 中包含多少内容，栏内的空间都将保留。如果您希望在每个侧栏中的内容结束时，用 #mainContent div 的文本填充侧栏内的空白，可以删除此边距。 */
	padding: 0 10px; /* 请记住，填充是 div 方块内部的空间，边距则是 div 方块外部的空间 */
	background-color:#e5e3d4;
} 
#menu02 a:link {
	font-size: 14px;
	color: #000;
}
#menu02 a:visited {
	font-size: 14px;
	color: #000;
}
#menu02 a:hover {
	font-size: 14px;
	font-weight: bold;
	color: #c00;
}
.thrColFixHdr #menu02 ul {
	font-family: Verdana, "宋体", Arial;
	font-size: 14px;
	color: #000;
	vertical-align: middle;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	margin: 0;
}
.thrColFixHdr #menu02 li {
    display: inline;
    list-style-type: none;
}
.thrColFixHdr #column_swdt {
	margin: 0px 0px 2px 201px; /* 此 div 元素的左边距和右边距会在页面两侧上创建两个外部栏。无论侧栏 div 中包含多少内容，栏内的空间都将保留。如果您希望在每个侧栏中的内容结束时，用 #mainContent div 的文本填充侧栏内的空白，可以删除此边距。 */
	padding: 0px; /* 请记住，填充是 div 方块内部的空间，边距则是 div 方块外部的空间 */
	border: 1px solid #c7dce9;
} 
.thrColFixHdr #column_swdt_right {
	float: right; /* 由于此元素是浮动的，因此必须指定宽度 */
	width: 492px; /* 将显示背景色，其宽度等于栏中内容的长度，*/
	margin:-260px 0 0 0;
}
#swdt_list {
	font-family: Verdana, "宋体", Arial;
	font-size: 14px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#swdt_list a:link{
	font-size: 14px;
	line-height: 24px;
	color: #000;
	text-decoration: none;	
}
#swdt_list a:visited{
	font-size: 14px;
	line-height: 24px;
	color: #000;
	text-decoration: none;	
}
#swdt_list a:hover{
	color: #C00;
	text-decoration: underline;
	background-color: #FFFCE6;
	padding: 5px;	
}
.thrColFixHdr #column_swdt_right h1 {
	background-image: url(../images/bk_title_swdt.gif);
	background-repeat: no-repeat;
	font-family: "黑体";
	font-size: 20px;
	font-weight: normal;
	color: #000000;
	background-position: top;
	margin: 0px;
	height: 54px;
	line-height: 40px;
	padding: 0 0 0 30px;
	
}
.thrColFixHdr #mainContent {
	float: left;
	width:638px; /* 此 div 元素的左边距和右边距会在页面两侧上创建两个外部栏。无论侧栏 div 中包含多少内容，栏内的空间都将保留。如果您希望在每个侧栏中的内容结束时，用 #mainContent div 的文本填充侧栏内的空白，可以删除此边距。 */
	padding: 0px; /* 请记住，填充是 div 方块内部的空间，边距则是 div 方块外部的空间 */
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 6px;
} 
.thrColFixHdr #mainContent p {
	margin: 0; /* 将脚注中第一个元素的边距设置为零将避免出现可能的边距重叠（即 div 之间出现的空白）*/
	padding: 10px 0; /* 就像边距会产生空白一样，此元素上的填充也将产生空白，但不会出现边距重叠问题 */
	font-family: Verdana, "宋体", Arial;
	font-size: 14px;
	color: #000;
	line-height: 11px;
}
.thrColFixHdr #footer {
	background-image: url(../images/bk_btm_menu.gif);
	height: 38px;
	margin: auto;
	padding: 0;
	width: 1000px;
} 
.thrColFixHdr #footer a:link{
	font-size: 14px;
	line-height: 22px;
	color: #FFF;
	text-decoration: none;	
} 
.thrColFixHdr #footer a:visited{
	font-size: 14px;
	line-height: 22px;
	color: #FFF;
	text-decoration: none;	
} 
.thrColFixHdr #footer a:hover{
	color: #FFF;
	text-decoration: underline;	
} 
.thrColFixHdr #link {
	height: 146px;
	padding: 0;
	width: 1000px;
	border: 1px solid #d2d7de;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 2px;
	margin-left: auto;
} 
.thrColFixHdr #link img{
	height: 61px;
	width: 116px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
} 
.thrColFixHdr #footer p {
	margin: 0; /* 将脚注中第一个元素的边距设置为零将避免出现可能的边距重叠（即 div 之间出现的空白）*/
	padding: 10px 0; /* 就像边距会产生空白一样，此元素上的填充也将产生空白，但不会出现边距重叠问题 */
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
}
.thrColFixHdr #copyright {
	font-size: 12px;
	line-height: 24px;
	color: #000000;
	background-color: #f1f0e8;
	text-align: center;
	margin: auto;
	padding:0px;
	height:130px;
	width: 1000px;
	vertical-align: middle;
}
.thrColFixHdr #copyright p{
	margin:0px;
	padding:0px;
}
.thrColFixHdr #column_hdpd {
	padding: 0px; /* 请记住，填充是 div 方块内部的空间，边距则是 div 方块外部的空间 */
	height: 88px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 200px;
} 
.column_center {
	float: left; /* 由于此元素是浮动的，因此必须指定宽度 */
	width: 400px;
	padding: 0; /* 填充使 div 的内容与边缘保持一定的距离 */
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.column_center h1 {
	font-family: "黑体";
	font-size: 18px;
	font-weight: normal;
	color: #000000;
	background-image: url(../images/bk_title_center.jpg);
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 34px;
	background-repeat: no-repeat;
	background-position: top;
	line-height: 40px;
	margin: 0px;
}
.column_center ul{
	font-family: Verdana, "宋体", Arial;
	font-size: 12px;
	line-height: 22px;
	list-style-position: inside;
	list-style-type: square;
	padding: 0px;
	margin-top: 18px;
	margin-right: 0px;
	margin-bottom: 18px;
	margin-left: 14px;
}
.column_right {
	float: right; /* 由于此元素是浮动的，因此必须指定宽度 */
	width: 231px;
	padding: 0; /* 填充使 div 的内容与边缘保持一定的距离 */
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-image: url(../images/bk_column_right.gif);
}
.column_right h1 {
	font-family: "黑体";
	font-size: 18px;
	font-weight: normal;
	color: #000000;
	background-image: url(../images/bk_title_hygl.gif);
	background-repeat: no-repeat;
	background-position: 1px top;
	line-height: 50px;
	text-align: center;
	padding: 0px;
	margin: 0px;
}
.column_right h2 {
	font-family: "黑体";
	font-size: 18px;
	font-weight: normal;
	color: #000000;
	background-image: url(../images/bk_title_xzzx.gif);
	background-repeat: no-repeat;
	background-position: 1px top;
	line-height: 50px;
	text-align: center;
	padding: 0px;
	margin: 0px;
}
.column_right ul{
	font-family: Verdana, "宋体", Arial;
	font-size: 12px;
	line-height: 20px;
	padding: 5px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: 30px;
}
.column_right li{
	display: inline;
	background-image: url(../images/arrow_hangye.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.thrColFixHdr #column_btm {
	float: right;
	width:799px; /* 此 div 元素的左边距和右边距会在页面两侧上创建两个外部栏。无论侧栏 div 中包含多少内容，栏内的空间都将保留。如果您希望在每个侧栏中的内容结束时，用 #mainContent div 的文本填充侧栏内的空白，可以删除此边距。 */
	padding: 0px;
	margin: 0px;
} 
.thrColFixHdr #column_btm img {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.thrColFixHdr #column_btm p {
	margin: 0; /* 将脚注中第一个元素的边距设置为零将避免出现可能的边距重叠（即 div 之间出现的空白）*/
	padding: 10px 0; /* 就像边距会产生空白一样，此元素上的填充也将产生空白，但不会出现边距重叠问题 */
	font-family: Verdana, "宋体", Arial;
	font-size: 14px;
	color: #000;
	line-height: 11px;
}
.thrColFixHdr #column_btm_left {
	float: left;
	width: 392px; /* 此 div 元素的左边距和右边距会在页面两侧上创建两个外部栏。无论侧栏 div 中包含多少内容，栏内的空间都将保留。如果您希望在每个侧栏中的内容结束时，用 #mainContent div 的文本填充侧栏内的空白，可以删除此边距。 */
	padding: 0px;
	background-image: url(../images/bk_column_btm.jpg);
	height: 200px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
} 
.thrColFixHdr #column_btm_left h1 {
	margin: 0; /* 就像边距会产生空白一样，此元素上的填充也将产生空白，但不会出现边距重叠问题 */
	font-family: "黑体";
	font-size: 18px;
	color: #000;
	line-height: 22px;
	font-weight: normal;
	background-image: url(../images/bk_title_btm.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-top: 8px;
}
.thrColFixHdr #column_btm_left ul{
	font-family: Verdana, "宋体", Arial;
	font-size: 12px;
	line-height: 20px;
	list-style-position: inside;
	list-style-type: square;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	float: right;
	margin-top: -110px;
	margin-right: 27px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 257px;
}
.thrColFixHdr #column_btm_right {
	float: right;
	width: 392px; /* 此 div 元素的左边距和右边距会在页面两侧上创建两个外部栏。无论侧栏 div 中包含多少内容，栏内的空间都将保留。如果您希望在每个侧栏中的内容结束时，用 #mainContent div 的文本填充侧栏内的空白，可以删除此边距。 */
	padding: 0px;
	background-image: url(../images/bk_column_btm.jpg);
	height: 200px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
} 
.thrColFixHdr #column_btm_right h1 {
	margin: 0; /* 就像边距会产生空白一样，此元素上的填充也将产生空白，但不会出现边距重叠问题 */
	font-family: "黑体";
	font-size: 18px;
	color: #000;
	line-height: 22px;
	font-weight: normal;
	background-image: url(../images/bk_title_btm.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-top: 8px;
}
.thrColFixHdr #column_btm_right ul{
	font-family: Verdana, "宋体", Arial;
	font-size: 12px;
	line-height: 20px;
	list-style-position: inside;
	list-style-type: square;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	float: right;
	margin-top: -110px;
	margin-right: 27px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 257px;
}

.fltrt { /* 此类可用来使页面中的元素向右浮动。浮动元素必须位于页面上要与之相邻的元素之前。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* 此类可用来使页面上的元素向左浮动 */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* 此类应当放在 div 或 break 元素上，而且该元素应当是完全包含浮动的容器关闭之前的最后一个元素 */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.more_02 {
	width: 60px;
	float: right;
	padding-top: 8px;
}
.more_02 a:link{
	font-family: Verdana, "宋体", Arial;
	font-size: 12px;
	color: #c00;
	line-height: 22px;
	font-weight: bold;
	text-decoration: underline;
}
.more_02 a:visited{
	color: #c00;
	line-height: 22px;
	font-weight: bold;
	text-decoration: underline;
}
.more_02 a:hover{
	color: #C00;
	font-weight: normal;
	text-decoration: none;
}
img {
	margin: 1px;
	padding: 0px;
}
#swjj_list {
	font-size: 12px;
	text-align: left;
}
#swjj_list ul {
	padding: 0px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	list-style-type: disc;
}
#swjj_list li {
	display: inline;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#swjj_list hr {
	height: 1px;
	padding: 0px;
	margin: 5px;
	background-color: #CCC;
}
#smqy_list {
	text-align: left;
	margin: 0px;
	padding: 0px;
}
#smqy_list ul {
	text-align: left;
	padding: 0px;
	margin: 0px;
}
#smqy_list li {
	list-style-image: url(../images/arrow_list.gif);
	line-height: 27px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 13px;
}
#display_date {
	padding: 0px;
	margin-top: 152px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 35px;
	font-size: 14px;
	color: #FFF;
	text-align: left;
	}
