/* 全局样式 */
* {
	font-family: "宋体";
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
body {
	background-color: #000000;
}
/* 头部样式表 */
#header {
	padding-top: 8px;
	padding-bottom: 8px;

}
/* 头部logo */
#header #logo {
	background:url(logo.gif);
	height: 60px;
	width: 200px;
	float: left;
}
/* 头部banner */
#header .banner {
	background-color: #999999;
	height: 60px;
	width: 620px;
	float: left;
}
/* 头部装饰线 */
#header .line {
	background-color: #E96D16;
	height: 7px;
	background-image: url(line.JPG);
	background-repeat: no-repeat;
	background-position: right center;
	font-size: 0px;
	margin-top: 8px;
}
/* 主导航块 */
#menu {
	background-image: url(menuleftbg.gif);
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #C4550A;
	line-height: 22px;
	height: 22px;
	font-size: 9pt;
}
/* 主导航块-首页 */
#menu a.index {
	background-image: url(menulefta.gif);
	height: 22px;
	display: block;
	width: 100px;
	text-decoration: none;
	float: left;
	padding-left: 30px;
	color: #FFFFFF;
}
/* 主导航块-导航 */
#menu #menumain {
	float: left;
	padding-left: 20px;
}
/* 此部分直接copy源网站css 无修改 */
/* 下拉导航 */
#k_menu {margin:0px;margin-left:10px;line-height:22px;list-style-type:none;text-align:left;}/* {king:menu/} 下拉菜单导航*/

#k_menu li {float:left;width:85px;margin-left:0px;text-align:left;}
#k_menu li a {display:block;width:85px;text-align:center;text-decoration:none;color:#FFF;}
#k_menu li a:hover{background:#FF9100;font-weight:bold;}

#k_menu li ul {margin:0px;display:table;line-height:25px;list-style-type:none;left:-9999px;width:85px;position:absolute;}
#k_menu li ul li {clear:both;width:85px;background:#FFE4BF;}
#k_menu li ul li a {width:67px;display:block;text-align:left;padding-left:18px;background:none;overflow:hidden;white-space:nowrap;}

#k_menu li ul li a:link {color:#484848;text-decoration:none;}
#k_menu li ul li a:visited {color:#484848;text-decoration:none;}
#k_menu li ul li a:hover {color:#FFF;text-decoration:none;font-weight:normal;;font-weight:bold;background:#FF9100;}

