/* 评论
----------------------------------------------- */
#comment {
 padding: 20px 0;
}
#comment h2 {
 color: #333;
 font-size: 16px;
 font-weight: bold;
 border-bottom: 1px solid #DDD;
 margin-bottom: 15px;
 padding-bottom: 10px;
}
/* commentList */
#comment .commentList {
 margin-bottom: 30px;
 line-height: 180%;
 font-size: 13px;
}
#comment .commentList dl {
 border-bottom: 1px solid #EEE;
 margin-bottom: 15px;
 padding-bottom: 15px;
}
#comment .commentList dt {
 color: #999;
 margin-bottom: 3px;
}
#comment .commentList dt span {
 color: #999;
 float: right;
}
#comment .commentList dd.reply {
 margin-top: 5px;
}
#comment .commentList dd.reply .replyContent {
 color: #19B4EA;
}
#comment .commentList dd.reply .replyTime {
 color: #999;
}