.textList-css ul, .textList-css li{
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.textList-css .textList-item{
	padding: 10px 0 0 0;
	border-bottom: 1px solid #eee;
}
.textList-css .textList-item-text{
	border-bottom: 1px solid #eee;
	font-size: 14px;
	color: #333;
	font-family: '微软雅黑';
	margin:0 5%;
}
.textList-css .textList-item-text .textList-item-time{
	float: right;
}

.textList-split-line{
	width:100%;
	height:1px;
	border-bottom:5px dashed #000;
	margin-bottom:10px;
	margin-top:10px;
}
.textList-margin-Line{
	margin-bottom:10px;
}
.textList-css .title{
	float:left;
}
.p-textList-page{
	text-align:center;
	margin-top:15px;
}
.textList-css{
    height:auto;
    margin:0 auto;
}
.textList-css ul{
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}
.textList-css ul li{
    color:#000000;
    height:100%;
}
.textList-css ul li a{
	font-size:14px;
	text-decoration: none;
	vertical-align: middle;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: inline-block;
	width:100%;
}