/******************** 门户首页 ********************
说明：
	定义门户首页的样式。
	如果首页的布局用表格实现，则同时定义布局
********************/

/* 通用样式：定义项目中通用的样式 */
@import url("css/genneral.css");
/* banner样式：定义页面顶部banner的样式 */
@import url("css/banner.css");
/* 菜单样式：定义页面内菜单的样式 */
@import url("css/menu.css");
@import url("css/copyright.css");



/* body定义：定义页面body的样式，一般是背景、边距等 */
body {
	margin: 0px;
	background-image:url(/Images/liwan_dangjian/Bg.gif);
	background-repeat:repeat-x;
	background-position:top
}
.bgred{
	background-image:url(/Images/liwan_dangjian/bgred.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	padding-left:4px
}
/* 主体布局：定义页面主体部分的布局，一般包含“主体左边”、“主体中间”和“主体右边” */
.pageMain {
	width: 780px;
}
/** 主体左边：定义页面主体左边 **/
.pageLeft {
	width: 221px;
	background-color:#FFE600;
	background-image:url(/Images/liwan_dangjian/bgyellow.jpg);
	background-repeat:repeat-x;
	background-position:top;
	vertical-align:top;
	text-align:center;
	vertical-align:top
}
/** 主体中间：定义页面主体中间 **/
.pageCenter {
	text-align:center;
	width: 566px;
	vertical-align:top;
	background-image:url(/Images/liwan_dangjian/centershadow.jpg);
	background-repeat:repeat-y;
	background-position:left
}
.tz{
	background-color:#990000;
	padding-left:15px;
	color:#FFFFFF;
	height:23px
}
/** 主体右边：定义页面主体右边 **/
.pageRight {
	width: 221px;
	background-color:#FFE600;
	background-image:url(/Images/liwan_dangjian/bgyellow.jpg);
	background-repeat:repeat-x;
	background-position:top;
	vertical-align:top;
	text-align:center;
	vertical-align:top
}
/* 模块间隔：定义table，用于支撑模块间的间隔 */
.modulSpace {
	height: 7px;
}
.titlebg {
	width:100%;
	height:30px;
	background-image:url(/Images/liwan_dangjian/titbg.jpg);
	background-repeat:no-repeat;
	background-position:left;
	font-weight:bold;
	color:#8F3600
}
.titlebg td{
	padding-left:25px;
	font-size:14px
}
.more{
	text-decoration: underline;
	text-align:right;
}
.centertitle{
	width:95%;
	height:18px;
	background-image:url(/Images/liwan_dangjian/titcenter.jpg);
	background-repeat:no-repeat;
	background-position:left;
	font-weight:bold;
	color:#8F3600
}
.centertitle td{
	padding-left:25px;
	padding-top:2px;
	font-size:14px
}



.font12_red{
	color:#990000;
	font-size:12px
}
.centerlisttd{
	background-image:url(/Images/liwan_dangjian/centerdotline.jpg);
	line-height:225%;
}
.redbg{
	background-image:url(/Images/liwan_dangjian/leftbg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	width:4px
}
