
.textinfo
{
	float: left;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: #ff6600 2px solid;
	border-bottom: #dddddd 1px dashed;
	text-align: center;
}

.textinfo .textwarp
{
	margin: 0 auto;
	width: 100%;
	max-width: 1000px;
	display: inline-block;
}

.textinfo .textwarp .textheader
{
	float: left;
	width: 100%;
}

.textinfo .textwarp .textheader h1
{
	float: left;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
}

.textinfo .textwarp .textbody
{
	float: left;
	width: 100%;
	margin-top: 20px;
}

.textinfo .textwarp .textbody .viewtext
{
	float: left;
	width: calc(100% - 20px);
	margin-left: 10px;
	line-height: 30px;
}

.textinfo .textwarp .textbody .viewtext .timespan
{
	float: left;
	width: 100%;
	line-height: 30px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

.textinfo .textwarp .textbody .viewtext h1
{
	float: left;
	width: 100%;
	line-height: 30px;
	font-size: 16px;
	font-weight: bold;
}

.textinfo .textwarp .textbody .viewtext h4
{
	float: left;
	width: 100%;
	line-height: 30px;
	font-size: 14px;
	font-weight: bold;
}

.textinfo .textwarp .textbody .viewtext p
{
	float: left;
	width: 100%;
	line-height: 30px;
	margin-bottom: 10px;
	font-size: 14px;
	text-indent: 2em;
}

.textinfo .textwarp .textbody .viewtext p em
{
	font-weight: bold;
}

.textinfo .textwarp .textbody .viewtext ul
{
	float: left;
	width: 100%;
	line-height: 30px;
	margin-bottom: 10px;
}

.textinfo .textwarp .textbody .viewtext ul li
{
	float: left;
	width: calc(100% - 20px);
	line-height: 30px;
	margin-left: 20px;
	font-size: 14px;
	list-style-type: decimal; /* 移除默认的圆点 */
	list-style-position: outside;
}

.textinfo .textwarp .textbody .viewtext ul ol
{
	float: left;
	width: 100%;
	line-height: 30px;
	font-size: 14px;
	padding-left: 40px;
	list-style-type: none; /* 移除默认的圆点 */
}

.textinfo .textwarp .textbody .viewtext ul ol:before 
{
    content: "•"; /* 使用Unicode字符创建圆点 */
    font-size: 20px; /* 设置圆点的大小 */
    display: inline-block; /* 使圆点与文本在同一行显示 */
    width: 1em; /* 设置圆点的宽度 */
    margin-left: -1em; /* 调整位置，使其与文本对齐 */
}

.textinfo .textwarp .textbody .viewtext ul ol em
{
	font-weight: bold;
}

.textinfo .textwarp .textbody .viewtext img
{
	float: left;
	max-width: 100%;
}


.textinfo .textwarp .textbody .viewtext .tableview
{
	float:left;
	width:100%;
	background-color: #eaeaea;
	border-collapse: separate;
    border-spacing: 1px; /* 水平和垂直间距都是1px */
    margin-bottom: 20px;
}

.textinfo .textwarp .textbody .viewtext .tableview thead
{
	
}

.textinfo .textwarp .textbody .viewtext .tableview thead tr
{
	height:40px;
}

.textinfo .textwarp .textbody .viewtext .tableview thead tr th
{
	width:auto;
	line-height:30px;
	text-align:left;
	background-color:#f0fef9;
	text-align:center;
}

.textinfo .textwarp .textbody .viewtext .tableview tbody
{

}

.textinfo .textwarp .textbody .viewtext .tableview tbody tr
{
	background-color:#ffffff;
}

.textinfo .textwarp .textbody .viewtext .tableview tbody tr td
{
	line-height:40px;
	text-align:left;
	color:#666666;
	padding-left: 10px;
	padding-right: 10px;
}


