/** 
*	说明：该文件主要定义一些公共样式文件，该文件将会应用到设计页面和发布页面中
**	1.定义资源块的公共样式，如标题，更多样式等
*	2.定义布局的公共样式
*	
**/
.m430e-p_w_head{height:25px;font-weight:normal;font-size:14px;}
.m430e-p_w_head a:link{text-decoration:none;color:#000;}
.m430e-p_w_title{float:left;padding-left:18px;line-height:25px;}
/*更多样式，向右浮动*/
.m430e-p_w_more{float:right;padding-right:10px;line-height:25px;}
.m430e-p_w_body{zoom:1}


/**居中效果**/
.m430e-template_box{margin:0 auto;text-align:left;}
body{text-align:center;}
.m430e-ext-ie6 .m430e-template_box{text-align:left;}


/*--------------布局公共样式----------------*/
*{padding:0px;margin:0px;}
/*空列*/
.m430e-c-empty-column{padding:40px 0;text-align:center;background:#ccc;overflow:hidden;cursor:pointer;color:white;}
.m430e-c_left{float:left;}
.m430e-c_right{float:right;}
/*分隔符*/
.m430e-c_sep{}
.m430e-r_sep{height:10px;background:white;}
/*布局和列样式控制*/
.m430e-trs_layout{overflow:hidden;zoom:1}
.m430e-trs_column{overflow:hidden;}
.m430e-ext-ie .m430e-trs_column{height:100%;}
/*IE6下自适应列周围列的样式*/
.m430e-ext-ie6 .m430e-margin_left{margin-left:-3px;}
.m430e-ext-ie6 .m430e-margin_right{margin-right:-3px;}
.m430e-ext-ie6 .m430e-margin_right_IE6BUG_DIVFLOAT100{margin-right:-1px;}
.m430e-ext-ie6 .m430e-margin_right_IE6BUG_DIVFLOAT100 .m430e-c-box{margin-right:1px;}
.m430e-ext-ie6 .m430e-margin_left_IE6BUG_DIVFLOAT100{margin-left:-1px;}
.m430e-ext-ie6 .m430e-margin_left_IE6BUG_DIVFLOAT100 .m430e-c-box{margin-left:1px;}

.m430e-ext-ie7 .m430e-margin_right_IE6BUG_DIVFLOAT100{margin-right:-1px;}
.m430e-ext-ie7 .m430e-margin_right_IE6BUG_DIVFLOAT100 .m430e-c-box{margin-right:1px;}
.m430e-ext-ie7 .m430e-margin_left_IE6BUG_DIVFLOAT100{margin-left:-1px;}
.m430e-ext-ie7 .m430e-margin_left_IE6BUG_DIVFLOAT100 .m430e-c-box{margin-left:1px;}

/*解决布局拖动时会折行的问题*/
.m430e-margin_left_IE6BUG_DIVFLOAT100{margin-left:-1px;}
.m430e-margin_right_IE6BUG_DIVFLOAT100{margin-right:-1px;}
/*------------资源块公共样式---------------*/

.m430e-trs-widget{
	border:0px;
	padding-bottom:4px;
}
.m430e-trs-widget .m430e-p_w_content{
	overflow:hidden;
}
.m430e-c-box{padding-bottom:0px;}


/*fix*/
.m430e-trs-widget .m430e-p_w_content .m430e-p_doc_title_li{
	position:static;
}

.m430e-trs-res{
	zoom:1;
}

/*头部显示与不显示*/
.m430e-trs-res .m430e-headdisplay-0{
	display:none !important;
}
.m430e-trs-res .m430e-datetime-display-0 .m430e-datetime{
	display:none !important;
}
.m430e-trs-res .m430e-more-display-0 .m430e-p_w_more a{
	display:none !important;
}
/*编辑器样式控制*/
.m430e-trs-editor .m430e-p_w_content ul, .m430e-trs-editor .m430e-p_w_content ol{
	list-style-type:disc;
	margin:auto;
}
.m430e-trs-editor .m430e-p_w_content ol{
	list-style-type:decimal;
	margin:auto;
}
.m430e-trs-editor .m430e-p_w_content ul, .m430e-trs-editor .m430e-p_w_content ol{
	padding-left:40px;
}

.m430e-trs-editor .m430e-p_w_content{
	word-break:break-all;
	word-wrap:break-word;
}

/*解决在FF下图片下方出现3像素间隙的问题*/
.m430e-trs-logo .m430e-p_w_content{
	font-size:0px;
}
.m430e-trs-logo .m430e-p_w_foot{
	height:0px;
}
.m430e-trs-logo,.m430e-trs-chnllist{
	padding:0px !important;
}
.m430e-trs-widget[WNAME="LOGO"],.m430e-trs-widget[WNAME="栏目导航"]{
	padding:0px !important;
}

/*修改ie6下，左侧图片摘要右侧列表出现抖动的问题*/
.m430e-ext-ie6 .m430e-trs-abstract-doc-list .m430e-newsright{
	float:left;zoom:1;padding-left:10px;
}

/*添加布局的背景以后，资源块内容背景色需要设置为透明的样式*/
.m430e-trs_layout_background .m430e-p_w_body{
	background-color:transparent !important;
}


:root{--ms-accent:#1a5f7a;--ms-radius:6px;--ms-line:1.62;--ms-gap:14px;}
