/* CSS Document */

/* Default ***************************************************/

* {
	font-family:Verdana, Arial, Helvetica, sans-serif;	
	padding:0;
	margin:0;
	}

body{color:#333;font-size:12px;}

a { text-decoration:none; color:#333}

a:hover { text-decoration:underline;}

li {
	list-style:none;
	}

.div_center {
	margin:0 auto!important;
	}

.div_left {
	float:left!important;
	}
	
.div_right {
	float:right!important;
	}

.text_bold {
	font-weight:bold;
	}

.text_left {
	text-align:left!important;
	}

.text_center {
	text-align:center;
	}

.text_right {
	text-align:right;
	}

.li_h li {
	float:left!important;
	}

.li_v li {
	float:none!important;
	}

.li_nonestyle {
	list-style:none!important;
	}

.li_none li {
	background:none!important;
	}

.autoheight {
	height:auto!important;
	}

.autoheight {
	margin-bottom:-10000px;
	padding-bottom:10000px;
	}

/* Font ******************************************************/

.text_f13 {
	font-size:13px!important;
	}

.text_f14 {
	font-size:14px!important;
	}

.text_bold {
	font-weight:bold;
	}

.text_yellow {
	color:yellow!important;
	}

.text_gray {
	color:#999;
	}
	
.text_red {
	color:#dd4252;
	}

.text_green {
	color:#006600!important;
	}
	
.text_orange {
	color:#FF9900!important;
	}
	
.text_blue {
	color:#0066FF!important;
	}
			
.text_normal {
	font-weight:normal!important;
	}	
	
	
/* Space *****************************************************/

.marg_both {
	margin:10px auto;
	}

.marg_btm {
	margin-bottom:10px!important;
	}

/* Banckground ***********************************************/

.bg_gray {
	background:#f8f8f8;
	}

.bg_ly {
	background:#fbfed6;
	}

/* Btn *******************************************************/

.btn_blue {
	background:url(../images/btn_blue.gif) no-repeat;
	width:65px;
	height:24px;
	display:block;
	cursor:pointer;
	border:0;
	color:white;
	line-height:24px;
	}

.btn_blue_1 {
	background:url(../images/btn_blue_1.gif) no-repeat;
	width:80px;
	height:20px;
	display:block;
	cursor:pointer;
	border:0;
	color:white;
	line-height:20px;
	}

.btn_gray {
	background:url(../images/btn_gray.gif) no-repeat;
	width:65px;
	height:20px;
	display:block;
	cursor:pointer;
	border:0;
	color:white;
	line-height:20px;
	}
	
/* Top *******************************************************/

#top {
	width:1000px;
	height:140px;
	overflow:hidden;
	background:#0099FF;
	margin:0 auto;
	}

#top_logo {
	width:100%;
	height:100px;
	overflow:hidden;
	}

#top_logo li {
	list-style:none;
	}

#top_nav {
	width:100%;
	height:40px;
	overflow:hidden;
	background:url(../images/bg_nav.jpg) repeat-x;
	}

#top_nav ul {
	width:980px;
	padding-left:20px;
	height:40px;
	}

#top_nav li {
	list-style:none;
	float:left;
	height:40px;
	line-height:40px;
	padding:0 2px;
	color:#94d7fc;
        margin-left: 5px;
	}

#top_nav li a {
	font-size:14px;
	color:white;
	font-weight:bold;
	text-decoration:none;
	}

#top_nav li a:hover {
	color:yellow;
	} 

.logo_01 {
	width:310px;
	height:100px;
	background:url(../images/logo_01.jpg) no-repeat;
	}

.logo_02 {
	width:500px;
	height:100px;
	background:url(../images/logo_02.jpg) no-repeat;
	}

.logo_03 {
	width:190px;
	height:99px;
	margin-top:1px;
	background:url(../images/logo_03.jpg) repeat-y;
	}

.portal {
	width:260px;
	height:30px;
	float:right;
	/* background:url(../images/portal_bg.jpg) no-repeat; */
	margin-right:10px;
	}

.portal ul {
	width:100%;
	height:30px;
	}

.portal li {
	float:right!important;
	height:30px;
	line-height:30px;
	padding:0 5px;
	}


