/*為減少頁面風格的CSS文件大小，故將CSS模版中的固定樣式抽取作為公共樣式*/
/*lky于2013-02-06從content_template_*.css中抽取固定內容的css樣式*/
p_w_box .p_doc_title_li{
	overflow:hidden;
	word-break:breakall;
	font-weight:normal;
	position:relative;
}
/*文檔分割線，第一條分割線不顯示*/
p_w_box .c_line_1{
	display:none !important;
}
p_w_box .c_line{
	display:none;
	width:100%;
	font-size:0px;
}
p_w_box .c_line .c_last_line{
	display:none;
	width:100%;
	font-size:0px;
}
/*沒有文檔時候的提示樣式*/
p_w_box h1{
	font-family:"宋体";
	font-weight:bold;
	font-size:14px;
	line-height:150%;
}
/*lky于2013-02-06從resource_template_*.css中抽取固定內容的css樣式*/
.p_w_box .p_w_head{
	margin-right:10px;
	position:relative;
}
.p_w_box .p_w_head .p_w_title{
	float:left;
	line-height:100%;
}
.p_w_box .p_w_head .p_w_more{
	height:100%;
	line-height:100%;
	position:absolute;
	right:-10px;
	text-align:right;
}
.p_w_box .p_w_body .p_w_body_bg .p_w_content_box:after{
	content:"";
	font-size:0;
	line-height:0;
	height:0;
	clear:both;
}
.p_w_box .p_w_body .p_w_body_bg .p_w_content_box{
	zoom:1;
}
.p_w_box .p_w_body .p_w_body_bg .p_w_content_box .p_w_content{
	width:auto;
	overflow:hidden;
}
.p_w_box .p_w_body{
	width:auto;
	border-top:none;
}
.p_w_box .p_w_foot{
	display:none;
}
.p_w_box .p_w_foot .p_w_foot_bg{
	width:100%;
	overflow:hidden;
	height:100%;
	line-height:100%;
	position:absolute;
	right:-10px;
}
.p_w_box{
	width:100%;
	height:100%;
}
/*公告欄滾動新聞*/
.gglbgm .scrollFont{
	position /*\**/:relative\9;
	top /*\**/:-12px\9
}
:root .gglbgm .scrollFont{
	position:static\0\9
}
@-moz-document url-prefix(){
	.gglbgm MARQUEE{
		position:relative;top:-12px;
	}
}