*{margin:0; padding:0;}
body{
	font-size:12px;	background:#fff;	color:#333333;
}
a:link {
	color: #000; text-decoration: none
}
a:visited {
	color: #000; text-decoration: none
}
a:hover {
	color: #f63; text-decoration: none
}
a:active {
	color: #666;
}
.red:link {
	color: #ff6633;
}
.red:active {
	color: #ff6633;
}
.red:visited {
	color: #ff6633;
}
.red:hover {
	color: #007ccc;
}
.white:link {
	color: #ffffff;
}
.white:active {
	color: #ffffff;
}
.white:visited {
	color: #ffffff;
}
.white:hover {
	color: #ff6633;
}
p {
	line-height:175%;
	text-indent:24px;
}
.pdtd td{
	height:24px;
	line-height:24px;
	padding:2px 5px;
}
h1{
	font-size:24px;
}
h2{
	font-size:18px;
}
h3{
	font-size:14px;
}
h4{
	font-size:12px;
}
.red{
	color:#ff6633;
}
.gray{
	color:#ccc;
}
.white{
	color: #ffffff;
}
.cm{
	margin:10px;
	clear:both;
}
ul {
	list-style-type:none; 
}
.cm ul li { 
	height:100%;
	line-height:24px;
	padding-left:5px;
	font-size:12px;
}
.newl ul li{
	background-image: url(../images/dn.gif);
	background-repeat: no-repeat;
	background-position: 0 center;
	text-indent:10px;
}
.cm ul span{
	float:right;
	color:#ccc;
	margin-right:5px;
}
.newc{
	overflow:hidden;
	margin:10px;
	font-size:14px;
}
.newc p{
	margin:15px auto;
	line-height:24px;
	font-size:14px;
	text-indent:28px;
}
.newc td{
	line-height:24px;
	font-size:14px;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.bimg img{
	margin:5px;
	padding:5px;
	border: 1px solid #ccc;
}
.aimg a img{
	margin:5px;
	padding:5px;
	text-align:center;
	border: 1px solid #ccc;
}
.aimg a:hover img{
	border: 1px solid #007ccc;
}
.bd{
	border: #ccc 1px solid;
}
.bian{
	border-top: #ccc 1px solid;
	border-left: #ccc 1px solid;
}
.bian td{
	border-right: #ccc 1px solid;
	border-bottom: #ccc 1px solid;
}
input, select, textarea{
	color:#000;
	font-size:12px;
}
.text{
	padding:2px 5px;
}
.btn{
	width: 90px;
	height:30px;
	line-height:30px;
	background-image: url(../images/gbtn.gif);
	background-repeat: no-repeat;
	background-position:center center;
	border: 0px;
}
.xl{
	width:100%;
	height:1px;
	line-height:1px;
	margin:0 auto 1px auto;
	clear:both;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #ddd;
}
.ll{
	width:100%;
	height:1px;
	line-height:1px;
	margin:10px auto;
	clear:both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
}
.line{
	width:100%;
	height:10px;
	line-height:10px;
	font-size:10px;
	margin:0 auto;
	clear:both;
}
.gl{
	width:100%;
	height:3px;
	line-height:3px;
	font-size:3px;
	margin:0 auto;
	background:#cccccc;
	clear:both;
}
.main{
	width:800px;
	margin:0 auto;
	clear:both;
}
.bg{
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.tr{
	text-align:right;
}
.fl{
	float:left;
}
.fr{
	float:right;
}
.left{
	float:left;
	overflow:hidden;
	width:270px;
}
.mid{
	float:left;
	overflow:hidden;
	width:260px;
	margin:0 10px
}
.right{
	float:right;
	overflow:hidden;
	width:520px;
}
.erl{
	float:left;
	background:#e6e7e9;
	width:200px;
}
.err{
	float:right;
	width:590px;
	overflow:hidden;
}
.tbg{
	background-image: url(../images/tbg.gif);
	background-repeat: repeat-x;
	background-position: center center;
}
.hbg{
	background-image: url(../images/top_bg.gif);
	height:68px;
	background-repeat: repeat-x;
	background-position: center center;
}
.ht{
	float:right;
	text-align:right;
	font-family: arial, helvetica, sans-serif;
	color:#ffffff;
	margin:10px;
}
.path{
	font-size:12px;
	text-indent:10px;
	height:100%;
	line-height:30px;
	clear:both;
}
.menu{
	background:#999999;
	height:28px;
	line-height:28px;
	color:#ffffff;
}
.menu div{
	width:132px;
	text-align:center;
	float:left;
	border-right: #ccc 1px solid;
	cursor:pointer;
}
#nav .on{
	background-color: #666;
}
#nav {
	font-size: 12px; line-height: 28px; list-style-type: none; height: 28px
}
#nav a {
	display: block; width: 132px; text-align: center
}
#nav a:link {
	color: #fff; text-decoration: none
}
#nav a:visited {
	color: #fff; text-decoration: none
}
#nav a:hover {
	color: #f63; text-decoration: none
}
#nav li {
	float: left;
	width: 132px;
	background-color: #999;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ccc;
}
#nav li a:hover {
	color: #f63;
	background-color: #666;
}
#nav li ul {
	left: -999em; border-left: #ccc 1px solid; width: 132px; line-height: 28px; border-bottom: #ccc 1px solid; list-style-type: none; position: absolute; text-align: center;
}
#nav li ul li {
	background: #999; float: left; width: 131px; border-top: #ccc 1px solid;
}
#nav li ul a {
	display: block; width: 131px; text-align: center
}
#nav li ul a:link {
	color: #fff; text-decoration: none
}
#nav li ul a:visited {
	color: #fff; text-decoration: none
}
#nav li ul a:hover {
	background: #666; color: #f63; text-decoration: none
}
#nav li:hover ul {
	left: auto
}
#nav li.sfhover ul {
	left: auto
}
.erl h4{
	line-height:25px;
}
.lm .on{
	background-image: url(../images/liston.gif);
	background-repeat: no-repeat;
	background-position: right 7px;
}
.lm li{
	text-indent:12px;
	line-height:25px;
	cursor:pointer;
}
.lm li div{
	text-indent:24px;
	line-height:25px;
	cursor:pointer;
}
.lm li p{
	text-indent:36px;
	line-height:25px;
	cursor:pointer;
}
.irt { width:212px; height:208px;  float:right; background: url(../images/irt_bg.gif) top left no-repeat;}
.irt .white { height:33px; line-height:33px; color:#fff; font-weight:bold; }
 .irt div{ text-decoration:none;line-height:25px;margin-left: 30px; }
.prev{width:230px;margin:10px;font-size:12px;float:left;}
.next{width:230px;margin:10px;font-size:12px;float:right;}
.tips{margin:10px;padding:5px;text-indent:24px;line-height:180%;font-size:12px;border: 1px solid #e0e0fc;clear:both;background-color: #f7f7fe;}
#related .newl{height:120px;}
#related li{width:230px;height:24px;float:left;}
#related h4{background:#f7f7fe;text-indent:20px;height:28px;line-height:28px;clear:both;}
#fenye{clear:both;}
#fenye a{text-decoration:none;}
#fenye .prev,#fenye .next{width:52px; text-align:center;}
#fenye a.curr{width:22px;background:#1f3a87; border:1px solid #dcdddd; color:#fff; font-weight:bold; text-align:center;}
#fenye a.curr:visited {color:#fff;}
#fenye a{color:#1e50a2;background:#fff;text-align:center;}
#fenye a.num{width:22px;}
#fenye a:visited{color:#1f3a87;} 
#fenye a:hover{color:#fff; background:#1e50a2;}
#fenye span{display:block;margin:10px}
#pagenext{ padding:10px 12px 6px; clear:both;}
#pagenext .prev,#pagenext .next{width:52px; text-align:center;}
#pagenext a.curr{width:22px;background:#1f3a87; border:1px solid #dcdddd; color:#fff; font-weight:bold; text-align:center;}
#pagenext a.curr:visited {color:#fff;}
#pagenext a{margin:5px 4px 0 0; color:#1e50a2;background:#fff; display:inline-table; border:1px solid #dcdddd; float:left; text-align:center;height:22px;line-height:22px}
#pagenext a.num{width:22px;}
#pagenext a:visited{color:#1f3a87;} 
#pagenext a:hover{color:#fff; background:#1e50a2; border:1px solid #1e50a2;float:left;}

