@charset "utf-8";

.articleBox {
	margin: 0 0 2em 0;
}

.articleBox h2 {
	font-size: 1.25em;
	line-height: 1em;
	margin-bottom: 0.625em;
}

.articleBox a {
	text-decoration: none;
}

.time-spec {
	font-family: 'Noto Sans CJK SC', 'Noto Sans CJK', 'Source Han Sans', source-han-sans-simplified-c, sans-serif;
	font-size: 0.875em;
	margin-bottom: 0.5em;
}

.articleBox p {
	font-size: 0.875em;
	font-weight: 300;
}

/* article */

article {
	margin:0 0 2em 0;
	padding:0 0;
}

article h2 {
	font-size: 1.25em;
	line-height: 1em;
	margin-bottom: 0.625em;
}

article span {
	font-family: 'Noto Sans CJK SC', 'Noto Sans CJK', 'Source Han Sans', source-han-sans-simplified-c, sans-serif;
	font-size: 0.875em;
	margin-bottom: 0.5em;
}

.post-desc {
	font-size: 0.875em;
	font-weight: 300;
	margin-bottom: 1em;
}

article p {
	font-size: 1em;
}

/* article list*/

.list {
	padding: 0;
	clear: both;
	overflow: hidden;
	height: auto;
}

.list ol {
	font-size: 0.875em;
	font-weight: 200; 
	color: #323232;
	display: block;
	list-style-type: decimal;
	-webkit-margin-before: 0.5em;
	-webkit-margin-after: 0.2em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 0px;
}

.list li {
	display: block;
	text-align: -webkit-match-parent;
	padding: 0.5em 0 0.5em 0;
}

.list li a {
	font-size: 1em;
	text-decoration-line: none;
}

.list li span {
	font-size: 0.875em;
	color: #888;
}

/* Posts list*/

#plist {
	margin-top: 2em;

}

.plist-item {
	margin: 0;
	padding: 0.25em 0 0.75em 0;
	clear: both;
	overflow: hidden;
	height: auto;
}

.plist-date {
	font-size: 0.75em;
	color: #888;
}

.plist-item h3 {
	font-size: 0.875em;
	color: #888;
	margin-bottom: 0.375em;
}

.plist-item p {
	font-size: 0.875em;
}

/* 分页*/

.pagination {
	padding: 10px 0;
}

