/* CSS Document */

.serviceSec {
	width: 912px;
	margin-top: 15px;
}

.serviceSec .leftCol {
	width: 630px;
}

.serviceSec .rightCol{
	width: 216px;
}

.serviceSec .leftCol {
	float: left;
}

.leftCol li{
	margin-bottom:10px;	
}

.leftCol li .date{
	display:inline-block;		
	/display:inline;
	/zoom:1;
	padding-right:10px;
	width:110px;
}

.serviceSec .leftCol h2,
.serviceSec .rightCol h2 {
	color:#777;
	border-bottom:1px solid #ff4da9;
	font-weight:normal;
	font-size:22px;
	padding-bottom:5px;
}

.serviceSec .rightCol {
	float: right;
}

.serviceSec .detail{
	font-size: 12px;
	color: #ff4da9;	
}

.serviceSec h2 {
	margin-bottom: 10px;
}

.serviceSec .wrapperCnt {
	position: relative;
	width: 423px;
	font-size: 0;
	line-height: 0;
}

.serviceSec .thumbnail,
.serviceSec .text {
	display: inline-block;
	/display: inline;
	/zoom: 1;
	vertical-align: middle;
}

.serviceSec .text {
	width: 190px;
	margin-left: 23px;
	padding: 20px 0;
	font-size: 12px;
	line-height: 1.5;
	color: #666;
}

.serviceSec .link {
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 12px;
	line-height: 1.5;
	color: #ff4da9;
}

.serviceMenu{
	color:#777;
		
}
.serviceMenu li{
	margin-bottom:10px;
}

/* clear fix */
.serviceSec:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
}
