/* 列表详情页 */
body{
	background-image: url(../images/li_text_051.jpg);
	background-repeat: repeat;
}
#top_bg{
	background: url(../images/ztop.png) no-repeat center;
	width: 100%;
	height: 157px;
}

#cons_bg{
    width: 100%;
    height: 100%;
}

#bottom_bg{
	background: url(../images/zunder.png) no-repeat center;
	width: 100%;
	height: 151px;
}
/* css */
#text_box_bgColor{
	/* background-color: #fff;
	opacity: 0.5; */
	background-image: url(../images/white_bg.png);
	background-repeat: repeat;
	width: 1100px;
	height: 100%;
	/* position: relative;
	top: 300px;
	left: 40px; */
}

#text_box_border_style{

}

#text_box_border_style h1{
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
	color: #230505;
	font-weight: 600;
}

#text_box_border_style p{
	font-size: 18px;
	padding: 20px 40px; 
	/*text-indent: 1.5cm;*/
	line-height: 28px;
}

#p_box{
	margin-bottom: 150px;
}

.container #text_box_bgColor{
	margin-top: 150px;
	margin-bottom: 100px;
}