
.wz_img{
	width: 100%;
}

#title{
	font-size:25px;
}

#leadtitle{
	font-size:18px;
}

#subtitle{
	font-size:16px;
}

#other_info {
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	overflow: hidden;
}

#content p{
	font-size:16px;
	line-height: 25px;
}

#content img {
clear:both;
display: inline-block;
float:right; 
height: auto;
max-width:100%;
text-indent: -2em;
text-align: center;
left:2em;
}
#content p img {
clear:both;
display: inline-block;
float:right; 
height: auto;
max-width:100%;
text-indent: -2em;
text-align: center;
left:2em;
}
#content p span img {
clear:both;
display: inline-block;
float:right; 
height: auto;
max-width:100%;
text-indent: -2em;
text-align: center;
left:2em;
}

.comment_table{
	width: 100%
}

.user_info{
	width: 50px;
	text-align: center;
}

.user_photo{
	width: 40px;
	height: 40px;
	border: 1px solid red;
	border-radius:50%;
}

.comment_content{
	padding: 0 5px;
}

.comment_content .content{
	min-height: 40px;
	
}

.comment_list_wapper{
	padding-bottom: 10px;
	border-bottom: 2px solid #ccc;
}

#more_comment{
	text-align: center;
	height: 25px;
	line-height: 25px;
}

#more_comment a{
	text-decoration: none;
	color: #2982D6;
}