/* Body ******************************************************/

#body_box {
	width:1000px;
	height:auto;
	overflow:hidden;
	background:url(../images/bg_body.jpg) repeat-x top #dfe4ed;
	margin:0 auto;
	}

.body_btm {
	width:790px;
	height:10px;
	overflow:hidden;
	background:url(../images/bg_body_btm.jpg) no-repeat;
	float:right;
	}

.main_left {
	float:left;
	width:200px;
	height:auto;
	overflow:hidden;
	margin-top:0px;
	margin-left:5px;/*IE6*/
	/*margin-left:10px;*/
	}

.main_left ul {
	height:auto;
	overflow:hidden;
	}

.main_left li {
	width:auto;
	height:auto;
	}
	
.main_left li a:hover {
	width:185px;
	height:25px;
	background:#f0f5ff;
	display:block;
	text-decoration:none;
	}

/* Search */

.search {
	margin-top:10px;
	}

.search ul {
	margin-left:5px;
	}

.search li {
	float:left;
	list-style:none;
	line-height:24px;
	}

/* Left_box */

.left_box {
	width:200px;
	height:auto;
	margin:10px auto;
	}

.left_box li {
	text-indent:15px;
	line-height:25px;
	background:url(../images/point.gif) no-repeat left top;
	margin-left:10px;
	}

.li_more {
	background:none!important;
	}

.sub_indent li {
	text-indent:30px;
	line-height:25px;
	background:none!important;
	margin-bottom:1px;
	}

.sub_indent li a {
	width:97%;
	background:white;
	display:block;
	}

.sub_indent li a:hover {
	width:97%;
	background:white;
	display:block;
	color:#0066CC;
	}

/* PIC */

.pic_left1 {
	background:url(../images/pic_left1.jpg) no-repeat;
	width:200px;
	height:60px!important;
	overflow:hidden;
	}

.pic_left2 {
	background:url(../images/pic_left2.jpg) no-repeat;
	width:200px;
	height:60px!important;
	overflow:hidden;
	}
	
.pic_left3 {
	background:url(../images/pic_left3.jpg) no-repeat;
	width:200px;
	height:60px!important;
	overflow:hidden;
	}

.pic_right1 {
	background:url(../images/pic_right1.jpg) no-repeat;
	width:200px;
	height:60px!important;
	overflow:hidden;
	}

.pic_right2 {
	background:url(../images/pic_right2.jpg) no-repeat;
	width:200px;
	height:60px!important;
	overflow:hidden;
	}

.pic_right3 {
	background:url(../images/pic_right3.jpg) no-repeat;
	width:200px;
	height:60px!important;
	overflow:hidden;
	}
	
.pic_right6 {
	background:url(../images/pic_right6.jpg) no-repeat;
	width:200px;
	height:60px!important;
	overflow:hidden;
	}

.pic_news li {
	background:none!important;
	margin-left:0!important;
	margin-bottom:4px;
	}

/* Main_Right */

.main_right {
	float:right;
	width:790px;
	height:auto;
	overflow:hidden;
	margin-top:10px;
	background:url(../images/bg_main_right.jpg) repeat-y;
	}

#banner {
	width:750px;
	height:170px;
	overflow:hidden;
	margin:10px auto;
	/*border:1px solid #3980b3;*/
	}

#topic {
	width:750px;
	height:100px;
	overflow:hidden;
	margin:10px auto;
	}

.mainright_left {
	float:left;
	width:540px;
	height:auto;
	overflow:hidden;
	margin-left:10px;/*IE6*/
	/*margin-left:20px;*/
	margin-bottom:20px;
	}

.mainright_right {
	float:right;
	width:230px;
	height:auto;
	overflow:hidden;
	margin-bottom:20px;
	}

.maininfo_box {
	width:540px;
	height:auto;
	overflow:hidden;
	margin-bottom:15px;
	}

.maininfo_box ul {
	width:100%;
	height:auto;
	}

.maininfo_box li {
	float:left;
	height:30px;
	line-height:30px;
	}

.maininfo_box li img {
	padding:9px;
	}

