/* 公共样式 */
body {
	overflow-x: hidden;
}

body a {
	cursor: pointer;
	color: #2962AA;
}

.container {
	background: #F9FCFF;
	padding: 16px 0;
}

.box-cen-w1200 {
	width: 1200px;
	height: auto;
	margin: 0 auto;
}

/* 清除浮动 */
.clearfix {
	*zoom: 1;
}

.clearfix:after {
	display: block;
	content: "\200B";
	clear: both;
	height: 0;
}

/* 单行文本溢出 */
.text-overhidden {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap
}

