/*公共样式*/
body
{
	margin:0px;
	font-size:12px;
	background:#eee;
	color:#4c4c4c;
}
table,tr,td
{
	font-family:"Arial","Tahoma","宋体";
	font-size:12px;
	color:#000;
}
div
{
	margin-left:auto;
	margin-right:auto;
	line-height:24px;
	font-family:"Arial","Tahoma","宋体";
	color:#000;
	font-size:12px;
	overflow:hidden;
}
hr
{
	height:0px;
	border:0px;
	border-top:1px solid #ddd;
	width:96%;
}
img
{
	border:0;
}
a
{
	color:#000;
	text-decoration:none;
}
a:hover
{
	color:darkred;
	text-decoration:underline;
}
a.redcolor
{
	color:#CB4721;
}
a.redcolor:hover
{
	color:red;
}
#top
{
	position:relative;
	width:988px;
	margin:0 auto;
	background:#eee url("bg.jpg") left repeat-y;
}
#top .body
{
	width:937px;
	margin:0 27px 0 26px;
}
#top .menu
{
	text-align:left;
	font:normal 14px '宋体','Tahoma','Arial';
	background:#DC0001 url(11732875.jpg) no-repeat;
	height:78px;
	line-height:30px;
	color:#990000;
}
#top .menu .ul a
{
	color: #990000;
	font-size:13px;
	display:block;
	float:left;
	width:105px;
	text-align:center;
	font-weight:bold; font-family:"新宋体";
	
}
#top .menu .ul a:hover{ background:url(muenbg.gif) no-repeat center; color:#fff; text-decoration:none;}
#top .menu ul{ margin:0px; padding:10px 5px;}
#top .lead
{
	background:#FFF;
	border-bottom:#DC0001 1px solid;
}

/*中间排版*/
#body
{
	position:relative;
	width:988px;
	background:#FFF;
	background:#eee url("bg.jpg") left repeat-y;
}
#body .table
{
	padding-left:27px;
	padding-right:25px;
	padding-top:5px;
	padding-bottom:5px;
}
/*两列左窄右宽排列*/
#left
{
	float:left;
	width:219px;
	text-align:left;
}
#right
{
	float:right;
	width:710px;
	text-align:left;
}
/*页脚样式*/
#foot
{
	position:relative;
	width:988px;
	background:#EEE url("bg_bottom.jpg") left top no-repeat;
	padding-bottom:10px;
}
#foot .table
{
	padding-top:15px;
}
/*其他常用样式*/
.global_sub
{
	height:27px;
	line-height:27px;
	background:#ED9702 url("global_sub.jpg") left repeat-x;
	border-left:1px #DC0001 solid;
	border-right:1px #DC0001 solid;
	border-top:1px #DC0001 solid;
	padding-left:13px;
	font-size:14px;
	font-weight:bold;
	color:#FFF;
}
.global_sub a
{
	color:#FFF;
}

.global_sub span{ float:right; margin-right:5px;}
.global_sub span a{ font-size:11px;}

