﻿/*
描述：			前台页面CSS设计
编写：			聂明辉
时间：			
最后修改时间：	2008-1-20
*/


/*整体CSS*/
body
{
	margin: 0px;
	font-size: 12px;
	font-family: 宋体;
	color: Black;
}
/*段落*/
p
{
	margin: 3px;
}
/*左侧背景*/
.leftBG
{
	width: 230px;
	background-image: url(../Images/leftBG1.jpg);
	background-repeat: repeat-y;
	font-size: 12px;
	vertical-align: top;
	border-left: solid 1px #38A6FD;
	text-align: left;
}
/*右侧背景*/
.rightBG
{
	width: 773px;
	font-size: 12px;
	vertical-align: top;
	border-right: solid 1px #38A6FD;
	background-repeat: repeat-y;
	padding-left: 2px;
	padding-right: 6px;
}
/*站点导航*/
.siteMapBG
{
	text-align: left;
	padding-left: 10px;
	font-family: 宋体;
	font-size: 12px;
	color: Black;
	vertical-align: middle;
}
/*内容标题*/
.contentTitle
{
	vertical-align: middle;
	text-align: center;
	height: 30px;
	font-size: 20px;
	font-family: 宋体;
	color: Black;
	padding-bottom: 5px;
	letter-spacing: 3px;
	font-weight: bold;
}
/*内容下面的线*/
.contentTitleLine
{
	background-image: url(../Images/contentTitleLine.jpg);
	background-repeat: repeat-x;
}
/*备注*/
.memo
{
	text-align: right;
	font-family: 宋体;
	color: Black;
	font-size: 12px;
}
/*内容*/
.content
{
	padding-top: 5px;
	line-height: 25px;
	text-align: left;
	padding-bottom: 10px;
	height: 500px;
	vertical-align: top;
}
/*内容前面的图片*/
.listImg
{
	width: 30px;
}
/*内容标题*/
.listTitle
{
	height: 27px;
	text-align: left;
}
/*行之间的间距*/
.listSpace
{
	background-image: url(../Images/dian1.gif);
	height: 5px;
	background-repeat: repeat-x;
	vertical-align: top;
	font-size: 1px;
}
/*内容时间*/
.listTile
{
	color: Gray;
	font-size: 12px;
	text-align: right;
}
/*分页*/
.listPaging
{
	background-color: #ECF4FF;
	height: 25px;
	text-align: left;
	padding-left: 5px;
}
/*超链接设置
*/
a:link
{
	color: Black;
	font-family: 宋体;
	text-decoration: none;
}
a:visited
{
	color: gray;
	font-family: 宋体;
	text-decoration: none;
}
a:hover
{
	color: Red;
	font-family: 宋体;
	text-decoration: underline;
}
a:active
{
	color: Red;
	font-family: 宋体;
	text-decoration: underline;
}
.menuSpace
{
	background-image: url(../images/L_menu_line.jpg);
	height: 1px;
	background-repeat: no-repeat;
	background-position: center;
}
.officalMenu
{
	height: 30px;
	text-align: center;
	letter-spacing: 5px;
}
.specialLink:link
{
	color: Black;
	font-family: 宋体;
	text-decoration: none;
}
.specialLink:visited
{
	color: Black;
	font-family: 宋体;
	text-decoration: none;
}
.specialLink:hover
{
	color: red;
	font-family: 宋体;
	text-decoration: underline;
}
.specialLink:active
{
	color: Black;
	font-family: 宋体;
	text-decoration: none;
}
.dlImg
{
	width: 2px;
	color: Red;
}
.dlList
{
	height: 20px;
	text-align: left;
	line-height: 20px;
}
.leftMenuBG
{
	border: solid 1px #96CEFF;
	background-image: url(../images/menubg.jpg);
	background-color:Green;
	height: 26px;
	width: 170px;
	color:Black;
	letter-spacing:8px;
}

