.cgjl {
	width: 100%;
	background-color: #f5f5f5;
	height: auto;
padding-top:5px;
}
.jl {
	width: 156px;
	background-color: #fff;
	border-radius: 5px;
	height: 280px;
	text-align: center;
	float: left;
	margin-right: 16px;
	margin-bottom: 20px;
}
.img {
	
	position: relative;
}
.img1 {
	width: 80px;
	border-radius: 50%;
	margin: 0 auto;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 10px;
}
.img2 {
	position: absolute;
	bottom: 16px;
	right: 50px;
}
.jl h2 {
	font-size: 16px;
	font-family:MicrosoftYaHei;
	font-weight:400;
	color: #2a313c;
	text-align: center;
	margin: 0;
}
.jl h4 {
	font-size:14px;
font-family:MicrosoftYaHei;
font-weight:400;
color:#869aa4;
margin: 0;
padding: 0px 0 18px 0;
}
.jl p {
	font-size:14px;
font-family:MicrosoftYaHei;
font-weight:400;
color:#4c6dfb;
}
.jl span {
	display: block;
	font-size:12px;
font-family:MicrosoftYaHei;
font-weight:400;
color:#c7cdd0;
padding-top: 2px;
padding-bottom: 14px;
}
.jl a {
	display: block;
	width: 113px;
	height: 27px;
	background-color: #4c6dfb;
	border-radius: 14px;
	line-height: 27px;
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	font-family: "microsoft yahei";
	margin: 0 auto;
}
.jl a:hover {
	background-color: #5acc77;
}
