body {
	background-color: #F7F7F7;
}

.ph-cont {
	max-width: 1920px;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
}
.page-header {
	background-color: #0546B5;
}
.page-header .bg {
	max-width: 1920px;
	height: 300px;
	z-index: -1;
}
.page-header .title {
	position: absolute;
	top: 78px;
	left: 202px;
	font-size: 46px;
	color: #fff;
	font-weight: bold;
}


.box-act {
	margin-top: -140px;
	width: 1300px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 2;
}

.box-act .box-pic {
	width: 1300px;
}
.box-act .box-pic img {
	width: 100%;
}
.box-act .box-title {
	text-align: center;
	padding: 20px 0;
	font-size: 32px;
	color: #333;
}
.box-act .box-info {
	display: flex;
	justify-content: center;
	color: #BFBFBF;
	font-size: 26px;
	padding: 10px 0;
}
.box-act .box-info .author,
.box-act .box-info .time {
	margin-right: 30px;
}


.act-body {
	padding: 16px 0 40px 0;
	width: 1300px;
	margin: 0 auto;
	word-break: break-word;
}
.act-body img {
	max-width: 100%;
}
.act-body section,
.act-body p {
	max-width: 100%;
}

@media screen and (max-width: 1440px) {
	html {
		zoom: normal
	}
	.zoom {
		zoom: 0.746
	}
	.act-body {
		width: 968px;
	}
}
@media screen and (max-width: 1366px) {
	html {
		zoom: normal
	}
	.zoom {
		zoom: 0.711
	}
	.act-body {
		width: 924px;
	}
}
