#box #main{
	background:none;
	border:none;
}
#box{
	background:#fff;
	height:400px;
}
#box #main .cen{
	width:963px;
	height:760px;
	margin:0px auto;
	padding-top:80px;
}
#box #main .cen li{
	width: 249px;
    height: 246px;
    float: left;
    margin-bottom: 41px;
    display: block;
    border: 1px solid #149d3b;
    border-top: none;
    margin-left: 55px;
    display: inline;
    overflow: hidden;
    position: relative;
}
#box #main .cen ul li div{
	width:249px;
	margin:0px auto;
}
#box #main .cen ul li div h3{
	width:249px;
	height:38px;
	line-height:30px;
	background:url(../images/h3_bg.jpg) no-repeat center;
	font-family:"microsoft yahei";
	font-size:16px;
	font-weight:normal;
	color:#fff;
	text-indent:10px;
}
#box #main .cen ul li div img{
	margin-top:15px;
	padding-left:10px;
}
#box #main .cen ul li div p{
	margin-top:10px;
	line-height:180%;
	padding:0 10px 0 10px;
	font-size: 16px;
}
#box #main .cen ul li div span{
	text-align:center;
	width:100px;
	height:30px;
	display:block;
	background:#149d3b;
	font-family:"microsoft yahei";
	font-size:18px;
	position:absolute;
	right:10px;
	bottom:10px;
	line-height:30px;
}
#box #main .cen ul li div span a{
	color:#fff;
	display:block;
}