.bg_info_left {
	width:430px;
	height:30px;
	margin-left:5px;
	background:url(../images/bg_title_left.jpg) repeat-x;
	text-indent:13px;
	font-weight:bold;
	color:#1072c7;
	font-size:14px;
	}

.bg_info_right {
	width:100px;
	height:30px;
	line-height:30px;
	text-indent:35px;
	background:url(../images/bg_title_right.jpg) no-repeat;
	color:white;
	font-weight:bold;
	}

.bg_info_right a {
	color:white;
	}

.maininfo_list {	/*IE6*/
	width:525px!important;
	margin-left:10px;
	overflow:hidden;
	border-bottom:1px dotted #999;
	}

.maininfo_list li {
	line-height:30px;
	}

.info_list {
	width:100%;
	height:auto;
	overflow:hidden;
	border-bottom:1px dotted #999;
	}

.info_list a:hover {
	color:#CC0000;
	text-decoration:none;
	}
	
.icon_1 {
	background:url(../images/icon_1.gif) no-repeat left;
	text-indent:15px;
	}

/* Right_box */

.right_box {
	width:200px;
	height:auto;
	margin:0 auto 10px auto;
	}

.right_box ul {
	width:100%;
	height:auto;
	overflow:hidden;
	}

.right_box li {	/*IE6*/
	text-indent:15px;
	line-height:25px;
	background:url(../images/point.gif) no-repeat left;
	margin-left:5px;
	}
/*
.right_box li {
	text-indent:15px;
	line-height:25px;
	background:url(../images/point.gif) no-repeat left;
	margin-left:5px;
	}
*/


/* Inside ****************************************************/

.position {
	margin-bottom:10px;
	padding:5px 0;
	border-bottom:1px dotted #0066FF;
	color:#666;
	}

.position a,a:hover {
	color:#666;
	}

.position b {
	color:#666;
	}

.sub_box {
	width:190px;
	height:auto;
	margin:10px auto;
	overflow:hidden;
	}

.sub_box ul {
	width:190px;
	height:auto;
	overflow:hidden;
	padding-bottom:10px;
	border-bottom:1px dotted #555;
	}

.sub_box li {
	width:190px;
	height:30px;
	margin-bottom:4px;
	}

.sub_box li a {
	width:188px;
	height:28px;
	border:1px dotted #666;
	margin-bottom:4px;
	line-height:28px;
	text-indent:10px;
	font-weight:bold;
	font-size:14px;
	color:#333;
	background:#fec75e;
	display:block;
	}

.sub_box li a:hover {
	width:188px;
	height:28px;
	border:1px dotted #666;
	margin-bottom:4px;
	line-height:28px;
	text-indent:10px;
	font-weight:bold;
	font-size:14px;
	color:white;
	background:#dc8c00;
	display:block;
	}

.mainright_box {
	float:left;
	width:750px;
	height:auto;
	overflow:hidden;
	margin-left:20px;
	margin-bottom:20px;
	}

.info_box {	/*IE6*/
	width:730px;
	height:auto;
	overflow:hidden;
	margin-bottom:15px;
	}

.info_box ul {	/*IE6*/
	width:730px;
	height:auto;
	overflow:hidden;
	}

/*
.info_box {
	width:730px;
	height:auto;
	overflow:hidden;
	margin-bottom:15px;
	}

.info_box ul {
	width:730px;
	height:auto;
	}
*/

.info_box li {
	float:left;
	height:30px;
	line-height:30px;
	}

.bg_inside_title {
	width:750px;
	height:30px;
	background:url(../images/bg_inside_title1.jpg) repeat-x;
	text-indent:13px;
	font-weight:bold;
	color:#dd4252;
	font-size:14px;
	margin-bottom:10px;
	overflow:hidden;
	}

.bg_info_title {
	width:750px;
	height:30px;
	background:url(../images/bg_info_title.jpg) repeat-x;
	text-indent:13px;
	font-weight:bold;
	color:#7f42df;
	font-size:14px;
	margin-bottom:10px;
	overflow:hidden;
	}

.w_info {
	width:720px!important;
	height:auto;
	overflow:hidden;
	margin:10px auto;
	}

