@charset "utf-8";
/* CSS Document */

body {
	margin:0px auto;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	color:#666;
	background:url(images/top-bg.gif) repeat-x top #FFF;
	padding-top:6px;
}
.clear {
	clear:both;
}
#all_main {
	width:100%;
	float:left;
	clear:both;
	text-align:center;
	border-top:2px solid #CCC;
	margin-top:1px;
	background:url(images/main-bg.jpg) repeat-x #FFF;
}
#all_main_box {
	width:981px;
	padding:0;
	text-align:left;
	margin:0 auto;
}
#index_main {
	float:left;
	clear:both;
	width:981px;
	padding-bottom:30px;
}
#main {
	float:left;
	clear:both;
	width:981px;
}
#all_top {
	width:100%;
	float:left;
	clear:both;
	text-align:center;
	border-bottom:3px solid #CCC;
	position:relative;
	z-index:100;
}
#all_top_box {
	width:981px;
	padding:0;
	text-align:left;
	margin:0 auto;
}
#top {
	float:left;
	clear:both;
	width:981px;
	z-index:100;
}
#top_info {
	width:981px;
	float:left;
	clear:both;
	text-align:right;
}
#top_info span.left {
	background-color:#C50000;
	color:#FFF;
	padding:0px 5px;
}
#top_info span.left a {
	color:#FFF;
}
#top_info a {
	color:#666;
	text-decoration:none;
	padding:0px 5px;
}
#top_info a:hover {
	color:#C50000;
	text-decoration:underline;
}
#top_left {
	width:220px;
	float:left;
	padding-bottom:10px;
}
#top_right {
	width:760px;
	float:right;
	padding-top:60px;
}
.nav {
	float:right;
	clear:both;
	padding:0px;
	width:auto;
	white-space:nowrap;
	line-height:32px;
	height:32px;
	color:#FFF;
}
.nav img {
	float:left;
}
.nav ul {
	list-style:none;
	float:left;
	margin:0px;
	padding:0;
	background:url(images/nav-bg.gif) repeat-x;
}
.nav ul li {
	float:left;
	padding:0px 10px;
	position:relative;
}
.nav ul li a {
	color:#FFF;
	text-decoration:none;
}
.nav ul li a:hover {
	color:#CCC;
}
.nav ul li ul.level1 {
	position:absolute;
	top:32px;
	left:10px;
	background:none;
	background:#FFF;
	width:auto;
	white-space:nowrap;
	padding:0px 4px;
	display:none;
}
.nav ul li ul.level1 li {
	padding:0px;
	float:none;
	margin:0;
	border:none;
	line-height:24px;
	height:24px;
	border-bottom:1px solid #ccc;
}
.nav ul li ul.level1 li a {
	display:block;
	float:none;
	_float:left;
	padding:0px 10px;
	_border-bottom:1px solid #ccc;
	color:#06B1C2;
}
.nav ul li ul.level1 li a:hover {
	color:#CCC;
}
#ban {
	width:981px;
	float:left;
	clear:both;
	border-bottom:4px solid #254793;
	margin-bottom:15px;
}
#index_left {
	width:519px;
	float:left;
}
#index_right {
	width:459px;
	float:right;
}
#index_right img {
	float:left;
}
.icon {
	width:519px;
	float:left;
	clear:both;
}
.icon img {
	float:left;
	margin-right:8px;
}
#subpagecontent {
	width:491px;
	_width:471px;
	background-color:#01355C;
	padding:10px;
	float:left;
	clear:both;
	margin-top:5px;
}
.tab_style ul.tabs {
	list-style:none;
	margin:0 !important;
	padding:0;
	/*border-bottom:1px solid #666;*/	
	height:37px;
	_overflow:hidden;
}
/* single tab */
.tab_style ul.tabs li {
	float:left;
	text-indent:0;
	height:37px;
	padding:0;
	margin:0 !important;
	list-style-image:none !important;
}
/* link inside the tab. uses a background image */
.tab_style ul.tabs a {
	color:#333;
	display:block;
	background-color:#ccc;
	line-height:37px;
	padding:0px;
	margin-right:5px;
	/*	width: 134px;height: 30px;padding:0px;
	margin:0px;	 */
	text-align:center;
	text-decoration:none;
	color:#333;/*	top:1px;*/
}
/* when mouse enters the tab move the background image */
.tab_style ul.tabs a:hover {
	/*background-color:#fff;*/
	color:#333;
}
/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
.tab_style ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
	/*background-color:#fff;*/
	color:#333;
	cursor:default !important;
}
.tab_style div.panes {
	width:471px;
	_width:451px;
	float:left;
	clear:both;
	padding:20px 10px;
	background-color:#FFF;
	height:97px;
	overflow:none;
	overflow-y:scroll;
	color:#000;
}
.tab_style div.panes div.list {
	width:471px;
	font-size:12px;
}
#index_tab {
	width:491px;
	_width:471px;
	background-color:#01355C;
	padding:10px;
	float:left;
	clear:both;
	margin-top:5px;
}
#index_tab h1.title {
	width:491px;
	_width:471px;
	float:left;
	clear:both;
	margin:0;
	padding:0;
}
#index_tab h1.title span {
	display:block;
	float:left;
	margin-right:5px;
	font-size:12px;
	font-weight:500;
}
#index_tab h1.title span a {
	color:#333;
	display:block;
	background-color:#ccc;
	line-height:20px;
	padding:0px 5px;
	text-decoration:none;
}
#index_tab h1.title span a:hover {
	color:#333;
	background-color:#FFF;
}
#index_tab h1.title span.select a {
	color:#333;
	background-color:#FFF;
}
.index_tab_content {
	width:471px;
	float:left;
	clear:both;
	padding:20px 10px;
	background-color:#FFF;
	height:108px;
	overflow:hidden;
	color:#000;
}
#tab_1 {
	width:461px;
	_width:451px;
	float:left;
	clear:both;
}
#tab_1 img {
	float:left;
	margin-right:10px;
}
#tab_1 div.conttne {
	width:261px;
	float:right
}
#tab_1 h2.title {
	font-size:12px;
	margin:0;
	padding:0;
	border-bottom:1px dotted #000;
}
.site {
	padding:10px;
	height:140px;
	text-align:right;
	color:#C50000;
	background-color:#FFF;
	position:relative;
}
.site a {
	color:#666;
	text-decoration:none;
}
.site a:hover {
	color:#C50000;
	text-decoration:underline;
}
#breadcrumb {
	width:380px;
	float:right;
	position:absolute;
	bottom:5px;
	right:10px;
}
.left_channel {
	width:250px;
	text-align:center;
}
.left_channel img {
	margin-top:10px;
}
.channel {
	width:700px;
	padding:10px 10px 10px 20px;
	color:#333;
}
.channel p {
	line-height:150%;
}
.channel ul.ul_list_info li {
	margin:5px 0px;
}
.channel h3.title {
	color:#c0504d;
}
table.channel_list {
	width:100%;
}
table.channel_list tr td {
	padding:5px 10px;
	border-bottom:1px dotted #333;
	vertical-align:top;
}
table.channel_list thead tr.title th {
	background-color:#CE2222;
	color:#FFF;
	padding:5px 10px;
}
table.channel_list tr.row0 {
	background-color:#FFFFFF;
}
table.channel_list tr.hover_style {
	background-color:#F3F3F3;
}
table.channel_list tr td h2.title {
	margin:0;
	padding:0;
	line-height:20px;
	background:url(images/dot.gif) no-repeat left 5px;
	padding-left:15px;
	font-size:12px;
}
table.channel_list tr td h2.title a{
}
table.channel_list tr td div.abstract {
	padding-left:15px;
}
table.channel_list tr td a {
	text-decoration:none;
	color:#00F;
}
table.channel_list tr td a:visited {
	color:#00F;
}
table.channel_list tr td a:hover {
	color:#CCC;
	text-decoration:none;
}
table.channel_list tr td p {
	margin:0;
	padding:0;
	line-height:20px;
}
.channel_table {
	width:98%;
	background-color:#c0504d;
	margin-bottom:20px;
}
.channel_table tr.row0 td {
	background-color:#FFF;
}
.channel_table tr.row1 td {
	background-color:#F3F3F3;
}
.channel_table tr.title td {
	color:#FFF;
	background-color:#CE2222;
	font-weight:bold;
}
.channel_table tr td p{
	margin:0px;
	padding:0px;
}
#bottom {
	width:961px;
	float:left;
	clear:both;
	min-height:100px;
	padding:10px;
	background:url(images/bottom-bg.jpg) repeat-x;
	color:#999;
}
#bottom p {
	margin:0;
	padding:5px;
}
#bottom p.bottom_nav {
	color:#333;
}
#bottom p.bottom_nav a {
	color:#333;
	text-decoration:none;
	padding:0px 5px;
}
#bottom p.bottom_nav a:hover {
	color:#CCC;
	text-decoration:underline;
}
#bottom p.links a {
	color:#999;
	text-decoration:none;
}
/*common*/
.margin_right_9 {
	margin-right:9px;
}
.margin_bottom_7 {
	margin-bottom:7px;
}
.red_font {
	color:#C50000;
}
.channel ol li {
	margin-bottom:8px;
	list-style-position:inside;
}
.channel ul li a, .channel ol li a {
	color:#666;
}



