
.bbs .file-icon {
	color:#666;
}
.bbs .ti-volume {
	font-size:1.3em;
	color:#87B87F
}
.bbs .notice {
	background:#f7f9fb;
}
.bbs .board-icon {
	display:inline-block;
	vertical-align:middle;
	margin-left:6px;
	padding:2px 4px;
	font-size:11px;
	text-align:center;
}
.board-icon.new {
	border-radius:3px;
	color:#fff;
	background:#dd5044;
	padding:2px 5px;
}
.board-icon.comment {
	margin:0px;
	color:#F26520;
}
.bbs img.reply {
	margin-right:5px;
}
.management input {
	vertical-align:middle;
	margin:0px 0 2px 0;
	width:13px;
	height:13px;
}
button.faq-config{
    margin: 5px 0;
    border : 1px #e0e0e0 solid;
    background: #fff;
}
.faq-config-item{
    justify-content: space-between;
    align-items: center;

}
.board-list-thumb-subject{
	width:95%;
}
.board-list-thumb-subject > span{
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	width:100%;
	
}
