@charset "utf-8";
/* CSS Document */
.c_left p{
	border-radius:10px;
	background:#EDCCA5;
	padding:10px 20px;
	margin:0 10px 20px;
	line-height:20px;
}
.c_left h2{
	width:660px;
	background:#42250E;
	line-height:30px;
	width:120px;
	text-align:center;
	margin-bottom:20px;
	font-size:16px;
	color:#fff;
	font-weight:bold;
	margin-left:20px;
}
.c_left #insurance ul{
	height:160px;
}
.c_left #insurance li{
	background:#fff;
	height:138px;
	width:158px;
	text-align:center;
	border-radius:10px;
	border:1px solid #ccc;
	float:left;
	margin:0 10px;
	font-weight:bold;
	padding-top:20px;
}