.service{
	margin-bottom: 30px;
}
.service .img{
	padding-top: 66.666666%;
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
}
.service .img img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.service .img:hover img{
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.service .tend{
	margin-bottom: 5px;
}
.service .tend a{
	display: block;
	font-size: 18px;
	line-height: 26px;
	font-family: 'Roboto Condensed', sans-serif;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-transform: uppercase;
}
.service .des{
	color:#777777;
	height:66px;
	overflow: hidden;
}
/*======================================================*/
.the-content{
	padding-top: 25px;
	border-top: dotted 1px rgba(0,0,0,0.2);
	margin-bottom: 20px;
}