.border_no_top
{
	border-left:1px #DC0001 solid;
	border-right:1px #DC0001 solid;
	border-bottom:1px #DC0001 solid;
}
.border_left_right
{
	border-left:1px #DDD solid;
	border-right:1px #DDD solid;
}
.border
{
	border:1px #DC0001 solid;
}
.userlogin_over
{
	width:110px;
	height:15px;/*firefox*/
	*height:20px;
	border:1px #C60000 solid;
	background-color:#F7F2BD;
}
.userlogin_out
{
	width:110px;
	height:15px;/*firefox*/
	*height:20px;
}
.space_between
{
	height:5px;
}
/*定义Float为左的代码*/
.float_left
{
	float:left;
}
/**分页**/
.pagelist
{
	margin:0px;
	padding:0px;
	border:0px;
}
.pagelist .n
{
	border:1px #DC0001 solid;
	padding-left:5px;
	padding-right:5px;
	padding-top:0px;
	padding-bottom:0px;
	background:#FFFFFF;
}
.pagelist .m
{
	border:1px #DC0001 solid;
	padding-left:5px;
	padding-right:5px;
	padding-top:0px;
	padding-bottom:0px;
	background:#E7EEF1;
}
/*用于列表的鼠标移动样式*/
.list_over
{
	padding-top:3px;
	background:#FED58F;
	border-bottom:1px #ED9702 dashed;
}
.list_out
{
	padding-top:3px;
	border-bottom:1px #ED9702 dashed;
}
/*用于显示内容页的常用样式*/
.msg_sub
{
	font:bold 15px "Tahoma","Arial","宋体";
	color:#486F84;
	padding:5px;
	text-align:center;
}
.msg_date
{
	text-align:center;
	font: 0.83em/1.5em Verdana, Arial, Helvetica, sans-serif;
	padding:3px;
}
.msg_content
{
	padding:5px;
	text-align:left;
}
/*我要留言样式*/
.button
{
	background:#FFF url("btn.gif") repeat-x;
	height:25px;
	border:#7B9EBD;
}
/*友情提示页代码*/
.error
{
	line-height:150%;
	padding:15px;
	width:450px;
	border:1px #DDD dashed;
}
/*奇偶行颜色显示*/
.wtr
{
	position:relative;
	padding:3px;
	text-align:left;
	border-bottom:1px #DDD solid;
}
.dtr
{
	position:relative;
	padding:3px;
	text-align:left;
	background:#EEF4FD;
	border-bottom:1px #DDD solid;
}
/*语法高亮显示代码*/
pre
{
	font-family:'Courier New' , Monospace;
	font-size:12px;
	width:99%;
	overflow:hidden;
	margin:0 0 1em 0;
	background:#A1A1A1;
	white-space: -moz-pre-wrap;
	word-wrap:break-word;
	word-break:break-all;
}
pre ol, pre ol li, pre ol li span{margin:0 0; padding:0; border:none}
pre a, pre a:hover{background:none; border:none; padding:0; margin:0}
pre ol{list-style:decimal; background:#F7F7F7; margin:0px 0px 1px 3em !important; padding:5px 0; color:#5C5C5C; border-left:3px solid #146B00;}
pre ol li{list-style:decimal; list-style-position:outside !important; color:#5C5C5C; padding:0 3px 0 10px !important; margin:0 !important; line-height:1.3em}
pre ol li.alt{color:inherit}
pre ol li span{color:black; background-color:inherit}
pre .comment, pre .comments{color:#008200; background-color:inherit}
pre .string{color:blue; background-color:inherit}
pre .keyword{color:#069; font-weight:bold; background-color:inherit}
pre .preprocessor{color:gray; background-color:inherit}
pre .dp-xml .cdata{color:#ff1493}
pre .dp-xml .tag, pre .dp-xml .tag-name{color:#069; font-weight:bold}
pre .dp-xml .attribute{color:red}
pre .dp-xml .attribute-value{color:blue}
pre .dp-sql .func{color:#ff1493}
pre .dp-sql .op{color:#808080}
pre .dp-rb .symbol{color:#a70}
pre .dp-rb .variable{color:#a70; font-weight:bold}
pre .dp-py .builtins{color:#ff1493}
pre .dp-py .magicmethods{color:#808080}
pre .dp-py .exceptions{color:brown}
pre .dp-py .types{color:brown; font-style:italic}
pre .dp-py .commonlibs{color:#8A2BE2; font-style:italic}
pre .dp-j .annotation{color:#646464}
pre .dp-j .number{color:#C00000}
pre .dp-delphi .number{color:blue}
pre .dp-delphi .directive{color:#008284}
pre .dp-delphi .vars{color:#000}
pre .dp-css .value{color:black}
pre .dp-css .important{color:red}
pre .dp-c .vars{color:#d00}
pre .dp-cpp .datatypes{color:#2E8B57; font-weight:bold}

.flashnews{ float:left; border:1px solid #666; padding:2px;}
.title{ text-align:left; border:1px solid #FF961E;}
.title h2,.title h2 a{ color:#CC0000;}
.title li{ margin:auto 5px; list-style:none; background:url(isvouch.gif) no-repeat 0px 7px;}
.title h2{ line-height:30px; line-height:30px; padding-left:20px; font-size:13px; margin:0px; background:url(titlebg.gif) repeat-x bottom;}
.title strong{ font-weight:normal; float:right;}
.title p{ margin:0px; clear:both; text-align:right;}
.title h2 cite{ float:right; margin-right:5px; font-style:normal; font-weight:normal;}

.notice li{ background:url(lead_cate.gif) no-repeat 2px 9px;}

.picnewst{ border:1px solid #BDC400; background:#F9F9D5;}
.picnewst h2{ background:none;}
.alllink{margin:7px 5px; clear:both; border:1px solid #F5F5B9; background:#fff;}
.alllink li{ line-height:34px; margin:8px; background:#efefef; border:1px solid #ccc; padding-left:15px; background:url(play_16x16.gif) no-repeat 5px 10px;}
.alllink li a{ display:block; clear:both;}

.picnews{ clear:both;overflow:hidden; text-align:left;}
.picnews .tabs{ background:url(rpic_china_10.gif) repeat-x;}

.picnews .tabs h1{float:left; font-size:13px; text-align:center;line-height:38px;cursor: pointer;width:90px; background:no-repeat;}
.picnews .tabs .unselectTab{background:url() left top no-repeat;}
.picnews .tabs .unselectTab span{ background:url() right top;  width:5px; height:25px; float:right;}
.picnews .tabs .selectTab{background:url(rpic_china_13_hover.gif) 5px 5px no-repeat;}
.picnews .tabs .selectTab span{ background:url(rpic_right_hover.gif) right top no-repeat;  width:5px; height:31px; float:right;}

.picnews .tabs .unselectContent {display: none;clear:both;}
.picnews .tabs .selectContent{ clear:both; overflow:hidden; padding:5px;}
.picnews .tabs div li{ clear:both;}
.picnews .tabs div li strong{ font-weight:normal; float:right;}
.picnews .tabs div p{ margin:0px; text-align:right; clear:both;}

.neikan{ background:url(dsj_bg.gif); clear:both;}
.neikan h1{ margin:0px 5px; clear:both; font-size:13px; text-align:center; white-space:nowrap; background:#efefef; border:1px solid #FF9900;}

.picbs{ text-align:center;}
.picbs img{ width:180px;}

.cyfl{}
.cyfl h2{ background:url(oly_bg_a24.gif);}
.b_title h2{background:url(oly_bg_a25.png) no-repeat;}
.b_title h2,.b_title h2 a{ color:#fff;}
.a_news h2{ background:url(rpic_china_13.gif) no-repeat; padding-left:40px; line-height:38px; height:31px; overflow:hidden;}
.a_news{ border:1px solid #FF961E;}


.treelink{margin:7px 5px; clear:both; background:#fff;}
.treelink .fmuen{ line-height:25px; margin:4px; background:#efefef;  border:1px solid #F5F5B9; border:1px solid #ccc; padding-left:25px; background:url(play_16x16.gif) no-repeat 5px 5px;}
.treelink .zmuen{width:45%; text-align:left; float:left; padding-left:10px; white-space:nowrap;}

#search{ margin:0px; padding:5px 0px;}
#search form{ margin:0px;}

.piclist{ float:left; width:30%; margin-left:10px; margin:5px; height:230px; overflow:hidden;}
.piclist a img{ width:200px; height:200px;}
.piclist h2{ margin:0px; width:99%; text-align:center; overflow:hidden;}
.piclist h2 a{ font-size:12px; font-weight:normal;}

.onlinebox{ text-align:left;}
.onlinebox li{ list-style:none; margin:3px auto;}
.onlinebox h1{ background:#efefef; text-align:center; font-size:18px; height:40px; line-height:40px;}

.online_check h1{ background:#efefef; text-align:center; font-size:18px; height:40px; line-height:40px;}

.onlinelist{ border:1px solid #ccc; border-width:1px 1px 0px 0px; width:99%;}
.onlinelist td,.onlinelist th{ border:1px solid #ccc; border-width:0px 0px 1px 1px ; text-align:left; padding-left:8px;}
.onlinelist th{ background:#efefef; width:100px;}
.onlinelist td strong{ color:#ff0000;}
.titlea{ font-size:13px; margin:0px; text-align:left; font-weight:bold; padding-left:5px; margin-top:10px; color:#666;}


.checklist{ border:1px solid #ccc; margin-top:10px; text-align:left; width:99%;}
.checklist tr{background-color:expression((this.sectionRowIndex%2==0)?"#fdfdfd":"#efefef")}
.checklist td,.checklist th{ padding-left:5px;}
.checklist textarea{ border:0px;height:40px; width:80%;}

.bjssweb{ background:url(bgh.jpg) no-repeat top left; border:1px solid #FF961E; padding-top:28px; margin-top:5px;}