.mainDiv{
	width:90%;
	margin:0 auto;
}
.title{
	margin-left:1rem;
	margin-top:1rem;
	font-weight:800;
	font-size:1.2rem;
}
.singleDiv{
	padding: 0.5rem;
	width: calc(100% - 1rem);
	margin:1rem auto;
	border:1px solid;
}
.clear{
	clear:both;
}
.headImg{
	width:33.33%;
	float:left;
	margin-right:0.8rem;
}
.headImg > img{
	width:100%;
}
.detailInfo{
	float:left;
	width:calc(100% - 0.8rem - 33.33%);
}
.name{
	margin-top:0.5rem;
	font-weight:800;
	margin-bottom:1.2rem;
	font-size: 1.2rem;
	color: #000;
}
.workText{
	color:#1e9be8;
	float:left;
	/* width:2.5rem; */
}
.workDesc{
	float:left;
	/* width:calc(100% - 3.5rem); */
}
.telText{
	color:#1e9be8;
	float:left;
	/* width:4.5rem; */
}
.telDesc{
	float:left;
	/* width:calc(100% - 5.5rem); */
	font-size: 1rem;
	color: #000;
}
.clickTel{
	display:block;
	border-radius:5px;
	padding:0.5rem 0.8rem;
	background-color:#1e9be8;
	font-weight:800;
	text-align:center;
	width:4.5rem;
	margin-top:1rem;
	color:#fff;
}
.topImg{
	width:100%;
}
.topImg > img{
	width:100%;
	display:block;
}