.location{
	width: 100%;
	height: 65px;
	background-color: #ffffff;
	border-bottom: 1px solid #DCDCDC;
}
.locationContent{
	width: 980px;
	height: 100%;
	margin: 0 auto;
}
.locationMsg{
	text-align: right;
	height: 100%;
	line-height: 65px;
	color: #A2A2A2;
	margin: 0;
	font-size:14px;
}
.detailHead{
	width: 100%;
	height: 115px;
	border-bottom: 1px solid #E6E5E5;
}
.contentBody{
	width: 980px;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.detailTitle,.detailDate{
	text-align: center;
	height: 86px;
	line-height: 104px;
	font-size:20px;
}
.detailDate{
	height: 15px;
	line-height: 15px;
	font-size: 14px;
	color: #7C7C7C;
}
.passage{
	font-size:14px;
	font-weight:400;
	color:rgba(100,100,100,1);
	margin-top: 48px;
	/* line-height:24px;
	text-indent: 28px; */
}
.passage p{
	line-height: 1.5em;
	letter-spacing:1px;
}
.pictures>img{
	width: 609px;
	display: block;
	margin: 20px auto;
}
.toOthers{
	width: 100%;
	height: auto;
	overflow: hidden;
	font-size:14px;
	font-weight:400;
	color:rgba(124,124,124,1);
	line-height:24px;
	margin-top: 30px;
	padding-bottom:52px;
	cursor: pointer;
}
.passage img{
	width:680px;
	margin:0 auto;
	display: block;
}
@media (max-width:1024px) {
	.location{
		height:0.4rem;
		position: fixed;
		top:0.49rem;
		background:#fff;
	}
	iframe{
		width:100%!important;
	}
	.locationContent{
		width: 90%;
		margin: 0 auto;
	}
	.locationMsg{
		line-height: 0.4rem;
		text-align: left;
		font-size: 0.14rem;
	}
	.locationMsg a{
		font-size:0.14rem;
	}
	.contentBox{
		height: auto !important;
		padding-top:0.4rem;
	}
	.contentBody{
		width: 90%;
		margin: 0 auto;
	}
	.pictures>img{
		width: 100%;
	}
	.detailTitle,.detailDate{
		line-height:30px;
		padding-top:10px;
		height:auto;
	}
	.passage{
		margin-top:18px;
	}
	.passage img{
		width:100%;
		display: block;
	}
	.detailHead{
		height:auto;
	}
}