section {
	margin: 0 15%;
}
@media screen and (max-width: 1440px) {
	section {
		margin: 0 12.5%;
	}
}
@media screen and (max-width: 1280px) {
	section {
		margin: 0 10%;
	}
}
@media screen and (max-width: 1024px) {
	section {
		margin: 0 7.5%;
	}
}
@media screen and (max-width: 800px) {
	section {
		margin: 0 5%;
	}
}
@media screen and (max-width: 640px) {
	section {
		margin: 0 2.5%;
	}
}
@media screen and (max-width: 480px) {
	section {
		margin: 0;
	}
}
section a {
	color: black;
}
article {
	width: 62.5%;
	float: left;
}
article #article {
	font-size: 16px;
}
article #article p,article #article ul,article #article ol {
	line-height: 24px;
}
article #article #edit-article {
	float: right;
	color: #333;
	font-weight: bold;
	text-decoration: none;
}
article #article #article-title {
	font-size: 1.7em;
	font-weight: bold;
	margin: 0 0 6px;
}
article #article #article-title a {
	color: black;
	text-decoration: none;
}
article #article #article-title a:hover {
	border-bottom: 2px solid black;
}
article #article p {
	margin: 0 0 24px;
}
article #article img,article #article audio,article #article video {
	width: 100%;
}

article #article>h1~span {
	font-size: 12px;
	font-weight: bold;
	color: #777;
	display: block;
	margin-bottom: 4px;
}
article #article> #article-content {
	margin-top: 3em;
}
article #comment>h2 {
	margin-top: 4em;
	color: #333;
	font-weight: bold;
}
article #comment .message {
	margin-top: 2em;
}
article #comment .message span {
	font-weight: bold;
}
article #comment .message>p>span {
	font-size: 14px;
}
article #comment .message>p span.reply {
	float: right;
	cursor: pointer;
	color:#777;
}
article #comment .message>span {
	color: #777;
	font-size: 12px;
}
article #comment .message>p {
	font-size: 16px;
	margin: 6px 0;
	white-space: pre-wrap;
	word-wrap: break-word;
}
article #comment .message>ul {
	margin-top: 0; 
	list-style: none;
}
article #comment .message>ul>li.message {
	margin-top: 1em;
	border-left: 2px solid #555;
	padding-left: 4px;
}
article #comment .message>ul>li.message>p {
	font-size: 14px;
	margin: 4px 0;
}
article #comment textarea {
	box-sizing: border-box;
	border-radius: 4px;
	width: 100%;
	font-size: 16px;
}
article #comment textarea~button {
	float: right;
	margin-top: 1em;
	color: white;
	font-weight: bold;
	padding: 1em 2em;
    background: #333;
    border: none;
    border-radius: 2px;
    cursor: pointer;
}
article #comment textarea~button:hover {
	background: black;
}
article #comment #cancel-reply {
	clear: both;
	float: right;
	position: relative;
	top: -90px;
	right: 10px;
	font-weight: bold;
	color: #777;
	cursor: pointer;
}
aside {
	width: 27.5%;
	float: right;
}
aside a {
	color: black;
	text-decoration: none;
}
aside a:hover {
	border-bottom: 2px solid black;
}
aside ul {
	padding: 0;
	list-style: none;
}
aside>div {
	padding-top: 20px;
	border-top: 1px solid #ddd;
}
aside>div:first-of-type {
	padding-top: 0;
	border-top: none;
}
aside>div>span {
	font-size: 14px;
	font-weight: bold;
}
aside #catalogue a {
	font-size: 12px;
}
aside #catalogue ul {
	line-height: 28px;
}
aside #catalogue>ul>li>ul {
	margin-left: 18px;
}
aside #catalogue>ul>li>ul>li>span {
	font-size: 12px;
	font-weight: bold;
}
aside #recent ul {
	line-height: 24px;
}
aside #recent li {
	margin: 12px 0;
}
aside #recent li P {
	margin: 0;
}
aside #function ul {
	line-height: 28px;
}
@media screen and (max-width: 480px) {
	article {
		float: none;
		width: auto;
	}
	aside {
		float: none;
		width: auto;
		margin-top: 4em;
	}
	article #article,article #comment .message>p,article #comment textarea {
		font-size: 14px;
	}
	article #comment {
		border-top: 1px solid #ddd;
	}
	article #comment .message>p>span:last-of-type {
		display: block;
	}
	article #comment .message>p span.reply {
		display: block;
		background: url(https://qiqishibing.com/static/pic/reply.png) center/cover;
		text-indent: -9999px;
		width: 16px;
		height: 16px;
	}
	aside>div:first-of-type {
		padding-top: 20px;
		border-top: 1px solid #ddd;
	}
}