@CHARSET "UTF-8";
#UserPhotoBg,#UserPhoto{
	width:100%;
	max-width:640px;
	margin:auto;
}
#UserPhotoBg{
	height:200px;
	background:#0073aa;
	-webkit-filter:blur(15px);
	-moz-filter:blur(15px);
	-o-filter:blur(15px);
	-ms-filter:blur(15px);
	filter:blur(15px);
}
#UserPhoto{
	height:220px;
	text-align:center;
	overflow:hidden;
	position:absolute;
	left:0;
	top:49px;
}
#UserPhoto img{
	height:100%;
}
#uname{
	display:block;
	width:100%;
	max-width:640px;
	height:32px;
	line-height:32px;
	margin:-12px auto 20px;
	background:#b3b3b3;
	color:#444;
	font-size:16px;
	opacity:0.8;
	text-align:right;
	padding-right:10px;	
}
#articleView{
	width:90%;
	max-width:640px;
	margin:auto;
}
#articleTitle{
	text-align:center;
	margin-top:-50px;
}

#title2{
	font-size:14px;
	text-align:center;
}

#upd{
	font-size:12px;
	text-align:center;
	color:gray;
	padding-bottom:25px;
}
#content{
	text-align: justify;
	text-justify: inter-ideograph;
	word-wrap:break-word;
	padding-bottom:50px;
}
#content p {
	line-height: 2;
	text-indent:2em;
}
#content img, #content video {
	max-width: 98%;
}
#content p img,#content p video{
	margin-left:-2em;
}
#content td{
	padding:5px;
	border:1px #ddd solid;
}
#content td p{
	text-indent:0;
}
.proline{
	width:90%;
	max-width:640px;
	margin:auto;
	font-size:12px;
	margin:0;
}