#k_menu li:hover ul {left:auto;}
#k_menu li.sfhover ul {left:auto;}
/* copy结束 */
/* 主体样式 */
#body {
	background-image: url(mainbg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
/* 主体样式-右侧样式 */
#mainbody {
	width: 672px;
	float: right;
}
/* 主体样式-盒1样式 */
#mb1 {
	background-image: url(mainrightbg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	width: 100%;
}
/* 幻灯区域 */
#mb1 .flash {
	float: left;
	width: 290px;
	background-color: #CCCCCC;
	height: 400px;
	margin-left: 7px!important;	margin-left:3px;
	margin-top: 8px;
}
/* 右侧新闻 */
#mb1 #news {
	float: left;
	width: 375px;
	margin-top: 8px;
}
/* 右侧大标题 */
#mb1 #news .title {
	margin-left: 20px;
	margin-right: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dfdfdf;
}
/* 右侧头部新闻块 */
#mb1 #news .top {
	background-image: url(newsbg.gif);
	background-repeat: repeat-y;
	background-position: right;
	margin-right: 30px;
	margin-left: 20px;
}
/* 右侧头部新闻块-标题*/
#mb1 #news .toptitle {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
#mb1 #news .top dt,#mb1 #news .top dt a {
	font-size: 10.5pt;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	line-height: 240%;
}
#mb1 #news .top a:hover {
	text-decoration: underline;
}
/* 右侧头部新闻块-内容 */
#mb1 #news .top dd {
	font-size: 9pt;
	color: #666666;
	text-indent: 2em;
	line-height: 180%;
	margin-right: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
}
#mb1 #news .top dd a {
	color: #000000;
	text-decoration: none;
}
#mb1 #news .top dd a:hover {
	color: #FF9100;
	text-decoration: underline;
}
/* 右侧头部列表 */
#mb1 #news .list {
	margin-right: 30px;
	margin-left: 40px;
	background-image: url(newsbg.gif);
	background-repeat: repeat-y;
	background-position: right;
	padding-top: 8px;
}
#mb1 #news .list li,#mb1 #news .list li a {
	font-size: 9pt;
	line-height: 100%;
	color: #000000;
	text-decoration: none;
	list-style-image: url(n3li.gif);
	margin-top: 12px;
	margin-bottom: 12px;
}
#mb1 #news .list a:hover {
	color: #FF9100;
}
/* 盒之间修饰 */
#mb1 .line {
	background-color: #EF6D10;
	height: 7px;
	background-image: url(line.JPG);
	background-repeat: no-repeat;
	background-position: right center;
	font-size: 0px;
	margin-right: 13px;
}
/* 主体样式-盒2样式 */
#mb2 {
	background-color: #FFFFFF;
	margin-right: 20px;
}
/* 大标题 */
#mb2 .title {
	background-image: url(point4.gif);
	background-repeat: repeat-x;
	padding-top: 12px;
	padding-bottom: 12px;
	background-position: left 20px;
}
/* 主体部分 */
#mb2 .main {
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #D8D8D8;
	border-left-color: #D8D8D8;
}
/* 头部新闻 */
#mb2 .top {
	float: left;
	width: 49.5%;
	height: 100px;
}
#mb2 .top dt,#mb2 .top dt a {
	font-size: 9pt;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	line-height: 250%;
}
#mb2 .main .top a:hover {
	color: #FF9100;
	text-decoration: underline;
}
#mb2 .top img {
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 8px;
	margin-left: 8px;
}
#mb2 .top dd {
	font-size: 9pt;
	color: #666666;
	line-height: 180%;
	text-indent: 2em;
}
/* 列表 */
#mb2 .list {
	clear: both;
	width: 100%;
	padding-top: 8px;
	padding-bottom: 8px;
}
#mb2 .list li{
	width: 49.5%;
	font-size: 9pt;
	float: left;
	line-height: 160%;
	background-image: url(n3li.gif);
	background-repeat: no-repeat;
	background-position: 10px 6px;
	display: block;
}
#mb2 .list li a {
	color: #000000;
	text-decoration: none;
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 12px;
}
#mb2 .list a:hover {
	color: #FF9100;
}
/* 主体样式-盒3样式 */
#mb3 {
	background-color: #FFFFFF;
	margin-right: 20px;
}
/* 大标题 */
#mb3 .title {
	background-image: url(point4.gif);
	background-repeat: repeat-x;
	padding-top: 12px;
	background-position: left 14px;
}
/* 列表 */
#mb3 .list {
	width: 100%;
}
#mb3 .list li {
	float: left;
	display: block;
	background-color: #c3c3c3;
	text-align: center;
	width: 100px;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 15px;
	padding: 0px 3px 3px 3px;
}
/* 图片样式 */
#mb3 .list img {
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #FFFFFF;
	margin-right: auto;
	margin-left: auto;
}
#mb3 .list a {
	font-size: 9pt;
	color: #000000;
	text-decoration: none;
}
#mb3 .list a:hover {
	color: #FF9100;
}
/* 主体样式-盒4样式 */
#mb4 {
	background-color: #FFFFFF;
	margin-right: 20px;
}
/* 大标题 */
#mb4 .title {
	background-image: url(point4.gif);
	background-repeat: repeat-x;
	padding-top: 12px;
	padding-bottom: 12px;
	background-position: left 18px;
}
/* 主体 */
#mb4 .main {
	width: 435px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #999999;
	float: left;
}
/* 头部新闻 */
#mb4 .top li {
	float: left;
	width: 24.5%;
	text-align: center;
}
/* 拟表格 */
#mb4 #table {
	clear: both;
	width: 100%;
	font-size: 9pt;
	color: #000000;
	padding-top: 8px;
}
#mb4 #table li {
	clear: both;
	line-height: 200%;
}

