@charset "utf-8";
/*

[目录表] 

	1- commentBox      文章页评论输入框架
	2- commentLayout   文章页评论内容框架
	3- commetpages     文章评论分页
	
*/


/* =1 commentBox––––––––––––––––––––––––––––––––-––––––*/
#commentBox{/* 文章页评论表单框架 */
	float: left;
	width: 838px;
	margin-bottom: 20px;
	background: #fff;
	border: 1px solid #CCC;
	clear: both;
	overflow: hidden;
}
.commentPost{/* 昵称和验证码 */
	width:820px;
	height:25px;
	margin:25px auto;
}
.commentUserinfo{/* 昵称 */
	float:left;
	font-size:14px;
	color:#000;
}
.commentUserinfo input{/* 输入框 */
	height:14px;
	width:150px;
	padding:6px 3px;
	font-family:微软雅黑;
	font-size:14px;
	line-height:15px;
	background:#F8F7F6;
	border:1px solid #D6D3D3;
	vertical-align:middle;
}
.yanzhengma{/* 验证码 */
	float:left;
	padding:1px 0px 0px 15px;
}
.commentArea{/* 输入文本框 */
	width:820px;
	margin:0px auto;
}
.commentArea textarea{
	height:130px;
	width:796px;
  padding:10px;
  _padding:10px 5px;
	font-family:微软雅黑;
	font-size:14px;
	line-height:25px;
	overflow:hidden;
	background:#f8f7f6;
	border:1px solid #D6D3D3;
}


.commentMood{/* 表情 */
	margin:10px auto 0px auto;
	width:690px;
}
.commentMood ul{
	float:left;
}
.commentMood ul li{
	float:left;
	padding:10px 12px 10px 5px;
}
.commentMood ul li input,.commentMood ul li img{
	margin-right:4px;
	vertical-align:middle;
}            
.commentSubmit{/* 提交按钮 */
	float:left;
	width:820px;
	padding:15px 19px 25px 19px;
}
.commentSubmit button{
	cursor:pointer;
	height:35px;
	width:100px;
	vertical-align:middle;
	color:#fff;
	font-family:微软雅黑;
	font-size:14px;
	border:none;
	background:#FB6000;
    float: left;
}
.commentSubmit .m_text {
    float: left;
    height: 20px;
    font-size: 12px;
    width: 710px;
    line-height: 20px;
    margin: 15px 0px 0px 10px;
    color: #999;





/* =2 commentLayout––––––––––––––––––––––––––––––––––––––*/
#commentLayout{/* 评论内容框架 */
	float: left;
	width: 860px;
	height: auto;
	padding-bottom: 50px;
	background: #fff;
	border: 1px solid #CCC;
	margin: 5px auto;

}

.hotcomment_title {
    font-size:24px;
    color:#626262;
    width:840px;
    height:30px
    line-height:30px;
    text-align:left;
    margin:10px 10px 20px;
}





#commetcontent .decmt-box2{
	width: 98%;
	background: #fff;
	border-bottom: 1px dashed #ccc;
	overflow: hidden;
	clear: both;
	line-height: 24px;
	height: auto;
	margin-bottom: 20px;
	float: left;
	margin-left: 10px;
}
#commetcontent .decmt-box2 .title{
	float: left;
	width: 100%;
	height: 24px;
	line-height: 24px;
}
#commetcontent .comment_act {
	float: left;
	width: 100%;
	height: 24px;
	font-size: 12px;
	margin-bottom: 5px;
}
#commetcontent .comment_act .fl {
	float: left;
	height: 24px;
	line-height: 24px;
	clear: left;
}

#commetcontent a.plpic{/* 评论头像 */
	float:left;
	height:40px;
	width:40px;
	padding:20px 0px 20px 15px;
	overflow:hidden;
}
#commetcontent .newcomment_act {
	font-size: 10px;
	color: #626262;
	margin-top: 5px;
	height: 24px;
	line-height: 24px;

}

#commetcontent .newcomment_act .fr {
        color:#FB6000;
}

.replyBoxQuote{/* 评论引用 */
	float:left;
	width:700px;
	height:30px;
	line-height:25px;
	text-align:right;
}
.replyBoxQuote a{
	color:#3354AA;
	font-size:11px;
	text-decoration:none;
}
.replyBoxQuote a:hover{
	text-decoration:underline;
}

/* =3 commetpages––––––––––––––––––––––––––––––––––––––*/
#commetpages{/* 评论分页 */
	color:#222;
	font-size:12px;
	text-align:center;
	margin-top:30px;
	padding-right:5px;
}

#commetpages a {
	color:#222;
	font-size:12px;
	padding:3px;
	text-decoration:none;
}
#commetpages a:hover{
	background-color:#444;
	color:#fff;
	text-decoration:none;
}
