@charset "gb2312";
/* CSS Document */

/*通用部分*/

HTML,BODY {
	BORDER-BOTTOM: 0px; BORDER-LEFT: 0px; PADDING-BOTTOM: 0px; FONT-STYLE: inherit; MARGIN: 0px; OUTLINE-STYLE: none; OUTLINE-COLOR: invert; PADDING-LEFT: 0px; OUTLINE-WIDTH: 0px; PADDING-RIGHT: 0px; FONT-FAMILY: inherit; FONT-SIZE: 100%; color:#0372AD;  font: 12px 宋体,Helvetica, Arial, sans-serif,微软雅黑; VERTICAL-ALIGN: baseline; BORDER-TOP: 0px; FONT-WEIGHT: inherit; BORDER-RIGHT: 0px; PADDING-TOP: 0px}
html,body,ul,li,p,dt,dd,h1,h2,h3,h4,form{margin:0 auto; padding:0;}
body, td, input, textarea, button { color:#0372AD; font: 12px 宋体,Helvetica, Arial, sans-serif,微软雅黑; }
body{background:url(imgtopbg.jpg) repeat-x top;}
ul,li
{ 
	display:block;
}
.clear {clear: both; height:0px;*height:1px!important; _height:1px; margin-top:-1px; overflow:hidden;}
a:link,a:visited  { cursor:hand; color: #0372AD;text-decoration: none;}
a:hover {color: #f60;text-decoration: none;}

.hui{ color:#f65}
.hui a:link,.hui a:visited{ color:#999}
.hui a:hover {color:#8EE0F7;}
.xxl{ color:#0372AD}
.xxl a:link, .xxl a:visited{ color:#0372AD; text-decoration: underline;}
.xxl a:hover {color:#f60; text-decoration: none;}

.ce{color:#f60; font-size:16px; font-family:微软雅黑, Arial; font-weight:bold;} 
.ce a:link{color:#f60;}
.ce a:visited {color:#f60;}
.ce a:hover{color:#f00;}

.cheng{color:#f60; } 
.cheng a:link{color:#f60;}
.cheng a:visited {color:#f60;}
.cheng a:hover{color:#f00; background:#f5f5f5;}

.lan{color:#0099CC}
.lan a:link{color:#0099CC;}
.lan a:visited {color:color:#0099CC}
.lan a:hover{color:#f00;}

.hei{color:#000; font-size:12px;} 
.hei a:link{color:#000;}
.hei a:visited {color:#000;}
.hei a:hover{color:#f90;}


img{border:none;}

/*首页*/

#topbox,#conentbox,#footerbox{width:1000px; height:overflow:hidden; margin:0 auto; padding:0;}
#top{width:980px; height:31px; line-height:31px; text-align:right; padding-right:20px; float:left;}
#man{width:1000px; height:196px; float:left;}
#menu{width:1000px; height:86px; background:url(imgmenub.jpg) repeat-x top; float:left}
.menuleft{width:8px; height:80px; float:left;}
.menuright{width:8px; height:80px; float:right;}
.menuconent{width:980px; height:80px; float:left;}

#navlist{width:980px; height:40px; text-align:center; font-size:14px; font-weight:bold; margin-top:3px; display:inline; float:left;}
#navlist ul{ }
#navlist li{ width:94px; height:40px; background: url(imgmenubgc.jpg) no-repeat right center; font-size:14px; font-weight:bold; text-align:center; line-height:40px; display: inline; float:left;}		
#navlist li a:link, #navlist li a:visited{  width:90px; height:40px; float: left; font-size:14px; font-weight:bold; text-align:center;  line-height: 40px; color: #fff;}	
#navlist li a:hover{ width:90px; height:40px; background: url(imgmenubg.jpg) no-repeat top center; font-size:14px; text-align:center;  font-weight:bold; color: #0150AF;}		
.biankuang{border:#D5E9F4 1px solid; background:#fff;}

.menutim{width:980px; height:40px; color:#09c; line-height:36px; float:left;}
.menutim .m1{width:350px; height:36px; color:#09c; line-height:36px; float:left;}
.menutim .m2{width:140px; height:24px; margin-top:8px; display:inline; float:left;}
.menutim .m3{width:60px; height:24px;   margin-top:8px; display:inline; float:left;}
.menutim .m4{width:80px; height:24px;   margin-top:8px; display:inline; float:left;}
.sousuo{width:100px; height:18px; padding-left:30px; line-height:20px; font-size:12px; background: url(../img/sbg.jpg) no-repeat left center; border:#D3D3D3 1px solid;  color:#ccc;}

#p1left{width:330px; height:340px; float:left;}
#p1conent{width:426px; height:340px; margin-left:1px; display:inline; float:left;}
.tab_mo{ border-top:1px solid #04A6DC; line-height:28px;
border-top:none;
}
/*菜单模块 */
.tab{
 border-bottom:1px solid #04A6DC; /* 菜单模块的底部边框，也就是内容模块的上边框 */
 list-style:none;
 padding:8px 9px 7px 9px;
 padding-left:5px;
 }
.tab li{ 
display:inline; /* 【重点】让li横向排列。*/
 font-size:10px;
 background:url(imgabg.jpg) repeat-x top;
 }
.tab li a{ 
padding:5px 3.5px; /* 因为没有固定高度，所以用填充来调整显示效果。 */
color:#333; 
font-size:13px;
font-weight:bold;
border:1px solid #E1E1E1; 
border-bottom:none; /* 底部无边框 */
text-decoration:none;
background:url(imgbbg.jpg) repeat-x top;
}
/*鼠标经过时的样式 */
.tab li a:hover{ 
color:#0168A1; font-size:13px;
font-weight:bold;
border:1px solid #04A6DC; 
_border-bottom:1px solid #fff; /* 菜单项的边框 */
 background:url(imgabg.jpg) repeat-x top;
}
/*选中时的样式 */
.tab li.no a{ 
border:1px solid #04A6DC;  /* 菜单项的边框 */
border-bottom:none; /*  隐藏菜单项的底部边框 */
_border-bottom:1px solid #fff; /* IE6隐藏菜单项的底部边框 */
position:relative;  /* 【重点】菜单项里面的连接使用了相对定位 */
top:1px;            /* 【重点】相对于外层顶部为1像素，正好是底部边框的像素。所以就遮住了ul的底部边框 */
color:#0168A1; font-size:13px;
font-weight:bold;
 background:url(imgabg.jpg) repeat-x top;

}


.create_tab { width:360px; overflow: hidden;  margin-top:4px; display:inline; float:left;}

.frontpage{width:416px; height:60px; margin-left:5px; display:inline; border-bottom:#d3d3d3 1px dashed; float:left;}
.frontpage .bt{width:416px; height:36px; line-height:36px; text-align:center; float:left;}
.frontpage .nr{width:416px; height:22px; line-height:22px; text-align:center; float:left;}
.p1news{width:410px; overflow: hidden; margin-left:8px; margin-top:2px; display:inline; float:left;}
.list{ margin: 2px; text-align: left;}
.list ul{ margin: 0px; padding: 0px;}
.list li{ 
	width: 100%; 
	line-height:22px; 
	display:inline;
	overflow:hidden;
	white-space:nowrap;
	word-break:keep-all;
	white-space:nowrap;
	text-overflow:ellipsis;
	}
.list li a{ 
	width: 95%; 
	color:#0372AD; 
	display: block; 
	padding: 5px 0px 2px 2px;
	overflow:hidden; 
	white-space:nowrap;
	word-break:keep-all;
	white-space:nowrap;
	text-overflow:ellipsis;
	}
.list li img{ width:22px; height:9px; margin-left:10px; border:none; display:inline; }
.list li a:hover{ color: #f60; background:#f5f5f5;}
.bor{background:#fff; border:#ccc 1px solid; line-height:24px; height:18px;}


#p1right{width:230px; height:340px; float:right;}
#login{width:224px; height:120px; border:#D0E6F1 1px solid; padding:1px; float:left;}
.logintop{ width:224px; height:30px; background:url(imga1.jpg) repeat-x bottom; float:left;}
.man_loginconent{width:218px; height:90px; margin:2px 0 0 2px; display:inline; background: url(../img/l_c9.jpg) repeat-y; float:left;}
.logininput{ width:128px; height:18px; border:1px #D3D3D3 solid; background: url(imglobg.jpg) repeat-x bottom;}
.man_search{width:208px; height:60px; margin:4px 0 0 4px; display:inline; float:left;}
.man_search .a1{width:208px; height:24px; line-height:24px; margin:2px 0 0 0; display:inline; text-align:center; float:left;}
.man_searchmore{width:208px; height:24px;  float:left;}
.man_searchmore .b1{width:80px; line-height:24px;  margin:0 0 0 20px; display:inline; float:left;}
.man_loginreg{width:218px; height:24px; line-height:24px; text-align:center; margin:2px 0 0 0; display:inline; float:left;}
#zlxx
{
	width:224px; 
	height:120px; 
	border:#D0E6F1 1px solid; 
	padding:1px; 
	margin-top:4px; 
	display:inline; 
	float:left;
}
.zlxxtop{ width:224px; height:34px; background:url(imga16.gif) repeat-x bottom; float:left;}
.zlxxtop .bt{ border:#D0E6F1 1px solid; border-bottom:none; font-size:14px; font-weight:bold; background:#fff; margin:4px 0 0 10px; display:inline; padding:7px; float:left;}
.zlxxtop .more{ margin:12px 10px 0 0; display:inline; float:right;}
.zlxx
{
	width:210px; 
	overflow: hidden; 
	margin-left:6px; 
	display:inline; 
	float:left;
}
.zc{ margin: 2px; text-align: left;}
.zc ul{ margin: 0px; padding: 0px;}
.zc li
{ 
	width: 100%; 
	line-height:16px; 
	display:inline;
}
.zc li a
{ 
	width: 95%; 
	color:#0372AD; 
	display: block; 
	padding: 5px 0px 2px 2px;
	overflow:hidden; 
	white-space:nowrap;
	word-break:keep-all;
	white-space:nowrap;
	text-overflow:ellipsis; 
}
.zc li img{ width:22px; height:9px; margin-left:10px; border:none; display:inline; }
.zc li a:hover{ color: #f60; background:#f5f5f5;}

.bm{width:220px; height:72px; border:#D0E6F1 1px solid; padding:3px; margin-top:4px; display:inline; float:left;}

.p1bk{border:#DBE6E8 1px solid;}

#conentleft{width:276px; height:overflow:hidden; float:left;}
#leftbox{width:272px; overflow:hidden; border:#D0E6F1 1px solid; padding:1px; float:left;}
.lefttop{ width:272px; height:30px; background: url(imgb17.jpg) no-repeat right top; font-size:14px; font-weight:bold; color:#0168A1; line-height:30px; float:left;}
.lefttop .ca { width:140px; height:30px; line-height:30px; float:left;}
.lefttop .cb { width:84px; height:20px; margin-top:5px; margin-right:2px; display:inline; float:right;}
.title_1 { margin-left:10px; display:inline; text-shadow: 1px 1px 3px #fff, -1px -1px 3px #FFF, 1px 1px #fff, -1px -1px #FFF;}
.title_b{margin-top:5px; margin-right:6px; display:inline; float:right;}
.leftzhize{width:250px; overflow:hidden; line-height:25px; margin:4px 0 0 10px; display:inline; float:left;}
.lingdao
{
	width:268px; 
	overflow:hidden; 
	margin:2px; 
	display:inline; 
	float:left;
}
.fengcai{width:260px; height:216px; margin:2px 0 2px 6px; display:inline; float:left;}
.lingdao_list{ margin:0 auto; text-align: left;}
.lingdao_list ul{ margin: 0px; padding: 0px;}
.lingdao_list li{ width: 100%; line-height:22px; _line-height:24px; text-indent:2em; display:inline; float:left;}
.lingdao_list li a{ color:#0372AD; display: block;  border-bottom:#A0DEEB 1px dashed; background:#F2F8FD; padding: 4px 0px 2px 2px; }
.lingdao_list li a:hover{ color: #09c;  border-bottom:#A0DEEB 1px dashed; background:#E9F2FC;}
.jianbao
{
	width:268px; 
	overflow:hidden; 
	margin:2px;
	display:inline; 
	float:left;
}
.jianbao ul{ margin:0 auto; padding:0;}
.jianbao li
{  
	width:226px; 
	line-height:24px; 
	margin-left:4px; 
	display:inline; 
	float:left;
}
#jigoubox{width:274px; overflow:hidden; margin-top:4px; display:inline; float:left;}
.jigouleft{width:130px; overflow:hidden; border:#D0E6F1 1px solid; padding:1px; float:left;}
.jigouright{width:130px; overflow:hidden; border:#D0E6F1 1px solid; padding:1px; float:right;}
.jigoutop{ width:130px; height:30px; background: url(imgb17.jpg) no-repeat right top; font-size:14px; font-weight:bold; color:#0168A1; line-height:30px; float:left;}
.jigou{width:130px; height:130px; margin:2px; display:inline; float:left;}
.jigou_list{ margin:0 auto; text-align: left;}
.jigou_list ul{ margin: 0px; padding: 0px;}
.jigou_list li{ width: 96%; line-height:19px; _height:28px; border-bottom:#A0DEEB 1px dashed;  display:inline; float:left;}
.jigou_list li a{ color:#0372AD; display: block; padding: 4px 0px 2px 2px; }
.jigou_list li a:hover{ color: #09c;  }
.jigou_list li img{ width:14px; height:13px; margin-left:5px; margin-right:5px; border:none; display:inline; }

.jigou2{width:268px;  overflow:hidden; margin:2px; display:inline; float:left;}
.jigou_listb{ margin:0 auto; text-align: left;}
.jigou_listb ul{ margin: 0px; padding: 0px;}
.jigou_listb li{ width:100%; line-height:24px; _height:28px; border-bottom:#A0DEEB 1px dashed;  display:inline; float:left;}
.jigou_listb li a{ color:#0372AD; display: block; padding: 4px 0px 2px 2px; }
.jigou_listb li a:hover{ color: #09c;  }
.jigou_listb li img{ width:14px; height:13px; margin-left:5px; margin-right:5px; border:none; display:inline; }

#leftggbox{width:268px; overflow:hidden; border:#D0E6F1 1px solid; padding:3px; *padding:2px; _padding:2px;float:left;}
#p2conent{width:356px;  overflow:hidden; margin-left:4px; display:inline; float:left;}
.p2conent{width:356px; height:260px; float:left;}
.p2conent_top{width:354px; height:31px; background:url(imgs_bg.jpg) no-repeat left bottom; float:left;}
.p2conent_list{width:352px; height:224px; border: #88D2EC 1px solid; border-top:none; float:left;}
.p2list
{ 
	margin: 2px; 
	text-align: left;
}
.p2list ul
{ 
	margin: 0px; 
	padding: 0px;
}
.p2list li
{ 
	width: 100%; 
	line-height:22px; 
	display:inline;
	overflow:hidden;
	white-space:nowrap;
	word-break:keep-all;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.p2list li a
{ 
	width: 95%; 
	color:#0372AD; 
	display: block; 
	padding: 5px 0px 2px 2px;
	overflow:hidden; 
	white-space:nowrap;
	word-break:keep-all;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.p2list li img{ width:22px; height:9px; margin-left:10px; border:none; display:inline; }
.p2list li a:hover{ color: #f60; background:#f5f5f5;}
#p2right{width:356px;  overflow:hidden; float:right;}
#banner{width:996px; height:90px; padding:1px; border: #D0E6F1 1px solid; float:left; }
#p3right{width:710px;  overflow:hidden; float:right;}
#p3conent{width:716px; height:254px; background:url(imgcbg1.jpg) no-repeat left top; float:left;}
.p3conentleft{width:356px; height:252px; float:left;}
.p3conentright{width:354px; height:252px; float:right;}
.p3conenttop{width:354px; height:34px; float:left;}
.p3conenttop .c1{width:100px; height:20px; margin:2px 0 0 10px; display:inline; padding:6px; text-align:center; background:#fff; float:left;}
.p3conenttop .c2{ height:18px; margin:8px 4px 0 10px; display:inline; float:right;}
.p3conenttop .c3{ height:18px; margin:8px 4px 0 10px; display:inline; float:right;}
.p3conentlist{width:349px; height:210px; margin:0 0 0 8px; display:inline; float:left;}
.p3conentlist ul{ margin: 0px; padding: 0px;}
.p3conentlist li
{ 
	width: 100%; 
	line-height:22px; 
	display:inline;
	overflow:hidden;
	white-space:nowrap;
	word-break:keep-all;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.p3conentlist li a
{ 
	width: 95%; 
	color:#0372AD; 
	display: block; 
	padding: 5px 0px 2px 2px;
	overflow:hidden; 
	white-space:nowrap;
	word-break:keep-all;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.p3conentlist li img{ width:22px; height:9px; margin-left:10px; border:none; display:inline; }
.p3conentlist li a:hover{ color: #f60; background:#f5f5f5;}
.youxian{border-right:#B7ECFE 1px solid;}
#p3conbox{width:710px; height:230px; float:left;}
#gwylist{width:345px; height:220px; border:#D0E6F1 1px solid; border-right:0px;padding:1px; float:left;}
#gwylistb{width:345px; height:220px; border:#D0E6F1 1px solid;border-right:0px;padding:1px; float:right;}
#gwylistc{width:705px; height:220px; border:#D0E6F1 1px solid; padding:1px; float:right;}
#tzgglist{width:354px; height:254px; border:#88D2EC 1px solid; padding:0px; float:right;}
.gwytop{ width:100%; height:30px; background:url(imga1.jpg) repeat-x bottom; font-size:14px; font-weight:bold; color:#0168A1; line-height:30px; float:left;}
.gwytop .ca { width:140px; height:30px; line-height:30px; float:left;}
.gwytop .cb { width:84px; height:20px; margin-top:5px; margin-right:2px; display:inline; float:right;}
.gwytop .cc { width:310px; height:30px; line-height:30px; font-size:12px; font-weight:100; margin-right:6px; display:inline; text-align:right; float:right;}


.gwconentlist{width:340px;  overflow:hidden; margin:0 0 0 6px; display:inline; float:left;}
.gwconentlist ul{ margin: 0px; padding: 0px;}
.gwconentlist li
{ 
	width: 100%; 
	line-height:20px; 
	display:inline;
	overflow:hidden;
	white-space:nowrap;
	word-break:keep-all;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.gwconentlist li a
{ 
	width: 95%; 
	color:#0372AD; 
	display: block; 
	padding: 5px 0px 2px 2px;
	overflow:hidden; 
	white-space:nowrap;
	word-break:keep-all;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.gwconentlist li img{ width:22px; height:9px; margin-left:10px; border:none; display:inline; }
.gwconentlist li a:hover{ color: #f60; background:#f5f5f5;}
.toupiao
{
	height:12px; 
	width:268px; 
	margin:8px 6px; 
	_margin:4px 3px; 
	display:inline; 
	float:left;
}

.leftketang{width:260px; overflow:hidden; line-height:20px; margin:0 0 0 4px; *padding-bottom:8px; _padding-bottom:8px; display:inline; float:right;}
.leftketang img{width:109px; height:120px; padding:4px; border:#D0E6F1 1px solid; margin:8px 2px; display:inline; float:left;}

#footer{width:1000px; overflow:hidden; margin:0 auto; padding:0;}
.footer{width:996px; height:111px; border:#E1E1E1 1px solid; padding:1px; float:left;}
.logolink{width:996px; height:80px; background: url(imgmbg21.jpg) repeat-x bottom; border-bottom:#ddd 1px solid; float:left;}
.logolinm{width:926px; height:70px; float:left;}
.logolinm img{width:158px; height:48px; border:#ddd 1px solid; padding:2px; margin:10px; display:inline; float:left;}
.linkselect{width:202px; height:20px; line-height:24px; text-align:center; background:url(imglobg.jpg) repeat-x bottom; border:#7F9DB9 1px solid;}
.fontlink{ width:996px; height:30px; background:url(imgfbg22.jpg) repeat-x bottom; float:left;}
#copyright{width:1000px; overflow:hidden; line-height:24px; text-align:center; margin:0 auto; padding:0;}
.foot-nav{width:996px; line-height:26px; margin-top:6px; display:inline; float:left;}



.logintop2{ width:272px; height:30px; background:url(imga1.jpg) repeat-x bottom; float:left;}
.man_loginconent2{width:266px; height:90px; margin:2px 0 0 2px; display:inline; background: url(../img/l_c9.jpg) repeat-y; float:left;}
.logininput2{ width:168px; height:18px; border:1px #D3D3D3 solid; background: url(imglobg.jpg) repeat-x bottom;}
.man_search2{width:266px; height:60px; margin:4px 0 0 4px; display:inline; float:left;}
.man_search2 .a1{width:266px; height:24px; line-height:24px; margin:2px 0 0 0; display:inline; text-align:center; float:left;}
.man_searchmore2{width:266px; height:24px;  float:left;}
.man_searchmore2 .b1{width:80px; line-height:24px;  margin:0 0 0 20px; display:inline; float:left;}
.man_loginreg2{width:272px; height:24px; line-height:24px; text-align:center; margin:2px 0 0 0; display:inline; float:left;}


/*新闻*/
#news{width:716px; height:264px; float:left;}
#hot{width:716px;  float:left;}
.newstop{width:100%; height:38px; background:url(imgnew-top.jpg) no-repeat right top; float:left;}
.newhot{width:714px; height:240px; border:#88D2EC 1px solid; float:left;}
.newhot_img{width:270px; height:240px; float:left;}
.newhot_img img{width:250px; height:210px; border:#DEF0F9 1px solid; padding:2px; margin:10px; display:inline; float:left;}
.newti{width:430px; height:240px; float:right;}
.newlist{ margin: 2px; text-align: left;}
.newlist ul{ margin: 0px; padding: 0px;}
.newlist li{ width: 100%; line-height:22px; _line-height:24px; display:inline;}
.newlist li a{ color:#0372AD; display: block; padding: 3px 0px 2px 2px; }
.newlist li img{ width:22px; height:9px; margin-left:10px; border:none; display:inline; }
.newlist li a:hover{ color: #f60; background:#f5f5f5;}

#newsconent{width:356px;  overflow:hidden; display:inline; float:left;}
.newsconent{width:356px; height:260px; float:left;}
#listnew{width:99.5%;  overflow:hidden; margin-bottom:6px; display:inline; float:right;}
.listnew{width:99.5%;  overflow:hidden; float:left;}
.lbk{border:#D0E6F1 1px solid; border-top:#D0E6F1 4px solid;}
.nbk{border:#D0E6F1 1px solid;}

.newc{width:100%; margin:10px 0 0 10px; display:inline; float:left;}


.nlist{ margin: 2px; text-align: left;}
.nlist ul{ margin: 0px; padding: 0px;}
.nlist li{ width: 100%; line-height:22px; _line-height:24px; display:inline;}
.nlist li a{ color:#0372AD; display: block; padding: 3px 0px 2px 2px;  }
.nlist li img{ width:22px; height:9px; margin-left:10px; border:none; display:inline; }
.nlist li a:hover{ color: #f60; background:#f5f5f5;}
.nlist li span{ color:#ccc; float: right;/*使span元素浮动到右面*/ line-height:26px; text-align: right;/*日期右对齐*/}

.newp{width:690px; hoverflow: hidden;  border-bottom:#eee 1px solid; margin:18px 0 6px 10px; display:inline; float:left;}
.poto{width:150px; height:150px; margin:0 14px; display:inline; float:left;}
.poto .t{ width:140px; height:98px; padding:1px; border:#DBF1FA 1px solid; float:left;}
.poto .r{width:140px; height:24px; line-height:24px; margin:6px 0 0 0; display:inline; float:left;}

.fenye{width:690px; height:43px; background:url(../img/b-25.jpg) no-repeat left top; margin:6px 0 0 10px; display:inline; float:left;}

/*翻页*/
DIV.black2 {
	PADDING-RIGHT: 7px; PADDING-LEFT: 7px; PADDING-BOTTOM: 7px; MARGIN: 3px; PADDING-TOP: 7px; TEXT-ALIGN: center
}
DIV.black2 A {
	BORDER-RIGHT: #ddd 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #ddd 1px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 2px; MARGIN: 2px; BORDER-LEFT: #ddd 1px solid; COLOR: #666; PADDING-TOP: 2px; BORDER-BOTTOM: #ddd 1px solid; TEXT-DECORATION: none
}
DIV.black2 A:hover {
	BORDER-RIGHT: #ddd 1px solid; BORDER-TOP: #ddd 1px solid; BORDER-LEFT: #ddd 1px solid; COLOR: #fff; BORDER-BOTTOM: #ddd 1px solid; BACKGROUND-COLOR: #ddd
}
DIV.black2 A:active {
	BORDER-RIGHT: #ddd 1px solid; BORDER-TOP: #ddd 1px solid; BORDER-LEFT: #ddd 1px solid; COLOR: #fff; BORDER-BOTTOM: #ddd 1px solid; BACKGROUND-COLOR: #ddd
}
DIV.black2 SPAN.current {
	BORDER-RIGHT: #ddd 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #ddd 1px solid; PADDING-LEFT: 5px; FONT-WEIGHT: bold; PADDING-BOTTOM: 2px; MARGIN: 2px; BORDER-LEFT: #ddd 1px solid; COLOR: #fff; PADDING-TOP: 2px; BORDER-BOTTOM: #ddd 1px solid; BACKGROUND-COLOR: #ddd
}
DIV.black2 SPAN.disabled {
	BORDER-RIGHT: #eee 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #eee 1px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 2px; MARGIN: 2px; BORDER-LEFT: #eee 1px solid; COLOR: #ddd; PADDING-TOP: 2px; BORDER-BOTTOM: #eee 1px solid
}

/*内容详细*/
.id_nr{width:99%; overflow: hidden; display:inline; float:left;}
.id_nr .bt{width:99%; height:60px; line-height:60px; color:#F60; font-size:18px; font-family:微软雅黑; text-align:center; margin:0 10px; display:inline; float:left;}
.id_nr .xinxi{width:98%; height:32px; border:#D5E9F4 1px solid; background:#F6FCFE; line-height:32px; text-align:center; margin:0 10px; display:inline; float:left;}
.id_nr .nr{width:95%; overflow: hidden;  line-height:32px; margin:20px 25px; display:inline; text-indent: 2em; float:left;}
.id_nr .nr img{border:#D2EAF6 1px solid; padding:3px; text-align:center; margin:10px; display:inline;}
.id_nr .gb{width:99%; height:32px; line-height:32px; text-align:right; margin:0 35px; display:inline; float:left;}
.fy{width:99%; height:45px; background:url(img1-5.jpg) no-repeat left top; margin:0 0 0 10px; display:inline; float:left;}
.fy .le{width:300px; height:32px; padding-left:6px; _padding-left:4px;  margin-left:24px; display:inline; line-height:32px; float:left;}
.fy .ri{width:300px; height:32px; padding-right:16px; _padding-left:14px;  text-align:right; margin-right:20px; display:inline;  line-height:32px; float:right;}

.pinglun{width:99%; height:220px; margin:10px 10px; _margin:10px 18px; display:inline; float:left;}
.pltop{width:98%; height:4px; background: url(img1_c2.jpg) no-repeat left bottom; font-size:0px; float:left;}
.plconent{width:98%;  height:192px; background: url(img2_c2.jpg) repeat-y left; float:left;}
.plconent_left{width:98%; height:176px; margin:4px 4px; display:inline; float:left;}
.plconent_left_bt{width:98%; height:28px; line-height:28px; text-indent: 1em; border-bottom:#D5E9F4 1px solid; font-weight:bold; float:left;}
.plconent_left_nr{width:98%; height:140px; float:left;}
.plconent_left_nr span{margin:0  auto; padding: 0; display:inline; float:left; }
.plconent_left_nr ul{ margin:0 auto; padding:0; display:inline;}
.plconent_left_nr li
{ 
	width:300px; 
	margin:6px 0 0 8px; 
	display:inline;  
	height:22px; 
	line-height:22px; 
	float:left; 
	overflow:hidden;

}

.pld{width:700px; height:4px; margin-bottom:4px; display:inline; background: url(img3_c2.jpg) no-repeat left top; float:left;}