.word {
	width : 300px;
	height : 30px;
	line-height : 30px;
	border : 1px solid red;
	text-overflow : ellipsis;
	overflow : hidden;
	white-space : nowrap;
}
.normal {
	width : 300px;
	line-height : 30px;
	background-color : pink;
	margin-top : 100px;
}
.wrap {
	word-wrap : break-word;
}