.ueview {
	color: #444;
	font: 15px/1.75em Arial, "Microsoft YaHei", 微软雅黑, STHeiti, 华文黑体, STSong, 华文宋体, sans-serif;
}
.ueview iframe{
	width: 700px;
	height: 482px;
}
.ueview img{
	width: 700px;
	height: auto;
}
.ueview img.emotion{
	width: auto;
	height: auto;
}
.ueview p{
	margin: 0;
	padding: 0;
	margin-top: 1em;
}
.ueview ul{
	list-style-type: disc;
}
.ueview ul>li{
	list-style-type: disc;
}
.ueview ol{
	list-style-type: decimal;
}
.ueview ol>li{
	list-style-type: decimal;
}
.ueview .list-paddingleft-2{
	padding-left: 2em;
}