@charset "utf-8";
body {
}
.PucMain {
	width:972px;
	margin:auto;
	float:left;
}
.PucBanner {
	float:left;
	width:972px;
	height:200px;
	background-color:#FFFFFF;
	margin-top:5px;
}
.PucSiteGuide {
	float:left;
	width:100%;
	height:30px;
	background-color:#F5F5F5;
}
.PucSiteGuide ul {
	margin-top:8px;
	list-style:none;
	font-size:13px;
	margin-left:10px;
	color:#555;
}
.PucSiteGuide ul li {
	float:left;
}
.PucSiteGuide ul li a {
	text-decoration:none;
	color:#555;
}
.PucSiteGuide ul li a:hover {
	text-decoration:underline;
}
.PucDetail {
	margin-top:10px;
	width:972px;
}
.PucDetail .Text {
	width:972px;
	float:left;
	margin-top:20px;
}
.PucDetail .leftDetail {
	float:left;
	width:180px;
}
.PucDetail .rightDetail {
	float:left;
	width:780px;
	margin-left:11px;
}
.PucDetail .rightDetail .text {
	float:left;
	width:780px;
}
.PucDetail .rightDetail .text .title {
	height:40px;
	background-color:#F3F3F3;
	text-align:left;
	font-size:13px;
}
.PucDetail .rightDetail .text .title span {
	line-height:40px;
	margin-left:10px;
	color:#333;
	font-weight:bold;
}

.PucDetail .rightDetail .text .content {
	widows:780px;

}

.PucDetail .rightDetail .text .titlepl {

	height:28px;
	background-color:#F3F3F3;
	text-align:left;
	font-size:13px;
	
}

.PucDetail .rightDetail .text .titlepl span {
	line-height:28px;
	margin-left:10px;
	color:#333;
	font-weight:bold;
	
}

