@charset "utf-8";

body{
	background-color:#eee;
}
.br_b{
	border-bottom:1px solid #dfdfdf;
}
.list_p_top_title{
	font-size:22px;
	line-height:60px;
	text-align:center;
	/* line-height: */
}
/* 用户协议整体 */
.xieyi_box{
	max-width:1000px;
	padding:10px;
	background-color:#fff;
	margin:0 auto;
}

/*  段落  */
.xieyi_box .list_p{
    font-size:14px;
	color:#666;
	line-height:24px;
	padding-left:0px;
	width:100%;
	text-align:left;
    background-color: #fff;
	padding:6px 0;
	height:auto;
	min-height: 1.2rem;
	text-indent:2em;
}
.xieyi_box .indent0{
	text-indent:0;
}
/* 段落标题 */
.list_p_title{
	color: #222;
    font-size: 16px;
	font-weight:bold;
	height:30px;
	line-height:30px;
	padding:10px 0 0 0;
}
/* 段落标题2 */
.list_p_title2{
	color: #f66364;
    font-size:18px;
	font-weight:bold;
	height:50px;
	line-height:50px;
	padding:10px 0 0 0;
	text-align:center;
}
.color_h{
	color: #f66364;
}