html,
body {
	font-family: "Microsoft YaHei", 
	"微软雅黑", "PingFangSC-Light", 
	"STHeiti", "Oxygen微软雅黑", Arial, 
	"Hiragino Sans GB", 
	"WenQuanYi Micro Hei", SimSun, sans-serif;
	height: auto;
	line-height: 1;
	color: #333;
	height: 100%
}

img {
	vertical-align: top;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.icon {
	background: url(../images/icon.png) no-repeat;
	display: inline-block;
	background-size: 11.35rem 8.5rem;
}

.zz-div-box {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
}

.zz-div-td1 {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
}

.row-column-cnt {
	display: box;
	display: -webkit-box;
	display: -moz-box;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-webkit-box-align: center;
	-moz-box-align: center;
}

.row-cnt {
	display: box;
	display: -webkit-box;
	display: -moz-box;
	-webkit-box-pack: center;
	-moz-box-pack: center;
}

.row-right {
	display: box;
	display: -webkit-box;
	display: -moz-box;
	-webkit-box-pack: end;
	-moz-box-pack: end;
}

.column-cnt {
	display: box;
	display: -webkit-box;
	display: -moz-box;
	-webkit-box-align: center;
	-moz-box-align: center;
}

.font_bold {
	font-weight: bold;
}

.aui-ellipsis-1 {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.aui-ellipsis-2 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	white-space: normal !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.text-center {
	text-align: center;
}