/*新加移动端css*/
@media screen and (max-width:1000px) {

	.s-page-cont .w82 {
		width: 92%;
	}


	.s-page-cont {
		background: #f5f5f5;
		padding-bottom: 20px;
	}

	.s-page-cont .w82 {
		padding-top: 20px;
	}


	/*正文*/

	.detail {
		background: #fff;
		padding: 0 4%;
		padding-bottom: 20px !important;
	}

	.d-tit {
		margin-bottom: 27px;
	}

	.d-tit h3 {
		font-size: 18px;
		line-height: 32px;
		margin-bottom: 11px;
	}

	.d-tit p {
		font-size: 16px;
		color: #999999;
	}

	.cont p,
	.cont p a,
	.cont a,
	.cont strong,
	.cont p strong {
		font-size: 16px;
	}

	.cont p img,
	.cont img {
		max-width: 100%;
		height: auto;
	}

	.cont p video,
	.cont video {
		max-width: 100%;
		height: auto;
	}

	.cont table,
	.cont p table {
		max-width: 100%;
	}
}