html, body {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-family: 'Microsoft YaHei UI', 'Microsoft YaHei', 'SimSun', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

body a {
	color: #3170a7;
	text-decoration: none;
}
body a:hover {
	text-decoration: dashed;
}

.container {
	margin: 0 auto;
	max-width: 1200px;
}

#top {
	background-color: #f3f3f3;
	font-size: .75em;
}
#top > .container {
	padding: .375em;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}

#banner {
	height: 240px;
	background-color: rgba(168, 168, 189, .3);
}
#banner > .container {
	height: 100%;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
}
#banner .slogan {
	font-size: 1.3rem;
	line-height: 1.5;
}
#banner h1 {
	margin-bottom: 6px;
}
#banner > .container > .logo > .more {
	font-size: .875em;
}
#banner > .container > .logo > .more > span {
	padding: 0 1em;
}
#banner > .container > .logo > .more > span:first-child {
	padding-left: 0;
}
#banner > .container > .logo > .more > span:last-child {
	padding-right: 0;
}

#nav {
	height: 3rem;
	background-color: #3170a7;
}
#nav > .container {
	height: 100%;
	display: flex;
	flex-flow: row nowrap;
	align-items: stretch;
}
#nav > .container a {
	display: inline-block;
	text-decoration: none;
	color: #eee;
	text-align: center;
    vertical-align: middle;
}
#nav > .container a::after {
	vertical-align: middle;
    display: inline-block;
	height: 100%;
	content: '';
}
#nav > .container > * {
	flex: 1 0;
	background-color: #3170a7;
	font-size: 1.125rem;
}
#nav > .container > *:hover {
	background-color: #15559a;
}
#nav > .container > .search {
	flex: 0 0 225px;
	padding: 0 2rem;
}
#nav > .container > .search::after {
	vertical-align: middle;
    display: inline-block;
	height: 100%;
	content: '';
}
#nav > .container > .search:hover {
	background-color: unset;
}

#footer {
	margin-top: 50px;
	height: 200px;
	background-color: rgb(168, 168, 189);
}
#footer > .container {
	height: 100%;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
}

#main {
	color: #333;
}
#main > .container {
	padding: .75rem 0;
}

.page-index .top {
	border: 1px solid #bbb;
	width: 100%;
	min-height: 400px;
	display: flex;
}
.page-index .top > .left {
	display: flex;
	flex: 0 0 60%;
	box-sizing: border-box;
}
.page-index .top > .right {
	padding: 0 .8rem;
}
.page-index .top > .right p {
	clear: both;
	margin: .2em;
}
.page-index .top > .right p .date {
	float: right;
	color: #888;
	font-size: .875em;
}
.page-index .top > .right .pin {
	padding: .625rem 0;
	border: none;
	border-bottom: 1px solid #aeaeae;
}
.page-index .top > .right .pin > * {
	margin: .1em;
	padding: 0;
}
.page-index .top > .right .pin a {
	font-size: .75rem;
}
.page-index .top > .right .pin p {
	font-size: .875rem;
}

.side-layout > .side {
	width: calc(25% - .5em);
	float: left;
	box-sizing: border-box;
}
.side-layout > .main {
	display: inline-block;
	width: calc(75% - .5em);
	box-sizing: border-box;
}
.side-layout::after {
	display: block;
	content: "";
	clear: both;
}

.side-menu {
	display: block;
	border: 1px solid #3170a7;
	margin: 1em;
	padding: 0;
}
.side-menu > * {
	list-style-type: none;
	display: block;
	padding: 1em;
	border-bottom: 1px dashed #ccc;
}
.side-menu a {
	color: #333;
}
.side-menu a:hover {
	color: #aaa;
}
.side-menu > *:first-child {
	background-color: #15559a;
	color: #fff;
	border-bottom: none;
}
.side-menu > *:last-child {
	border-bottom: none;
}

.page-single > h1 {
	text-align: center;
	margin: 4px 0 12px;
	font-size: 1.75rem;
}
.page-single > .meta {
	text-align: center;
	font-size: .75em;
}

article {
	padding: 0 1.75em;
}

article p {
	line-height: 1.5;
	font-size: 1.025rem;
}

article table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
article table code {
	font-size: .875em;
}
article table tr {
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
}
article table tr > * {
	padding: .625rem .5rem;
}
article img {
	display: block;
	max-width: 60%;
	max-height: 320px;
	text-align: center;
	margin: .5em auto;
}

article .img-alt {
	text-align: center;
    font-size: .75em;
    color: #ccc;
    display: block;
    margin: 0 auto;
}

.person-row {
	display: flex;
	flex-flow: row nowrap;
	margin: 1.5em 0;
}
.person-row > *:nth-child(2) {
	flex: 1;
}
.person-row > * {
	flex-shrink: 0;
}

.person-row img {
	width: 100px;
	height: 100px;
	margin-right: 3rem;
}

.person-row .name {
	margin: .5rem 0;
	border-bottom: 1px solid #ccc;
}
.person-row .name > *:nth-child(1) {
	font-size: 1.25rem;
}
.person-row .name > *:nth-child(2) {
	color: #666;
	font-size: .875rem;
}