#mb4 #table .date,
#mb4 #table .art,
#mb4 #table .info {
	float: right;
	display: block;
	margin-left: 4px;
}
#mb4 #table .date {
	width: 40px;
}
#mb4 #table .art {
	width: 70px;
}
#mb4 #table .info {
	width: 30px;
}
#mb4 #table .tit {
	background-image: url(n3li.gif);
	background-repeat: no-repeat;
	background-position: 7px 10px;
	display: block;
	float: left;
}
#mb4 #table .tit a {
	color: #000000;
	text-decoration: none;
	padding-left: 15px;
}
#mb4 #table .tit a:hover {
	color: #FF9100;
	text-decoration: underline;
}
/* 侧边栏 */
#mb4 .sidebar {
	float: left;
	width: 210px;
}
/* 侧边栏标题 */
#mb4 .sidebar .tit {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #E96D16;
	color: #C4550A;
	font-size: 9pt;
	font-weight: bold;
	text-indent: 15px;
	padding-bottom: 2px;
}
/* 侧边栏-项 */
#mb4 .sidebar .list li{
	font-size: 9pt;
	line-height: 200%;
	background-image: url(tli.gif);
	background-repeat: no-repeat;
	display: block;
	background-position: 10px 7px;
}
#mb4 .sidebar .list a {
	color: #E96D16;
	text-decoration: none;
	padding-left: 20px;
}
#mb4 .sidebar .list a:hover {
	text-decoration: underline;
}
/* 主体样式-盒5样式 */
#mb5 {
	margin-right: 20px;
	clear: both;
}
/* 大标题 */
#mb5 .title {
	background-color: #FFFFFF;
	background-image: url(point4.gif);
	background-repeat: repeat-x;
	background-position: left 3px;
	padding-bottom: 12px;
}
/* 主体*/
#mb5 .main {
	margin-left: 10px;
}
/* 列表 */
#mb5 .list {
	display: block;
	width: 630px;
}

