<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#serviceBlock {
	margin-top: 24px;
	position: relative;
	overflow: hidden;
	color: #888;
	font-size: 12px;
	line-height: 16px;
	background-color: #ffffff;
}

#serviceBlock .sideBlockContent{
	border: 1px solid #e7e8ea;
	padding: 12px;
}

#serviceBlock .item{
	margin-top: 12px;
	overflow: hidden;
}

#serviceBlock .item:first-child{
	margin-top: 0px;
}

#serviceBlock .name{

	-webkit-transition: 0.2s all ease-in-out;
	-o-transition: 0.2s all ease-in-out;
	transition: 0.2s all ease-in-out;

	display: block;
	margin-bottom: 8px;
	color: #000000;
	font-size: 12px;
}

#serviceBlock .description{
	height: 48px;
    overflow: hidden;
}

#serviceBlock .link{
	text-decoration: none;
}

#serviceBlock .link:hover{
	color: #000000;
}

#serviceBlock .picBlock{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	width: 70px;
	height: 70px;
	line-height: 70px;
	display: inline-block;
	vertical-align: top;
	border: 1px solid #e7e8ea;
	margin-right: 6px;
	text-align: center;
}

#serviceBlock .picBlock:hover img{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	opacity: 0.8;
}

#serviceBlock .picBlock img{
	vertical-align: middle;
	max-height: 90%;
	max-width: 90%;
}

#serviceBlock .tools{
	vertical-align: top;
	display: inline-block;
	width: 60%;
}

#serviceBlock .tools .date{
	margin-bottom: 6px;
	display: block;
	color: #888888;
}</pre></body></html>