@charset "utf-8";

/* reportBox */
.reportBox {
	width:720px;
	overflow:hidden;
	clear:both;
	padding:0 0 48px 0;
}
.reportBox .txt {
	width:522px;
	margin:0 auto;
	text-align:center;
	clear:both;
	padding:10px 0 23px 0;
}
.reportBox .img {
	border:2px solid #ffffff;
	float:left;
	margin:0 0 27px 40px;
	_margin:0 0 27px 20px;
}
.reportBox .cont {
	width:640px;
	margin:0 auto;
	overflow:hidden;
	clear:both;
}
.reportBox .cont .img2 {
	float:left;
	padding:7px 0 0 0;
}
.reportBox .cont .txt2 {
	word-break: break-all;
	float:right;
	width:360px;
	line-height:1.65;
	padding:2px 0 0 0;
}

