.article{
	width: 100%;
}

.article p{
	width: 100%;
	font-size: 16px;
	margin: 10px 0;
	text-indent: 2em;
	word-break: break-all;
	line-height: 28px;
	color: #272727;
}

.article p img{
	max-width: 100%;
	width: 100%;
	display: block;
	margin-top: 20px;
}