.yunshi_home {
	width: 1200px;
	margin: 25px auto 0 auto;
	background-image: url(/xgdn/img/yunshi_chaxun.png);
	background-size: 50% auto;
}

.yunshi_home:after {
	display: block;
	clear: both;
	height: 0;
	content: "\200B";
}

.yunshi_home h1 {
	display: none;
}

.yunshi_home div {
	float: left;
    width: 393px;
    height: 246px;
	margin-right: 30px;
	margin-bottom: 40px;
	border: 1px solid #e5d9ef;
	border-radius: 6px;
	box-sizing: border-box;
	position: relative;
}

.yunshi_home div:nth-child(3n+1) {
	width: 354px;
	margin-right: 0;
}

.yunshi_home h2 {
	width: 20px;
	font-size: 16px;
	line-height: 16px;
	text-align: center;
	color: #fff;
	border-radius: 5px;
	padding: 8px 4px;
	background: #10930b;
	position: absolute;
	top: 42px;
	left: 65px;
}

.yunshi_home img {
	display: block;
	margin: 20px auto 0;
	height: 160px;
}

.yunshi_home ul {
	width: 100%;
	background-color: #f6f6f6;
	border-top: 1px solid #e5d9ef;
	border-radius: 0 0 6px 6px;
	position: absolute;
	bottom: 0;
    padding: 0;
    margin: 0;
}

.yunshi_home ul:after {
	display: block;
	clear: both;
	height: 0;
	content: "\200B";
}

.yunshi_home li {
	float: left;
	display: inline-block;
	width: 20%;
	height: 46px;
	line-height: 46px;
	text-align: center;
	font-size: 15px;
	box-sizing: border-box;
	border-right: 1px solid #e5d9ef;
}

.yunshi_home ul li:last-child {
	border-right: none;
}

.yunshi_home ul li:first-child a {
	border-right: none;
	border-radius: 0 0 0 5px;
}

.yunshi_home ul li:last-child a {
	border-right: none;
	border-radius: 0 0 5px 0;
}

.yunshi_home ul li a {
	display: block;
	width: 100%;
}

.yunshi_home ul li a:hover {
	background: #10930b;
	color: #fff;
}