#mb5 .list li {
	font-size: 9pt;
	line-height: 200%;
	float: left;
	display: block;
	margin-right: 15px;
	margin-left: 15px;
	white-space: nowrap;
}
#mb5 .main .list a {
	color: #000000;
	text-decoration: none;
}
#mb5 .main .list a:hover {
	text-decoration: underline;
}
/* 主体样式-盒6样式 */
#mb6 {
	background-repeat: repeat-y;
	background-position: left top;
	margin-left: 30px;
}
/* 幻灯区域 */
#mb6 .flash {
	float: left;
	width: 290px;
	background-color: #CCCCCC;
	height: 240px;
	margin-left: 7px!important;	margin-left:3px;
	margin-top: 8px;
}
/* 侧边栏 */
#mb6 #news {
	float: left;
	width: 345px;
	margin-top: 8px;
}
/* 侧边栏-盒 */
#mb6 #news .top {
	background-image: url(newsbg.gif);
	background-repeat: repeat-y;
	background-position: right;
	margin-right: 30px;
	margin-left: 20px;
}
/* 侧边栏标题1 */
#mb6 #news .toptitle {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
/* 侧边栏标题2 */
#mb6 #news .title {
	margin-left: 20px;
	margin-right: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dfdfdf;
}
#mb6 #news .top dt,#mb6 #news .top dt a {
	font-size: 10.5pt;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	line-height: 240%;
}
#mb6 #news .top a:hover {
	text-decoration: underline;
}
/* 内容 */
#mb6 #news .top dd {
	font-size: 9pt;
	color: #666666;
	text-indent: 2em;
	line-height: 180%;
	margin-right: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
}
#mb6 #news .top dd a {
	color: #000000;
	text-decoration: none;
}
#mb6 #news .top dd a:hover {
	text-decoration: underline;
}
/* 主体样式-盒7样式 */
#mb7 {
	margin-right: 20px;
}
/* 标题栏背景样式 */
#mb7 .title {
	background-color: #FFFFFF;
	background-image: url(point4.gif);
	background-repeat: repeat-x;
	background-position: left 19px;
	padding-bottom: 12px;
	margin-left: 30px;
	padding-top: 12px;
	clear: both;
}
/* 标题栏背景图 */
#mb7 .title h2 {
	background-image: url(title.gif);
	background-repeat: no-repeat;
	font-size: 12pt;
	padding-left: 20px;
	line-height: 20px;
}
/* 主体 */
#mb7 .main {
	float: left;
	width: 380px;
}
/* 主体盒 */
#mb7 .top {
	font-size: 9pt;
	background-color: #dfdfdf;
	margin-left: 30px;
	clear: both;
	height: 100px;
	padding-top: 6px;
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 6px;
}
/* 盒标题 */
#mb7 .top dt {
	line-height: 250%;
	background-image: url(tli.gif);
	background-repeat: no-repeat;
	display: block;
}
#mb7 .tit_1 {
	background-position: 0px 10px;
}
#mb7 .tit_2 {
	background-position: 100px 10px;
}
#mb7 .top dt a	{
	font-weight: bold;
	color: #c4550a;
	text-decoration: none;
	padding-left: 5px;
}
#mb7 .top dt a:hover {
	color: #FF9100;
	text-decoration: underline;
}
/* 盒内容 */
#mb7 .top dd {
	line-height: 180%;
	color: #666666;
	text-indent: 2em;
}
/* 盒图片 */
#mb7 .imgleft {
	float: left;
	border: 1px solid #FFFFFF;
	margin-right: 8px;
}
#mb7 .imgright {
	float: right;
	border: 1px solid #FFFFFF;
	margin-left: 8px;
}
/* 侧边栏列表 */
#mb7 .list {
	float: left;
	padding: 8 0 0 0;
}
#mb7 .list li {
	font-size: 9pt;
	line-height: 210%;
	background-image: url(n3li.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	text-indent: 20px;
}
#mb7 .list a {
	color: #000000;
	text-decoration: none;
}
#mb7 .list a:hover {
	color: #FF9100;
	text-decoration: underline;
}
/* 广告 */
#mb7 .ad {
	background-color: #e5e5e5;
	border: 1px solid #c3c3c3;
	margin-left: 30px;
	margin-bottom: 15px;
	margin-right: 5px;
}
/* 导航条*/
#body #mainbody #guide {
	margin: 8px 0 0 30px;
}
/* 分页标签 */
#body #mainbody .k_pagelist {
	margin: 0 0 0 30px;
}
/* 浏览页面主体 */
#body #mainbody #list {
	margin: 0 0 0 30px;
	clear:both;
	display:table;
	width:615px;
	text-align:left;
	background:url(pointul.gif) repeat-x bottom;
	font-size: 9pt;
}
/* 以下部分标签属性copy源css */
#body #mainbody #list ul {list-style-type:none;display:table;padding:0px;margin:5px 0px;}
#body #mainbody #list ul li {
	display:table;
	width:615px;
	word-wrap:break-word;
}
#body #mainbody #list ul li a {
	color:#C4550A;
	font-weight:bold;
	line-height:30px;
	text-decoration: none;
}
#body #mainbody #list a:hover {
	text-decoration: underline;
	color: #FF9100;
}

