.pagingLeft,
.pagingRight {
	text-align: center;
}
.message{
	margin-left: 50px;
	color: #1A5748;
	cursor: pointer;
}
.dataItemBox {
	display: block;
	width: 100%;
	height: 100%;
	padding: 15px;
}
.zxwdItem {
	display: block;
	width: 100%;
	margin-bottom: 5px;
}
.questionText {
	display: block;
	width: 100%;
	font-size: 12px;
	color: #444444;
	height: 30px;
	line-height: 30px;
}
.questionText span {
	display: inline-block;
	width: 22px;
	height: 22px;
	text-align: center;
	line-height: 18px;
	font-weight: bold;
	border: 2px solid #ff9700;
	color: #ff9700;
	box-sizing: border-box;
	border-radius: 50%;
	margin-right: 5px;
}
.answerText {
	display: block;
	width: 100%;
	font-size: 12px;
	color: #444444;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}
.answerText span {
	display: inline-block;
	width: 22px;
	height: 22px;
	text-align: center;
	line-height: 18px;
	font-weight: bold;
	border: 2px solid #00c8aa;
	color: #00c8aa;
	box-sizing: border-box;
	border-radius: 50%;
	margin-right: 5px;
}

.mask{
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.4);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;
}
.messageTable{
	width: 671px;
	height: 382px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background-color: #FFFFFF;
	display: none;
}
.messageTable table{
	margin: 37px auto;
}
.messageTable td{
	font-size: 12px;
}
.closeTable{
	position: absolute;
	width: 30px;
	height: 30px;
	background-color: rgba(0,0,0,0.4);
	color: #FFFFFF;
	text-align: center;
	line-height: 30px;
	border-radius: 15px;
	font-weight: bold;
	font-size: 20px;
	right: 10px;
	top: 5px;
	cursor: pointer;
}
.layui-layer-content{
	color: #fff;
}
