@charset "gb2312";
.details-holder {
	width: 1200px;
	margin: 40px auto;
	background-color: #FFF;
	-webkit-box-shadow: 0px 0px 5px 0px #999;
	box-shadow: 0px 0px 5px 0px #999;
}
.details-title {
	width: 100%;
	height: 50px;
}
.details-title .cn-title {
	float: left;
	height: 50px;
	padding: 0px 30px;
	line-height: 50px;
	background-color: #00516d;
	color: #FFF;
	font-size: 16px;
}
.details-title .en-title {
	height: 50px;
	text-indent: 20px;
	line-height: 50px;
	background-color: #666;
	color: #CCC;
	font-size: 16px;
	text-transform: uppercase;
}
.details-content {
	width: 100%;
	padding: 20px;
}