﻿@charset "utf-8";

html, body {
	color: black;
	background: #f2f2f2;
	font: normal 14px/28px '微软雅黑',tahoma,arial,sans-serif;
	width: 100%;
	padding: 0;
	margin: 0;
	border: 0;
	overflow-x: hidden;
}

.pg {
	display: block;
	position: relative;
	margin: 29px 0px 29px 0px;
	left: calc(50% - 459px);
	width: 918px;
	padding: 12px;
	text-align: justify;
	border: 1px solid lightgray;
	box-shadow: 4px 4px 8px #ccc;
	background-color: white;
}

h2 {
	text-align: center;
	border-bottom: 1px dashed lightgray;
}

p {
	text-indent: 28px;
}

.co {
	padding-left: 680px;
	border-top: 1px dashed lightgray;
}