.main {
	margin-bottom: 40px;
}
.main .block {
	width: 990PX;
	margin: auto;
	padding-top: 100px;
}
.word_main p {
	font-size: 16px;
	line-height: 36px;
	text-indent: 32px;
	margin: 20px auto;
}
.word_main p img {
	display: block;
	max-width: 100%;
	margin: auto;
}
.main .block .dls {
	display: table;
	border-collapse: separate;
	table-layout: fixed;
}
.main .block .dls dl {
	width: 100%;
	/*height: 140px;*/
	display: table-row;
}
.main .block .dls dl dt {
	width: 330px;
	height: 100%;
	padding: 50px 0;
	line-height: 40px;
	font-size: 18px;
	font-weight: bold;
	color: #5b5b5b;
	display: table-cell;
	vertical-align: middle;
	float: none;
}
.main .block .dls dl dt span {
	display: block;
	width: 80px;
	margin: auto;
	text-align: justify;
	text-align-last: justify;
	text-align: center;
}
.main .block .dls dl dd {
	width: 640px;
	/*height: 140px;*/
	overflow: hidden;
	line-height: 26px;
	font-size: 16px;
	display: table-cell;
	vertical-align: middle;
	padding: 10px !important;
	float: none;
}
.main .block .dls dl:nth-child(2n-1) dt {
	background: #e5e5e5;
}
.main .block .dls dl:nth-child(2n) dt {
	background: #f5f5f5;
}