/* 通用样式 */
.topProject .proTxtWidth {
	  width: 70px;
	  height: 20px;
	  display: inline-block;
	  text-overflow: ellipsis;
	  overflow: hidden;
	  white-space: nowrap;
}
.topInfoSettle .topProject{
	height:28px;
}
#topProject2{
	margin-right:5px;
	float:left;
}
.topProject .proTxtWidth2 {
    width: 60px;
  height: 20px;
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
    text-align: center;
}

/* 问卷设置--调查问题页 */
.quest_contents{
	padding:15px;
}

.print_content{
	background:#fff;
	display:inline-block;
}

#facadeTable img{
	max-width:100%;
}

/* 冲突样式 */
.ke-input-number{width:60px !important;}
.ke-button-common{line-height:9px;}
.stcon_inline{display:inline-block;width:100%;}
/* .dataDiv_detail{width:100%;}
.dataDiv_detail .dataTable_detail{width:100%;} */
.dataDiv_detail .maxTd{max-width: 400px;word-break: break-all;word-wrap: break-word;}


