@CHARSET "UTF-8";

body{
	background:#FFFDFE;
}
/*我的保单列表title开始*/
#baodan_list_bar{
	width:980px;
	height:51px;
	line-height:51px;
	margin:auto;
	position:relative;
	text-indent:12px;
	font-size:28px;
	border-bottom:1px solid #A0A0A0;
	margin-bottom:20px;
}
/*我的保单列表title结束*/
/*保单列表详情展示开始*/
#tb_box{
	width:760px;
	height:780px;
	margin:auto;
	position:relative;
	border:1px solid #A0A0A0;
	margin-bottom:10px;
}
#tb_box ul.ul_line{
	width:100%;
	overflow:hidden;
	list-style:none;
	overflow:hidden;
}
#tb_box ul.ul_line li{
	float:left;
	height:40px;
	line-height:40px;
	width:100%;
	border-bottom:1px solid #A0A0A0;
}
#tb_box ul.ul_line li.li_last{
	border-bottom:none!important;
}
#tb_box ul.ul_line li ul.inner_line{
	width:100%;
	height:100%;
}
#tb_box ul.ul_line li ul.inner_line li{
	float:left;
	width:190px;
	height:40px;
	line-height:40px;
	border-bottom:none;
	text-align:center;
	font-size:16px;
	color:#333333;
}
#tb_box ul.ul_line li ul.inner_line li a{
	color:#CB0305;
}
/*保单列表详情展示结束*/
/*flowers盒子开始*/
#flowers_box{
	width:1096px;
	height:152px;
	margin:auto;
	position:relative;
	background:url(../images/flowers.jpg) no-repeat;
}

/*flowers盒子结束*/










