	.content0 {
		width: 100%;
		margin: 0 auto;
		background-color: #FFFFFF;
		overflow: hidden;
	}
	
	.toggle {
		width: 100%;
		margin: 0 auto;
	}
	
	.toggle dl dt {
		background: #EFEFEF url('../images/bg_toggle_up.gif') no-repeat scroll 8px 14px;
		height: 40px;
		width: 92%;
		line-height: 40px;
		font-size: 15px;
		font-weight: bold;
		color: #454545;
		cursor: pointer;
		margin: 8px 0;
		padding-left: 8%;
		display: block;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	
	.toggle dl dt.current {
		background: #EFEFEF url('../images/bg_toggle_down.gif') no-repeat scroll 8px 14px;
	}
	
	.toggle dl dd {
		padding-left: 10px;
		line-height: 24px;
	}
	.toggle dl dd div{
	color: #787878;
	font-size: 12px;
	}
	/**/
	
   .pages .content{
   	
   }
	
		.f-1 {
		float: left;
		
	}
	
	.f-2 {
		float: right;
	}
	
	.f-2 a {
		text-decoration: none;
		font-size: 12px;
		display: block;
		color: #FFFFFF;
		background: #ad2318;
		padding: 2px 4px;
		height: 20px;
		line-height: 20px;
		font-weight: 800;
		border-radius: 2px;
	}
	
	div.p-detail img {
		width: 100%;
		max-width: 100%;
	}