@font-face {
	font-family: kdmh;
	src: url(/fonts/kdmh.woff2);
}
body {
	margin: 0;
	font-family: sans-serif;
}
a {
	color: #0645ad;
	text-decoration: none;
}
hr {
	border-top: 1px solid whitesmoke;
	border-bottom: none;
	border-left: none;
	border-right: none;
}
.article-header, .article-cover, .front-matter-section, .list-section, .article-section h2, #credits, #source, #download {
	text-align: center;
}
#download button {
	display: block;
	margin: 0 auto;
	border: none;
	background: none;
	font-family: serif;
	font-size: .938em;
	color: #0645ad;
	outline: none;
	cursor: pointer;
}
#attributes, #byline {
	display: inline-block;
	text-align: left;
}
#attributes {
	font-size: .938em;
}
.list-section ul {
	margin-top: 0;
	display: inline-block;
	text-align: left;
	padding-left: 20px;
}
#byline, .declaration {
	font-family: monospace;
	color: #666;
}
.article-section {
	word-break: break-word;
}
.article-header h1 {
	font-size: 2em;
	margin: 0;
}
.article-header {
	margin-bottom: 1em;
}
.article-time {
	color: #666;
	font-family: monospace;
}
.article-version {
	color: crimson;
	font-size: .875em;
}
.article-cover figure {
	margin: 0;
}
.article-content {
	padding: 0 2em;
	font-family: serif;
	line-height: 1.6;
}
.summary-list hr {
	margin-bottom: 1.25em;
}

blockquote {
	margin: 0 auto;
    padding-left: 1em;
    border-left: 3px solid gainsboro;
	text-align: left;
}
.summary {
	margin-bottom: 1em;
	word-break: break-word;
}
.summary-title {
	margin: 0;
}
.summary-title a {
	color: black;
}
.summary-img figure {
	margin: 0;
}
.summary-text {
	padding: 0 1em;
}
.summary-text time {
	color: #666;
	font-family: monospace;
}
.summary-version {
	color: crimson;
	font-size: .875em;
}
.summary-creator {
	color: teal;
	font-size: .875em;
	font-weight: bold;

}
.summary-description {
	font-size: .938em;
}

nav {
	margin: 0 auto;
	flex-wrap: wrap;
	max-width: 720px;
}
nav a {
	margin: .75em;
	color: black;
}
footer a {
	color: black;
}

.site-title {
	font-size: 72px;
	font-family: kdmh;
	line-height: 108px;
	color: #333;
	padding-top: 12px;
}



header, nav, .pagination, footer {
	display: flex;
	justify-content: center;
}


body {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}
main {
	flex: 1;
}

/*以下是 main 布局改為普通 float+clearfix 布局不用 flex*/
#main-wrap:before,
#main-wrap:after {
	content: "";
	display: table;
}
#main-wrap:after {
	clear: both;
}
#main-wrap {
	margin: 0 auto;
	width: 1352px;
}
#main-content {
	width: 720px;
	display: inline-block;
	padding: 1em;
}
#main-left {float: left;}
#main-right {float: right;}
#main-left, #main-right {
	width: 300px;
	height: 600px;
	padding: 16px 0;
	overflow: hidden;
}

@media all and (max-width: 1440px) {
	#main-left, #main-right {
		width: 160px;
	}
	#main-wrap {
		width: 1072px;
	}
}

@media all and (max-width: 1152px) {
	#main-left, #main-right {
		width: auto;
		float: none;
		height: auto;
	}
	#main-content {
		margin: 0 auto;
		display: block;
	}
	#main-wrap {
		width: auto;
	}
}

@media all and (max-width: 864px) {
	#main-content {
		max-width: 576px;
		width: auto;
		margin: 0 auto;
	}
	.article-content {
		padding: 0;
	}
}

/*以上是 main 布局改為普通 float+clearfix 布局不用 flex*/






.summary {
	display: flex;
}

.summary-text {
	flex: 1;
}








/*
header {
    background: lightpink;
}
main {
    background: lightyellow;
}
footer {
    background: lightcyan;
}
#main-left {
    background: lightblue;
}
#main-right {
    background: lightgreen;
}
*/

@media all and (max-width: 768px) {
.summary {
	flex-direction: column;
	align-items: center;
}
.summary-text {
	text-align: center;
}
.cover img {
	max-width: 100%;
}
}

@media all and (max-width: 480px) {
.site-title {
	font-size: 15vw;
	line-height: 150%;
}
nav {
	font-size: .938em;
	margin: .5em 1em;
}
nav a {
	margin: .5em;
}
}