
.con_xiangmu{
	width: 100%;
	height: auto;
	margin: 0 auto;
	margin-top: 40px;
	
}
.xm_ul{
	width: 100%;
	height: auto;
}
.xm_ul li{
	display: inline-block;
	position: relative;
	width: 293px;
	height: 240px;
	padding: 8px;
	margin-right: 9px;
	margin-left: 9px;
	margin-bottom: 15px;
	background-color: #ffffff;
	border: 1px solid #B3D4FC;
	border-radius: 10px;
	overflow: hidden;
}
.xm_ul li h3{
	font-size: 15px;
	margin: 10px 0;
}
.xm_ul li p{
	display: block;
	height: 40px;
	line-height: 20px;
	font-size: 14px;
	color: #898989;
	overflow: hidden;
	
}
/*脚部*/
.footer {
	width: 100%;
	height: 130px;
	background-image: url(../img/jbbq.png);
	background-size: 100% 130px;
	background-repeat: no-repeat;
	margin-bottom: 3px;
}

.bottom_copyright p {
	padding-top: 10px;
	line-height: 32px;
	text-align: center;
	color: #ffffff;
}
.footer a{
	color: #ffffff;
}