.listArea {
	margin-right: auto;
	margin-left: auto;
	width: 680px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.listArea .head {
	background-color: #DCE2ED;
	line-height: 26px;
	border: 1px solid #BDCADF;
	height: 26px;
}
.listArea .head h1 {
	color: #000099;
	background-image: url(../../images/point1.gif);
	background-position: 10px center;
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-top: 2px;
	font-size: 14px;
	letter-spacing: 1pt;
	float: left;
}
.listArea .listContent {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #BDCADF;
	border-right-color: #BDCADF;
	border-bottom-color: #BDCADF;
	border-left-color: #BDCADF;
	padding: 15px;
}
.listArea .listContent .list li {
	line-height: 25px;
	clear: both;
	height: 25px;
}
.listArea .listContent .list .title {
	font-size: 14px;
	float: left;
	clear: left;
	color: #999999;
}
.listArea .listContent .list .updateTime {
	float: right;
	clear: right;
	font-size: 14px;
	color: #999999;
}
.listArea .listContent .list .space {
	height: 30px;
	clear: both;
}
.listArea .listContent .list .title a {
	color: #000099;
	text-decoration: underline;
}
.listArea .listContent .list .title a:hover {
	color: #CC0000;
	left: 1px;
	position: relative;
	top: 1px;
}
.listArea .listContent .pageArea {
	margin-top: 10px;
	height: 20px;
	color: #839BC2;
}

.listArea .listContent .pageArea a {
	color: #0066FF;
	text-decoration: underline;
}
.listArea .listContent .pageArea .page .curr {
	color: #FFFFFF;
	background-color: #003366;
	padding-right: 2px;
	padding-left: 2px;
}


.listArea .listContent .pageArea .total {
	line-height: 20px;
	float: right;
	margin-right: 10px;
}
.listArea .listContent .pageArea .page {
	float: right;
	line-height: 20px;
}
.listArea .head .searchArea {
	float: right;
	margin-right: 5px;
}
.listArea .head .searchArea .keyword {
	color: #999;
	height: 16px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	border-top-color: #666;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #666;
	margin: 0px;
	padding: 0px;
	width: 200px;
}
.listArea .head .searchArea .sBT {
	line-height: 22px;
	background-image: url(../../images/BT1Bg.gif);
	background-repeat: no-repeat;
	height: 22px;
	width: 42px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFF;
	margin-top: 2px;
}