.w_info li {
	width:100%;
	height:auto;
	line-height:25px;
	text-indent:25px;
	}

.w_info li img {
	text-align:center;
	margin:10px auto;
	border:5px solid #E4E4E4;
	}

.img_two li {
	float:left;
	width:auto!important;
	text-indent:0;
	}

.img_two li img {
	margin:5px;
	}

.page_num {
	margin:15px auto;
	}

.page_num li {
	margin-right:5px;
	line-height:20px;
	}

.info_topic {
	overflow:hidden;
	padding:15px 0;
	}

.info_topic li {
	width:100%;
	font-size:14px;
	text-align:center;
	font-weight:bold;
	}

.info_topic p {
	font-weight:normal;
	color:#666;
	}

.tab {
	width:750px;
	height:32px;
	background:url(../images/bg_inside_title1.jpg) repeat-x bottom;
	font-weight:bold;
	font-size:13px;
	margin-bottom:10px;
	overflow:hidden;
	}

.tab li {
	width:100px;
	height:32px;
	margin-right:2px;
	line-height:32px;
	font-size:13px;
	text-align:center;
	}

.tab_1 {
	width:100px;
	height:30px;
	line-height:32px;
	background:url(../images/tab_1.jpg) no-repeat top;
	display:block;
	cursor:pointer;
	border:0;
	}

.tab_1 a {
	color:white;
	font-size:13px;
	}

.tab_2 {
	width:100px;
	height:30px;
	line-height:32px;
	background:url(../images/tab_2.jpg) no-repeat top;
	display:block;
	cursor:pointer;
	border:0;
	}

.tab_2 a {
	color:#333;
	font-size:13px;
	}

.tab_mba {
	width:750px;
	height:32px;
	background:url(../images/bg_inside_title2.jpg) repeat-x bottom;
	font-weight:bold;
	font-size:13px;
	margin-bottom:10px;
	overflow:hidden;
	}

.tab_mba li {
	width:100px;
	height:32px;
	margin-right:2px;
	line-height:32px;
	font-size:13px;
	text-align:center;
	}

.tab_3 {
	width:100px;
	height:30px;
	line-height:32px;
	background:url(../images/tab_3.jpg) no-repeat top;
	display:block;
	cursor:pointer;
	border:0;
	}

.tab_3 a {
	color:white;
	font-size:13px;
	}

.tab_4 {
	width:100px;
	height:30px;
	line-height:32px;
	background:url(../images/tab_2.jpg) no-repeat top;
	display:block;
	cursor:pointer;
	border:0;
	}

.tab_4 a {
	color:#333;
	font-size:13px;
	}

.teacher_list {
	width:720px!important;
	height:auto;
	margin:0 auto;
	overflow:hidden;
	border-bottom:1px dotted #555;
	}

.teacher_list li {
	float:left;
	width:350px;
	height:auto;
	padding:5px;
	}

.teacher_list li h1 {
	font-size:14px;
	float:bold;
	color:#0066CC;
	}
	
.teacher_list li p {
	line-height:20px;
	}
	
.teacher_list li a {
	font-weight:bold;
	}

.teacher_info_w {
	width:670px;
	padding:10px 20px!important;
	}

.teacher_info_w li {
	width:670px;
	line-height:22px;
	color:#666;
	padding:0!important;
	}

.teacher_all {
	width:auto;
	height:auto;
	overflow:hidden;
	}

.teacher_all li {
	float:left;
	width:80px;
	height:auto;
	}

.teacher_all li a {
	font-weight:normal;
	}

.honor_list {
	width:720px!important;
	height:auto;
	margin:0 auto;
	overflow:hidden;
	border-bottom:1px dotted #555;
	}

.honor_list li {
	float:left;
	height:auto!important;
	padding:5px;
	}

.honor_list_left {
	width:200px;
	height:auto;
	}

.honor_list_right {
	width:500px;
	height:auto;
	font-weight:normal!important;
	}
	
.year {
	font-size:28px;
	font-weight:bold;
	color:#FF9966;
	/*text-align:center;*/
	}

.year_1 {
	font-size:18px;
	font-weight:bold;
	color:#FF9966;
	/*text-align:center;*/
	}

