.text_title{
	width: 100%;
	height: 46px;
	box-sizing: border-box;
	padding-left:20px;
	padding-right:20px;
	border-bottom: 1px solid  #ccc;
	line-height: 45px;
	font-size: 14px;
	color:#333;
}
.text_content{
	width: 100%;
	height: 1177px;
	overflow-y: auto;
	color:#333;
	font-size: 16px;
	box-sizing: border-box;
	padding-left:20px;
	padding-right:20px;
}
.text_content_tt{
	width: 100%;
	height: 35px;
	text-align: center;
	line-height: 35px;
	margin-bottom: 5px;
}
.text_content_w{
	line-height: 30px;
}