
.fl{float: left;}
.fr{float: right;}
body{
	background-color: #FFF;
}
.zhwtitle{
	width: 100%;
	background-color: #f5f5f5;
	height: 32px;
	font-size: 1.4rem;
	text-indent: 1rem;
	margin: 0px;
	padding: 4px;
}
.zhwtitle .publish{
	text-indent: 0px;
	text-align: center;
	display: inline-block;
	font-weight: bold;
	width: 60px;
	height: 26px;
	background-color: #0FAAEA;
	border-radius: 3px;
	float: right;
	color: white;
	line-height: 26px;
}
.zhwtitle span{
	margin:0px;
	padding: 0px;

}
.zhwleft{
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
}
.zhwborder{
	border: 1px solid #dedede;
	margin-bottom: 10px;
}

ul.zhwart{
	margin-top: 0px;
	margin-bottom: 0px;
}
ul.zhwart>li{
	overflow: hidden;
	padding-left: 0px;
	padding-right: 0px;
	padding: .8rem;
}
ul li img{
	float: left;
	width: 48px;
	height: 48px;
	border: 0px;
}
.zhwmsg{
	position: relative; 
}
.zhwmsg span{
	position: absolute;
	top: 10px;
	right: 0px;
}

a.zhwartt{
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
	text-indent: .8rem;
	width: 80%;height: 24px;
	line-height: 0px;
	color: black;
}
a.zhwartt:hover{
	text-decoration: underline;
}
.zhwinfo{
	overflow: hidden;
	float: left;
	margin: 0px;
	padding: 0px;
	padding-left: .8rem;
	width: 80%;height: 24px;
	line-height: 24px;
	font-size: 1rem;
}
.zhwinfo a{
	color: #666;	
}
.zhwtime{
	color: #aaa;
}
a.zhwcirtle{
	color: #aaa;
	font-size: 1rem;
	display: inline-block;
    border-radius: 2px;
    background-color: #EEE;
    height: 24px;
    padding: 0 5px;
}
.zhwcirtle:hover{
	font-size: 1rem;
	color: #666;
	background-color: #eee;
}
.pagelist{
	border: 1px solid #dedede;
	background-color: white;
}
.pagelist ul{
	border-top: 10px;
	border-bottom: 6px;
}
.pagelist ul li a{
	margin: 0;
	padding:0.2em 0.5em;
}

/* @media only screen and (max-width:641px) {
  .zhwleft{width: 100%;}
  .zhwright{width: 0%;overflow: hidden;}
} */


.zhwright{
	padding-left:  10px;
	padding-right:  10px;

}

.zhwpanel{
	width: 100%;
	border: 1px solid #dedede;
	padding-bottom: 15px;
	margin-bottom: 15px;
	background-color: white;
}
.zhwpanel p{
	color: #333;
	height: 38px;
	line-height: 38px;
	text-indent: 1rem;
	font-size: 14px;
	background-color: #f5f5f5;
	margin-bottom: 5px;
	border-bottom: 1px solid #dedede;
}
a.zhwcirtle2{
	color: #aaa;
	font-size: 1rem;
	line-height: 24px;
	display: inline-block;
    border-radius: 2px;
    background-color: #EEE;
    height: 24px;
    padding: 0 5px;
    margin: 5px 0px;
    margin-left: 5px;
}
.zhwtags a.on,.zhwcirtle2:hover{
	font-size: 1rem;
	color: #666;
	background-color: #eee;
}

.zhwpanel2{
	width: 100%;
	border: 1px solid #dedede;
	border-bottom: transparent;
	background-color: white;
}
.zhwpanel2 p{
	color: #333;
	height: 38px;
	line-height: 38px;
	text-indent: 1rem;
	font-size: 14px;
	background-color: #f5f5f5;
	margin-bottom: 0px;
	border-bottom: 1px solid #dedede;
}
.zhwartr{
	color: #555;
	font-size: 1rem;
	display: block;
	width: 100%;height: 35px;
	padding: .8rem;
	border-bottom: 1px solid #dedede;
	overflow:hidden;
}
.zhwartr:hover{
	background-color: #f5f5f5;
}