.year b {
	font-size:20px;
	font-weight:bold;
	color:#c1c1c1;
	margin-left:10px;
	/*text-align:center;*/
	}

.year p {
	height:auto;
	overflow:hidden;
	}

.year img {
	width:150px;
	height:90px;
	border:4px solid #e4e4e4;
	}

.contact_li {
	width:500px!important;
	height:auto;
	padding:5px 0;
	}

.contact_li li {
	float:none!important;
	line-height:12px;
	}

.story_list {
	width:720px!important;
	height:auto;
	margin:0 auto;
	overflow:hidden;
	border-bottom:1px dotted #555;
	}

.story_list li {
	float:left;
	width:auto;
	height:auto;
	line-height:22px;
	padding:5px;
	}

.story_list li p {
	line-height:20px;
	}

.story_list_right {
	width:460px!important;
	}

.story_list li b {
	font-size:14px!important;
	color:#0099FF!important;
	}

.story_list li a {
	color:orange;
	}

.sitemap {
	width:100%;
	height:auto;
	overflow:hidden;
	border-bottom:1px dotted #666;
	}

.sitemap ul {
	float:left;
	width:200px;
	height:auto;
	overflow:hidden;
	padding:10px;
	margin-right:20px;
	}

.sitemap li {
	width:180px;
	height:25px;
	line-height:25px;
	}

.company_box {
	width:750px;
	height:auto;
	overflow:hidden;
	border-bottom:1px dotted #ccc;
	}

.company_box ul{
	float:left;
	width:160px;
	height:auto;
	margin:10px;
	}

.company_box ul li {
	width:160px;
	height:auto;
	line-height:16px;
	padding:3px 0;
	text-align:center!important;
	}

.company_box ul li a:hover {
	color:red;
	}

.special_a li {
	/*background:#f0f5ff;*/
	display:block;
	margin-bottom:1px;
	width:90%;
	border-bottom:1px dotted #555;
	background:none;
	}

.special_a li a {
	font-size:12px;
	font-weight:bold;
	color:#333;
	}
	
.special_a li a:hover {
	font-size:12px;
	font-weight:bold;
	color:#ff6600;
	width:90%;
	background:none;
	}

.project_box {
	background:#666;
	color:#333;
	}
	
.project_box td {
	background:white;
	color:#333;
	padding:5px;
	}

/* Footer ****************************************************/

#footer {
	width:1000px;
	height:130px;
	overflow:hidden;
	background:#dfe4ed;
	margin:0 auto;
	}


.bg_footer {
	background:#bfc8d9;
	height:30px;
	margin:0 auto;
	}

.bg_footer ul {
	/*width:auto;*/
	/*width:640px;*/
	width:300px;
	height:20px;
	margin:0 auto;
	padding:5px 0;
	}

.bg_footer li {
	width:auto!important;
	height:20px;
	float:left!important;
	line-height:20px;
	text-align:center;
	color:#0575b7!important;
	}

.bg_footer li a {
	width:65px;
	height:20px;
	display:block;
	color:#0575b7!important;
	padding:0 10px;
	}

.bg_footer li a:hover {
	height:20px;
	/*background:#0575b7;*/
	display:block;
	color:#0575b7!important;
	padding:0 10px;
	text-decoration:underline;
	}

.footer_btm {
	height:100px;
	line-height:20px;
	text-align:center;
	padding-top:30px;
	}

.btn_rss {
	width:auto;
	height:20px;
	background:url(../images/btn_RSS.gif) no-repeat left;
	text-indent:10px;
	}
	
/* 2009-09-08 追加 */
.pic_right4 {
	background:url(../images/pic_right4.jpg) no-repeat;
	width:200px;
	height:60px!important;
	overflow:hidden;
	}
	
.pic_left4 {
	background:url(../images/pic_left4.jpg) no-repeat;
	width:200px;
	height:60px!important;
	overflow:hidden;
	}
	
.pic_right5 {
	background:url(../images/pic_right5.jpg) no-repeat;
	width:200px;
	height:60px!important;
	overflow:hidden;
	}
/* 2009-09-08 结束 */