#body #mainbody #list ul li i {
	color:#008000;
	font-size:10px;
	font-style:normal;
	line-height:22px;
	font-family: Arial, Helvetica, sans-serif;
}
/* 浏览页面主体 */
#body #mainbody #view {
	margin: 0 30px;clear:both;display:table;text-align:left;white-space:normal;font-size:14px;overflow: hidden;
}
#body #mainbody #view .title {
	font-size:18px;
	line-height:60px;
	margin:0px;
	text-align: center;
}
#body #mainbody #view p {
	font-size:10.5pt;
	line-height:150%;
	margin:0 0 12px 0;
	text-indent: 2em;
}
#body #mainbody #view img {width:auto; max-width:550px;}
#body #mainbody #viewinfo {
	margin-right: 25px;
	margin-left: 30px;
	background-color: #e5e5e5;
	border: 1px solid #c3c3c3;
	font-size: 9pt;
	line-height: 180%;
	padding: 3px;
}
#body #mainbody #viewinfo .ad {
	float: right;
	width: 50%;
}


/* 部分属性copy结束 */
/* 主侧边栏*/
#sidebar {
	width: 138px;
	float: left;
}
/* 主侧边栏导航 */
#sidebar #submenu {
	background-color: #C65508;
	background-image: url(l2line.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 40px;
}
#sidebar #submenu a {
	background-image: url(submenu.gif);
	background-repeat: no-repeat;
	display: block;
	height: 25px;
	line-height: 25px;
	font-size: 9pt;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 30px;
	background-color: #E96D16;
}
#sidebar #submenu a:hover {
	background-color: #FF9100;
}
/* 主侧边栏广告 */
#sidebar .ad {
	margin-top: 15px;
}
#sidebar .ad li {
	text-align: center;
	margin-bottom: 12px;
}
#sidebar .ad img {
	border: 1px solid #f2a975;
}
#sidebar .addad a {
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
/* 底部信息 */
#footer {
}
/* 底部修饰线 */
#footer .line {
	background-image: url(botlbg.gif);
	background-repeat: repeat-x;
	background-position: 0 10px;
	height: 30px;
}
#footer .right {
	float: right;
}
/* 底部导航 copy源css 无修改 */
#k_bottommenu {
	display:table;
	clear:both;
	height:30px;
	line-height:30px;
	background:#E5E5E5;
	width:820px;
	text-align:center;
	border-top:3px solid #555;
	font-size: 9pt;
}
#k_bottommenu a:link , #k_bottommenu a:visited , #k_bottommenu a:active , #k_bottommenu strong {display:inline;margin:5px;color:#000;text-decoration:none;}
#k_bottommenu a:hover {color:#7BB728;text-decoration:underline;}
/* copy 结束 */
/* 版权信息 */
#footer #copyright {
	background-image: url(botbg.gif);
	padding-top: 15px;
	padding-bottom: 15px;
	line-height: 200%;
	text-align: center;
	font-size: 9pt;
	color: #c2c2c2;
}
/* 导航 */
#guide {
	display:block;
	text-align:left;
	width:600px;
	background:url(guide.gif) no-repeat 0px 4px;
	padding-left:16px;
	line-height:24px;
	font-size: 9pt;
}
#guide * {margin:3px;color:#000;text-decoration:none;}
/* 类 */
/* 全局框架样式 */
.body_width {
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
/* 清除浮动 */
.kong {
	clear: both;
}
/* 分页标签 */
.k_pagelist {
	width:617px;
	display:table;
	text-align:center;
	clear:both;
	line-height:30px;
	background:url(pagelistbg.gif) repeat-x;
	line-height:30px;
	font-size: 9pt;
}/* {king:pagelist/} 分页列表 构成:div a|strong|span */
.k_pagelist * {padding:0px 3px;margin-right: 3px;}
.k_pagelist a {
	color:#000;
	text-decoration: none;
}
.k_pagelist a:hover {
	color: #FF9100;
	text-decoration: underline;
}

.k_pagelist strong {color:#C4550A;}
.k_pagelist span {color:#000;text-decoration:underline;}
