/*=====初始化=====*/
body {
	font-family: "宋体", arial;
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #333;
	line-height: 20px;
	background-color: #fff;

}
div,form,img,ul,ol,li,dl,dt,dd{ margin: 0; padding: 0; border: 0; }
h1,h2,h3,h4,h5,h6 { margin: 0; padding: 0; }
a{ text-decoration: none; color: #333333; border: none; }
a:hover{ text-decoration: underline; }
ul{ list-style-type: none; }
.clear{clear: both;font-size: 1px;height: 0px;visibility: hidden;margin: 0px;padding: 0px;overflow: hidden;float: none;line-height: 0px;}
a{ blr: expression(this.onFocus=this.blur()); /* IE Opera */ outline: none; /* FF Opera */ }
a:focus{ -moz-outline-style: none; /* FF */ }
.clearfix:after,.content:after{ content: "."; display: block; height: 0; clear: both; visibility: hidden; }

/*弹出层样式*/
.popUpModal{ border: 3px solid #063d82; background-color: #FFFFFF; position: fixed; top: 17%; left: 50%; margin-left: -200px; display: none; }
.popUpTitle{ font-size: 12px; color: #063d82; line-height: 33px; background-color: #dce8f7; height: 33px; padding-left: 10px; }
.popUpClose{ height: 14px; width: 14px; overflow: hidden; position: absolute; top: 8px; right: 10px; }
.popUpClose a{ background: url(images/close.gif) no-repeat 0px 0px; height: 14px; width: 14px; display: block; }
.popUpClose a:hover{ background: url(images/close.gif) no-repeat 0px -14px; }
.popUpClose strong{ height: 14px; width: 14px; overflow: hidden; text-indent: -1000px; display: block; cursor: pointer; }
.popUpContent{ background-color: #ffffff; }
.popUpFoot{ background-color: #dce8f7; height: 24px; text-align: right; clear: both; padding: 6px 8px 0px 0px; }
.popUpFoot .popUpFoot_left{ float: left; padding-left: 10px; text-align: left; }
div.popUpDrag { cursor: move; }
.popUpOverlay { background-color: #000; }
* html div.popUpModal { position: absolute; top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px'); }
.popUpFailureMsg,.popUpSuccessMsg,.popUpMessage{font-size: 14px;line-height: 20px;color: #063d82;_height: 90px;min-height: 90px;padding: 10px 10px 10px 110px;background: url(images/msg_bg.gif) no-repeat 0px bottom;}
.input_1 { font-size: 12px; line-height: 18px; _line-height: 16px; color: #73735c; height: 18px; padding: 0px 8px; border: 1px solid #86a7c5; background: none; background: url(images/kcb_input.gif) repeat-x 0px 0px; width: auto; _width: 0; overflow: visible; }
.input_2 { font-size: 12px; line-height: 18px; _line-height: 16px; color:#CC0000; height: 18px; padding: 0px 8px; border: 1px solid #CC0000; background: none; background: url(images/kcb_input2.gif) repeat-x 0px 0px; width: auto; _width: 0; overflow: visible; }
.tips{ border: 1px solid #EABE6F; font-size: 12px; line-height: 20px; padding: 5px 5px 5px 20px; color: #333333; background: #FFFFCC url(images/tips.gif) no-repeat 6px 7px; margin:8px;}

/*=====主体和布局=====*/
.main{width:960px;margin: 0px auto;background: url(images/bg.jpg) no-repeat 0px 0px; padding-bottom:10px;}

	/*=====头部=====*/
.header{height: 192px;position: relative;}
	.header h1{position: absolute;left: 6px;top: 30px;background: url(images/logo.gif) no-repeat 0px 0px;height: 53px;width: 486px; display:none;}
		.header h1 strong{height: 53px;width: 486px;display: block;text-indent: -10000px;overflow: hidden;display:none;}	
	.header_nav{
	position: absolute;
	height: 37px;
	width: 750px;
	left: 117px;
	top: 144px;
}
		.header_nav ul{ margin:0px; padding:0px;}
		.header_nav li{float: left;width:100px;height:37px;background: url(images/header_nav_li.gif) no-repeat left center;padding-left: 3px;}
			.header_nav li a{line-height: 37px;background: url(images/header_nav_a.gif) no-repeat center -37px; display:block; width:100px; height:37px; overflow:hidden;}
			.header_nav li a:hover{background-position: center 0px;}
				.header_nav li a.header_nav_a{background-image: url(images/header_nav_a.gif);}
				.header_nav li a.header_nav_b{background-image: url(images/header_nav_b.gif);}
				.header_nav li a.header_nav_c{background-image: url(images/header_nav_c.gif);}
				.header_nav li a.header_nav_d{background-image: url(images/header_nav_d.gif);}
				.header_nav li a.header_nav_e{background-image: url(images/header_nav_e.gif);}
				.header_nav li a.header_nav_f{background-image: url(images/header_nav_f.gif);}
				.header_nav li a strong{display:block;width:100px;height:37px;overflow:hidden;text-indent: -10000px;cursor:pointer;}
			.header_nav li.header_nav_on a{background-position: center 0px;}
			.header_nav li.header_nav_first{background:none;}
	.header_subnav{position: absolute;right:48px;bottom: 19px;width:150px;height: 23px;text-align:center;font-size: 12px;line-height: 23px;font-weight: lighter;background:url(images/header_link.png) no-repeat 0 0;color: #11398f;}
		.header_subnav a{color: #11398f;}
	

		
		
	/*=====内容=====*/
.content{clear:both;}
.content:after{ content: "."; display: block; height: 0; clear: both; visibility: hidden; }
	/*左边结构修改2010-04-21*/.i_sidebar{float: left;width:190px; overflow:hidden; }
	
	
	
	.i_sidebar2{width: 230px;}
	
	/*右边结构2010-04-21*/.i_content{float:right;width:760px; position:relative; } 
	
	
	
	
	.i_content2{width: 710px;}

	/*=====底部=====*/
.footer{background: url(images/foot.gif) repeat-x 0px 0px;height: 104px; width:1002px;position: relative; margin:0px auto; clear:both;}
	.footer_logo{background: url(images/foot_logo.gif) no-repeat 0px 18px;height: 104px;width: 67px;position: absolute;left: 345px;top: 0px;}
	.footer_txt{position: absolute;left: 420px;top: 25px;}

.equal {padding-bottom: 32767px; margin-bottom: -32767px;}

/*=====板块=====*/

	/*=====登录区=====*/
.i_login{
	margin-bottom:5px;
	background-image: url(images/i_loginbg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 148px;
	width: 190px;
}
	.i_login_title{font-size: 14px;line-height: 30px;font-weight: bold;color: #385a84;height: 30px;padding-left: 40px;background: url(images/i_sidebar_title.gif) no-repeat 0px 0px; display:none;}
	.i_login_content{ padding-top:35px;}
	.i_login_tb{}
		.i_login_tb tfoot{background: url(images/i_login_tbody_line.gif) repeat-x 0px top;}
			.i_login_tb tfoot span{background: url(images/ico.gif) no-repeat 0px -36px;padding:0px 5px 0px 12px;}
				.i_login_tb tfoot span a{color:#3f58ab;font-weight: bold;}
			.i_login_txt{width:100px;height: 20px;border: 1px solid #a5acb2;}
			.i_login_button{height: 23px;background: url(images/i_login_button.gif) no-repeat 0px 0px;width:68px;font-size: 12px;line-height: 24px;color: #3e3e3e;border:none;}
	/*=====登录后的登录区=====*/
.i_login2{border: 1px solid #79a2d4; margin-bottom:5px; position:relative;padding: 1px;}
	.i_login2_title{font-size: 14px;line-height: 20px;color: #385a84;height: 40px;padding: 5px;background: #dae8ff url(images/ico.gif) no-repeat 8px -526px;border: 1px solid #dae8ff;}
.i_login2_title strong{padding-left: 25px;}
.i_login2_title span{display:block;font-size: 12px;line-height: 18px;}
	.i_login2_content{padding:10px 10px 10px 30px;color:#385a84;background-color: #dae8ff;}
	.i_login2_exit{position:absolute;right:5px;top:5px;font-size: 12px;line-height: 20px;color: #6d6d6d;height: 16px;width: 46px;font-weight: lighter;text-align: center;overflow:hidden;background: url(images/i_sidebar_more.gif) repeat-x 0px 0px;border: 1px solid #ccc;}
		.i_login2_exit a{color: #6d6d6d;text-decoration: none;}
		
	/*=====招生报名=====*/
.i_zsbm{margin-bottom:5px; margin-top:10px;}
	.i_zsbm_title{font-size: 14px;line-height: 26px;font-weight: bold;color: #385a84;height: 26px;padding-left: 10px;background: url(images/i_sidebar_title.gif) no-repeat 0px 0px;}
	.i_zsbm_title a{ color:#385a84;}
		.i_zsbm_title span{float: right;font-size: 12px;line-height: 20px;color: #385a84;height: 16px;width: 46px;font-weight: lighter;text-align: center;display: block;margin: 5px 5px 0px 0px;overflow:hidden;}
			.i_zsbm_title span a,.i_zsbm_title span a:hover{color: #385a84;text-decoration: none; display:inline;}
	.i_zsbm_content{}

	/*=====培训流程=====*/
.i_pxlc{margin-bottom:10px; margin-top:10px;}
	.i_pxlc_title{font-size: 14px;line-height: 26px;font-weight: bold;color: #385a84;height: 26px;padding-left: 10px;background: url(images/i_sidebar_title.gif) no-repeat 0px 0px;}
	.i_pxlc_title a{color:#385a84;}
		.i_pxlc_title span{float: right;font-size: 12px;line-height: 20px;color: #385a84;height: 16px;width: 46px;font-weight: lighter;text-align: center;display: block;margin: 5px 5px 0px 0px;overflow:hidden;}
			.i_pxlc_title span a,.i_pxlc_title span a:hover{color: #385a84;text-decoration: none; display:inline;}
	.i_pxlc_content{ text-align:center; padding-top:8px;}

	/*=====学习服务中心=====*/
.i_xxffzx{margin-bottom:5px;}
	.i_xxffzx_title{font-size: 14px;line-height: 30px;font-weight: bold;color: #385a84;height: 30px;padding-left: 40px;background: url(images/i_sidebar_title.gif) no-repeat 0px -130px; display:none;}
	.i_xxffzx_title a{ color:#295EA0;}
		/*.i_xxffzx_title span{float: right;font-size: 12px;line-height: 30px;height: 30px;background: url(images/ico.gif) no-repeat 0px -68px; padding:0px 10px 0px 15px;font-weight: lighter;display: block;}*/
		.i_xxffzx_title span{float: right;font-size: 12px;line-height: 20px;color: #6d6d6d;height: 16px;width: 46px;font-weight: lighter;text-align: center;display: block;margin: 5px 5px 0px 0px;overflow:hidden;background: url(images/i_sidebar_more.gif) repeat-x 0px 0px;border: 1px solid #cccccc;}
		.i_xxffzx_title span a,.i_xxffzx_title span a:hover{color: #6d6d6d;text-decoration: none;}
	.i_xxffzx_content{}
		.i_xxffzx_content ul{ padding-bottom:-1px; margin-bottom:-1px; overflow:hidden;}
			.i_xxffzx_content li{border-bottom: 1px solid #d2d2d2;background: url(images/i_xxffzx_content_li.gif) repeat-x 0px 0px;padding: 5px;}
			.i_xxffzx_content li h2{font-size: 12px;line-height: 25px;font-weight: bold;color: #333333;background: url(images/ico.gif) no-repeat 5px -404px;padding-left: 15px;} 
			.i_xxffzx_content li .i_xxffzx_content_txt{ padding-left:15px;}
.i_xxffzx2{border: 1px solid #79a2d4; }
.i_xxffzx2 .i_xxffzx_title{display: block;}	
	/*=====在线学友=====*/
.i_zxxy{margin-bottom:5px;border: 1px solid #79a2d4;}
	.i_zxxy_title{font-size: 14px;line-height: 28px;font-weight: bold;color: #385a84;height: 28px;padding-left: 40px;background: url(images/i_sidebar_title.gif) no-repeat 0px -160px;}
		/*.i_zxxy_title span{float: right;font-size: 12px;color: #6d6d6d;height: 28px;display: block;padding-right:10px;font-weight: normal;}
			.i_zxxy_title span a,.i_zxxy_title span a:hover{color: #6d6d6d;text-decoration: none;}*/
			.i_zxxy_title span{float: right;font-size: 12px;line-height: 20px;color: #6d6d6d;height: 16px;width: 46px;font-weight: lighter;text-align: center;display: block;margin: 5px 5px 0px 0px;overflow:hidden;background: url(images/i_sidebar_more.gif) repeat-x 0px 0px;border: 1px solid #cccccc;}
		.i_zxxy_title span a,.i_zxxy_title span a:hover{color: #6d6d6d;text-decoration: none;}
	.i_zxxy_content{}

	/*=====首页广告banner=====*/
.i_banner{width:508px; height:188px; border:1px solid #9bcae5; margin-left:10px;}
.i_banner2{ height:81px; margin-bottom:5px; overflow:hidden;}	


	/*=====培训政策=====*/
.i_pxzc{width:230px; position:absolute;top:0px; right:0px;}
	.i_pxzc_title{line-height: 26px;background: url(images/i_sidebar_title.gif) repeat-x 0px -52px;height: 26px;}
		.i_pxzc_title span{float: right;font-size: 12px;line-height: 20px;color: #dbedff;height: 16px;font-weight: lighter;display: block;margin: 5px 5px 0px 0px;padding: 0px 10px;overflow:hidden;}
			.i_pxzc_title span a,.i_pxzc_title span a:hover{color: #FFF;text-decoration: none;}
		.i_pxzc_title h2{font-size: 14px;line-height: 26px;font-weight: bold;color: #FFF;float: left;height: 26px;padding-left:10px;}
	.i_pxzc_content{height:60px;}
		.i_pxzc_content ul{padding:10px 5px;}
		.i_pxzc_content li{
	line-height:25px;
	background: url(images/ico.gif) no-repeat 5px -184px;
	height: 25px;
	padding-left: 15px;
	border-bottom: 1px dashed #CCCCCC;
	
}
.i_pxzc_content li a{width: 17em;height: 25px;
display:block;white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;}
		
		
	/*=====培训公告=====*/
.i_pxgg{margin-bottom:5px;width:230px; position:absolute;top:100px; right:0px;}
	.i_pxgg_title{line-height: 26px;background: url(images/i_sidebar_title.gif) repeat-x 0px -78px;height: 26px;}
		.i_pxgg_title span{float: right;font-size: 12px;line-height: 20px;color: #dbedff;height: 16px;font-weight: lighter;display: block;margin: 5px 5px 0px 0px;padding: 0px 10px;overflow:hidden;}
			.i_pxgg_title span a,.i_pxgg_title span a:hover{color: #FFF;text-decoration: none;}
		.i_pxgg_title h2{font-size: 14px;line-height: 26px;font-weight: bold;color: #FFF;float: left;height: 26px;padding-left:10px;}
	.i_pxgg_content{height: 60px;}
		.i_pxgg_content ul{ padding:10px 5px;}
		.i_pxgg_content li{line-height:25px;background: url(images/ico.gif) no-repeat 5px -188px;height: 25px;padding-left: 15px;border-bottom: 1px dashed #CCCCCC;}
		.i_pxgg_content li a{width: 17em;height: 25px;
display:block;white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;}
		
	/*=====权威师资=====*/
.i_qwsz{
	margin-bottom:5px;
	width:230px;
	position:absolute;
	top:200px;
	right:0px;
	height: 315px;
}
	.i_qwsz_title{line-height: 26px;background: url(images/i_sidebar_title.gif) repeat-x 0px -104px;height: 26px;}
		.i_qwsz_title span{float: right;font-size: 12px;line-height: 20px;color: #dbedff;height: 16px;font-weight: lighter;display: block;margin: 5px 5px 0px 0px;padding: 0px 10px;overflow:hidden;}
			.i_qwsz_title span a,.i_qwsz_title span a:hover{color: #FFF;text-decoration: none;}
		.i_qwsz_title h2{font-size: 14px;line-height: 26px;font-weight: bold;color: #FFF;float: left;height: 26px;padding-left:10px;}
	.i_qwsz_content{margin-top:5px;height: 267px; overflow:hidden;}
	.i_qwsz_content div{ }
		.i_qwsz_content ul{ padding:5px;}
		.i_qwsz_content li{
	line-height:18px;
	padding-left: 73px;
	min-height:45px;
	_height:45px;
	margin-bottom:5px;
}
	.i_qwsz_content li img{border: 1px solid #b2ccb9;width:63px;height:44px; margin-left:-70px; float:left;}
	.i_qwsz_content li span{ color:#dc6500;}
	.i_qwsz_content li.i_qwsz_libg{ background-color:#f2f2f2;}

	/*=====报读课程的学员=====*/
.i_bdkc{

	width: 365px;
	position:absolute;
	left:10px;
	top:520px; background:#f8f8f8;border: 1px solid #cccccc; border-right:none;
	padding-top:10px;
}/*2010_04_21修改绝对定位高度*/
	.i_bdkc_title{
	line-height: 28px;
	height: 28px;
	overflow: hidden;
	border-bottom: 1px dashed #cccccc;
}
		.i_bdkc_title span{ background:#CCC;float: right;font-size: 12px;line-height: 20px;color: #6d6d6d;height: 16px;font-weight: lighter;display: block;margin: 5px 5px 0px 0px;padding: 0px 10px;overflow:hidden;background: url(images/i_sidebar_more.gif) repeat-x 0px 0px;border: 1px solid #bdbdbd;}
			.i_bdkc_title span a,.i_bdkc_title span a:hover{color: #6d6d6d;text-decoration: none;}
		.i_bdkc_title h2{font-size: 14px;line-height: 28px;font-weight: bold;color: #385a84;background: url(images/ico.gif) no-repeat 10px -572px;float: left;height: 28px;padding-left:23px;}
	.i_bdkc_content{height:200px;}
		.i_bdkc_content ul{ padding:10px 5px;}
		.i_bdkc_content li{background: url(images/ico.gif) no-repeat 5px -188px;padding-left: 20px;height:30px;overflow:hidden;}
			.i_bdkc_content li span{color: #d48907;font-weight: bold;}
			.i_bdkc_content li em{color: #999999;line-height: 18px;text-align: right;display: block;padding-right: 5px;font-style: normal; margin-top:-19px;}
			.i_bdkc_content li strong{font-weight: lighter;}
				.i_bdkc_content li strong.i_book_color1{/*color: #0099cc;*/}
				.i_bdkc_content li strong.i_book_color2{/*color: #669900;*/}

	/*=====获得学分的学员=====*/
.i_hdxf{background:#f8f8f8;
	
	width: 385px;
	position:absolute;
	right:0px;
	top:520px;;border: 1px solid #cccccc; border-left:none; padding-top:10px;} /*2010_04_21修改绝对定位高度*/
	.i_hdxf_title{line-height: 28px;height: 28px;overflow: hidden;border-bottom: 1px dashed #cccccc;}
		.i_hdxf_title span{float: right;font-size: 12px;line-height: 20px;color: #385a84;height: 16px;font-weight: lighter;display: block;margin: 5px 5px 0px 0px;padding: 0px 10px;overflow:hidden;background: url(images/i_sidebar_more.gif) repeat-x 0px 0px;border: 1px solid #bdbdbd;}
			.i_hdxf_title span a,.i_hdxf_title span a:hover{color: #385a84;text-decoration: none;}
		.i_hdxf_title h2{font-size: 14px;line-height: 28px;font-weight: bold;color: #385a84;background: url(images/ico.gif) no-repeat 10px -572px;float: left;height: 28px;padding-left:23px;}
	.i_hdxf_content{height:200px;}
		.i_hdxf_content ul{ padding:10px 5px;}
		.i_hdxf_content li{background: url(images/ico.gif) no-repeat 5px -188px;padding-left: 20px;height:30px;overflow:hidden;}
			.i_hdxf_content li span{color: #d48907;font-weight: bold;}
			.i_hdxf_content li em{color: #999999;line-height: 18px;text-align: right;display: block;padding-right: 5px;font-style: normal; margin-top:-19px;}
			.i_hdxf_content li strong{font-weight: lighter;}
				.i_hdxf_content li strong.i_book_color1{/*color: #0099cc;*/}
				.i_hdxf_content li strong.i_book_color2{/*color: #669900;*/}
.list{ overflow:hidden;}


	/*=====列表=====*/
.list{margin-bottom:5px;border: 1px solid #838383;}
	.list_title{line-height: 26px;background: url(images/i_content_title.gif) repeat-x 0px -60px;height: 26px;border-bottom: 1px solid #838383;}
		.list_title span{float: right;font-size: 12px;line-height: 20px;color: #6d6d6d;height: 16px;font-weight: lighter;display: block;margin: 5px 5px 0px 0px;padding: 0px 10px;overflow:hidden;background: url(images/i_sidebar_more.gif) repeat-x 0px 0px;border: 1px solid #bdbdbd;}
			.list_title span a,.list_title span a:hover{color: #6d6d6d;text-decoration: none;}
		.list_title h2{font-size: 12px;line-height: 26px;font-weight: lighter;color: #333333;float: left;height: 26px;padding-left:15px;}
	.list_content{}
		.list_content ul{ padding:10px 20px;}
		.list_content li{line-height:35px;background: url(images/ico.gif) no-repeat 5px -183px;height: 35px;padding-left: 15px;border-bottom: 1px dashed #CCCCCC;font-size: 14px;}




.dqwz{font-size: 14px;line-height: 35px;height: 36px;font-weight: bold;color:#000000;width: 955px;margin: 10px auto 0px auto;}
.dqwz ul{margin: 0px auto;list-style-type: none;padding: 0px 20px 0px 0px;}
.dqwz li{float: right;height: 36px;padding-right: 20px;padding-left: 30px;background: url(images/lc.gif) no-repeat left 0px;position: relative;text-align: center;width: 137px;}
.dqwz li a{color:#000000;}

.dqwz li span{display:block;background: url(images/lc.gif) no-repeat right 0px;height: 36px;width: 20px;position: absolute;top: 0px;right: -20px;}
.dqwz li strong{display:block;background: url(images/lc.gif) no-repeat right -181px;height: 36px;width: 20px;position: absolute;top: 0px;right: -20px;}
.dqwz li.dqwz_a{background: url(images/lc.gif) no-repeat left -55px; color:#FFFFFF;}
	.dqwz li.dqwz_a a{color:#FFFFFF;}
	.dqwz li.dqwz_a span{background: url(images/lc.gif) no-repeat right -55px;}
	.dqwz li.dqwz_a strong{background: url(images/lc.gif) no-repeat right -236px;}
.dqwz li.dqwz_b{background: url(images/lc.gif) no-repeat left -110px;}
	.dqwz li.dqwz_b span{background: url(images/lc.gif) no-repeat right -110px;}
	.dqwz li.dqwz_b strong{background: url(images/lc.gif) no-repeat right -291px;}


.alert_box { height:96px; background:url(images/alert_box_bg.jpg) no-repeat; width:940px; }
	.alert_box h3 { color:#D36101; font-size:12px; padding:20px 0 0 220px; line-height:23px; }
		
		
.nrbox{background:#fff url(images/pxjh_nlbox_bg.gif) repeat-x;border:1px solid #79a2d4;margin-bottom: 10px;padding: 0 5px;;width:940px;}
		.nrbox h2 {height:26px;font-size:14px;margin-bottom: 10px; color:#385a84;padding: 30px 0 0 80px;background: url(images/dot_pxjh.gif) no-repeat 20px bottom;}	
		.nbox_table {border-collapse:collapse;background-color: #FFFFFF;margin-bottom:20px;}
			.nbox_table td{border: 1px solid #96C9DC;padding: 5px;}
			.nbox_table th{border: 1px solid #96C9DC;line-height: 30px;padding: 5px;font-size: 14px;background-color: #F3F8FC;}
				.nbox_table td.book strong{font-size: 14px;line-height: 25px;font-weight: bold;display: block;}
		.nbox_table2 {border-collapse:collapse;background-color: #FFFFFF;}
			.nbox_table2 td{border: 1px solid #96C9DC;padding: 2px;}
			.nbox_table2 th{border: 1px solid #96C9DC;line-height: 25px;padding: 2px;font-size: 12px;background-color: #F3F8FC;}
		
		
		
.nibox {border:1px solid #dae8ff;margin:0 9px 15px 9px;padding:10px;background-color: #FFFFFF;}
.nibox h3{font-size: 12px;line-height: 25px;font-weight: bold;color: #d16200;height: 25px;}

.nibox ul{ padding:10px 20px;}
.nibox li{line-height:35px;background: url(images/ico.gif) no-repeat 5px -183px;height: 35px;padding-left: 15px;border-bottom: 1px dashed #CCCCCC;font-size: 14px;}
.nibox_content{font-size: 14px;}
.nibox_content_title{
	padding: 8px 0px;
}
.nibox_content_title h1{font-size: 18px;line-height: 30px;font-weight: bold;color: #333333;border-bottom: 1px dashed #CCCCCC;text-align: center;}
.nibox_content_title span{font-size: 12px;line-height: 30px;color: #666666;text-align: center;display: block;}
.nibox_content p{text-indent: 2em;}
.zsbm{background:#FFFFFF url(images/zsbm.jpg) no-repeat 0px bottom;padding-bottom:180px;}
.zsbm .nibox_content{padding:30px 80px 10px 170px;line-height: 30px;}


.guide{background-color: #f1f4f6;line-height: 25px;height: 25px;padding-left: 20px; margin-bottom:8px;}
.jf_title1{background: url(images/jf_wsjf.gif) no-repeat 0px 10px;height: 83px;width:890px;margin: 0px auto;padding-top: 10px;}
.jf_title2{background: url(images/jf_bmdjf.gif) no-repeat 0px 10px;height: 83px;width:890px;margin: 0px auto;padding-top: 10px;}
.jf_wszf{width:800px;margin:0px auto; padding-bottom:10px;}
	.jf_wszf ul{background: url(images/jf_wsjf_li.gif) no-repeat 0px 0px;padding:0px;}
	.jf_wszf li{line-height: 28px;height: 28px;overflow: hidden;padding-left:30px;font-size: 14px;background: none;border:none;}
.jf_wszf li.jf_wszf_bg{background-color: #f3f3f3;}
button.button_wsjf{background: url(images/jsbutton.gif) no-repeat 0px 0px;height: 34px;width: 147px;border:none;}

.bmzy_title1{background: url(images/bmzy_bmbz.gif) no-repeat 0px 10px;height: 83px;width:890px;margin: 0px auto;padding-top: 10px;}
.bmzy_title2{background: url(images/bmzy_xcbm.gif) no-repeat 0px 10px;height: 83px;width:890px;margin: 0px auto;padding-top: 10px;}
.bmzy_wszf{width:800px;margin:0px auto; padding-bottom:10px;}
	.bmzy_wszf ul{padding:0px;}
	.bmzy_wszf li{background: url(images/jf_wsjf_li.gif) no-repeat 0px 1px;line-height: 28px;height:auto;padding-left:30px;font-size: 14px;border:none; overflow:visible; clear:both;}
		.bmzy_wszf li table a{
	font-size: 12px;
	color: #3399FF;
	margin-left:10px;
}

.dqzt{background: url(images/i_content_title.gif) repeat-x 0px -86px;line-height: 27px;height: 27px;border: 1px solid #bac5cd;}
	.dqzt h2,.dqzt h3{font-size: 12px;line-height: 27px;color: #0b7700;height: 27px;width: 140px;font-weight: lighter;background: url(images/ico.gif) no-repeat 15px -442px;padding-left:30px;float:left;}
	.dqzt h3{color: #660000;background-position: 15px -482px;}

	/*=====登陆前后课程介绍部分=====*/

/*.i_kcjs{border: 1px solid #616162;background-color: #e5e5e5;padding: 2px;margin-bottom:5px;}
.i_kcjs_bg{background-color: #f5f5f5;padding:3px;}*/
.i_kcjs{
	position: absolute;
	left: 10px;
	top: 200px;
	height:290px;
	width:510px;
	 padding:0px;
}

.i_kcjs_title{line-height:18px;height:18px;overflow: hidden;border-bottom:0px dashed #cccccc;}
		.i_kcjs_title span{float: right;font-size: 12px;line-height: 20px;color: #6d6d6d;height: 16px;font-weight: lighter;display: block;margin: 5px 5px 0px 0px;padding: 0px 10px;overflow:hidden;background: url(images/i_sidebar_more.gif) repeat-x 0px 0px;border: 1px solid #bdbdbd;}
			.i_kcjs_title span a,.i_kcjs_title span a:hover{color: #6d6d6d;text-decoration: none;}
			
		.i_kcjs_title h2{font-size: 14px;line-height:24px;font-weight: bold;color: #385a84;background: url(images/ico.gif) no-repeat 10px -572px;float: left;height: 28px;padding-left:23px;}
		
.i_kcjs_bg{ padding:0px;}
	.i_kcjs:after,.i_kcjs_bg:after{ content: "."; display: block; height: 0; clear: both; visibility: hidden; }		
	.i_kcjs_block_a,.i_kcjs_block_b{}
	/*.i_kcjs_block_b{margin-left:5px;}*/
		.i_kcjs_block_title{height: 30px;overflow:hidden; display:none;}
			.i_kcjs_block_title h1{height: 30px;font-size: 14px;line-height: 30px;font-weight: bold;color: #fff;float: left;background: url(images/ico.gif) no-repeat 10px -223px;padding-left:25px;}
			.i_kcjs_block_title span{float: right;font-size: 12px;line-height: 20px;color: #6d6d6d;height: 16px;font-weight: lighter;display: block;margin: 5px 5px 0px 0px;padding: 0px 10px;overflow:hidden;background: url(images/i_sidebar_more.gif) repeat-x 0px 0px;border: 1px solid #3c81c9;}
				.i_kcjs_block_title span a,.i_kcjs_block_title span a:hover{color: #6d6d6d;text-decoration: none;}
			
		/*改尺寸2010-04-21*/	.i_kcjs_block_content{position: relative;padding:0 10px;}
			
			
			.i_kcjs_block_content_login{padding-top:0px; margin:10px 0; height:84px; border:1px #257bb2 solid;overflow:hidden;}/*2010_04_21修改高度*/
			
			
				.i_kcjs_block_content_txt{
	position: absolute;
	left: 45px;
	top:35px;
	font-size: 12px;
	line-height:18px;
	height: 45px;

}
				.i_kcjs_block_content_txt1{
	position: absolute;
	left:20px;
	top:6px;_top:14px;
	font-size: 12px;
	line-height: 30px;
}
					.i_kcjs_block_content_txt1 strong{ font-weight:bold; font-size:14px; color:#385a84;}/*2010_04_21修改字体*/
					.i_kcjs_block_content_txt span{line-height: 16px;display: block;margin-top:-5px;text-indent: 5em;}
					
						.i_kcjs_block_content_txt_bd{line-height: 20px;height: 20px;padding-top: 30px;}
.i_kcjs_block_content_button{height:44px;width:114px;margin:0px auto;}/*2010_04_21 按钮*/
.i_kcjs_block_content_button a{height:44px;width: 114px;text-indent: -1000px;  display:block;}/*2010_04_21 按钮*/

.i_kcjs_block_content_jg{ position:absolute; top:62px; left:69px;}
		
		
		
					
					
/*2010_04_21 按钮*/					.i_kcjs_block_content_login .i_kcjs_block_content_button{
	position: absolute;
	height:44px;
	width: 120px;
	right:4px;
	top: 15px;
}
				.i_kcjs_block_content2{padding:5px 10px;}
					.i_kcjs_block_content2 h2{font-size: 12px;line-height: 25px;font-weight: bold;color: #333333;background: url(images/ico.gif) no-repeat 5px -404px;padding-left: 15px;}
					.i_kcjs_block_content2 ul{ padding-left:10px;}
					.i_kcjs_block_content2 li{line-height:25px;background: url(images/ico.gif) no-repeat 5px -186px;height: 25px;padding-left: 15px;}
				.i_kcjs_block_foot{height: 65px; padding:6px;}

.i_kcjs_block_a .i_kcjs_block_title{border: 1px solid #026ad2; background:#e7faf4;}
.i_kcjs_block_b .i_kcjs_block_title{border: 1px solid #299b01;background:#e7faf4;}
.i_kcjs_block_a .i_kcjs_block_content{background:#e7f6fa; }
.i_kcjs_block_b .i_kcjs_block_content{background:#dbedf8;}
.i_kcjs_block_a .i_kcjs_button_a{background: url(images/i_kcjs_block_content_button.gif) no-repeat 0px 0px;}

.i_kcjs_block_a .i_kcjs_button_b{background: url(images/i_kcjs_block_content_button.gif) no-repeat 0px -44px;}
.i_kcjs_block_a .i_kcjs_button_c{background: url(images/i_kcjs_block_content_button.gif) no-repeat 0px -88px;}
.i_kcjs_block_a .i_kcjs_button_d{background: url(images/i_kcjs_block_content_button.gif) no-repeat 0px -132px;}
.i_kcjs_block_a .i_kcjs_button_e{background: url(images/i_kcjs_block_content_button.gif) no-repeat 0px -176px;}
.i_kcjs_block_a .i_kcjs_button_f{background: url(images/i_kcjs_block_content_button.gif) no-repeat 0px -220px;}
.i_kcjs_block_a .i_kcjs_button_g{background: url(images/i_kcjs_block_content_button.gif) no-repeat 0px -264px;}
.i_kcjs_block_a .i_kcjs_button_h{background: url(images/i_kcjs_block_content_button.gif) no-repeat 0px -308px;}

.i_kcjs_block_b .i_kcjs_button_a{background: url(images/i_kcjs_block_content_button.gif) no-repeat 0px 0px;}
.i_kcjs_block_b .i_kcjs_button_b{background: url(images/i_kcjs_block_content_button.gif) no-repeat 0px -44px;}
.i_kcjs_block_b .i_kcjs_button_c{background: url(images/i_kcjs_block_content_button.gif) no-repeat 0px -88px;}
.i_kcjs_block_b .i_kcjs_button_d{background: url(images/i_kcjs_block_content_button.gif) no-repeat 0px -132px;}
.i_kcjs_block_b .i_kcjs_button_e{background: url(images/i_kcjs_block_content_button.gif) no-repeat 0px -176px;}
.i_kcjs_block_b .i_kcjs_button_f{background: url(images/i_kcjs_block_content_button.gif) no-repeat 0px -220px;}
.i_kcjs_block_b .i_kcjs_button_g{background: url(images/i_kcjs_block_content_button.gif) no-repeat 0px -264px;}
.i_kcjs_block_b .i_kcjs_button_h{background: url(images/i_kcjs_block_content_button.gif) no-repeat 0px -308px;}







.i_kcjs_block_a .i_kcjs_block_content2{background-color:#fdfeff;}
.i_kcjs_block_b .i_kcjs_block_content2{background-color:#fdfeff;}
.i_kcjs_block_a .i_kcjs_block_foot{background-color:#fdfeff;}
.i_kcjs_block_b .i_kcjs_block_foot{background-color:#fdfeff;}
					
	.i_kcjs_content{padding:9px;clear: both;float: none; height:82px; overflow:hidden; display:none;}
		.i_kcjs_content ul{padding-left:8px;}
		.i_kcjs_content li{font-size: 14px;line-height: 30px;height: 30px;background: url(images/ico.gif) no-repeat 5px -146px;padding-left:25px; overflow:hidden;}
		
.i_kcjs_ny{position: static;_height:470px;min-height:470px;width:auto;}
.i_kcjs_ny .i_kcjs_title{ margin-bottom:5px;}
.i_kcjs_ny .i_kcjs_block_content2{ position:relative; width:710px; height:165px; border:none; background:#fff;}/*2010-04-21*/
.i_kcjs_ny .i_kcjs_block_content2 .i_kcjs_block_content_txt{
	position: static;
	font-size: 12px;
	line-height: 25px;
	border-bottom: 1px dashed #3b5b9b;
	padding-bottom:5px;
	margin-bottom:5px;
}
.i_kcjs_ny .i_kcjs_block_a,.i_kcjs_ny .i_kcjs_block_b{width: 346px; float:left;}	
.i_kcjs_ny .i_kcjs_block_b{float:right;}
.i_kcjs_ny .i_kcjs_content{padding:9px;clear: both;float: none; height:82px; overflow:hidden; display:none;}
		.i_kcjs_ny .i_kcjs_block_content2 ul{ padding-left:5px;}
					.i_kcjs_ny .i_kcjs_block_content2 li{line-height:25px;background: url(images/ico.gif) no-repeat 0px -186px;height: 25px;padding-left: 5px; margin-left:-5px;}
.pxkc{_height:440px;min-height:440px;}	
.pxkc:after{ content: "."; display: block; height: 0; clear: both; visibility: hidden; }
					
/*在线学友*/
.msg_main ul{ padding:5px 0px 5px 8px}
.msg_main li{ background-color:#fff; height: 38px; width: 95px; float: left; padding: 3px; overflow: hidden; margin: 0px 0px 10px 3px; border: 1px solid #D6DEE6; }
.msg_main_people{ height: 38px; width: 30px; float: left; overflow: hidden; }
.msg_main_people img{ height: 38px; width: 30px; }
.msg_main_name{font-size: 12px;line-height: 20px;float: left;width: 51px;height: 20px;padding-left: 5px;color: #07438C;text-align: left;}
.msg_main_name span{color: #566B76;}
.msg_email,.msg_mag{ float: left; width: 18px; height: 18px;}
.msg_mag{ margin-left: 10px; }
.msg_email a,.msg_mag a{ background: url(images/msg_main_ico.gif) no-repeat 4px 4px; width: 18px; height: 18px; text-indent: -1000px; display: block; overflow: hidden; }
.msg_mag a{ background-position: 4px -35px; }
.msg_email a:hover{ background: url(images/msg_main_ico.gif) no-repeat 4px 3px; }
.msg_mag a:hover{ background-position: 4px -36px; }




.kcxxT { width:100%; color:#14618C; border-bottom:2px solid #CFE9F2; height:30px; line-height:30px;}

.kcxxT h4 { color:#14618C; font-size:14px; float:left;}

.kcxxT strong  { float:right;}

.kcxxT img  { margin-top:7px;}

.module4 { width:100%; clear:both; margin-bottom:4px;}

.module4_title { background:url(images/module4_title.gif) repeat-x; height:26px; line-height:26px; clear:both; border:1px solid #A7C5E2;}

.module4_title h3{ font-size:12px; color:#14618C; float:left; text-indent:0.5em;}
.module4_title h3 a:link,.module4_title h3 a:visited,.module4_title h3 a:hover,.module4_title h3 a:active { color:#14618C; text-decoration:none;}

.describe { color:#14618C; float:right; margin:6px 5px 0 0;}

.describe a:link,.describe a:visited,.describe a:hover,.describe a:active { color:#14618C; text-decoration:none;}

.module4_content {border-left:1px solid #A7C5E2; border-right:1px solid #A7C5E2; border-bottom:1px solid #A7C5E2; background:#fff;}

.module4_text { width:100%;}
.module4_text li{ width:100%;}
.module4_text li h5{ font-size:12px; color:#4E4E4E;}
.module4_text li ul{ margin-left:12%; list-style:none; line-height:22px;}

.notify h3{ font-size:12px; color:#f00; height:25px; line-height:25px;}

.notify2 { background:#FFFDC5; border:1px solid #FFF5B0; height:25px; line-height:25px;}

.notify2  strong{ color:#f00; float:left;}

.notify_list { width:100%; clear:both;}

.notify_list1 {width:100%; position:relative;}

/*.list1 { width:100%; clear:both;}

.list1 li {line-height:24px; width:100%; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}

.list1 li {width:100%; position:relative; z-index:10;}*/

.editLayer { border:1px solid #BBBAB6; background:#F7F7F5; position:absolute; right:0px; top:22px; padding:5px 0; text-align:center;}

.editLayer div { margin:7px 0;}

.editLayer a { padding:2px 20px; color:#383838;}

.editLayer a:link,.editLayer a:visited { border:1px solid #F7F7F5;}

.editLayer a:hover,.editLayer a:active { text-decoration:none; background:#E7F4F9; border:1px solid #A1D4E9;}


.search_k{ margin-bottom:10px;}
.search_k fieldset legend{font-size: 14px;margin-left: 10px;}
.search_content{ padding:15px;}

#zt1,#zt2,#zt3{background: url(images/zt1.jpg) no-repeat 0px 0px;height: 639px;width: 1002px;position: absolute;left: 50%;top: 50%;margin-top: -320px;margin-left: -501px;}
#zt2 {background: url(images/zt2.jpg) no-repeat 0px 0px;}
#zt3 {background: url(images/zt3.jpg) no-repeat 0px 0px;}
.ztnr1 {position:absolute;left:49px;top:163px;width:189px;height:155px;z-index:1;line-height: 18px;text-indent: 2em;}
.ztnr2 {position:absolute;left:283px;top:211px;width:146px;height:103px;z-index:2;line-height: 18px;text-indent: 2em;}
.ztnr3 {position:absolute;left:219px;top:367px;width:180px;height:114px;z-index:3;line-height: 18px;text-indent: 2em;}
.ztnr4 {position:absolute;left:475px;top:122px;width:480px;height:350px;z-index:4;text-align: left;overflow:hidden;}
.ztnr4 object{width:480px;height:350px;margin:0px;padding:0px;position: absolute;z-index: 1;left: 0px;top: 0px;}
.ztnr5 {position:absolute;left:110px;top:570px;width:254px;height:60px;z-index:5;}
.ztnr6 {position:absolute;left:390px;top:570px;width:620px;height:60px;z-index:6;}
.ztnr_link{position:absolute;right:200px;bottom:82px;width:160px;z-index:8;}
/*.ztnr_link a{text-indent: -1000px;display: block;height: 50px;width: 140px;overflow: hidden;}*/

#zt3 .ztnr1{position:absolute;left:49px;top:150px;width:189px;height:155px;z-index:1;line-height: 18px;text-indent: 2em;}
#zt3 .ztnr2{position:absolute;left:287px;top:149px;width:146px;height:103px;z-index:2;line-height: 18px;text-indent: 2em;}
#zt3 .ztnr3{position:absolute;left:242px;top:322px;width:180px;height:114px;z-index:3;line-height: 18px;text-indent: 2em;}
#zt3 .ztnr4{position:absolute;left:483px;top:122px;width:480px;height:350px;z-index:4;text-align: left;overflow:hidden;}
#zt3 .ztnr5{position:absolute;left:110px;top:570px;width:254px;height:60px;z-index:5; color:#FFF;}
#zt3 .ztnr6{position:absolute;left:411px;top:570px;width:620px;height:60px;z-index:6;color:#FFF;}



.STYLE1{color: #ff0000;}
a.lt:link,a.lt:visited{ color:#FFC;}

/*2010-04-22版*/
.xxzx_bg{ background: #FFF url(images/xxzx_bg.jpg) repeat-x; border:1px #9bcae5 solid; width:700px; min-height:161px;_height:161px; margin:0 0 10px 0;  position:relative;}
.xxzx_bg h2{font-size: 14px;line-height: 28px;font-weight: bold;color: #385a84;float: left;height: 28px; margin:10px 0 0 15px; padding:0px; }
.xxzx_bg p{width:650px;clear:both; margin:0px 0 0 50px; padding:0px; line-height:24px; }
.xxzx_bg hr{   border:0px; border-bottom:1px  #9bcae5 dotted;width:550px; margin-left:5px; padding:0px; text-align:left; height:0px;}
.x_np{border-bottom:1px #d1ece4 solid; width:450px; margin-left:15px;}

.xxzx_bg1{ background: #FFF url(images/xxzx_bg.jpg) repeat-x; border:1px #d1ece4 solid; width:950px; min-height:161px;_height:161px;; margin-top:10px; position:relative;}
.xxzx_bg1 h2{font-size: 14px;line-height: 28px;font-weight: bold;color: #385a84;float: left;margin:10px 0 0 15px; padding:0px;}

.xxzx_bg1 p{clear:both; margin:0px 0 0 50px; padding:0px; line-height:24px;  }


.xxzx_bg1 hr{   border:0px; border-bottom:1px  #d1ece4 solid;width:720px; margin:0px; padding:0px; text-align:left; height:0px;}


a.xbt{
	background:url(images/i_kcjs_block_content_button.gif) no-repeat;
	background-position:0 0;
	width:114px;
	height:44px;
	position:absolute;
	display:block;
	left: 569px;
	top: 49px;text-indent: -1000px; overflow:hidden;
}
a.xbt1{
	background:url(images/i_kcjs_block_content_button.gif) no-repeat;
	background-position:0 0;
	width:114px;
	height:44px;
	position:absolute;
	display:block;
	right:69px;
	top: 49px;_top:69px;text-indent: -1000px; overflow:hidden;
}


a.i_kcjs_button_a{background: url(images/i_kcjs_block_content_button.gif) no-repeat 0px 0px;}
a.i_kcjs_button_b{background: url(images/i_kcjs_block_content_button.gif) no-repeat 0px -44px;}
a.i_kcjs_button_c{background: url(images/i_kcjs_block_content_button.gif) no-repeat 0px -88px;}
a.i_kcjs_button_d{background: url(images/i_kcjs_block_content_button.gif) no-repeat 0px -132px;}
a.i_kcjs_button_e{background: url(images/i_kcjs_block_content_button.gif) no-repeat 0px -176px;}
a.i_kcjs_button_f{background: url(images/i_kcjs_block_content_button.gif) no-repeat 0px -220px;}
a.i_kcjs_button_g{background: url(images/i_kcjs_block_content_button.gif) no-repeat 0px -264px;}
a.i_kcjs_button_h{background: url(images/i_kcjs_block_content_button.gif) no-repeat 0px -308px;}




.i_xxffzx_top{ width:190px; height:5px;background: url(images/xxffzx.gif) no-repeat; background-position:0 0px;}
.i_xxffzx_bttom{ width:190px; height:48px;background: url(images/xxffzx.gif) no-repeat; background-position:0 -59px; margin-top:-35px;
z-index:1;}
.i_xxffzx_content1{width:172px; min-height:90px; _height:90px; background:#e5f2fc; border:1px #a5c0e0 solid; border-top: none; border-bottom:none;  padding:5px 7px 0 8px;z-index:2;} /*2010-04-21 联系方式*/
.i_xxffzx_content1 table{ position:relative;}
.i_xxffzx_content1 strong{ color:#426081; }
.i_xxffzx_content1 p{ margin:5px 0px 0 0; padding:0px; width:170px;color:#426081; line-height:18px;}
.btextab{ font-size:18px; color:#426081;font-weight:bold;}

.sk{position:absolute;
	left:-60px;
	width: 120px;
	top: 4px;
}
.i_kcjs_block_content_txt span.sk1{
	text-align:left;
	text-indent:0px;
	position:absolute;
	width: 211px;
	left: 60px;
	top: 3px;

}

.all_new{ background:#CCC; width:700px; min-height:400px; clear:both;}


	/*=====友情链接=====*/
.i_yqlj{margin-bottom:5px; margin-top:10px;}
	.i_yqlj_title{font-size: 14px;line-height: 26px;font-weight: bold;color: #00009b;height: 26px;padding-left: 10px;background: url(images/i_sidebar_title.gif) no-repeat 0px 0px;}
	.i_yqlj_title a{ color:#385a84;}
		.i_yqlj_title span{float: right;font-size: 12px;line-height: 20px;color: #007f38;height: 16px;width: 46px;font-weight: lighter;text-align: center;display: block;margin: 5px 5px 0px 0px;overflow:hidden;}
			.i_yqlj_title span a,.i_yqlj_title span a:hover{color: #007f38;text-decoration: none; display:inline;}
	.i_yqlj_content{ height:30px;}
	
	
.byBtn {display:block; width:190px; height:31px; background:url(images/by_btn.jpg) no-repeat 0 0; }

.professional_regTable { width:170px;padding:0 8px;border-width:1px 2px 2px;border-style:solid;border-color:#f4f4f4;}
.orange { color:#F60;}
/*=联系方式=*/
.i_contactUs { background-color:#f4f4f4;}
.i_contactUs table {padding:10px;color:#205a8c;}
/*=主内容导航=*/
.i_kcjs_title2{line-height:29px;height:29px;padding:1px 1px 0;background-color:#325d94;border-bottom:0px dashed #cccccc;overflow: hidden;}
		.i_kcjs_title2 span{float: right;font-size: 12px;line-height: 20px;color: #6d6d6d;height: 16px;font-weight: lighter;display: block;margin: 5px 5px 0px 0px;padding: 0px 10px;overflow:hidden;background: url(images/i_sidebar_more.gif) repeat-x 0px 0px;border: 1px solid #bdbdbd;}
			.i_kcjs_title2 span a,.i_kcjs_title2 span a:hover{color: #6d6d6d;text-decoration: none;}
.i_kcjs_title2 h2{height: 27px;padding-left:35px;line-height:27px;font-weight: bold;font-size: 14px;background: url(images/ico.gif) no-repeat 10px -604px;border-top:1px solid #708eb4;color: #fff;}
/*=右侧栏底=*/
.i_rightBg { position:absolute;right:0;top:0;width:230px;height:938px;background-color:#eef3fa;}