@charset "UTF-8";
/* CSS Document */
body{
	background:#f0f0f0;
	}


#busiList li{
	width:31.5%;
	margin:0 2.5% 2.5% 0;
	float:left;
	background:#fff;
	height:215px;
	}
#busiList li:nth-child(3),#busiList li:nth-child(6){
	margin-right:0;
	}
@media screen and (max-width: 860px){
	#busiList li{
	width:48.5%;
	margin:0 3% 2.5% 0;
	float:left;
	background:#fff;
	height:195px;
	}
	#busiList li:nth-child(3),#busiList li:nth-child(6){
	margin:0 3% 2.5% 0;
	}
	#busiList li:nth-child(2),#busiList li:nth-child(4),#busiList li:nth-child(6){
	margin-right:0;
	}
	}

#busiList li h3{
	width:100%;
	background:#12144f url(../images/bg.jpg) no-repeat;
	background-size:cover;
	color:#fff;
	font-size:18px;
	line-height:24px;
	text-align:center;
	padding:14px 0 10px 0;
	height:78px;
	}
#busiList li h3.sL{
	padding-top:25px;
	}
#busiList li p{
	font-size:14px;
	line-height:22px;
	padding:12px 18px;
	}
