@charset "gb2312";
.details-holder {
	width: 100%;
}
.details-content {
	width: 100%;
	background-color: #FFF;
}
/*-----------------------------------------------------------------------------------------*/
.details-title {
	width: 100%;
	height: 42px;
	background-color: #005F50;
	line-height: 42px;
	font-size: 14px;
	color: #c8dc96;
	text-transform: uppercase;
	text-indent: 10px;
	word-break: keep-all;/* 不换行 */
	white-space: nowrap;/* 不换行 */
	overflow: hidden;/* 内容超出宽度时隐藏超出部分的内容 */
	text-overflow: ellipsis;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
}
.details-title .cn-title {
	display: block;
	float: left;
	height: 42px;
	padding: 0px 15px;
	font-size: 42px;
	font-size: 16px;
	color: #FFF;
	text-indent: 0px;
	background-color: #2daa5a;
}
.details-include {
	width: 100%;
}
/*-----------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------*/