/*查看用户建议*/
.main{
	padding: 20px 0 20px 0;
}
.letter-list{
	width: 100%;
	margin:10px auto;
	float: left;
	/*height: 400px;*/
}

.letter-list-title{
	height: 60px;
	line-height:60px;
	text-align:left;
	color: #000;
	font-weight: 700;
	font-family: 黑体;
	font-size: 18px;
}
.letterlistMain{
	/*height: 310px;*/
}
.letterlistMain table td{
	height:33px;
	width:570px;
	line-height:33px;
	border:1px solid #BDD2F1;
	background: #fff;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 14px;
	text-align: left;
}
.letterlistMain table th{
	height: 33px;
	line-height:33px;
	border:1px solid #BDD2F1;
	background: #F1F1F1;
	letter-spacing: 2px;
	text-align: center;
}
.letterlistMains{
	
}
.letterlistMains table td{
	height:33px;
	line-height:33px;
	border:1px solid #BDD2F1;
	background: #fff;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 14px;
	text-align: left;
	padding:5px 10px;
}
.letterlistMains table th{
	height: 33px;
	line-height:33px;
	border:1px solid #BDD2F1;
	background: #F1F1F1;
	letter-spacing: 2px;
	text-align: center;
	padding:5px 10px;
}

.letterlistMain table a{
	font-size: 14px;
}
#letterlist .details a{
	color: #456CAD;
}
#letterlist .details2 a{
	color: red;
}
.letterContent p{
	width:570px;
	padding-left: 10px;
	padding-right:10px;
	overflow: hidden;
    white-space: nowrap; 
    text-overflow: ellipsis;
    word-wrap:normal;
    text-align: left;
}
.preTheme p{
	width:280px;
	padding-left: 10px;
	padding-right:10px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; 
    text-align: left;
}
.pagelink{
	height:26px;
	line-height:26px;
	margin:0 auto 20px auto;
	width: 500px;
}
.pagelink a, .pagelink span{
	padding:0 3px;
	color: #333;
	text-decoration: none}
.pagelink a.on, .pagelink a:hover{
	color:#F9003B;
	text-decoration: none
}
.firstOrEnd
{
	cursor: pointer;
}
.btnA
{
	cursor: pointer;
}