.pagination {
    margin-top: 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
	background-color: #fff;
	padding: 10px 0px;
}
.pagination button {
    margin: 0 3px;
    padding: 6px 12px;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    color: #333;
    cursor: pointer;
    border-radius: 3px;
    min-width: 35px;
    transition: background-color 0.3s;
}
.pagination button:hover:not(:disabled) {
    background-color: #e6e6e6;
}
.pagination button:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}
.pagination button.active {
    background-color: #007BFF;
    color: white;
    border-color: #007BFF;
}

/*end评论*/
#postleave {
	overflow: hidden;
	font-size: 14px;
}
#postleave form {
	overflow: hidden;
	height: 100%;
	padding: 20px 2px 43px 2px;
	_padding: 20px 20px 48px 20px;
	font-size: 12px;
	background-color: #fff;
}
#postleave form dl {
	float: right;
	margin: 5px;
}
#postleave form dl dt {
	font-size: 14px;
	float: left;
	clear: both;
	width: 80px;
	text-align: right;
	line-height: 30px
}
#postleave form dl dd {
	font-size: 14px;
	float: left
}
.commenttextarea {
    padding: 10px;
    width: 790px;
    height: 38px;
    float: left;
    border: none;
    border-radius: 8px;
    background-color: #e9e5e5;
}




#postleave {
	overflow: hidden;
	font-size: 14px;
}
#postleave form {
	overflow: hidden;
	height: 100%;
	padding: 20px 2px 43px 2px;
	_padding: 20px 20px 48px 20px;
	font-size: 12px;
	background-color: #fff;
}

.pls {
    text-align: right;
    margin: 10px 5px 0px;
}


.specialpost {
	border-bottom: 0px solid #EEEDED;
	text-align: right
}
.specialpost .postinfo {
	padding: 5px 8px;
	
}
.specialpost .postinfo h2 {
	float: left;
	font-weight: normal;
	font-size: 14px
}
.specialpost .postinfo h2 em {
}
.specialpost .postinfo {
	background-color: #fcfcfc;
    border-color: #fff;
    border-width: 0 0 1px 0;
    border-style: solid;
	border-bottom: 1px solid #EEEDED;
}
.specialpost strong {
	border: none
}
.specialpost .postinfo h2 a {
	font-size: 14px
}
.specialpost .postmessage {
	text-align: left;
	min-height: 30px;
	background-color: #fff;
}
.view_hd {
    margin-top: 10px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    border-bottom: 1px #ddd solid;
    color: #000;
}.view_hd .now {
    height: 50px;
    line-height: 50px;
    display: block;
    text-align:left;
    font-weight: 700;
}