/* 2009-09-09 追加 */	
.intro_info li { float:left; padding:5px;}
.intro_info p { line-height:15px; font-weight:normal; font-size:10px;}
li.btm_line { border-bottom:1px dotted #ccc;}
.btm_line li { border-bottom:1px dotted #ccc;}
.btm_line a:hover { color:#0099FF}
.btm_line_pad li { border-bottom:1px dotted #ccc; margin-bottom:20px; text-align:right;}
.contact_wid_dep { width:160px;}
.contact_wid_name { width:80px;}
.contact_wid_phone { width:140px;}
.contact_wid_mail { width:140px;}

.contact_wid_0 { width:40px;}
.contact_wid_1 { width:150px;}
.contact_wid_2 { width:100px;}
ul.lightgray { background:#e5e5e5;}
/* 2009-09-09 结束 */

/* 2009-09-10 追加 */
.company_box {
	width:750px;
	height:auto;
	overflow:hidden;
	border-bottom:1px dotted #ccc;
	}

.company_box ul{
	float:left;
	width:160px;
	height:auto;
	margin:10px;
	}

.company_box ul li {
	width:160px;
	height:auto;
	line-height:16px;
	padding:3px 0;
	text-align:center!important;
	}

.company_box ul li a:hover {
	color:red;
	}
/* 2009-09-10 结束 */

/* 2009-09-20 追加 */	
.special_a li {
	background:#f0f5ff;
	display:block;
	margin-bottom:1px;
	width:90%;
	}

.special_a li a {
	font-size:12px;
	font-weight:bold;
	color:#0066FF;
	}
	
.special_a li a:hover {
	font-size:12px;
	font-weight:bold;
	color:#ff6600;
	width:90%;
	}
/* 2011-11-16 结束 */

.box{ padding:0px 15px 0px 5px;; font-weight:normal; font-size:12px;}
.box1{ margin:0px 10px; padding:0px 10px;}
.container{ background:#FFF; width:720px; clear:both; margin-top:0px; *margin-top:0px;_margin-top:0px;}
.sub-con{ min-height:300px; width:710px; background:#FFF; display:none;}
.cur-sub-con{ display:block; font-size:13px;font-weight:100;}  
.nav_con{ width:500px; height:32px; margin-left:0px;}
.nav_con ul{ width:700px; height:28px; border-bottom: 2px solid #DD4252;margin-left:0px;+margin-left:1px;}
.nav_con ul li{ list-style:none;display:inline-block;width:100px; margin-right: 3px;height:32px;line-height:30px; text-align:center;margin-left:0px;*float:left; *margin-left:-1px;}
.nav_con ul li a{ background:url(../images/tab_2.jpg) repeat-x scroll; text-decoration:none;color:#000; height:32px;display:block; font-weight:bold; font-size:13px;}
.nav_con ul li a:hover{ background:url(../images/tab_1.jpg) repeat-x scroll; color:#FFFFFF;}
.nav_con ul li a.cur{ z-index:9999;border-bottom:1px solid #FFF; color:#FFFFFF;background:url(../images/tab_1.jpg) repeat-x scroll;}

.sub-con1{ min-height:300px; background:#FFF; display:none;}
.cur-sub-con1{ display:block; font-size:13px;font-weight:100;}  
.nav_con1{ width:150px; height:128px; margin-left:0px; border:1px solid #999999; position:absolute; left:0px; top:30px; border-top:none; background-color:#FFFFFF;z-index:999; filter:alpha(opacity=90);}
.nav_con1 dl{ border:none; height:98px; width:150px; margin-left:0px;+margin-left:1px; }
.nav_con1 dl dt{ background:none;list-style:none;width:150px; margin-right: 3px;height:32px;line-height:30px; text-align:left;margin-left:0px;*float:left; *margin-left:-1px; border-bottom:1px solid #CCCCCC}
.nav_con1 dl dt a{ background:none; color:#333333;font-size:12px;}
.nav_con1 dl dt a:hover{ background:none;color:#CC6600}

.nav_con2{ width:150px; height:64px; margin-left:0px; border:1px solid #999999; position:absolute; left:0px; top:30px; border-top:none; background-color:#FFFFFF;z-index:999; filter:alpha(opacity=90);}
.nav_con2 dl{ border:none; height:98px; width:150px; margin-left:0px;+margin-left:1px; }
.nav_con2 dl dt{ background:none;list-style:none;width:150px; margin-right: 3px;height:32px;line-height:30px; text-align:left;margin-left:0px;*float:left; *margin-left:-1px; border-bottom:1px solid #CCCCCC}
.nav_con2 dl dt a{ background:none; color:#333333;font-size:12px;}
.nav_con2 dl dt a:hover{ background:none;color:#CC6600}

.pages a{ margin-left: 10px; }

#article { padding:15px; }
	#article h1 { margin:6px 0 15px 0; text-align:center; font-size:1.2em; }
	#article img, #blog_body img { max-width:565px; width:expression(this.width > 565 ? 563: true);}
	#article_extinfo { margin-bottom:25px; padding:6px 10px; color:#999; text-align:center; font-size:12px; font-weight:normal }
		#article_extinfo div { padding-top:4px;}
		#article_extinfo div a { color:#999; } #article_extinfo div a:hover { color:#EB1C26; }
		#article_extinfo .source { margin-right:12px;}
		#article_extinfo div span { float:right; }
		#article_extinfo .add_bookmark { margin-right:7px; padding-left:18px; background:url(../images/global_article_bg.gif) no-repeat 0 -170px; }
		#article_extinfo .print { margin-right:7px; padding-left:18px; background:url(../images/global_article_bg.gif) no-repeat 0 -140px; }
		#article_extinfo .send_frinend { margin-right:7px; padding-left:18px; background:url(../images/global_article_bg.gif) no-repeat 0 -110px; }
		#article_extinfo .report { margin-right:7px; padding-left:18px; background:url(../images/global_article_bg.gif) no-repeat 0 -200px; }
		#article_extinfo .push { margin-right:7px; padding-left:18px; background:url(../images/global_article_bg.gif) no-repeat 0 -230px; }
		#article_extinfo .add_top10 { margin-right:7px; padding-left:18px; background:url(../images/global_article_bg.gif) no-repeat 0 -260px; }
		
	#article_body { width:100%; overflow:hidden; clear:both; padding-bottom:10px; font-size:1.17em; line-height:1.8em; clear:both; font-weight:normal; }
	#article_body p { margin-bottom:6px;}
	#article_body strong { font-weight:700;}
	#article_custom { width:95%; margin:0 auto 6px; padding:6px; border:1px solid #DCE1E5; background:#FFFFE1; font-size:12px; line-height:1.5em; }
	#article_attachment { margin-top:12px; padding:20px 0 0 50px; background:url(../images/attachment.gif) no-repeat left top; font-size:12px; color:#999; }
	#article_summary { margin-bottom:10px; padding:3px 0; border:1px dashed #DEDEDE; background:#F8F8F8; font-size:12px; line-height:25px; }
		#article_summary h6 { padding:0 10px; color:#369; }
		#article_summary p { padding:0 10px; }
	#article_tag { padding:20px 15px 10px; }
	.article_download { padding-left:17px; background:url(../images/icon_download.gif) no-repeat 0 6px; color:#999; text-indent:0!important; }
		.article_download a { margin-right:3px; color:#369; text-decoration:underline; }
	.article_attach_isimage { background:none !important; }
		#article_attachment a { color:#369; text-decoration:underline; }
	.article_attach_isimage {}
		.article_attach_isimage a { text-decoration:none; }
		.article_attach_isimage img { display:block;}
		.article_attach_isimage span { display:block;}
#article_pn { height:40px; overflow:hidden; margin:0 15px; }
	#article_pn a { color:#369; text-decoration:underline; }
.article_notice { padding:12px;}
	.article_notice h1 {}
	.article_notice p { margin:0 0 3px 0; padding:0 0 3px 0;}
	.article_notice .article_notice_body { padding:3px 0 0 0; border-top:1px dashed #DEDEDE; border-bottom:1px dashed #DEDEDE; }
	.anno_more { padding:0 12px 12px 0; text-align:right;}
        
        .n_con{
	width:100%;
	min-height:315px;
	_height:315px;
	margin:0;
	padding:0;
}
