@charset "utf-8";
/* CSS Document */


/*AC 2025-06-05*/
article{
	display: inline-block;
	box-sizing: border-box;
	width: 980px;
	min-height: 720px;
	background-color: #fff;
	
	padding: 60px 85px 166px 85px;
	border: 1px solid #dfdfdf;
	margin: 10px auto 40px auto;
}
article *{
	margin: 0;
	line-height: 2;
	font-size: 16px;
	font-family: "Microsoft YaHei", 微软雅黑;
	
}
article pre{
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
}


/*AC 2025-06-05*/
article>.head{
	display: block;
	padding-bottom: 30px;
}
article>.head>h1{
	text-align: center;
	font-size: 24px;
	line-height: 30px;
}
article>.head>div{
	justify-content: center;
	padding: 10px 0px;
	border-bottom: 1px dotted #999;

	font-size: 14px;
	color: #666;
}
article>.head>div>span{
	margin: 10px;
	font-size: 14px;
}


/*AC 2025-06-05*/
article h2{
	margin-top: 20px;
}
article pre{
	margin-bottom: 16px;
}


/*AC 2025-06-24*/
article *,
article *::after,
article *::before{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
article table{
	display: table;
	width: 100%;
	padding-left: 0 !important;
	border-collapse: collapse;
	margin: 8px 0px;
}
article td{
	width: 25%;
	border: 1px solid #DDD;
	padding: 12px 8px;
	
	line-height: 1.5em;
	font-size: 16px;
	font-weight: 400;
	text-align: left;
	vertical-align: top;
	word-break: break-all;
}
article td.No{
	width: 1% !important;
	min-width: 50px;
}
article thead td{
	background: #EEEEEE;
	padding: 8px;
}
