/* 网站链接总的css定义:可定义内容为链接字体颜色、样式等 */
a{text-decoration: none;} /* 链接无下划线,有为underline */ 
a:link {color: #000000;} /* 未访问的链接 */
a:visited {color: #333333;} /* ztit"已访问的链接 */
a:hover{color: #ae0927;} /* 鼠标在链接上 */ 
a:active {color: #ff0000;} /* 点击激活链接 */
/* 顶部频道文字链接的css定义－－将顶部频道文字链接与网站链接总的css定义分开，以后可以制作深底浅字的格式，如果要保持原来的设计样式，将此定义内容删除或定义成与网站链接总的css相同即可。调用代码为<a class='channel' ***>***</a> */
a.channel:link {color: #ffffff;}
a.channel:visited {color: #ffffff;}
a.channel:hover{color: #ffff00;}
a.channel:active {color: #ffffff;}
/* 顶部当前频道文字链接的css定义－－调用代码为<a class='channel2' ***>***</a> */
a.channel2:link {color: #ffff00;}
a.channel2:visited {color: #ffff00;}
a.channel2:hover{color: #ff6600;}
a.channel2:active {color: #ffff00;}
/* 底部版权信息文字链接的css定义－－与顶部频道文字链接定义的想法相同。可设置与顶部频道文字链接定义不同的文字颜色，网页内定义以预留。调用代码为<a class='bottom' ***>***</a> */
a.bottom:link {color: #ffffff;}
a.bottom:visited {color: #ffffff;}
a.bottom:hover{color: #ffff00;}
a.bottom:active {color: #ffffff;}
/* 文章栏目标题文字链接的css定义－－可设置与顶部频道文字链接定义不同的文字颜色，网页内定义以预留。要相同可不设置。调用代码为<a class='class' ***>***</a> */
a.class:link {color: #ffffff;}
a.class:visited {color: #ffffff;}
a.class:hover{color: #ff0000;}
a.class:active {color: #ffffff;}
/* body的css定义:对应css中“body”，可定义内容为网页字体颜色、背景、浏览器边框等 */
body
{
margin:0px;
text-align:center;
font-size:9pt;background: #FFE2EC;
background:url(../images/top_bj.jpg);
}
#ym{ text-align:left;width:987px; MARGIN:0px auto;background:#FFFFFF;}

　/* --文章显示页的css定义开始-- */

.main_articletitle /* 主标题文字颜色定义 */
{
color: #ff0000;font-weight:bold;font-size:18px;line-height: 150%;
}
.main_articlesubheading /* 副标题文字颜色定义 */
{
color: #037fa8;font-weight:bold;line-height: 150%;
}
.main_title_760 /* 标题导航表格背景、文字颜色定义(760) */
{

background:url(..////Skin/lm/titbg_f.gif);border: 1px solid #d2d3d9;height: 28px;color: #000000;
}
.main_tdbg_760 /* 内容表格背景、文字颜色定义(760) */
{
border: 1px solid #9a3d92;padding: 8px;line-height: normal;
}
.article_tdbgall /* 责编等表格背景、文字颜色定义(760) */
{
background:#f5f5f5;
}
/* --文章显示页的css定义结束-- */
/* 单元格的css定义:对应css中的“td”，这里为总的表格定义，为一般表格的的单元格风格设置，可定义内容为背景、字体颜色、样式等 */
td
{font-family:"宋体";font-size: 9pt;line-height: 150%;font-weight: normal;}
/* 文本框的css定义:对应css中的“input”，这里为文本框的风格设置，可定义内容为背景、字体、颜色、边框等 */
/*input
{background-color: #ffffff;border-bottom: #666666 1px solid;border-left: #666666 1px solid;border-right: #666666 1px solid;border-top: #666666 1px solid;color: #666666;height: 18px;border-color: #666666 #666666 #666666 #666666; font-size: 9pt}
/* 按钮的css定义:对应css中的“button”，这里为按钮的风格设置，可定义内容为背景、字体、颜色、边框等 */
button
{font-size: 9pt;height: 20px;}
/* 下拉列表框的css定义:对应css中的“select”，这里为下拉列表框的风格设置，可定义内容为背景、字体、颜色、边框等 */
select
{font-size: 9pt;height: 20px;}
/* 顶部用户登录文字链接的css定义 */
.top_userlogin
{color: #037fa8;}
/* ==频道通用表格css定义开始== */
.channel_border /* 灰色表格边框背景颜色定义(760) */
{border: 1px solid #cccccc;}
.channel_title /* 标题背景颜色定义(760) */
{background: #cccccc;color: #037fa8;height:27px;text-align: center;font-weight:bold;}
.channel_tdbg /* 表格背景颜色定义(760) */
{background:#fafafa;line-height: 120%;}
.channel_pager /* 分页表格背景颜色定义(760) */
{background:#fafafa;line-height: 120%;}
/* --评论显示页的css定义开始-- */
.comment_border /* 蓝色表格边框背景颜色定义(760) */
{border: 1px solid #449ae8;}
.comment_title /* 标题背景颜色定义(760) */
{background:#449ae8;color: #ffffff;font-weight: normal;height: 25px;}
.comment_tdbg1 /* 表格背景颜色定义(760) */
{background:#ffffff;line-height: 120%;}
.comment_tdbg2 /* 留言显示1px表格背景颜色定义 */
{background:#fafafa;}
/* --评论显示页的css定义结束-- */
/* ==频道通用表格css定义结束== */ 
.channel_font /* 搜索等特殊文字颜色定义 */
{color: red;}
/* --评论显示页的css定义开始-- */ 
.guest_font /* 隐藏、用户等特殊文字颜色定义 */
{color: green;}
/* --评论显示页css定义结束-- */
/*站内链接*/
a.channel_keylink{text-decoration: none;font-weight: bold;}
a.channel_keylink:link {color: 000;}
a.channel_keylink:visited {color: 000;}
a.channel_keylink:hover{color: #000;}
a.channel_keylink:active {color: 000;}
/*站内链接结束*/
/* --留言频道css定义开始-- */
/* 留言栏目标题文字链接的css定义－－调用代码为<a class='guest' ***>***</a> */
a.guest:link {color: #000000;}
a.guest:visited {color: #000000;}
a.guest:hover{color: #ff6600;}
a.guest:active {color: #000000;} 
/* ==rss连接框定义== */
#popitmenu {border-right: black 1px solid; border-top: black 1px solid; z-index: 100; visibility: hidden; font: 12px/18px verdana; border-left: black 1px solid;border-bottom: black 1px solid; position: absolute; background-color: white}
#popitmenu a {display: block; padding-left: 6px; color: black; text-decoration: none;}
#popitmenu a:hover {background-color: #ccff9d;}
/* ==用户登录框定义== */
.userbox{height:60px;background-repeat: no-repeat;background-position: center center;}
#userlogined{padding-left:10px;text-align: left;margin-top:5px;}
#userlogin input{height:20px;}
#userctrl{text-align: center;}
#usermessage{padding-left:10px;text-align: left;}
.userlog{color:#000000;}
.havemessage{background-color: #ccff9d;}
.havemessaged{background-color: #cc0000;}
.bloglist  /* 聚合空间列表定义 */{width: 100%;text-align: center;}
.bloglist_image{text-align: center;}
.bloglist_intro{text-align: center;}
#showbloglist_more{text-align: right;padding-right:10px;}
.right_tdbgbs06 {padding: 5px;background-color:#e6f5ff;border-width:1px;border-top-style: none;border-bottom-style: none;border-color: #a4c6fc;border-right-style: solid;border-left-style: solid;}
.right_tdbg2 {background-image: url(////Skin/ocean/tdbg_bottom.gif);background-repeat: no-repeat;height: 10px;}
.main_title_bsf {font-weight: bold;color: #ffffff;background-image: url(////Skin/ocean/main_bs1.gif);height:27px;padding-left: 30px;border-right-width: 1px;border-right-style: solid;border-right-color: #1c65be;}
.mainblinks {background-image: url(////Skin/ocean/links_02.gif);height:27px;font-weight: bold;color: #ffffff;}
.menu_bottombg {color: #ffffff;background-image: url(////Skin/ocean/menu_bottombg.gif);height: 31px;}
.bottom_bg {background-image: url(////Skin/ocean/bottom_bg.gif)}
.showa {color: #aed2fe;}
.menu_s {color: #ffffff;background-image: url(////Skin/ocean/menu_bg.jpg);height: 26px;}
/* --公告显示文字(滚动条)的css定义开始-- */
.AnnounceBody2 {color:#000000;}
a.AnnounceBody2:link {color: #000000;}
a.AnnounceBody2:visited {color: #000000;}
a.AnnounceBody2:hover{color: #ffff00;}
a.AnnounceBody2:active {color: #000000;}
/* --公告显示文字(滚动框)的css定义开始-- */
.AnnounceBody1 {color:#333;}
a.AnnounceBody1:link {color: #333333;}
a.AnnounceBody1:visited {color: #333333;}
a.AnnounceBody1:hover{color: #ff0000;}
a.AnnounceBody1:active {color: #333333;}
/* --公告显示文字(滚动框、滚动条)的css定义结束-- */
hr{height:1px;color:#5575B0;}
#Layer1{position:absolute; left:0px; top:0px; width:164px; height:51px; z-index:1000;}
#top{ width:987px; height:260px;*_height:auto;background: url(top/bg_top.jpg);position: relative}
#top01{
	WIDTH:465px;
	LINE-HEIGHT: 19px;
	HEIGHT: 70px;
	padding:13px 0 0 18px;
	text-align:left;
	color: #FFFFFF;
	font-weight: bold;
	float:left;
}
#top02{
	WIDTH:328px;
	LINE-HEIGHT: 19px;
	HEIGHT: 40px;
	float:left;
	text-align: right;
	padding:10px 180px 0 0;
	background-position: right;
	color:#9B3D93;
}
#top02 a{text-decoration: none;}/* 链接无下划线,有为underline */  
#top02 a:link {color: #9B3D93;} /* 未访问的链接 */
#top02 a:visited {color: #9B3D93;} /* 已访问的链接 */
#top02 a:hover{color: #ae0927;} /* 鼠标在链接上 */ 
#top04{
	WIDTH:987px;
	LINE-HEIGHT: 19px;
	margin-top:147px;
	HEIGHT:33px;
	background-image: url(top/bg_dh.gif);
	background-repeat: no-repeat;
	text-align: center;
	clear:left;
}
#top05{
	WIDTH:987px;
	LINE-HEIGHT: 19px;
	margin-top:0px;
	HEIGHT:33px;
	background-image: url(top/bg_dh.gif);
	background-repeat: no-repeat;
	text-align: center;
	clear:left;
}
#TextNavt {
	PADDING-BOTTOM: 0px;
	WIDTH:auto;
	PADDING-TOP: 8px;
	margin-left:70px;
	text-align: left;
	height:26px;
	color:#FFFFFF;
	font-size:12px;
}
#TextNavt A {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; PADDING-TOP: 2px; color:#FFFFFF;
}
#TextNavt A:visited  {
	COLOR: #fff; TEXT-DECORATION: none
}
#TextNavt A:active { color:#fff; text-decoration:underline;}
#TextNavt A:hover {
	COLOR: #000000; TEXT-DECORATION: none
}
/*头部结束*/
#sy{
	padding:10px 50px 0px 10px;height:25px;
	width:auto;
	float:left;
}
#TextNav {
	PADDING-BOTTOM: 0px;
	WIDTH:auto;
	PADDING-TOP: 8px;
	margin-left:60px;
	text-align: left;
	height:26px;
	color:#FFFFFF;
	font-size:12px;
}
#TextNav A {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; PADDING-TOP: 2px; color:#FFFFFF;
}
#TextNav A:visited  {
	COLOR: #fff; TEXT-DECORATION: none
}
#TextNav A:active { color:#fff; text-decoration:underline;}
#TextNav A:hover {
	COLOR: #000; TEXT-DECORATION: none
}
/*头部结束*/
.capname {PADDING-RIGHT: 0px; PADDING-LEFT: 30px; FLOAT: left; PADDING-BOTTOM: 0px; LINE-HEIGHT: 14px; PADDING-TOP: 6px;}
.hs { color:#000000;text-decoration:none;}
.hs:visited { color:#000000; text-decoration:none;}
.hs:hover { color:#000000;text-decoration:underline; }
.hs:active { color:#000000; text-decoration:underline;}
#z1{margin-top: 2px;margin-left: 0px; width: 987px;height:auto;}
#z2{margin-top: 2px;margin-left: 0px; width: 987px;height:auto;}
#z{margin-top: 2px;margin-left: 0px; width: 987px;min-height:846px;height:auto;}
#left{ float:left; width:215px; height:auto;padding-left:10px;background:#FFFFFF; height:725px;}
#gg{width: 219px;height:170px;}
#ggt{width:219px;height:26px;margin-bottom:0px;background-position:bottom;background-image: url(lm/left_01.gif);background-repeat: no-repeat;}
#ggt .capname{PADDING-RIGHT: 0px; PADDING-LEFT: 30px; FLOAT: left; PADDING-BOTTOM: 0px; LINE-HEIGHT: 14px; PADDING-TOP: 6px;font-size: 12px;}
#ggn{width:205px;height:135px;background-image: url(lm/left_02.gif);background-position: top;background-repeat: no-repeat;padding:7px;font-size: 12px;}
#zj{width: 210px;height: auto;margin-top:8px;}
#zjt{width:210px;height:39px;background-image: url(index/left_01.gif);}
#zjt img{float:left;padding-right:4px;}
#zjt .capname{PADDING-RIGHT: 0px; PADDING-LEFT: 15px; FLOAT: left; PADDING-BOTTOM: 0px; LINE-HEIGHT: 14px; PADDING-TOP: 9px;font-size: 12px; color:#FFFFFF;}
#zjt .capname1{PADDING-RIGHT: 0px; PADDING-LEFT: 70px; FLOAT: left; PADDING-BOTTOM: 0px; LINE-HEIGHT: 14px; PADDING-TOP: 7px;font-size: 12px;}
#zjn{width:210px;height: auto;text-align:center;background-image: url(index/left_02.gif);}
#zjd{width:210px;height:16px;background-image: url(index/left_03.gif);}
#xm{width: 219px;height: auto;margin-top:5px;}
#xm1{width: 219px;height: auto;}
#xmt{width:219px;height:24px;margin-bottom:0px;background-position:bottom;background-image: url(lm/left_03.gif);background-repeat: no-repeat;}
#xmt .capname{PADDING-RIGHT: 0px; PADDING-LEFT: 30px; FLOAT: left; PADDING-BOTTOM: 0px; LINE-HEIGHT: 14px; PADDING-TOP: 8px;font-size: 12px;}
#xmn{width:210px;text-align:center;background-image: url(index/left_02.gif);}
#xmn1{width:210px;min-height:300px; height:auto;text-align:center;background-image: url(index/left_02.gif);}
#xmn1 table{text-align:left;}
#xmn .picbox1{height: 45px;width: 49px; float:left;margin:0 0px 10px 13px;}
#right{ float:left; width:331px; height:563px; margin-left:5px;}
#dl{width:180px;}
#qq{ width:202px; padding-left:8px; padding-right:8px; padding-bottom:5px;background:#F7CCE8;margin-bottom:5px;}
#qqn{ width:200px; height:53px; background:url(lm/qq.gif); margin-top:5px;}
#al{width: 219px;height:200px;float:left;}
#alt{width:220px;height:24px;margin-bottom:0px;margin-top:0px;float:left;background-position:bottom;background: url(lm/titbg_z.gif);}
#alt .capname{PADDING-RIGHT: 0px; PADDING-LEFT: 30px; FLOAT: left; PADDING-BOTTOM: 0px; LINE-HEIGHT: 14px; PADDING-TOP: 8px;font-size: 12px;}
#aln{width:209px;height:495px;padding:4px;border: 1px solid  #9a3d92;}
#main{ float:left; width:435px; height:800px;}
#main_top{width:auto;padding:1px;height:190px;margin-bottom: 6px;border:#9a3d92 solid 1px;}
#xgbd{ width:431px; height:211px;}
#xgbdt{width:431px;height:28px;background:url(lm/main_01.gif);margin-top:0px;margin-right:2px;margin-bottom:0px;}
#xgbdt .t1{font-size: 14px;width:400px;padding-left: 25px;margin-top: 10px;FLOAT: left;LINE-HEIGHT: 16px;}
#xgbdn{width:421px;height:153px;margin-left:1px;border: thin solid #FFB6FF;padding-top: 10px;padding-left: 5px;line-height: 135%;}
#xgbdn div{height:18px;width:180px;float:left;background-image: url(lm/link.gif);background-repeat: repeat-x;background-position: bottom;padding-left: 5px;margin-left:10px;}
#xgbdb{ width:431px; height:10px; margin-bottom:7px;}
#lt1{width:210px;height:220px;float:left;margin-left:2px;border: 1px solid #9a3d92;background:#ffffff;}
#lt2{width:210px;height:220px;float:left;margin-left:1px;border: 1px solid #9a3d92;background:#FFF7FA;}
#lt11{ width:208px; height:24px;border-bottom:1px solid #9a3d92; margin-top:0px;margin-bottom:0px;FLOAT: left;background-image: url(lm/titbg_z.gif);}
#lt11 .t1{font-size: 14px;width:208px;FLOAT: left;LINE-HEIGHT: 18px;text-align: center;margin-top:4px;}
#lt12{width:203px; height:183px;margin-left:1px; background:#FFFFFF;padding-top: 5px;padding-left: 5px;line-height: 135%;}
#lt12 p{padding-left: 5px;padding-top:5px;line-height: 150%;}
#lt21{ width:208px; height:24px; margin-left:1px;background:#FFFFFF; border-bottom:1px solid #9a3d92;margin-top:0px; margin-bottom:0px;FLOAT: left;}
#lt21 .t1{font-size: 14px;width:208px;FLOAT: left;LINE-HEIGHT: 18px;text-align: center;margin-top:4px;}
#lt22{width:203px; height:193px;margin-left:1px;padding-top: 5px;padding-left: 5px;line-height: 135%;}
#lt22 div{height:18px;width:190px;float:left;background-image: url(lm/link.gif);background-repeat: repeat-x;background-position: bottom;padding-left: 5px;}
#lt3{width:210px;height:220px;float:left;margin-left:2px;margin-top:5px;border: 1px solid #9a3d92;background:#FFF7FA;}
#lt4{width:210px;height:220px;float:left;margin-top:5px;margin-left:1px;border: 1px solid #9a3d92;background:#ffffff;
}
#wmain{ float:left; width:760px;background:#FFFFFF;}
#wmain1{ float:left; width:760px; height:725px;background:#FFFFFF;}
#wmain_top{width:auto;height:177px;background:url(lm/main_top.gif);margin-bottom: 6px;}
.a_680 { float:left; margin:2px 0px; width:781px; height:100px; overflow:hidden; border:1PX  #9a3d92 solid; }
.youpath { float:left; padding:0px 10px; width:761px; height:23px; line-height:23px; border:1px #9a3d92 solid; text-align:left; }
#sch { float:left; margin:5px 0px; width:200px; height:30px; background:url(lm/search3.gif) no-repeat 10px 9px; text-align:left; text-indent:40px; line-height:30px; border-bottom:1px solid #9a3d92; border-left:1px solid #9a3d92; border-top:1px solid #9a3d92;}
.search_js { float:left;  margin:5px 0px; width:471px; height:30px; border-bottom:1px solid #9a3d92; border-right:1px solid #9a3d92; border-top:1px solid #9a3d92; line-height:30px; text-align: center;}
.article_list { float:left; margin:5px 0px; padding:5px;width:761px;height:auto;border:1px #9a3d92 solid;}
.article_list1 { float:left; margin:5px 0px; width:781px;height:502px;border:1px #9a3d92 solid;}
#mkn4 { float:left;margin-bottom:5px; padding:0px 10px 5px 10px;width:761px;height:auto;border:1px #9a3d92 solid;}
.article_list_1 {width:100%; text-align:left; line-height:22px;height:auto;}
.article_list_1 li { text-indent:10px; background:url(lm/List8.gif) no-repeat 2px 7px; list-style:none;}
.article_list_1 li a {display:block; width:99%; margin:0px auto; height:20px; border-bottom:#FFF solid 1px;}
.article_list_1 li a:hover{ background:#e4f1f2; }
.article_list_2 {width:756px; text-align:left;min-height:515px;height:auto;}
*html .article_list_2 {width:756px; text-align:left;height:515px;}
.article_list_2 td{background-image: url(lm/link.gif);background-repeat: repeat-x;background-position: bottom;padding-top: 8px;padding-left: 15px;}
.article_list_3 {width:100%; text-align:left; line-height:22px;min-height:350px; height:auto;}
.showpage { clear:both; margin-top:3px;width:100%; height:25px; line-height:25px; border-top:#CCCCCC dashed 1px; }
.pic_article { float:left; padding:5px; width:761px; border:1px #9a3d92 solid;}
.pic_article li { float:left; }
.pic_article li a:hover { display:block; padding:2px; border:#9a3d92 solid 1px;}
.article_ct { float:left; margin:5px 0px; padding:5px; width:771px; border:0px #9a3d92 solid;}
.article_ct1 { float:left; margin:5px 0px; padding:5px; width:977px; border:0px #9a3d92 solid;}
.title_list { border-bottom:#CCCCCC dashed 1px; line-height:20px;}
.title_list h3{text-align:center; font-size:15px; margin:2px 0 2px 0;color:#333333;}
.content_zw { width:750px;padding:5px;line-height:1.5em;text-align:left;font-size:12px;letter-spacing:0pt;height:auto;}
.content_zw1 { width:960px;padding:5px;line-height:1.5em;text-align:left;font-size:12px;letter-spacing:0pt;height:auto;}
*html .content_zw { width:750px;padding:5px;line-height:1.5em;text-align:left;font-size:12px;letter-spacing:0pt;}
.yzxx { height:25px; border-bottom:#CCCCCC dashed 1px; text-align:right; line-height:25px; }
.yzxx_2 { border-top:#CCCCCC dashed 1px;line-height:25px; }
.yzxx_6 { border-top:#CCCCCC dashed 1px; text-align:center; line-height:25px; }
.yzxx_3 {border-top:#CCCCCC dashed 1px; padding-left:30px;border-bottom:#CCCCCC dashed 1px; text-align:left; line-height:25px; }
.yzxx_4 { margin:1px;padding-left:5px; border-bottom:#CCCCCC dashed 1px; border-left:#CCCCCC dashed 1px; border-right:#CCCCCC dashed 1px; text-align:left; float:left; line-height:25px; width:210px; height:185px;}
.yzxx_5 {float:left; width:100%; text-indent:5px; text-align:left;}
.adwz { margin:5px;  float:right;}
/* 栏目深红的CSS定义－－调用代码为<a class='toolsb' ***>***</a> */
.toolsb{border: 1px solid #c50000;height:29px;background:url(lm/titbg_h.gif);}
/* 栏目顶文字的CSS定义A－－调用代码为<a class='toolstA' ***>***</a> */
.toolstA{COLOR:#FFFFFF;}
a.toolstA:link {color: #FFFFFF;}
a.toolstA:visited {color: #FFFFFF;}
a.toolstA:hover{COLOR: #FEEF49;}
a.toolstA:active {color: #FFFFFF;}
#xmmain{float:left;width:760px;border-left-width: 1px;border-left-style: solid;border-left-color: #9a3d92;}
#xmain{ float:left; width:760px;}
.Title{width:379px;height:26px;float:left;background:url(lm/titbg_f.gif);background-repeat: repeat-x;border-bottom: 1px groove #9a3d92;border-right: 1px groove #9a3d92;padding-top: 3px;}
.Label2 {	margin-left:40px;*margin-left:20px;color: #FFFFFF;background:url(lm/titbg_h.gif);border-top: 1px #FFFFFF solid;border-right: 1px #FFFFFF solid;border-bottom: 0px none #FFFFFF;float: left;height: 18px;width: auto;border-left: 1px solid #FFFFFF;padding: 6px 8px 0 8px;font-weight: bold;font-size: 14px;}
.Label1 {color: #FFFFFF;background:url(lm/titbg_h.gif);border-top: 1px solid #FFFFFF;border-right: 1px solid #FFFFFF ;border-bottom: 0px none #FFFFFF;float: left;height: 18px;width: auto;border-left: 1px solid #FFFFFF;margin-left:40px;*margin-left:20px;padding: 6px 8px 0 8px;font-weight: bold;font-size: 14px;filter: Alpha(opacity=40);-moz-opacity:.4;opacity:0.4;}
.contentBox{width:367px;*width:367px;height:auto;float:left;background-color: #FFFFFF;border: 1px solid #9a3d92;padding-left: 11px;border-bottom: 1px solid #9a3d92;}
.contentDiv{width:366px;*width:366px;height:auto;float:left;margin-top:11px;}
.PicBox{width:108px;height:108px;border: 1px groove #9a3d92;float:left;padding: 2px;}
.LinkBox{	width:168px;margin-left:118px;height:113px;padding-left:12px;line-height: 18px;color: #666666;}
.LinkBox a{color: #666666;text-decoration: none;}
.LinkBox a:hover{color: #666666;text-decoration:underline}
.tit{width:360px; margin-top:5px; height:60px;}
.ptitle{width:760px;height:26px;float:left;background:url(lm/titbg_f.gif);background-repeat: repeat-x;padding-top: 3px;border: 1px groove #9a3d92;}
.pbox{width:750px;min-height:178px;height:auto;*_height:178px;float:left;background-color: #FFFFFF;border-right: 1px solid #9a3d92;border-left: 1px solid #9a3d92;padding-left: 10px;border-bottom: 1px solid #9a3d92;}
.pdiv{width:740px;min-height:100px;height:auto;float:left; margin-top:11px;}
.pPicBox{	width:100px;height:110px;float:left;padding: 2px;border: 2px dashed #9a3d92;}
.pPicBox img{width:100px;height:110px;}
.pLinkBox{width:480px;min-height:155px;height:auto;float:left;padding-left: 12px;line-height: 20px;color: #666666;}
.Page{text-align: center;line-height: 150%;font-weight: bolder;}
.pLinkBox td{height:16px;background-image: url(lm/link.gif);background-repeat: repeat-x;background-position: bottom;padding-top: 3px;}
#ctitle h2{float:left;padding:5px;line-height:18px;width:650px;text-align: center;margin:5px 0px;}
#cbox{ float:left;margin:5px 0px; width:492px;padding-bottom:2px;border:1px solid #9a3d92;}
#ctit{width:482px;background:url(lm/titbg_f.gif);line-height:24px;font-size: 13px;color:#000;font-weight: bolder;padding-left:10px;letter-spacing: 2px;}
#cnr{width:470px;height:auto;float:left;margin:5px;}
.cPicBox{width:102px;height:122px;border: 1px groove #9a3d92;float:left;padding: 2px;}
.cLinkBox{width:280px;height:auto;float:left;padding-left: 12px;line-height: 20px;color: #666666  ;}
#cbox1{ float:left;margin:2px 0px; width:auto;padding-bottom:2px;border:1px solid #9a3d92;}
#ctit1{width:372px;background:url(lm/titbg_f.gif);line-height:24px;font-size: 13px;color:#000;font-weight: bolder;padding-left:10px;letter-spacing: 2px;}
#cnr1{width:350px;height:auto;float:left;margin:5px;}
.cPicBox1{width:102px;height:122px;border: 1px groove #9a3d92;float:left;padding: 2px;}
.cLinkBox1{width:180px;height:auto;float:left;padding-left: 12px;line-height: 20px;color: #666666  ;}
#cimg{ margin:5px 15px 5px 5px; float:right;}
#huan{width:212px;height:180px;padding-left:3px;padding-right:3px;border: 2px solid #9a3d92;}
#huanx{width:200px;height:151px;padding:10px;background: #FD95CB;border: 1px solid #9a3d92;*overflow: hidden;}
#huanx div,#zcn div{height:15px;background-image: url(lm/link.gif);background-repeat: repeat-x;background-position: bottom;padding-top:5px;}
#huan1{width:199px;height:170px;padding-left:3px;padding-right:3px;border: 2px solid #9a3d92;}
#huanx1{width:187px;height:121px;padding:10px;background: #FD95CB;border: 1px solid #9a3d92;}
#huanx1 div,#zcn div{height:13px;background-image: url(lm/link.gif);background-repeat: repeat-x;background-position: bottom;padding-top:3px;}
.zcontent { width:750px; padding:5px; line-height:1.5em; text-align:left; text-indent:1em;font-size:18px;letter-spacing:0pt; font-weight: bold;}
.zcontent div.pic_art_img{ float:left;margin-right:10px;}
.zcontent div.pic_art_title{font-size: 24px;	line-height: 150%;font-family: "楷体_GB2312";}
.zcontent div.pic_art_content{font-size: 12px;line-height: 200%;}
#zbox{ float:left; width:780px;border:1px solid #9a3d92;}
#ztit{width:760px;background:url(lm/titbg_f.gif);line-height:24px;font-size: 13px;color:#000;font-weight: bolder;padding-left:10px;letter-spacing: 2px;}
#ztitm{width:780px;background:url(lm/titbg_f.gif);line-height:24px;font-size: 13px;color:#000;font-weight: bolder;letter-spacing: 2px;}
#znr{width:750px;margin:10px;*margin:8px 10px;height:auto;}
#zc{ float:left; width:auto;border:1px solid #9a3d92; margin-top:6px;}
#zct{width:210px;background:url(lm/titbg_f.gif);line-height:24px;font-size: 13px;color:#000;font-weight: bolder;padding-left:10px;letter-spacing: 2px;}
#zcn{width:200px;padding:10px;height: 200px;}
#mr{float:left; margin:5px 0px;width:673px;height:auto;}
#mnewsbox{ float:left; width:370px;border:1px solid #9a3d92;}
#mnewstit{width:410px;background:url(lm/titbg_f.gif);line-height:24px;font-size: 13px;color:#000;font-weight: bolder;padding-left:10px;letter-spacing: 2px;}
#mnewsnr{width:400px;margin:10px;height:170px;overflow: hidden;}
#mnewsnr td{height:18px;background-image: url(lm/link.gif);background-repeat: repeat-x;background-position: bottom;padding-left: 5px;}
#mnewsbox2{ float:left; height:auto; width:auto;border:1px solid #9a3d92;margin-left:3px;}
#mnewstit2{width:336px;background:url(lm/titbg_f.gif);line-height:24px;font-size: 13px;color:#000;font-weight: bolder;padding-left:10px;letter-spacing: 2px;}
#mnewsnr2{width:326px;margin:10px;height:170px;overflow: hidden;}
#mnewsnr2 td{height:18px;background-image: url(lm/link.gif);background-repeat: repeat-x;background-position: bottom;padding-left: 5px;}
#adm{ float:left; margin-top:2px; margin-bottom:7px; height:102px; height:auto;width:780px;border:1px solid #FF77BB; display:inline;}
#mnr{width:445px;float:left;margin-left:10px;margin-top:10px;padding-bottom:10px;margin-right:5px;height: 200px;font-size: 12px;line-height:18px;}
#mnr1{width:380px;float:left;padding:10px;height: 200px;line-height: 20px;color: #666666;}
.mPicBox{width:100px;height:120px;border: 1px groove #9a3d92;float:left;padding: 2px;}
#mnr1 td{	background-image: url(lm/link.gif);background-repeat: repeat-x;background-position: bottom;padding-top: 2px;padding-left: 5px;}
.zjarticle_list { float:left; margin:5px 0px; padding:5px; height:340px; width:761px; border:1px #9a3d92 solid;}
#zjimg { float:left; margin:5px 0px; padding-left:15px; padding-right:15px; border:1px #9a3d92 solid;}
#zjnr{width:395px;float:left;margin:10px 5px 0 10px;height: 175px;font-size: 16px;line-height:18px;}
#zjnr1{width:230px;float:left;padding:10px;height: 170px;line-height: 20px;color: #666666;}
#zjbox{ float:left; margin-bottom:5px; width:670px;border:1px solid #9a3d92;}
#zjbox1{ float:left; margin-top:5px; width:670px;padding-bottom:10px;border:1px solid #9a3d92;}
.cLinkBox td{height:18px;background-image: url(lm/link.gif);background-repeat: repeat-x;background-position: bottom;padding-left: 5px;}
#zjnr1 div{height:18px;width:220px;float:left;background-image: url(lm/link.gif);background-repeat: repeat-x;background-position: bottom;padding-left: 5px;}
#zjnr2{width:750px;margin:6px 10px 0px 6px;*margin:12px 10px 0px 12px;height: 125px;}
/*尾部文件*/
#bottom1{ margin-top:2px; width:987px; height:auto; }
#bottom_bg1 { float:left;width:987px; height:119px; background:url(lm/bottombg.gif);}
#logo{ float:left; width:116px; height:86px; background:url(lm/Logo2.png); margin-left:10px; margin-top:10PX;}
#lianxi{ width:760px; margin-left:170px;margin-top:16px; line-height:170%;}
#floor{float:right;margin-right:5px;width:auto;font-size: 12px;}
/*登陆窗体*/
#userl{width: 200px;height:auto;}
#usertop{width: 210px;height:30px;background:url(index/usert.gif);}
#userbody{width: 210px;text-align:center;background:url(index/userb.gif);}
#userbottom{width: 210px;height:12px;background:url(index/userd.gif);}
/*登陆窗体结束*/
a.zjyll{ color:#DF3ABA;text-decoration: none;margin-left:540px;font-weight: bold;} 
a.zjyll:visited { color:#DF3ABA;}
a.zjyll:hover { color:#DF3ABA;}
a.zjyll:active { color:#DF3ABA;}

/*中部内容开始*/
#mk{ width:680px; padding:10px 14px; float:left;}
#mkt{width:675px; height:21px;background:url(index/Article.gif);}
#mkt .capname{PADDING-RIGHT: 0px; PADDING-LEFT: 15px; FLOAT: left; PADDING-BOTTOM: 0px; LINE-HEIGHT: 14px; PADDING-TOP: 5px;font-size: 12px; color:#FFFFFF;font-weight: bold;}
#mkt .capname1{PADDING-RIGHT: 0px; PADDING-LEFT:120px; FLOAT: right; PADDING-BOTTOM: 0px; LINE-HEIGHT: 14px; PADDING-TOP: 4px;PADDING-right: 10px;font-size: 12px;}
#mkn{ width:680px; padding:5px 5px 0px 5px;}
#mkt2{width:675px; height:9px; background:url(index/Article_ mkt2.gif);}
#mkn2{
	width:675px;
	background:url(index/Article_mknbg.gif);
	padding:0px 0px 0px 0px;
	letter-spacing: 0.5mm;
}
#mkd{
	width:675px;
	height:12px;
	line-height: 0px;
	font-size: 1px;
	background-image: url(index/Article_mkd.gif);
	background-repeat: no-repeat;
}
/*中部内容结束*/
/*友情链接开始*/
#friendshipt{width:987px; height:39px; background:url(friendship/friendshipt.gif);}
#friendshipn{
	width:987px;
	background:url(friendship/friendshipbg.gif);
	padding:0px 0px 0px 0px;
	line-height:55px;
	letter-spacing: 0.5mm;
}
#friendshipd{
	width:987px;
	height:12px;
	line-height: 0px;
	font-size: 1px;
	background-image: url(friendship/friendshipd.gif);
	background-repeat: no-repeat;
}
/*友情链接结束*/
.out {
	BACKGROUND: #bbb; MARGIN: 2px auto; WIDTH: 188px; POSITION: relative;text-align:center
}
.in {
	BORDER-RIGHT: 1px solid; height: 150px; PADDING-RIGHT: 2px; BORDER-TOP: 1px solid; PADDING-LEFT: 2px; BACKGROUND: #fff; LEFT: -3px; PADDING-BOTTOM: 2px; BORDER-LEFT: 1px solid; PADDING-TOP: 2px; BORDER-BOTTOM: 1px solid; POSITION: relative; TOP: -3px;text-align:center
}

.outp {
	BACKGROUND: #bbb; MARGIN: 2px auto; WIDTH: 160px; POSITION: relative;text-align:center
}
.inp {
	BORDER-RIGHT: 1px solid; height: 215px; PADDING-RIGHT: 2px; BORDER-TOP: 1px solid; PADDING-LEFT: 2px; BACKGROUND: #fff; LEFT: -3px; PADDING-BOTTOM: 2px; BORDER-LEFT: 1px solid; PADDING-TOP: 2px; BORDER-BOTTOM: 1px solid; POSITION: relative; TOP: -3px;text-align:center
}

.outpr {
	BACKGROUND: #bbb; MARGIN: 2px auto; WIDTH: 608px; POSITION: relative;text-align:center
}
.inpr {
	BORDER-RIGHT: 1px solid; height: 452px; PADDING-RIGHT: 2px; BORDER-TOP: 1px solid; PADDING-LEFT: 2px; BACKGROUND: #fff; LEFT: -3px; PADDING-BOTTOM: 2px; BORDER-LEFT: 1px solid; PADDING-TOP: 2px; BORDER-BOTTOM: 1px solid; POSITION: relative; TOP: -3px;text-align:center
}


.newstitle A:hover {text-decoration:none;color: #135a98}
/* 防止框架挂马部分 */
iframe{v:expression(this.src='about:blank',this.outerHTML='');}
.xtilte {
	color:#333333;
	font-weight:normal;
	font-size: 12px;
	line-height:20px;
	height:0;
	padding-bottom: 5px;
}