﻿body
{
	font-size: 12px;
	margin: 0px;
	line-height: 180%;
	font-family: 宋体;
	background-image: url(images/002.jpg);
	background-color: White;
}
#container
{
    width:776px;
    margin:auto;
    padding:0;
}
h4
{
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	line-height: 100%;
}

/*---页头样式定义开始---*/
/*---定义页面的页头样式---*/
#header
{
	width: 776px;
	height: 222px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(Images/ztb_1.gif);
	position: relative;
	z-index: 1;
}


/*---定义连结样式---*/
.linkstyle
{
	position: relative;
	cursor: hand;
	float: left;
	left: 562px;
	width: 70px;
	height: 30px;
	text-align: center;
	border: 0px;
	padding-left: 0px;
	line-height: 30px;
	color:#000;
	text-decoration:none;
}
.flash
{
	position: absolute;
	top: 30px;
	right:30px;
	width: 350px;
	height: 157px;
	z-index: 1;
}

/*---定义日期样式---*/
.date
{
	position: absolute;
	top: 193px;
	left: 0px;
	height: 29px;
	line-height: 29px;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	width: 210px;
}

/*---定义菜单样式---*/
.menu
{
	position: absolute;
	top: 193px;
	left: 210px;
	width: 550px;
	height: 29px;
	text-align: center;
	line-height: 29px;
	font-size: 14px;
	font-weight: normal;
}

.submenu
{
	width: 100px;
	text-align: center;
}

/*---内容样式定义开始---*/
/*---定义内容部分样式---*/
#contain
{
	width: 776px;
	margin-left: auto;
	margin-right: auto;
}

/*---内容部分背景---*/
#mainbg
{
	width: 776px;
	padding: 0px;
	float: left;
}
#mainbg a:link
{
	color: #000000;
	text-decoration: none;
}
#mainbg a:active
{
	color: #000000;
	text-decoration: none;
}
#mainbg a:visited
{
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
#mainbg a:hover
{
	color: #0045a5;
	text-decoration: underline;
}

/*---定义页面页脚---*/
#footer
{
    float:left;
	margin-left: auto;
	margin-right: auto;
	width: 776px;
	height: 91px;
	padding-top: 25px;
	text-align: center;
	background:url(Images/001.gif);
	
}

/*-----栏目统一样式---*/

.listellipsis
{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display:inline-block;

}
