/*查看用户建议*/
.main{
	padding: 20px 0 20px 0;
}
.letter-list{
	width: 890px;
	margin:10px auto;
	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;
	line-height:33px;
	border:1px solid #BDD2F1;
	background: #fff;
	font-size: 14px;
	text-align: center;
}
.letterlistMain table th{
	height: 33px;
	line-height:33px;
	border:1px solid #BDD2F1;
	background: #F1F1F1;
	letter-spacing: 2px;
}
.letterlistMain table a{
	font-size: 14px;
}
#letterlist .details a{
	color: #456CAD;
}
.letterlistMain p{
	width:430px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; 
    text-align: left;
    padding-left: 20px;
}
.pagelink{
	height:26px;
	line-height:26px;
	margin-bottom: 20px;
}
.pagelink a, .pagelink span{
	padding:0 3px;
	color: #333;
	text-decoration: none}
.pagelink a.on, .pagelink a:hover{
	color:#F9003B;
	text-decoration: none
}
.firstOrEnd ,.btnA{
	cursor: pointer;
}
