
.m_center {
	width: 1200px;
	height: 250px;
	margin: 0 auto;
}

.ser_div {
	width: 588px;
	height: 300px;
	float: left;
	border: 1px solid #e4e4e4;
	margin-bottom: 20px;
	position: relative;
}

.ser_div .ser_name {
	width: 200px;
	height: 40px;
	left: 30px;
	top: 30px;
	position: absolute;
	font-weight: 600;
	font-size: 24px;
	line-height: 34px;
}

.ser_div .ser_title {
	width: 300px;
	height: 50px;
	left: 30px;
	top: 80px;
	position: absolute;
	color: #666;
	font-size: 14px;
}

.ser_div .ser_btn {
	width: 168px;
	height: 40px;
	left: 30px;
	top: 220px;
	position: absolute;
	border: 1px solid #999;
	border-radius: 4px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	cursor: pointer;
}

.ser_div .ser_btn:HOVER {
	border: 1px solid #ef2a26;
	background-color: #ef2a26;
	color: #fff;
}

.ser_div .ser_img {
	width: 160px;
	height: 160px;
	right: 30px;
	top: 30px;
	position: absolute;
}

.z_div {
	width: 359px;
	height: 280px;
	float: left;
	margin-right: 1px;
	text-align: center;
	padding: 20px;
	padding-bottom: 0px;
}

.z_btn {
	width: 168px;
	height: 40px;
	left: 508px;
	bottom: 30px;
	position: absolute;
	border: 1px solid #999;
	border-radius: 4px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	cursor: pointer;
}

.z_btn:HOVER {
	border: 1px solid #ef2a26;
	background-color: #ef2a26;
	color: #fff;
}

.z_div .z_name {
	color: #333;
	font-weight: 600;
	font-size: 24px;
	line-height: 60px;
}

.z_div .z_title {
	color: #666;
	font-size: 14px;
}

.contentTitle {
	font-weight: 600;
	font-size: 15px;
	line-height: 40px;
	color: #333;
	margin-bottom: 8px;
	margin-left: 20px
}

.rcomd {
	width: 100%;
	height: 160px;
	border-bottom: 1px dotted #e0e0e0;
	text-align: left;
}

.rcomd a {
	margin-left: 20px;
	font-size: 14px;
	color: #666;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 25px;
}

.rcomd a:HOVER {
	color: #0078d7;
}

.for_more {
	text-align: left;
}

.for_more a {
	font-size: 14px;
	line-height: 60px;
	color: #0078d7;
	margin-left: 20px;
}