/*****�ۺ�****/
.box_round{
	float:left;
	width:110px;
	margin:5px 5px 5px 5px;
	padding:0;
}
.box_round div.round_content{
	background:#f5c9ca;
	margin:0px 0px;
	padding:4px 15px 0px 15px;
}
.box_round div.round_content a{
	color:#000;
	font-weight:bold;
	text-decoration:none;
}
.box_round div.round_content a:hover{
	color:#d12123;
	text-decoration:none;
}
.box_round span.round_b1 {height:1px; font-size:1px; overflow:hidden; display:block; background:#f5c9ca; margin:0 5px;}
.box_round span.round_b2 {height:1px; font-size:1px; overflow:hidden; display:block; background:#f5c9ca; margin:0 3px;}
.box_round span.round_b3 {height:1px; font-size:1px; overflow:hidden; display:block; background:#f5c9ca; margin:0 2px;}
.box_round span.round_b4 {height:2px; font-size:1px; overflow:hidden; display:block; background:#f5c9ca; margin:0 1px;}

/*****��ɫ****/
.box_round2{
	float:left;
	width:110px;
	margin:5px 5px 5px 5px;
	padding:0;
}
.box_round2 div.round_content{
	background:#cecccd;
	margin:0px 0px;
	padding:4px 15px 0px 15px;
}
.box_round2 div.round_content a{
	color:#cc3333;
	font-weight:bold;
	text-decoration:none;
}
.box_round2 span.round_b1 {height:1px; font-size:1px; overflow:hidden; display:block; background:#cecccd; margin:0 5px;}
.box_round2 span.round_b2 {height:1px; font-size:1px; overflow:hidden; display:block; background:#cecccd; margin:0 3px;}
.box_round2 span.round_b3 {height:1px; font-size:1px; overflow:hidden; display:block; background:#cecccd; margin:0 2px;}
.box_round2 span.round_b4 {height:2px; font-size:1px; overflow:hidden; display:block; background:#cecccd; margin:0 1px;}
