.ht{
	font-size: 24px;
	font-weight: bold;
	color: #2A71B9;
	-webkit-text-stroke:.5px #fff;
}
.hc{
	font-size: 16px;
	line-height: 20px;
	color: #000;
}
.contact-detail {
	margin-top: 24px;
}
.contact-detail img {
	width: 100px;
	height: 100px;
	float: left;
}
.contact-info {
	float: left;
	margin-left: 12px;
	font-size: 12px;
	color: #2A71B9;
	width: 180px;
}
.contact-phone>img{
	width: 24px;
	height: 48px;
	padding-bottom: 24px;
}
.cp p{
	float: left;
	margin-left: 8px;
	margin-bottom: 4px;
}
.proj-content {
	height: 150px;
	background-color: #fff;
	padding: 0 8px;
}

.proj-name {
	font-size: 12px;
	font-weight: bold;
	color: #2A71B9;
	padding: 8px 0;
	margin: 0;
	line-height: 12px;
}

.proj-intro {
	display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
	overflow: hidden;
	height: 70px;
	line-height: 12px;
	font-size: 10px;
	color: #717171;
}
.pj{
	margin-top: 8px;
	padding: 0 6px;
}