.title {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #F04229;
	
}.txt_box {
	background-image: url(/Topics/2009/PSTexture/imgs/txt_bg.gif);
	clear: both;
	height: 127px;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.txt_box p {
	line-height: 170%;
	text-indent: 24px;
	margin-bottom: 8px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.con_box {
	clear: both;
	height: auto;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	margin-top: 15px;
}
.con_box ul {
	width: 980px;
	overflow: hidden;
	padding-left: 30px;
}

.con_box ul li {
	float: left;
	height: 225px;
	width: 270px;
	overflow: hidden;
	margin-right: 40px;
	margin-bottom: 30px;
	border: 1px solid #999;
	text-align: center;
	padding-top: 5px;
}
.con_box ul li img {
	padding-top: 7px;
	padding-left: 7px;
}
.con_box ul li span {
	display: block;
	text-align: center;
	background-color: #F30;
	line-height: 30px;
	height: 30px;
	margin-top: 10px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.con_box ul li span a {
	color: #FFF;
	text-decoration: none;
	font-size: 14px;
}
.con_box ul li span a:hover {
	color: #FF0;
	text-decoration: underline;
	font-size: 14px;
}
.con_box .more_PS {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 20px;
}
.con_box .more_PS a {
	color: #FF0;
	text-decoration: none;
	font-size: 14px;
	background-color: #F30;
	padding: 5px;
}
.con_box .more_PS a:hover {
	color: #FFF;
	text-decoration: none;
	font-size: 14px;
	background-color: #600;
	padding: 5px;
}
