/*
comments
*/
#single-clmain .clleft h1{font-size: 24px !important;}

/*------------知道列表*/
.single-zhidao .clpost .clcontent{margin-bottom: 0px !important;}
#category-clmain .clinfo-left{border-bottom: none;border-top: none;}
#category-clmain .clcontent-right{margin-left: 45px;}
#category-clmain .clcontent-right span.type{float: left;margin-top: 8px;padding: 2px 5px;color:#ff0200;display: none;}
#category-clmain .clpost{padding:15px 10px;margin-bottom: 0px;border-bottom: 1px solid #f3f3f3;}
#category-clmain .clcontent-left{width: auto;margin-right: 10px;margin-top: 5px;}
#category-clmain .clinfo{float: right;display: none;}
#category-clmain .clpinglun{width: 40px; float: left;line-height: 40px;font-size: 12px;padding: 0px 5px;display: none;
	background-image: url('../images/zhidao-huifu.png');background-size: 40px;background-repeat: no-repeat;text-align: center;background-position-y: 3px;color: #ff3939;}
#category-clmain .cltitle{float: left;font-weight: normal;font-size: 16px;line-height: 22px;}
#category-clmain .cltitle a{color: #666;}
.zhidao-clmain .clpost:hover{background-color: #eaeaea !important;}

.article-recomd .post_list {margin-top: 10px;background: #FFF;}
.article-recomd{margin-bottom: 10px;}


/*评论列表*/
#comments li{
	list-style: none !important;
}
#comments{
	padding-bottom:30px;
	line-height:1;
	padding: 10px;
	background-color: #FFF;
	margin-bottom: 0px;
}
.comments-title{
	position:relative;
	padding-bottom:10px;
	font-size:18px;
	color:#666;
	border-bottom:1px solid #f1f1f1;
}
h3.comments-title:after{
	position:absolute;
	content:'';
	top:29px;
	left:0;
	width:135px;
	height:1px;
	background:#fa2a2a;/*main-color*/
}	
.commentCount{
	color:#fa2a2a;/*main-color*/
}
.commentlist{
	list-style: none;
	margin:10px 0 0;
	padding:0;
}
.commentlist ol{
	list-style: none;
}
.comment{
	padding:10px 0 5px;
}
.comment .media-left{
	display: table-cell;
    vertical-align: top;
    padding-right: 10px;
}
.comment .media-left img{
	border-radius:50%;
	max-width: none;
}
.comment .media-body{
	display: table-cell;
    vertical-align: top;
}
.comment .media-body .author_name{
	margin-bottom:5px;
	font-size:14px;
	color:#777;
	padding-bottom: 0px;
}
.comment .media-body p{
	font-size:14px;
	line-height:1.5em;
	color:#777;
	font-size: 15px;
    line-height: 30px;
    padding-bottom: 20px;
}
.comment .media-body p a{
	color:#000;
}
.comment .comment-metadata{
	margin-left:58px;
	padding:5px 0;
}
.comment .comment-metadata span{
	margin-right:15px;
	font-size:13px;
}
.comment .comment-metadata span{
	font-size:12px;
	color:#999;
}
.comment .comment-metadata span.comment-btn-reply a:hover{
	color:#666;
}
.comment .comment-metadata span.comment-btn-reply i{
	color:#d1d1d1;
}
.comment .comment-metadata span.comment-btn-reply a{
	color:#999;
}
.commentlist > .comment{
	border-bottom:1px dotted #d9d9d9;
}
.commentlist .children{
	padding-left:58px;
}
.commentlist .children > .comment{
	border-top:1px dotted #d9d9d9;
}
#reply-title{
	font-size:14px;
	color:#666;
	border-bottom:0;
	color:#999;
	display: none;
}
#reply-title a:first-child,.warning-text a:first-child{
	display:inline-block;
	margin:0 2px;
	padding:2px 5px;
	background:#f5f5f5;/*main-color*/
	color:#fff;
	font-size:14px;
}
#reply-title #cancel-comment-reply-link{
	background:#fff;
	color:#999;
}
#reply-title #cancel-comment-reply-link:hover{
	text-decoration:underline;
}
.warning-text{
	color:#999;
}
.link-logout{
	color:#999;
}
.comment-navigation{
	width:100%;
	margin:0 auto;
	padding:15px 0;
	text-align: center;
	display: none;
}
.comment-navigation .page-numbers{
	display:inline-block;
	padding:9px 16px;
	color:#999;
	background:#f1f1f1;
}
.comment-navigation .page-numbers:hover{
	background:#e8e8e8;
	color:#666;
}
.comment-navigation .current,
.comment-navigation .current:hover{
	background:#fa2a2a;/*main-color*/
	color:#fff;
}
textarea#comment{
	display: block;
    width: 100%;
	margin-bottom:10px;
	background:#f5f5f5;
	color:#777;
	border:0;
	box-shadow:none;
	height:90px;
	padding:10px;
	border-radius:5px;
	transition:background .3s;
}
textarea#comment:focus{
	background:#e9e9e9;
}
.commentform-info{
	float:left;
}
.commentform-info input{
	margin-right:10px;
	width:230px;
	border:0;
	border-radius:0;
	box-shadow:none;
	background:#f5f5f5;
	font-weight:normal;
	transition:background .5s;
}
.commentform-info input:focus{
	box-shadow:none;
	color:#fff!important;
	background:#fa2a2a/*main-color*/
}
.commentform-info input:focus:-moz-input-placeholder {
    color: #fff;
}
.commentform-info input:focus::-moz-input-placeholder {
    color: #fff;
}
.commentform-info input:focus::-webkit-input-placeholder {
    color: #fff;
}
.commentform-info input:focus:-ms-input-placeholder {
    color: #fff;
}
.commentBtn .btn{
	padding:8px 0;
	width:140px!important;
	text-align: center;
	background:#cccccc;/*main-color*/
	border:0;
}
.commentBtn .btn:hover{
	opacity:0.8;
}
input#submit{color: #fff;}



@media screen and (min-width: 100px) and (max-width: 768px) {
	#single-clmain .clpost .clcontent .clinfo span.author {
	    display: inline-block;
	}
}