/*
 * kw
 * @author Zhangbo
 * @date   2009-10-8
 */
/* reset */
@charset "utf-8";
 
 
html,body { height: 100%; }
 
body {
    line-height:150%;
}
 
body,input,select,button { font-family: verdana,simsun,sans-serif; }
 
body,select,input,textarea,button,h1,h2,h3,h4,h5,h6,table { font-size: 12px; }
 
body,h1,h2,h3,h4,h5,h6,ul,ol,li,form,p,dl,dt,dd,img,blockquote,a,marquee{
	margin: 0;
	padding: 0;
	border: 0; }
 
input,button,textarea,img { line-height: normal; }
 
ul,ol { list-style: none; }
 
select,input,button { vertical-align: middle; }
 
a {
	color: #000;
	text-decoration: none; }
 
	a:hover {
		color: #f00;
		text-decoration: none; }

 
div { margin: auto; }

.clear{clear:both;}
.flash_inf{width:1000px;}
.header_menu{width:890px; height:32px; background:#40a0b6; padding-left:110px;}

#nav ul{}
#nav ul li {
        list-style-type:none;
		float:left;
        height:16px;
		overflow:hidden;
		text-align: center;
		border-right:1px dashed #fff;
		padding:0 10px;
		margin-top:8px;}/*20091010*/
#nav ul li ul li{
	    list-style-type:none;
		width:78px;
		height:16px;
		overflow:hidden;
		text-align: center;
		border-right:1px dashed #fff;
		padding:0 5px;
		margin-top:8px;}/*20091010*/
		#nav ul li a,#nav ul li a:hover{height:17px;color:#fff;font-size:14px;}/*20091010*/
#nav ul li ul {padding:0;left: -999em; border:1px solid #40a0b6; margin:0; width: 79px; list-style-type: none; position: absolute;
background:#fff;}/*20091010*/
#nav ul li ul li { padding:0; margin:0; overflow:hidden;height:25px; line-height:25px;}/*20091010*/
#nav ul li ul li a{ display:block; color:#000; font-size:13px;height:25px;font-weight:100;}/*20091010*/
#nav ul li ul li a:hover {display: block;color:#fff;font-size:13px;height:25px;background:#1c576c; text-decoration: none; font-weight:100;
}/*20091010*/
#nav ul li:hover ul,#nav li.sfhover ul{
	left: auto;
}
#nav ul li ul {margin:-3px 0 0 -15px;*margin:13px 0 0 -75px;}/*20091010*/
#nav ul li:hover ul ul,#nav li.sfhover ul ul {
	left: -999em;
}
#nav ul li:hover ul{
	left: auto
}
#nav ul li li:hover ul {
	left: auto
}
#nav ul li.sfhover ul {
	left: auto
}
#nav ul li li.sfhover ul {
	left: auto
}
.main{ width:1000px;margin:10px auto;}
.main_left{ float:left; width:206px;}
.box_denglu {
	width: 196px;
	height: 120px;
	margin-bottom: 8px;}
.box_dengluleft {
	width: 5px;
	height: 120px;
	background: url(../images/login_left.gif) no-repeat;
	float: left; }
.box_denglumiddle {
background:#ff0;
	width: 186px;
	height: 120px;
	background: url(../images/login_middle.gif);
	float: left; }
.box_dengluright {
background:#faa;
	width: 5px;
	height: 120px;
	background: url(../images/login_right.gif) no-repeat;
	float: left;}
