h1, h2, h3, h4, h5, h6{
	margin: 1em 0em 0.5em 0em;
	font-weight: bolder;
}

h1{
	font-size: 1.6em;
}

h2{
	font-size: 1.4em;
}

h3{
	font-size: 1.2em;
}

h4{
	font-size: 1.15em;
}

h5, h6{
	font-size: 1em;
}

#single_content p{
	margin: 0.8em 0em;
	text-indent: 0.5em;
	line-height: 1.7em;
}

/* 超级链接悬停突出展示 */
#single_content a:hover{
    color: orangered;
	text-decoration: underline;
}

/* 文字左对齐 */
.has-text-align-left{
	text-align: left;
}

/* 文字居中对齐 */
.has-text-align-center{
	text-align: center;
}

/* 文字右对齐 */
.has-text-align-right{
	text-align: right;
}

/*图片样式*/
.wp-block-image{
	width: -webkit-fill-available;
	width: -moz-available;
	height: auto;
}

.wp-block-image img{
	width: -webkit-fill-available;
	width: -moz-available;
	height: auto;
	border-radius: 0.5em;
}

/*视频样式*/
.wp-block-video{
	width: -webkit-fill-available;
	width: -moz-available;
	height: auto;
}

.wp-block-video video{
	width: -webkit-fill-available;
	width: -moz-available;
	height: auto;
	border-radius: 0.5em;
}

/*音频样式*/
.wp-block-audio{
	width: -webkit-fill-available;
	width: -moz-available;
}

.wp-block-audio audio{
	width: -webkit-fill-available;
	width: -moz-available;
}

/*代码样式*/
.wp-block-code{
	overflow-x: scroll;
    margin: 1em 1em 0em 1em;
    background: #f0f0f0;
    border-radius: 1em;
    width: -webkit-fill-available;
	width: -moz-available;
    padding: 2em 0em 2em 2em;
}

/*引用样式*/
.wp-block-quote{
	display: inherit;
    width: -webkit-fill-available;
	width: -moz-available;
    margin: 0em 0.5em 1em 0.3em;
    padding: 0.5em 1em 1.5em 1.8em;
    border-left-width: 0.4em;
    border-left-color: black;
    border-left-style: solid;
    font-size: 0.9em;
    background-color: rgb(117, 117, 117, 0.1);
    border-radius: 0em 1em 1em 0em;
}

/* 分割线样式 */
.wp-block-separator{
    margin: 3em 0em;
    border-style: dashed;
    border-bottom-color: grey;
}

/*表格样式*/
.wp-block-table{
	width: 100%;
}

.wp-block-table table{
	width: 100%;
    border: 0.15em solid grey;
	border-collapse: collapse;
}

.wp-block-table tr{
	border-bottom: 0.1em solid grey;
}

.wp-block-table tr:hover{
	background-color: rgba(170, 170, 170, 0.5);
}

.wp-block-table th, td{
	border-right: 0.1em solid grey;
}

#single_content figure{
	margin: 0em;
	border: 0em;
	padding: 0.5em 0em;
	text-align: center;
}

#single_content blockquote p{
	font-weight:bold;
}

#single_content cite{
	font-size: 0.8em;
	color: rgb(50, 50, 50);
    display: block;
}

/*描述*/
#single_content figcaption{
	font-size: 0.625em;
	color: gray;
	text-align: center;
}

/*列表*/
#single_content ul, ol{
	margin: 0.5em 0em;
	padding-left: 1.6em;
}

#single_content li{
	padding: 0.25em 0em;
}