@charset "gb2312";
#note {
	padding: 10px;
	background-color: #eff6fb;
	border-bottom: 1px solid #d2d2d2;
}
#note p {
	margin: 0;
}
.box .title span {
	float: right;
	color: #333;
	padding-right: 5px;
	font: normal 12px/32px normal;
}
.box .tbl {
	margin: 20px 0 0;
	width: 100%;
}
.box .tbl th {
	background-color: #ddd;
	padding: 3px 0;
	border: 1px solid #d2d2d2;
	white-space: nowrap;
	width: 13%;
}
.box .tbl td {
	padding: 3px 6px;
	border: 1px solid #d2d2d2;
}
#right .content ._title {
	font: bold 20px/40px normal;
	text-align: center;
	border-bottom: 1px dashed #999;
	margin-bottom: 10px;
}
.pic {
	float: left;
	margin: 8px 0;
}
.pic td {
	width: 232px;
	text-align: center;
}
.pic p {
	width: 220px;
	margin: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.pic td img {
	display: block;
	margin: auto;
	width: 200px;
	height: 150px;
	border: 5px double #ccc;
}
#articleList {
	padding: 9px 2px 0;
}
#articleList p  {
	margin: 0;
	padding: 2px 0 0 22px;
	height: 22px;
	overflow: hidden;
	border-bottom: 1px dashed #e1e1e1;
	background: url(../img/ico.gif) 10px 7px no-repeat;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#articleList p span {
	float: right;
	width: 80px;
	color: #999;
}
#articleList .c {
	background-color: #f9f9f9;
}
#tagList a {
	float: left;
	margin: 5px;
	padding: 1px 10px 0;
	border: 1px solid #d0d0d0;
	background-color: #ddd;
}
#imgArea img {
	cursor: pointer;
}
#backBtn {
	position: fixed;
	display: block;
	width: 21px;
	height: 71px;
	background-image: url(../img/back.gif);
	left: 50%;
	top: 50%;
	margin: 0 0 0 500px;
	_position: absolute;
	_top: expression(eval(document.documentElement.clientHeight/2+document.documentElement.scrollTop));
}
#honor {
	padding:10px 0;
}
#honor table {
	float: left;
	width: 220px;
	margin: 10px 0 0 19px;
	border-collapse: collapse;
}
#honor img {
	border: 3px double #ccc;
}
#honor td {
	padding: 0;
	text-align: center;
}
#honor .imgArea {
	height: 170px;
	border: 1px solid #ddd;
	background-color: #fff;
}
#honor .textArea {
	height: 30px;
	font-weight: bold;
}
#page {
	clear: both;
	padding: 10px 0 0;
	text-align: right;
}
#page span,  #page a{
	padding: 0 5px;
}
