@charset "utf-8";
	.news {
	margin-top:24px;
}
.news .left .con {
	background:#FFFFFF;
	border-radius:8px;
	padding:24px;
}
.news .left .con .content {
	font-size:14px;
	color:#000;
	word-break:break-all;
	line-height:1.7;
}
.news .left .con .content p {
	margin-bottom:16px;
}
.news .left .con .content img {
	max-width:100%;
	width:auto;
	height:auto;
}
