/* CSS Document */

/*---------- base ---------*/
*{
	padding:0px;
	margin:0px;
}
html{
	background:#FFF;
}
body{
	font:12px Verdana,Arial,Tahoma;
	background:#999999;
}
img{
	border:none;
}

a{
	color:#256EB1;
	text-decoration:none;
}
a:hover{
	color:#F33;
	text-decoration:underline;
}
ul{
	list-style:none;
}
input,select,button{
	font:12px Verdana,Arial,Tahoma;
	vertical-align:middle;
}
.index { width:970px; margin:0 auto; padding:0;}
.top_clear{
	margin-top:10px;
}
/*-----------------index-------------------*/

.pro_son{}
.pro_son li{ border-bottom:1px solid #333333; padding:5px;}
.pro_son a{ font-size:13px; font-weight:bold; color:#003366;}

.text_padding{
padding:8px; text-align:left; line-height:24px;}

.lm_title{ text-align:left; font-size:14px; height:20px; padding:5px; font-weight:bold; border-bottom:2px solid #000099; color:#2c3182;}
.lm_title span{ color:#990000;}
.lm_title a{ color:#2c3182;}


/*-------------------list---------------------*/
.b_box{ border:1px solid #CCCCCC;}

.s_content{ padding:8px; font-size:13px; line-height:26px;}

.listbox{}
.listbox li{ height:20px; padding:5px;}
.listbox li a{ font-size:13px;}

.dede_pages{
}
.dede_pages ul{
	float:left;
	padding:12px 0px 12px 16px;
}
.dede_pages ul li{
	float:left;
	font-family:Tahoma;
	line-height:17px;
	margin-right:6px;
}
.dede_pages ul li a{
	float:left;
	padding:2px 4px 2px;
	color:#555;
	border-bottom:1px solid #EEE;
}
.dede_pages ul li a:hover{
	color:#000;
	text-decoration:none;
	padding:2px 4px 1px;
	border-bottom:2px solid #000;
}
.dede_pages ul li.thisclass a,.pagebox ul li.thisclass a:hover{
	color:#F63;
	padding:2px 4px 1px;
	border-bottom:2px solid #F63;
	font-weight:bold;
}
.dede_pages .pageinfo{
	line-height:21px;
	padding:12px 0px 12px 16px;
	color:#999;
}
.dede_pages .pageinfo strong{
	color:#555;
	font-weight:normal;
	margin:0px 2px;
}


/*-----------------content------------------*/
.con_title{ text-align:center; font-size:16px; font-weight:bold; height:50px;}
.sb_pic{ text-align:center;}
.sb_pic img{ width:30%;}


/*------------------footer-------------------*/

.f_box{
border-top:3px solid #999999; background:#F5F5F5; height:50px; line-height:26px;}