/* 文章页面样式表article.html */
.zhw-artheader{
	width: 100%;
	height: 100px;
	background-color: white;
	border: 1px solid #dedede;
	border-bottom: transparent;
}
.zhw-position{
	padding: 5px 10px;margin: 0px;
}
.zhw-position a{
	color: #777;
	font-size: 14px;
	margin: 0px;
}
.zhw-title{
	font-size: 20px;
	display: block;
	margin-top: 0px;
	padding:0px 0px 0px 10px;
	height: 35px;line-height: 35px;
}
.zhw-meta{
	font-size: 12px;
	padding-left: 10px;
}
.zhw-meta span{
	color: #999;
}
.zhw-meta a{
	color: #666;
}
.zhw-userpic{
	width: 64px;
	height: 64px;
	position: absolute;
	right: 20px;
	top: 18px;
}
.zhw-artcont{
	width: 100%;
	padding: 10px;
	background-color: white;
	border: 1px solid #dedede;
	color: #333;
	font-size: 14px;
}
.clickg{
	width: 100%;
	padding: 5px 10px;
	font-size: 12px;
	background-color: #f5f5f5;
	border: 1px solid #dedede;
	border-top: transparent;
	margin-bottom: 10px;
}
.clickg a{
	color: #777;
}

/*文章回复列表*/
.zhw-replylist{
	list-style: none;
	padding: 0px 10px;
	margin-top:0px;
}
.pagelist2{
	border: 1px solid #dedede;
	background-color: white;
}
.pagelist2 .tit{
    width: 100%;
    padding: 5px 10px;
    font-size: 12px;
    background-color: #f5f5f5;
    border-bottom: 1px solid #dedede;
    border-top: transparent;
}
.pagelist2 ul{
	border-top: 10px;
	border-bottom: 6px;
}
.pagelist2 ul li a{
	margin: 0;
	padding:0.2em 0.7em;
}
.zhw-replylist li{
	width: 100%;
	overflow: hidden;
	padding-top:10px;
	border-top: 1px solid #ddd;
}
.zhw-replylist li.one{
	border-top: 0px;
}
.reply-info a{
	font-size: 14px;
}
.reply-info span{
    padding-left:10px;
	font-size: 13px;
	color: #666;
}
.reply-c{
	padding-left:56px;
	font-size: 14px;
	color: #333; 
}
.reply-list{
	width: 93%;
	float: right;
	padding-top: 10px;
    border-top: 1px dashed #ddd;
}

/*回复框*/
.reply-box{
    margin-top: 10px;
	width: 100%;
	border: 1px solid #ddd;
	padding: 10px;
	background-color: white;
	border-radius: 3px;
}
#closereply{
	display: none;
}
.reply-box-fd{
	width: 50%;
	position: fixed;
	top: 30%;
	left: 20%;
	z-index: 999;
}
.reply-box-title{
	background-color: #f5f5f5;
	padding: 5px 10px;
}
#reply-to-box{
	font-size: 0.8rem;
	display: inline-block;
}
#replycontent{
	width: 100%;
	padding: 10px;
	border: 1px solid #ddd;
	outline: none;
}
.reply-footer button{
	border: 0;
	font-size: 1rem;
	width: 100%;
	height: 30px;
	background-color: #337ab7;
	color: white;
	text-align: center;
}
#rpnotice{
	color: red;
	font-size: 1rem;
	padding-left: 15px;
}

/*文章发表页面*/
#edtitle{
	width: 100%;
	padding: 6px 12px;
	color: #555;
	border: 1px solid #ccc;
	outline: none;
	font-size: 14px;
	margin-bottom: 15px;
}
#dev-box{
	width: 100%;
	height: 400px;
	font-size: 14px;
}
#notice{
	border: 1px solid #D9EDF7;
    padding: 10px;
    border-radius: 3px;
    color: #31708f;
    background-color: #d9edf7;
    font-size: 14px;
    margin: 15px 0;
}
#ednotice{
	color: red;
}
.edsubmit{
	width: 100%;
	background-color: #d9edf7;
	border-radius: 3px;
	padding: 1rem;
	text-align: center;
	font-size: 14px;
}
#circle{
	outline: none;
	margin-right: 10px;
}
#edsubmit{
	background-color: #0e90d2;
	color: white;
	border: 2px solid #0e90d2;
	border-radius: 2px;
	width: 80px;
}
.codes{
	display: block;
	width: 100%;
}
#txt{
	display: inline-block;
	width: 120px;
	height: 90px;
	line-height: 90px;
}
#popup-captcha{
	display: inline-block;
}
.nolog{
    margin-top: 15px;
    border: 1px solid #D9EDF7;
    padding:8px;
    border-radius: 3px;
    font-size:13px;
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.nolog a {
    color: #337ab7;
    text-decoration: none;
}
.nopl{
    border:2px dashed #CCC;
	color:#777;
	border-radius:5px;
	height:50px;
	line-height:50px;
	font-size:14px;
	text-align:center;
	font-family:'宋体';
}
.yads{
	width: 100%;
	min-height:250px;
	border: 1px solid #dedede;
	margin-bottom: 15px;
	background-color: white;
	overflow:hidden;
}