@charset "gb2312";
/* CSS Document */
.page-ctrl-details {
	width: 100%;
}
.details-title {
	width: 100%;
	height: 45px;
	border-bottom: 1px solid #DDD;
	line-height: 44px;
	text-align: center;
	font-size: 20px;
	color: #000;
	word-break: keep-all;/* 不换行 */
	white-space: nowrap;/* 不换行 */
	overflow: hidden;/* 内容超出宽度时隐藏超出部分的内容 */
	text-overflow: ellipsis;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
}
.details-subgroup {
	width: 100%;
	height: 45px;
}
.details-subgroup span {
	display: block;
	float: left;
	height: 45px;
	padding:0px 45px 0px 30px;
	line-height: 45px;
	color: #999;
	background-repeat: no-repeat;
	background-position: left center;
}
.details-subgroup .bdsharebuttonbox {
	float: right;
}
.details-main {
	width: 100%;
	padding: 20px 0px 40px 0px;
}
.details-img {
	width: 50%;
	padding: 8px;
	float: left;
	background-color: #FFF;
	-webkit-box-shadow: 2px 2px 10px 0px #DDD;
	box-shadow: 2px 2px 10px 0px #DDD;
}
.details-img li {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.details-ctrls {
	position: relative;
	width: 50%;
	padding-left: 40px;
	float: right;
}
.details-roundup {
	width: 100%;
	height: 260px;
	line-height: 20px;
	font-size: 14px;
	text-align: justify;
	color: #666;
	overflow: hidden;
}
.details-roundup .details-roundup-title {
	color: #000;
}
.details-tel {
	width: 100%;
	padding-left: 120px;
	line-height: 40px;
	font-size: 20px;
	color: #FF8800;
	margin-bottom: 5px;
	background-color: #f2f2f2;
	background-image: url(page-details-icon-4.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.details-add {
	width: 100%;
	padding-left: 120px;
	line-height: 40px;
	font-size: 16px;
	color: #333;
	margin-bottom: 5px;
	background-color: #f2f2f2;
	background-image: url(page-details-icon-5.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.details-btn {
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 45px;
} 
.details-btn a {
	display: block;
	width: 100%;
	height: 100%;
	background-color: #FF8800;
	line-height: 45px;
	font-size: 16px;
	text-align: center;
	border-radius: 5px;
	color: #FFF;
}
.details-content {
	width: 100%;
	text-align: justify;
	line-height: 2;
}
.details-content img {
	max-width: 100%;
	height: auto;
}