.denglu_img {
	height: 26px;
	margin:10px 0 5px 10px;
	font-size: 14px;
	font-weight: bold;
	line-height: 26px;
	background: url(../images/login_img.gif) no-repeat;
	padding-left:20px;
	}
	.denglu_img img{ margin-right:6px;}
	.box_denglumiddle a{ color:#f00;}
	.box_denglumiddle a:hover{ color:#f00;}
.btn_inf{ padding-top:5px; text-align:right;}
.Btn {
	background: url(../images/login_anniu.gif) no-repeat 0 0;
	width: 38px;
	cursor: pointer;
	color: #000;
	height: 20px;
	border-width: 0;
	padding-bottom:2px;
	*padding-top:2px;
	*padding-bottom:0;
	}
.Btnc{ width:70px; height:24px; *padding-top:4px;background:url(../images/aniub.jpg); border:none;}
.tit_img_a{
	height: 26px;
	font-size: 14px;
	font-weight: bold;
	line-height: 26px;
	padding-top:5px;
	padding-left:15px;
	}
.syd_tit_bg_a{width:196px; height:36px;background:url(../images/syd_tit_bg_a.jpg);}
.syd_tit_bg_b{ width:196px; padding-bottom:5px; background:url(../images/syd_tit_bg_b.jpg);}
.syd_tit_bg_c{ width:196px; height:5px; background:url(../images/syd_tit_bg_c.jpg); overflow:hidden; margin-bottom:5px;}
.suckerdiv ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 180px; /* Width of Menu Items */
padding:0 5px;
}/*20091009*/
	
.suckerdiv ul li{
height:30px;
padding-top:10px;
position: relative;
border-bottom:1px dashed #ddd;
padding-left:10px;
}/*20091009*/
.suckerdiv ul li ul li{ padding-left:0;}/*20091009*/

/*1st level sub menu style */
.suckerdiv ul li ul{
left: 180px; /* Parent menu width - 1*/
position: absolute;
width: 160px; /*sub menu width*/
top: 0;
display: none;
background:#fff;
}

/*All subsequent sub menu levels offset */
.suckerdiv ul li ul li ul{ 
left: 159px; /* Parent menu width - 1*/
}

/* menu links style */
.suckerdiv ul li a{
display: block;
color: #066eaa;
text-decoration: none;
font-size:14px;
padding: 5px 5px;
border-bottom: 0;
}
.suckerdiv ul li a:hover{display: block;font-size:14px; color:#066eaa;}/*20091010*/
.suckerdiv ul li ul{
left:140px; /* Parent menu width - 1*/
position: absolute;
width: 160px; /*sub menu width*/
top: -2px;
display: none;
}/*20091010*/
.suckerdiv ul li ul a{display:block; height:18px;color:#000; font-size:13px;}
.suckerdiv ul li ul a:hover{ display:block;height:18px;color:#f00; font-size:13px; background:#def;}	
.suckerdiv ul li ul b{display:block;left:0; width:7px; position:absolute; top:15px; height:11px;background: url(/platform/images/syd_jt.gif) no-repeat;}/*20091010*/
.suckerdiv ul li ul .subcontent{border:2px solid #43a3e6;_height: 25px;_overflow: visible;background:#fff; padding:5px;}/*20091010*/
.suckerdiv ul li ul .subcontent li{padding:0; margin:0;height:18px; padding-bottom:10px; border-bottom:1px dashed #ddd;}/*20091010*/
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
.suckerdiv ul li ul li ul{ 
left: 159px; /* Parent menu width - 1*/
}
/* End */

/*start*/
.syd_ph{ width:180px; padding-left:5px;}
.syd_ph li{ padding:5px 0 10px; _padding:2px 0 3px 10px; height:10px; padding-left:10px; border-bottom:1px dashed #ddd;}
.syd_ph li img,.syd_ph li span{ float:left;}
.syd_ph li img{ padding-top:5px;}
.syd_ph li span{ display:block; padding-top:2px;}
.syd_ph_l{ padding-left:5px; width:110px; height:15px; overflow:hidden;}
.syd_ph_r{ padding-left:5px; width:35px; padding-bottom:2px; height:15px; overflow:hidden;}
.syd_ptimg{ padding:5px 0; text-align:center;}
.syd_ptcon{ text-align:center;}
.syd_ptcon li{ height:20px;}
/*end*/
.main_center{float:left; width:515px;}
/*start*/
.search_box{ width:504px;}
.search_top{ width:504px; height:33px; background:url(../images/ss_a.jpg);}
.search_main{ width:504px; height:150px; background:url(../images/ss_b.jpg);}
.search_foot{width:504px; height:4px; background:url(../images/ss_c.jpg); overflow:hidden;}
.main_right{ float:right; width:279px;}
.lib_Menubox_a{ width:440px; padding-top:30px;height: 28px;line-height:28px; margin-left:60px;}
.lib_Menubox_a li{ float:left; margin-right:10px;cursor:pointer;}
		.lib_Menubox_a li.hover {
			padding: 0px;
			color: #000;
			text-decoration:underline;
			height: 25px;
			line-height: 25px; }
.syd_btn{ border:1px solid #4a9bb8; border-left:none;}			
.lib_Menubox_change{ width:450px;}
.syd_bdk{ display:block;width:310px; height:22px; border:1px solid #4a9bb8; background:#Fff; float:left; margin-right:5px;}
.syd_bdk input{ width:290px; height:16px; border:0; margin-top:1px;}
.syd_bdk img{ padding-top:2px; padding-left:3px;}
.Btna{ width:60px; height:24px; *padding-top:4px;background:url(../images/aniu.jpg); border:none;}
.Btnd{width:78px; height:32px; *padding-top:4px;background:#fad457; font-size:14px; border-bottom-color: #999; border-right-color: #888;  border-left-color: #ddd; border-top-color: #eee; }

.ss_inf{ width:480px;}
/*end*/
/*start*/
.syd_bug_a{ margin-top:5px;}
.syd_bug_b{ margin-top:10px;}
.tit_img_a b{ display:block; float:left; }
.syd_more_a{ width:400px;}
.syd_more_b{ width:200px;}
.syd_more_c{ display:block; float:left;width:161px; height:9px; background:url(../images/xiexian_02.gif); margin-top:8px; text-align:right; padding-top:4px;}
.syd_more_d{ display:block; float:left; width:85px;}
.syd_more{padding-top:10px;}
.ptdt_main{ width:484px;*width:504px; padding-top:5px; background:url(../images/syd_ggbg.jpg); text-align:center; padding-left:20px;*padding-left:0;}
.ptdt_main td{ height:25px;}
.ptdt_main_a{ width:484px;*width:504px; padding-top:5px; height:113px; text-align:center; padding-left:20px;*padding-left:0;}
.ptdt_main_a td{ height:25px;}
.ptdt_foot{width:504px; height:4px; background:url(../images/syd_ggfoot.jpg); overflow:hidden;}
/*end*/

/*start*/
.gonggao{}
.gonggao ul{ margin-left:15px;}
.gonggao ul li{ padding-bottom:5px;*padding-bottom:4px!important;*padding-bottom:3px}
.gonggao_middle{ border:#CCC 1px solid; border-bottom:none; border-top:none;  background-color:#FFF;}
.gonggao_top{ background-image:url(../images/gonggao_top.gif); background-repeat:no-repeat;width:279px; height:5px;overflow:hidden; }
.gonggao_bottom{ background-image:url(../images/gonggao_bottom.gif); background-repeat:no-repeat; width:279px; height:5px; overflow:hidden; }
/*end*/

/*start*/
.ziyuan{ background-color:#FFFFFF; margin-top:8px;}
.leftsidebar_wenxiandaohan{ height:210px; width:195px;background-color:#fff;}
.tou_img{ height:33px;}
.tou_leftimg{ background-image:url(../images/tou_leftimg.gif) ; float:left; width:4px; height:33px;}
.tou_middleimg{ background-image:url(../images/tou_middleimg.gif); float:left; width:271px; height:33px;}
.tou_rightimg{ background-image:url(../images/tou_rightimg.gif); float:left; width:4px; height:33px;}
.ziyuan_middle{ border:#CCC 1px solid; border-bottom:none; border-top:none;}
.ziyuan_middle ul{ margin-left:15px; padding:10px 0;}
.ziyuan_middle ul li{ padding-top:11px;}
.ziyuan_middle ul li img{ margin-right:10px;}
.ziyuan_mt{ width:150px; height:50px; position:absolute;}
.more{ margin-left:220px; width:31px; height:8px;}
/*end*/
.f_link{ width:1000px;margin-top:10px;}
.f_link ul li{ float:left; margin:0  0 5px 9px;}
.foot{ width:1000px; height:75px; padding-top:30px;background:url(../images/footbg.jpg) no-repeat; text-align:center;}
/*start*/
.zhengcefagui{ margin-top:12px;}
.zhengcefagui_top{ background-image:url(../images/syd_ggtop.gif); width:504px; height:5px; overflow:hidden;}
.zhengcefagui_middle{ width:504px;border:#CCC 1px solid; border-bottom:none; border-top:none;  background-color:#FFF;}
.zhengcefagui_middle ul{ padding-left:20px;}
.zhengcefagui_middle ul li{ padding:3px 0;*padding:5px 0;}

/*end*/
.main_news{ float:right;width:790px;}
.syd_top_tit{width:780px; height:28px; background:url(../images/syd_top_tit.jpg); padding-top:5px; padding-left:10px;	font-size:14px;font-weight: bold; }
.syd_top_mian{ width:770px; background:url(../images/syd_top_mian.jpg); padding:10px;}
.syd_top_mian h1{ text-align:center; display:block; padding-bottom:5px; font-size:14px; border-bottom:1px solid #ddd;}
.syd_top_mian h2{ font-weight:100; padding:5px 0; text-align:center;}
.syd_top_foot{ width:790px; height:4px; background:url(../images/syd_top_foot.jpg); overflow:hidden;}


/*start*/
.syd_ka_l,.syd_ka_r{float:left;}
.syd_ka_l{width:520px;height:105px; padding-top:70px; padding-left:50px;}
.syd_ka_r{width:130px;height:110px; padding-top:65px; padding-left:70px;}
.btnb{ width:310px;height:18px;}
.syd_ka_ts{color:#f00; padding-left:35px;}
/*end*/


/*start*/
.p_bar {
	CLEAR: both; MARGIN: 1px 0px; VERTICAL-ALIGN: middle;
}
.p_input { border:1px solid #dfdfdf; padding:0;
	MARGIN: 0px;WIDTH: 40px; HEIGHT: 17px! important; BACKGROUND-COLOR: white
}
.p_curpage { border:1px #fff solid;
	 VERTICAL-ALIGN: middle;  COLOR: red; MARGIN-RIGHT: 1px; BORDER-BOTTOM: #ffffff 1px solid
}
.p_total {
	BORDER-RIGHT: #ffffff 0px solid; BORDER-TOP: #ffffff 1px solid; VERTICAL-ALIGN: middle; BORDER-LEFT: #ffffff 1px solid; BORDER-BOTTOM: #ffffff 1px solid
}
.p_pages {
	BORDER-RIGHT: #ffffff 1px solid; BORDER-TOP: #ffffff 1px solid; VERTICAL-ALIGN: middle; BORDER-LEFT: #ffffff 1px solid; MARGIN-RIGHT: 1px; BORDER-BOTTOM: #ffffff 1px solid
}
.p_num {
	BORDER-RIGHT: #ffffff 1px solid; BORDER-TOP: #ffffff 1px solid; VERTICAL-ALIGN: middle; BORDER-LEFT: #ffffff 1px solid; MARGIN-RIGHT: 1px; BORDER-BOTTOM: #ffffff 1px solid
}
.syd_main_tit{margin: 2px auto 5px 10px;}
/*end*/
/*1000pxstart*/
.syd_thousandpx_main,.syd_thousandpx_foot{width:1000px;}
.syd_thousandpx_top{width:990px;height:33px; line-height:33px; text-align:center; padding-left:10px;font-size:14px;font-weight: bold;  background:url(../images/syd_top_tit_a.jpg);}
.syd_thousandpx_main{background:url(../images/syd_top_mian_a.jpg); padding:10px 0;}
.syd_thousandpx_foot{height:4px; background:url(../images/syd_top_foot_a.jpg); overflow:hidden;}
/*1000pxend*/

/*start*/
.syd_register_inf{min-height:180px;_height:180px;_overflow: visible;}
.syd_register_inf span{color:#CC0000;}
.syd_register_inf b{color: #009900; font-weight:normal;}
.syd_register_change{ margin-top:20px; height:15px; border:1px solid #43a3e6;}
.syd_register_change input{ vertical-align:middle;}
.syd_wz_a{padding-top:5px;*padding-top:2px; text-align:left;}
.syd_reg_zt_a{ color:#999;}
.syd_reg_link_a{height:1px; width:750px; background:#aaa; overflow:hidden;}
/*end*/



.chaxunjieguo{ margin:0 auto; width:1000px; background-color:#fff; padding-bottom:10px;height: auto;overflow:hidden;height:auto;
padding:0;}
.chaxunjieguo p{ font-size:12px; margin:10px 0 0 0;}
.chaxunjieguo_left{ width:228px; float:left;margin-top:-5px;_display:inline;}
.vertmenu {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
width: 228px;
margin: 0px auto;
border: 1px solid #ccc;
margin-top:15px;
}
.vertmenu h1 img { margin-right:5px;}

.vertmenu ul {
	margin: 0px;
	padding: 0px;
	border: none;	
}
.vertmenu ul li {
	margin: 0px;
	padding: 0px;
	list-style:none;
}
.vertmenu ul li a {
font-size: 12px;
display: block;
padding: 7px 0px 5px 20px;
text-decoration: none;
color: #666;
width:208px;
}
.vertmenu ul li a:hover, .vertmenu ul li a:focus {
color: #000000;
background-color: #eee;
}
.chaxunjieguo_right{width:750px;margin-left:20px; float:right; margin-top:-30px;min-height:355px;}
.chaxunjieguo_right h1{ font-size:16px; color:#0069c2; }
.chaxunjieguo_right h1 img{ margin:0 5px 2px 0;}
.chaxunjieguo_right h2{ border-bottom: 1px solid #ccc;}
.chaxunjieguo_right h2 img{ width:150px; height:5px; text-indent:0px;}
.chaxunjieguo_right h3{font-size:12px; text-align:left; color:#a49c97; height:13px; line-height:13px; padding-left:15px; padding-top:5px; margin-top:-5px;}
.chaxunjieguo_right h3 span{ color:#f00}
.chaxun_text { border-top: 1px solid #ccc; width:750px; position:relative}
.chaxun_wenxian{ position:absolute;top:4px; left:600px;}
.chaxunjieguo_right .chaxun_text{width:735px; margin:0; margin:10px 0;_margin:10px 0 0;display:block;font-size:14px; color:#009999;}
.chaxun_text img{ margin-right:5px;}
.chaxun_text span a{ font-size:12px; color:#000;font-weight:normal}
.chaxun_text span a:visited{ font-size:12px; color:#000; font-weight:normal;}
.chaxun_text h4{text-indent:0px; font-size:12px; font-weight:normal;}
.chaxun_text h4 span a{ color:#000; font-size:12px;}
.chaxun_text h4 span a:hover{color:#f00; text-decoration:none; font-size:12px;}
.chaxunjieguo_left,.chaxunjieguo_right{
height:auto;
margin-bottom:-32767px;
padding-bottom:32767px;
}
.chaxunjieguo_bottom{background-image:url(../images/chaxunjieguo_bottom.gif); background-repeat:no-repeat; width:229px; height:5px; overflow:hidden; }
.chaxun_wenxian{
	float:right;
}
.syd_chaxun_wenxian{float:left; *padding-top:5px;}
.syd_chaxun_wenxian{ width:590px; *line-height:17px;}
.syd_chaxun_wenxian_b{ float:right;padding-top:5px;}
.chaxun_text .syd_chaxun_wenxian a{ font-size:14px; color:#6eb327;margin-right:15px;}
.chaxun_text .syd_chaxun_wenxian a:visited{ font-size:14px; color:#6eb327;}

.lib_Menubox{width:860px;height: 28px;line-height:28px;}
.lib_Menubox li{ float:left; margin-right:10px;cursor:pointer;}
		.lib_Menubox li.hover {
			padding: 0px;
			color: #000;
			text-decoration:underline;
			height: 25px;
			line-height: 25px; }
.lib_Tab1 {
    margin-top:5px;
	width: 1000px;
	font-size: 12px; }
.lib_tabborder { border: 1px solid #fa0; }
 
.lib_Menubox {
	height: 28px;
	line-height: 28px;
	position: relative; }
 
	.lib_Menubox ul {
		margin: 0px;
		padding: 0px;
		list-style: none;
		position: absolute;
		top: 3px;
		left: 0;
		margin-left: 2px;
		height: 25px;
		text-align: center; }
 
	.lib_Menubox li {
		float: left;
		display: block;
		cursor: pointer;
		margin-left:5px;                  
		color: #949694;
		font-weight: bold;
		margin-right: 15px;                
		height: 25px;
		line-height: 25px; }  
 
		.lib_Menubox li.hover {
			padding: 0px;
			background: url(../images/lib_Menubox_bga.gif); 
		    padding-left:15px;
			padding-right:15px;
			color: #000;
			height: 25px;
			line-height: 25px; }
 
.lib_Contentbox {
	clear: both;
	border-top: none;
	height: 55px;                     
	text-align: left;
	padding-left:75px;
	padding-top: 5px;                   
	background: url(../images/lib_Menubox_bg.gif);}        
.hp_a{float:left; margin-right:10px; padding-top:2px;}
.hp_b{float:left;}
.hp_c{ display:block;float:left;margin-left:6px; padding-top:6px;*padding-top:8px;}
.lib_Contentbox .hp_c a{color:#000;}
.hp_d{ float:left;margin-top:2px;*margin-top:4px; background:#fff;height: 23px;overflow:hidden; }
.anniu_01{
    margin-top:2px;
    width:101px;
	height:24px;
	background:url(../images/js_btn.gif) no-repeat 0 0;
	border:0;
}

.syd_ziyuan_middle_bug{ text-align:center; padding-top:20px;}
.syd_ziyuan_middle_buga{ padding-bottom:20px;}
.syd_ziyuan_middle_bug h6 {display:block; font-size:13px; font-weight:normal;}
.syd_ziyuan_middle_bug h6 span{ display:block; height:20px;}
.chaxunjieguo_right .syd_tit_top{background:url(../images/tou_middleimg.gif); margin-top:14px;} 
.chaxunjieguo_right .syd_tit_top span{ display:block;float:left; font-size:12px; font-weight:700; color:#525252; height:20px; line-height:20px;  margin-top:7px;*margin-top:8px;}
.chaxunjieguo_right .syd_tit_top .syd_name_a{ width:150px; text-align:center;border-right:1px solid #bdbdbd;}
.chaxunjieguo_right .syd_tit_top .syd_name_b{ width:400px; text-align:center;border-right:1px solid #bdbdbd;}
.chaxunjieguo_right .syd_tit_top .syd_name_c{ width:35px; text-align:center;border-right:1px solid #bdbdbd;}
.chaxunjieguo_right .syd_tit_top .syd_name_d{ padding-left:5px;}
.chaxunjieguo_right .syd_tit_top .syd_name_e{ width:200px; text-align:center;border-right:1px solid #bdbdbd;}
.chaxunjieguo_right .syd_tit_top .syd_name_f{ width:215px; text-align:center;border-right:1px solid #bdbdbd;}
.chaxunjieguo_right .syd_tit_top .syd_name_i{ width:355px; text-align:center;border-right:1px solid #bdbdbd;}
.chaxunjieguo_right .syd_tit_top .syd_name_g{ width:120px; text-align:center;border-right:1px solid #bdbdbd;}
.chaxunjieguo_right .syd_tit_top .syd_name_h{ width:330px; text-align:center;border-right:1px solid #bdbdbd;}
.chaxunjieguo_right .syd_kx{ font-size:12px; color:#676767}
.chaxunjieguo_right .syd_kx td{ height:30px; line-height:30px;border-bottom:1px solid #eaeaea; padding-top:2px; *padding-top:0;}
.syd_right{ float:right;}

.sydpoe_ziyuan_middle{ border:#CCC 1px solid; border-bottom:none; border-top:none;padding-top:10px;}
.sydpoe_k{ padding:0 0 5px 5px;;}
.sydpoe{ width:210px; height:290px;text-align:left; overflow:auto;}
.sydpoe ul li{ color:#aaa;}
.sydpoe_fy{ width:200px;text-align:right;}
.sydpoe_bdk{ padding-top:10px;padding-left:200px;border:#CCC 1px solid; border-top:none; border-bottom:none; padding-bottom:10px;}
.sydpoe_bdk table td{ border-bottom:1px dashed #ddd;}
.sydpoe_foot{width:750px; height:5px; overflow:hidden; background:url(../images/sydpoe_foot.jpg);}


a.zxs_zx{ color:#F00;}
a.zxs_zx:hover{color:#F00;}
a.nzxs_zx{ color:#ddd;}
a.nzxs_zx:hover{color:#ddd;}


.mj_denglu{width:560px;  margin-top:100px; background-color:#f1f8fe;}
.mj_denglu_left{ background-image:url(../images/mj_denglu_left.gif); height:321px; width:6px; float:left}
.mj_denglu_right{ background-image:url(../images/mj_denglu_right.gif); height:321px; width:6px; float:left;}
.mj_denglu_middle{ background-color:#f1f8fe; border-bottom:#ccc 2px solid; border-top:#ccc 2px solid; width:548px; height:316px; float:left}
.mj_denlgumiddle_left{ width:220px; padding:40px 0 0 30px; float:left;}
.mj_denlgumiddle_right{ width:285px; float:right; border-left:#ccc 2px solid; height:150px;margin-left:10px; margin-top:18px;}
.mj_denlgumiddle_right p{margin-left:10px;line-height: 35px;}
.mj_denglu_Btn{ background-image:url(../images/mj_denglu_Btn.gif); height:18px; border:0; width:38px; line-height:normal; padding-top:-2px;*padding-top:4px;}

.message{margin-left:50px; margin-top:20px;}
.message h3{ text-align:left;margin-bottom:15px; margin-top:40px; font-size:16px;}
.message h4{font-weight:normal}

.syd_top_mian ol{
        width: 770px;
		list-style-position: inside;
		text-indent: 15px;
		line-height: 40px;
		font-size: 13px; }
		ol li { border-bottom: 1px dashed #ccc; }
.syd_zyzxk{
        padding:10px;
        list-style-type:none;
		border: 1px dashed #ccc;
		width:750px;
		margin-top:10px;
		}
	.syd_zyzxk li {
			text-align: left;
			float: left;
			list-style: none;
			width: 150px;
			height:25px;}
			.syd_zyzxk .syd_zyzxtit{font-size:15px; list-style:none; width:750px; font-weight:bold;}
			.syd_zyzxk .syd_zyzxfoot{list-style:none; width:750px; text-align:right; height:10px;}

.fwzn_tit_b{ color:#003366;font-weight:bold; font-size:14px;}

/*chat*/
.chat_box{width:400px; height:490px; background:url(../images/chatbg.jpg); border:1px solid #005195;}
.chat_into{border:1px solid #5ea7dc; margin:5px 4px 0;height:465px;background:#fff; overflow:auto; padding:10px 5px 5px;}
.chat_into h1{display:block; border-bottom:1px solid #43a3e6; font-size:15px; margin-bottom:10px; height:25px; line-height:25px;}
.chat_into h1 span{ display:block; float:left;}
.chat_into ul{ padding-left:20px;}
.chat_into ul li{height:50px;}
.chat_into ul li img { border:0; float:left; padding-left:10px;}
.chat_into ul li h2{display:block;padding:0;float:left; width:250px; background:#0af; margin:0;text-indent:0; margin-left:10px;}
.chat_into a{display:block; width:340px;border:1px solid #5ea7dc;color:#000; margin-bottom:5px;}
.chat_into a:hover{display:block; width:340px;border:1px solid #fa0;color:#43a3e6;  margin-bottom:5px;}
.big_into_chat ul{margin-left:45px;}
.big_into_chat ul li{ list-style-type:none;width:170px; margin-right:5px; float:left; margin-top:5px;}
.big_into_chat ul li img { float:left;border:0; padding-left:20px; width:25px; height:25px;}
.big_into_chat ul li a.nore,.big_into_chat ul li a.resp{ display:block;width:155px; padding:5px 0;*padding-top:15px;border:1px solid #5ea7dc;color:#000; float:left; margin-bottom:10px;}
.big_into_chat ul li a:hover.nore,.big_into_chat ul li a:hover.resp{display:block;width:155px; padding:5px 0;*padding-top:15px;border:1px solid #fa0; color:#43a3e6; text-decoration:none; }
.big_into_chat ul li a.resp,.big_into_chat ul li a:hover.resp{background: #adf;}
.big_into_chat ul li h2{display:block;padding:0;float:right; text-align:left; width:100px; margin:0;text-indent:0; margin-left:10px;}
/*DIY Search sydpoechang*/
.diy_tit{ text-align:center;height:24px; padding-left:10px; padding-top:6px; font-size:15px; font-weight:700;border-top:1px solid #5ea7dc; background:#cae9ff;}
.diy_con{ text-align:center;padding:10px; padding-left:20px;}
.diy_ff_bug{ margin-bottom:5px; *margin-bottom:0px;_margin-bottom:5px;}
.diy_tj{ min-height:10px; width: 900px;}
.diy_tj input{ height:15px;*height:12px;}
.diy_width_a,.diy_width_b,.diy_width_c{ display:block; float:left; height:30px;}
.diy_width_a{width:90px;}
.diy_width_b{width:300px;}
.diy_width_c{width:40px;}
.diy_width_c a{cursor: pointer;}
.diy_width_c_bug{padding-left:10px; _padding-left:5px; padding-top:2px; *padding-top:0; _padding-top:2px;}
.diy_none{display:none;}
.diy_padding{ padding-left:425px;}
.diy_padding_a{ padding-left:268px; margin-bottom:8px;}
.syd_erra{width:600px; height:190px; padding-top:56px; padding-left:360px; background:url(../images/errbg.gif);}
.syd_erra b{ font-size:15px;}
.syd_erra span{ color:#f00; font-weight:700; font-size:15px;}

/*20091117syd_hyzx*/
.myresources{margin-left:0;width:684px;background:#f6f9fc; height:20px; padding-top:5px; border-bottom:1px solid #dde4ea; text-align:center;}
.resources_td .inf_a{ border-bottom:1px solid #dde4ea; padding:10px 0;text-align:center; font-weight:700;}
.resources_td .inf_c,.resources_td .inf_b{ border-bottom:1px dashed #dde4ea; padding:5px 0; text-align:center;}
.resources_td .inf_b{ background:#f6f9fc;}
.resources_td .inf_d{ border-top:1px solid #ddd;}

/*20091118syd_zxslsjl*/
.syd_showlist{font-size:15px;font-weight:700; color:red; padding-top:70px; text-align:center;}
.syd_show_reply{ border:1px solid #ddd; padding:10px;}

.hyzx_left{float:left;}
.hyzx_tit{ width:700px;}
.hyzx_btn{background:url(../images/aniub.jpg) no-repeat; width:70px; height:40px; text-align:center; padding-top:2px; margin:0;}
.hyzx_btn a:hover{ color:#258;}

.dcmp-post{
background:url("../images/aniub.jpg") no-repeat scroll 0 0 transparent;
border:medium none;
color:#444444;
cursor:pointer;
height:25px;
letter-spacing:1px;
line-height:25px;
margin-left:5px;
margin-top:-3px;
overflow:hidden;
width:70px;
}
