#modBox{
	margin-bottom:30px;
}
#modBox ul{
	width:22.5%;/*270/1200*/
	float:left;
	margin-left:40px;
}
#modBox ul:first-child{
	margin-left:0;
}

#modBox ul li.bt{
	height:50px;
	line-height:50px;
	font-weight:bold;
	font-size:16px;
	color:#333;
}
#modBox ul li.content{
	height:390px;
	overflow:hidden;
}
#modBox ul li.content img{
	width:100%;
}
.mod_1 .content p{
	font-size:14px;
	line-height:1.8;
	color:#333;
	padding-top:10px;
}
.mod_2 .content{
	background-color:#d0e8ff;
}
.mod_3 .content .case{
	overflow:hidden;
	line-height:2;
}
.case .name{
	float:left;
	font-size:13px;
}
.case .name a{
	color:red;
}
.case .name a:hover{
	text-decoration:underline;
}
.case .address{
	float:right;
	font-size:12px;
}

.mod_4 .content .service{
	padding:10px 0;
	border-bottom:1px dashed #ccc;
	height:109px;
}
.mod_4 .content .service:last-child{
	border-bottom:none;
	height:110px;
}
.mod_4 .content .service h3{
	font-size:14px;
	line-height:1.8;
}
.mod_4 .content .service h3 span{
	font-weight:bold;
}
.mod_4 .content .service a{
	display:block;
	height:24px;
	line-height:24px;
	width:80px;
	background-color:#576166;
	color:white;
	font-size:12px;
	text-align:center;
	margin-top:10px;
}