/* 首页原创文章更多 */
#top_bg{
	background: url(../images/li_text_02.jpg) no-repeat center;
	width: 100%;
	height: 146px;
}

#cons_bg{
	background: url(../images/li_text_05.jpg) no-repeat center;
	width: 100%;
	 min-height: 1000px;
    padding-bottom: 80px;
}

#bottom_bg{
	background: url(../images/li_text_08.jpg) no-repeat center;
	width: 100%;
	height: 153px;
}
/* css */
#text_box_bgColor{
	background-color: #fff;
	opacity: 0.5;
	width: 1100px;
	height: 100%;
	position: relative;
	top: 50px;
	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: 25px;
	padding: 20px 40px; 
	text-indent: 1.5cm;
	line-height: 38px;
}

#p_box{
	margin-bottom: 150px;
}

#p_box ul {
	margin-left: 50px;
}
#p_box ul li{
	font-size: 28px;
	line-height: 60px;
	list-style-type: disc;
}

#p_box ul li a{
	color: #230505;
}

#p_box ul li a:hover{
	color: RED;
}

.kk{
	width: 800px;
	height: 100%;
	margin: 0px auto;
}

#pageSt{
  width: 800px;
  margin: 0 auto;
  padding: 25px 0;
  text-align: center;
  font-size: 18px;
}

#pageSt span{
  padding-left: 5px;
}
#pageSt a{
	font-size: 18px;
	margin-top: 30px;
	color: #230505;
  padding-left: 5px;
}

#pageSt a:hover{
	color: red;
}

