.idt-org table,
.idt-org img{
	max-width: 100%!important;
	height: auto!important;
}

.idt-org br{
	display: none;
}

.status{
	width: 660px;
	margin: 0 auto;
	max-width: 95%;
}

.binder-form-submit{
	padding: 0;
}

.info-textarea{
	padding-top: 20px;
}

.info{
    margin: 30px auto;
    margin: 0.3rem auto;
    background-color: #fff;
}

.info > h3{
	text-align: center;
    line-height: 1.2;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    border-bottom: 1px dashed #e9e9e9;
    position: relative;
    padding-bottom: 20px;
}

.info > h3 #back{
	font-weight: normal;
	display: block;
	position: absolute;
	left: 0;
	top: 9px;
	width: 60px;
	height: 28px;
	background-color: #0af;
	line-height: 28px;
	text-align: center;
	margin-left: 14px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	font-size: 14px;
	color: #Fff;
}

.info > h3 #back::before{
	content: '';
	display: block;
	position: absolute;
	left: -14px;
	top: 0;
	font-size: 0;
    line-height: 0;
    border-width: 14px;
    border-color: #0af;
    border-left-width: 0;  
    border-style: dashed;  
    border-right-style: solid;  
    border-top-color: transparent;  
    border-bottom-color: transparent;  
}

.news-author{
	color: #bdbec0;
    font-size: 14px;
    text-align: center;
    padding: 15px 0 30px 0;
}

.idt-org{
	white-space: pre-wrap;
	word-wrap: break-word;
	font-family: "Arial","微软雅黑","华文细黑",STHeiti-Light,STHeiti,"宋体";
	color: #666;
	line-height: 1.5;
}

.idt-org > img{
	width: 100%;
	max-width: 100%;
}



.comment-mode-content{
	padding-left: 45px;
	position: relative;
	padding-top: 15px;
}

.comment-content-box{
	border-bottom: 1px dotted #ccc;
	padding-bottom: 10px;
}

.comment-mode-txt > a{
	color: #05a;
	line-height: 1;
	font-size: 14px;
}

.comment-mode-txt > p{
	margin-top: 8px;
	line-height: 24px;
	color: #666;
	margin-bottom: 10px;
}

.comment-mode-reply .comment-mode-txt > p{
	color: #999;
	line-height: 20px;
	margin-top: 3px;
	margin-bottom: 3px;
	word-wrap: break-word; 
	word-break: normal; 
}

.comment-mode-reply{
	padding-left: 10px;
	border-left: 3px solid #ddd;
}

.comment-share-reply{
	color: #05a;
	padding-left: 10px;
	padding-right: 10px;
	cursor: pointer;
	border: none;
	display: inline;
}

.legend textarea{
	width: 588px;
}

.comment-mod-null{
	text-align: center;
	font-size: 16px;
	line-height: 60px;
	color: #aaa;
	font-style: italic
}

.none{
	display: none;
}

.rich_media_content img{
	max-width: 100%;
}

.comment-mod-all{
	width: 100%;
	height: 30px;
	position: relative;
}

.comment-check-all{
	cursor: pointer;
	color: #05a;
	text-decoration: underline;
	font-size: 14px;
	margin-left: 10px;
}

.comment-mode-reply .comment-check-all{
	top: 0;
	color: #06a;
}

.comment-else{
	display: none;
}

@media screen and (max-width: 680px){
    .legend textarea{
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
    }

    .news-author{
    	font-size: 12px;
    }
}

/*评论列表 
.status-kj{
	font-size: 16px;
	font-weight: bold;
	color: #333;
	margin-bottom: 20px;
}

.status-kj a{
	color: #00abe1;
	text-decoration: underline;
}

.info-content p{
	text-indent: 2em;
	line-height: 20px;
	font-size: 14px;
	color: #333;
}*/