.mainBody {
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #f1f1f1;
}

.bodyDetail {
	width: 990px;
	background-color: white;
	margin: 0 auto;
	font-size: 0;
	padding-top: 30px;
	padding-left: 12px;
}

.textChange {
	display: none;
}

.textChange:first-child {
	display: block;
}

.textBlock {
	width: 298px;
	height: 312px;
	border: solid 1px #dcdcdc;
	display: inline-block;
	padding: 25px 20px 0;
	margin: 0 12px 20px;
	position: relative;
}

.textBlock .title {
	margin-top: 25px;
	display: block;
	font-size: 17px;
	color: #323232;
}

.textBlock .text {
	margin: 0;
	font-size: 14px;
	color: #656565;
	margin-top: 5px;
	line-height: 20px;
}

.textBlock img {
	width: 100%;
	height: 120px;
	border: solid 1px;
}

.textBlock .moreBtn {
	position: absolute;
	right: 20px;
	bottom: 24px;
	display: inline-block;
}

.textBlock .moreBtn a {
	color: #18B1FE;
	font-size: 14px;
}

.changeLine {
	display: inline-block;
	font-size: 0;
	border-style: solid none solid solid;
	border-color: #dcdcdc;
	border-width: 1px;
	margin-bottom: 30px;
	float: right;
	margin-right: 20px;
}

.changeLine span {
	display: inline-block;
	border-right: solid 1px #dcdcdc;
	font-size: 14px;
	line-height: 33px;
	text-align: center;
}

.changeLine .topLeft,
.topRight,
.left,
.right {
	width: 43px;
}

.changeLine .num {
	width: 33px;
	color: #18B1FE;
}

.changeLine .num.selected {
	color: #323232;
	background-color: #ededed;
}

.clear {
	clear: both;
}