#ff_main div.main{
	text-align:center;
}
div.top_bg{
	background-image:url("../images/sincere_vip_bg1.jpg");
	background-repeat:no-repeat;
	background-position:center top;
	width:100%;	height:32px;
}
div.bottom_bg{
	background-image:url("../images/sincere_vip_bg3.jpg");
	background-repeat:no-repeat;
	background-position:center top;
	width:100%;	height:32px;
	padding-bottom:80px;
}

div.mid{
	width:100%; min-height:450px;
	background-image:url("../images/sincere_vip_bg2.jpg");
	background-repeat:repeat-y;
	background-position:center top;
	text-align:center;
	padding-top:45px;
}

div.mid div.mid_box{
	width:705px;
	margin:0 auto;
	position:relative;
}
	div.content_box{
		float:left;
		text-align:left;
	}
		div.content_box  div.title{
			width:418px;	height:32px;
			margin-left:-5px;
			float:left;
		}
		div.content_box div.content{
			float:left;
		}
			div.content_box div.content p{
				width:418px;	
				/*font-family:黑体;*/
				font-size:18px;
				color:#000;
				line-height:30px;
				font-weight:bolder;
			}
			div.content_box div.content p.title{
				margin-top:10px;
			}
			div.content_box div.content ul{
				width:415px;	
				list-style-type: none;
				margin:0px;
			}
			/*color:#5a5a5a;*/
			/*font-family:黑体;*/
			div.content_box div.content ul li{
				margin:0px;
				list-style-type: none;
				font-size:13px;
				line-height:22px;
				color:#000000;
				background-image:url("../images/sincere_vip_dot.jpg");
				background-repeat:no-repeat;
				background-position:0 8px;
				padding-left:15px;
			}
		div.content_box div.details{
			float:left;
			width:418px;
			margin-bottom: 20px;
			margin-top: 15px;
		}
		div.content_box div.details div.toc{
			position:absolute;
			left:350px;
			top:80px;
		}	
			div.content_box div.details img{
				cursor:pointer;
			}
		
			
div.card{
	width:250px;	height:376px;
	position:absolute;
	top: 30px; left: 450px;
}
	
	
div#detail_pic{
	text-align:center;
	position:relative;
	margin:0 auto;
}
div#detail_pic div.btn_close{
	margin:0 auto;
	height:30px;	width:100%;
	text-align:right;
	background-color:grey;
	color:white;
	line-height:30px;
}
div#detail_pic  div#pic_show{
	margin:0 auto;
	overflow-y: scroll; 
	overflow: auto; 
}
	
	