#navList>li:nth-child(6){display:none;}
#blogTitle>h2>a{color:#fff;}
#MySignature >a{color:#7d8b8d;}
.fa.fa-calendar{color:#7d8b8d;font-family: 'Microsoft YaHei';}
#topics .postTitle{
	font-size: 28px;
	color: #212529;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	font-weight: bolder;

}

/*文章内容*/
img.img-responsive {
	display: inline;
	max-width: 100%
}

.postBody{
    margin-right: 16px;
	font-size: 16px;
	padding-bottom: 40px
}

h1 {
	display: block;
	font-size: 28px;
	font-weight: 700;
	line-height: 2.8rem;
	margin-bottom: 16px;
	margin-top: 8px;
	text-align: left;
	color: #4f4f4f;
	font-family: "Microsoft YaHei", Arial;
	text-size-adjust: 100%;
	box-sizing: border-box
}

h2 {
	display: block;
	font-size: 24px;
	font-weight: 700;
	line-height: 2.4rem;
	margin-bottom: 16px;
	margin-top: 8px;
	text-align: left;
	color: #4f4f4f;
	font-family: "Microsoft YaHei", Arial;
	text-size-adjust: 100%;
	box-sizing: border-box
}

h3 {
	display: block;
	font-size: 22px;
	font-weight: 700;
	line-height: 2.2rem;
	margin-bottom: 16px;
	margin-top: 8px;
	text-align: left;
	color: #4f4f4f;
	font-family: "Microsoft YaHei", Arial;
	text-size-adjust: 100%;
	box-sizing: border-box
}

blockquote {
	color: #4f4f4f;
	font-family: "Microsoft YaHei", Arial;
	text-size-adjust: 100%;
	box-sizing: border-box;
	box-sizing: border-box;
	color: #212529;
	display: block;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	padding: 10px 20px;
	margin: 0 0 20px;
	border-left: 5px solid #eee
}
blockquote>p{
	color: #212529 !important;
}
blockquote>p:last-child {
	margin-bottom: 0
}

p {
	font-family: "Microsoft YaHei", Arial;
	text-size-adjust: 100%;
	box-sizing: border-box;
	box-sizing: border-box;
	color: #212529;
	display: block;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	text-align: left;
	text-size-adjust: 100%
}
p:not(:last-child) {
	margin-bottom: 16px
}

/*代码高亮*/

