/* CSS Document */
.clear{overflow:hidden; clear:both;}
body{margin:0 auto;padding: 0 ;border: 0;font-FAMILY:Tahoma,Arial,Verdana,sans-serif;font-size: 12px;width:972px; color:#333;background:#fff; }
a{ color:#333; text-decoration:none; }
a:visited{ color:#666666; text-decoration:none;}
a:hover{ color:#ff6600; text-decoration:underline;}
.blank1{margin:0 auto;width:100%; height:1px;font-size:1px;overflow:hidden; clear:both;}
.blank3{margin:0 auto;width:100%; height:3px;font-size:1px;overflow:hidden; clear:both;}
.blank5{margin:0 auto;width:100%; height:5px;font-size:1px;overflow:hidden; clear:both;}
.blank7{margin:0 auto;width:100%; height:7px;font-size:1px;overflow:hidden; clear:both;}
.blank9{margin:0 auto;width:100%; height:9px;font-size:1px;overflow:hidden; clear:both;}
.blank20{margin:0 auto;width:100%; height:20px;font-size:1px;overflow:hidden; clear:both;}
.blank28{margin:0 auto;width:100%; height:28px;font-size:1px;overflow:hidden; clear:both;}
.blank30{margin:0 auto;width:100%; height:30px;font-size:1px;overflow:hidden; clear:both;}
.blank35{margin:0 auto;width:100%; height:35px;font-size:1px;overflow:hidden; clear:both;}
.blank40{margin:0 auto;width:100%; height:40px;font-size:1px;overflow:hidden; clear:both;}
.nav{ width:972px; height:auto;}
.logo {	height: 84px;	width: 972px; background:url(images/logo.gif) no-repeat;}
.dh {	height: 30px;	width: 972px;background:#fff;}
.top1 {	height: 141px;	width: 972px; background:url(images/top1.jpg) no-repeat;}

.top1 p{float:right;width:235px;padding:15px 8px 0 0;line-height:150%;color:#fff;background:#538B4C;}
.top2 {	height: 141px;	width: 972px; background:url(images/top2.jpg) no-repeat;}
.top3 {	height: 141px;	width: 972px; background:url(images/top3.jpg) no-repeat;}
.top4 {	height: 141px;	width: 972px; background:url(images/top4.jpg) no-repeat;}
.top5 {	height: 141px;	width: 972px; background:url(images/top5.jpg) no-repeat;}
.main{ width:972px; height:auto;}
.left{ width:242px; height:auto; float:left;margin-left:1px;}
.right{ width:720px; height:auto; float:right;}

/*.left_top {height: 30px;width: 242px; background:url(images/cpflbg.jpg) no-repeat;}
.left_nr {	width: 242px;}*/

.left_bar {height: 30px;width: 242px; background:url(images/left_bar.gif) no-repeat;text-indent:18px;line-height:30px;color:#333;font-weight:bold;}
.left_block{width:238px;border:1px solid #CBE0B7;border-top:0;margin-bottom:10px;}
.left_block p{padding:10px;line-height:150%;}
.left_block b{font-size:1.2em;}

.right_title {height: 30px;text-indent:25px;line-height:30px;width: 720px; background:url(images/right_title.jpg) no-repeat;color:#666;font-weight:bold;}
.right_content {width: 720px; }
.right_content .content{padding:10px 15px;font-size:1.2em;line-height:150%;text-align:justify;}


.right_top {height: 30px;line-height:30px;width: 720px; background:url(images/right_top.jpg) no-repeat;}
.right_top b{padding-left:18px;color:#333;}
.right_list {width: 720px; height:170px;}
.right_list ul{list-style:url(images/article_common.gif) inside circle;margin:10px;}
.right_list ul li{border-bottom:dashed 1px #cccccc; height:25px; line-height:25px; *text-indent:5px;}


/*.ppzq_top {	height: 30px;	width: 720px; background:url(images/ppzqbg.jpg) no-repeat;}*/
.se{ width:972px; height:3px; background:#269F6C;font-size:1px;}
.bottom{  height:54px; background:url(images/bottombg.png) left no-repeat; padding-left:150px; padding-top:4px; line-height:22px;}
.dh_left {	float: left;	height: 30px;	width: 630px; }
.dh_right {	float: left;	height: 30px;	width: 182px; line-height:30px; font-weight:bold; color:#333333;}
.dhwz{ width:95px; height:30px; line-height:30px; border-right:solid 1px #CCCCCC; float:left; font-weight:bold;text-align:center;color:#333333;}
.dhwz a{ color:#333333; text-decoration:none; }
.dhwz a:visited{ color:#333333; text-decoration:none;}
.dhwz a:hover{ color:#FF6600; text-decoration:none;}
*{margin:0;padding:0;border:0;}
#nav {
width:242px;
line-height: 53px;
list-style-type: none;
text-align:left;
/*定义整个ul菜单的行高和背景色*/
}
#nav a:link,#nav a:visited{color:#666;}
/*==================一级目录===================*/
/*Width(一定要)，否则下面的Li会变形*/
#nav li span{
background:url(images/yjcdbg.jpg) no-repeat; /*一级目录的背景色*/
width: 200px;
display: block;
padding-left:42px;
text-align:left;
font-weight:bold;

}
#nav li {float:left;/*float：left,本不应该设置，但由于在Firefox不能正常显示继承Nav的width,限制宽度，li自动向下延伸*/}
#nav li a:hover{}
#nav li a:link  {text-decoration:none;font-weight:bold;}
#nav li a:visited  {text-decoration:none;font-weight:bold;}
#nav li a:hover,#nav li a.menuselected  {color:#FF6600;text-decoration:underline;font-weight:bold;}
/*==================二级目录===================*/
#nav li ul {
list-style:none;
text-align:left;
}
#nav li ul li{
   background:url(images/navbg2.jpg) no-repeat;
   line-height:30px;/*二级目录的背景色*/
}
#nav li ul a{
padding-left:52px;
width:190px;
display: block;
text-align:left;
font-weight:bold;
/* padding-left二级目录中文字向右移动，但Width必须重新设置=(总宽度-padding-left)*/
}
/*下面是二级目录的链接样式*/
#nav li ul a:link  {
 text-decoration:none;font-weight:bold;
}
#nav li ul a:visited  {
 text-decoration:none;font-weight:bold;
}
#nav li ul a:hover,#nav li ul a.menuselected{
color:#FF6600;text-decoration:underline;font-weight:bold;
/* 二级onmouseover的字体颜色、背景色*/
}
/*==============================*/
#nav li:hover ul {
left: auto;
}
#nav li.sfhover ul {
left: auto;
}
#content {
clear: left;
}
#nav ul.collapsed {
display: none;
}
-->
#PARENT{
width:242px;
text-align:left;
}
/*
.gsjj_top {	height: 30px;	width: 560px; background:url(images/gsjjbg.jpg) no-repeat;}
.gsjj_nr{ width:530px; height:auto; line-height:200%; padding-left:15px; padding-right:15px;}
.lxwm_top {	height: 30px;	width: 560px; background:url(images/lxwmbg.jpg) no-repeat;}
.xwzxxx_top {	height: 30px;	width: 560px; background:url(images/xwzxxxbg.jpg) no-repeat;}
.more{ width:60px; float:right; height:30px; cursor:hand;}
.ppzqxx_top {	height: 30px;	width: 560px; background:url(images/ppzqxxbg.jpg) no-repeat;}
.middle1 {width: 972px;   min-height:445px; _height:445px; overflow:visible;}
.title{ width:90%; height:30px; line-height:30px; text-align:center; font-size:14px; margin:0 auto;}
.cplb_top {	height: 30px;	width: 560px; background:url(images/cplbbg.jpg) no-repeat;}
*/




.itemimgthumb {
	margin: 5px 0px 0px 0px;
	margin:auto;
	width: 459px;
	height: 58px;
	overflow:hidden;
	border-top: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
	position:relative;
	}

.thumbscroller {
	display:inline;
	float:left;
	margin:3px 20px;
	_margin:3px 0px 0px 20px;
	height:52px;
	overflow:hidden;
	padding:0px;
	position:relative;
	width:420px;
	_width:422px;
	/*border: 1px solid #E1E1E1;*/
	background: #E7E7E7;
	}

.itemimgthumb img {
	width: 48px;
	height: 48px;
	border: 1px solid #E1E1E1;
	}

.itemimgthumb ul {
	left:0px;
	overflow:hidden;
	position:absolute;
	}

.itemimgthumb ul li {
	float: left;
	width: 50px;
	margin: 1px 1px;
	_margin: 1px 1px;
	}

.s_thumb {
	cursor:pointer;
	}

span.prevbtnimg,span.nextbtnimg {
	float:left;
	margin: 0px auto;
	overflow:hidden;
	cursor:pointer;
	background:#FFFFFF url(../images/btn.gif) no-repeat; 
	position:absolute; 
	width: 16px;
	height: 58px;
	top:0; 
	}
span.prevbtnimg{
	left: 8px;
	background-position:-1px -158px;
	}
span.nextbtnimg {
	left: 540px;
	_left:542px;
	background-position:-12px -158px;
	}

div.nav_member{display:inline;width:300px;}
div.right_show{}
div.right_show ul{width:100%;clear:both;list-style:none;}
div.right_show ul li{float:left;width:240px;height:220px;text-align:center;}
div.right_show ul li .image{width:220px;padding:10px 0;border:1px solid #ccc;margin:0 auto;}
div.right_show ul li .image img{width:200px;height:170px;}
div.right_show ul li .title{height:25px; line-height:25px; }
div.right_show ul li .title a{color:#000;}
div.right_show ul li .title a:hover{color:#ff6600;}

#wrapper_ex{/*信息、错误页*/
	margin: auto;
	margin-top:100px;
	width:778px;
	border:3px dotted #6A5C8F;
	background-color:#F5F5F5;
}

/*错误页*/
#redirect{
	margin: 0px auto;/*居中*/
	width: 760px;
	padding: 50px 0;
	text-align:center;
}
#redirect p{
	color:red;
	font-weight: bold;
	font-size: 20px;
}
#redirect img{
	margin-bottom: -11px;
}

