@charset "gb2312";
.details-page {
	width: 100%;
}
.details-page-head {
	width: 100%;
}
.details-page-title {
	width: 100%;
	height: 40px;
	border-bottom: 1px solid #DDD;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #000;
}
.details-page-notes {
	width: 100%;
	height: 40px;
}
.details-page-notes>span {
	display: block;
	float: left;
	padding-right: 50px;
	line-height: 40px;
	color: #999;
}
.details-page-notes .bdsharebuttonbox {
	float: right;
	margin-top: 6px;
}
.details-page-roundup {
	width: 100%;
	padding: 15px;
	margin-bottom: 20px;
	background-color: #eee;
	color: #666;
	font-size: 12px;
	line-height: 18px;
	text-align: justify;
}
.details-page-content {
	float: left;
	width: 75%;
}
.details-page-content .img {
	width: 100%;
	margin-bottom: 20px;
}
.details-page-content .img img {
	display: block;
	max-width: 100%;
	margin: auto;
}
.details-page-content .text {
	width: 100%;
	line-height: 26px;
	text-align: justify;
	color: #000;
}
.details-page-content .text img {
	max-width: 100%;
}
.details-page-content .text div, .details-page-content .text p {
	margin-bottom: 15px;
}
.details-page-relevant {
	float: right;
	width: 23%;
}
.details-page-relevant .title {
	width: 100%;
	height: 30px;
	margin-bottom: 10px;
	border-bottom: 1px solid #DDD;
}
.details-page-relevant .title>span {
	border-left: 3px solid #00516d;
	padding-left: 5px;
	color: #000;
	font-size: 16px;
	font-weight: bold;
}
.details-page-relevant .list a {
	display: block;
	width: 100%;
	height: 26px;
	line-height: 26px;
	font-size: 14px;
	word-break: keep-all;/* 不换行 */
	white-space: nowrap;/* 不换行 */
	overflow: hidden;/* 内容超出宽度时隐藏超出部分的内容 */
	text-overflow: ellipsis;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
}
.details-page-relevant .list a:hover {
	color: #00516d;
	text-decoration: underline;	
}
.details-page-relevant .pict a {
	position: relative;
	display: block;
	width: 100%;
	margin-bottom: 10px;
}
.details-page-relevant .pict a .img {
	display: block;
	width: 100%;
}
.details-page-relevant .pict a .img img {
	display: block;
	width: 100%;
}
.details-page-relevant .pict a .name {
	display: block;
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 32px;
	line-height: 32px;
	text-align: center;
	color: #FFF;
	background-color: #000;
	filter: alpha(opacity=60); /*IE*/
	-moz-opacity: 0.6; /*MOZ , FF*/
	background: rgba(0,0,0,0.60)!important; /*　使用IE专属滤镜实现IE背景透明*/
}