@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	line-height: 1.7;
	background: #990000;
}

li {
	list-style: none;
}

h2 {
    padding: 15px 0 15px 0;
}

.logo {
    margin: 0 auto;
}

img {
    width: 99%;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

img:hover {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

#app {
	font-family: Avenir,Helvetica,Arial,sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 100%;
	display: flex;
    flex-flow: column;
    flex-wrap: wrap;
}

#app, body {
	color: #fff;
	padding: 25px 0 0 0!important;
}

.content table caption {
    font-weight: 700;
    padding: 10px 0;
    padding: 8px 0 9px;
    font-size: 14px;
}

.content table th {
    font-weight: 700;
    height: 23px;
    background-color: #424242;
}

.content table td {
    box-sizing: border-box;
    vertical-align: middle;
    padding: 2px 10px;
    font-size: 12px;
    line-height: 22px;
    height: 22px;
    border: 1px solid #424242;
}

#svg {
    width: 290px;
}

.tupian {
    margin: 10px 0 10px 0;
}

#topinfo {
	margin: 15px 0 0 0;
}

#mianhuai {
	width: 600px;
	margin: auto;
	font-size: 14px;
	word-wrap: break-word;
	color: #fff;
	margin-bottom: 15px;
	text-indent: 2em;
	line-height: 24px;
	zoom: 1;
}

.info1 {
	margin-top: 15px;
}

.info1 p {
	font-size: 14px;
	word-wrap: break-word;
	color: #fff;
	margin-bottom: 15px;
	text-indent: 2em;
	line-height: 24px;
	zoom: 1;
}

.father {
	font-size: 1.5em;
	display: block;
	font-family: "Saira Stencil One", Sans-serif;
	font-weight: 500;
	letter-spacing: 5px;
	text-align: center;
	margin-bottom: 24px;
	text-shadow: #000000 1px 1px 1px;
}

.fohr {
	font-size: 3em;
	display: block;
	font-family: "Saira Stencil One", Sans-serif;
	font-weight: 200;
	letter-spacing: -2px;
	text-align: center;
	text-shadow: #000000 1px 1px 1px;
}

#poet {
    text-indent: 0em;
    border: 1px dashed #fff;
    border-radius: 5px;
    color: white;
    width: 440px;
    padding: 10px;
    margin: auto;
    text-align: center;
}

.markdown-body.override {
	color: #fff;
}

div.content {
	margin: 0 auto;
	max-width: 768px;
	padding: 10px;
}

.markdown-body {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	color: #24292e;
	font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
	font-size: 16px;
	line-height: 1.5;
	word-wrap: break-word;
}

.markdown-body * {
	box-sizing: border-box;
}

.markdown-body a {
	color: #fff;
	text-decoration: none;
}

.markdown-body.override blockquote {
	color: #fff;
	padding-top: 30px;
}

.markdown-body blockquote {
	padding: 0 1em;
}

.markdown-body blockquote {
	margin: 0;
}

.markdown-body blockquote>:first-child {
	margin-top: 0;
}

.markdown-body dd {
	margin-left: 0;
}

.lemmaWgt-lemmaTitle .lemmaWgt-lemmaTitle-title h1 {
	margin: 0 10px 0 0;
	display: inline;
	font-size: 34px;
	line-height: 1.15;
	font-weight: bold;
	vertical-align: sub;
	*vertical-align: text-bottom;
	font-family: arial,tahoma,'Microsoft Yahei','\5b8b\4f53',sans-serif;
}

.lemmaWgt-lemmaTitle .lemmaWgt-lemmaTitle-title h2 {
	margin: 0 10px 0 -10px;
	display: inline;
	font-weight: 400;
	font-size: 20px;
}

.basic-info {
	margin: 20px 0 15px;
	overflow: hidden;
	font-size: 12px;
	clear: both;
	background: url(../images/bg.png);
}

.basic-info .basicInfo-block {
	width: 365px;
	float: left;
}

.basic-info .basicInfo-block .basicInfo-item.name {
	padding: 0 5px 0 0px;
	font-weight: 700;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
}

.basic-info .basicInfo-block .basicInfo-item {
	line-height: 26px;
	display: block;
	padding: 0;
	margin: 0;
	float: left;
}

.basic-info .basicInfo-block .basicInfo-item.value {
	zoom: 1;
	width: 285px;
	float: left;
	position: relative;
	word-break: break-all;
}

.lemmaWgt-lemmaCatalog {
	border: 1px dashed #fff;
    border-radius: 5px;
    height: 133px;
    padding: 5px 0;
    margin: 10px 0;
    zoom: 1;
}

.lemmaWgt-lemmaCatalog .lemma-catalog {
	float: left;
	display: flex;
	width: 100%;
	font-family: arial,tahoma,'Microsoft Yahei','\5b8b\4f53',sans-serif;
}

.lemmaWgt-lemmaCatalog .lemma-catalog .block-title {
	display: flex;
    float: left;
    margin: 0 0 0 20px;
    width: 123px;
    text-align: left;
    font-size: 18px;
    font-weight: 400;
    align-items: center;
}

.lemmaWgt-lemmaCatalog .lemma-catalog .catalog-list {
	display: block;
	float: left;
	width: auto;
	position: relative;
	overflow: hidden;
}

.lemmaWgt-lemmaCatalog .lemma-catalog .catalog-list ol {
	float: left;
}

.lemmaWgt-lemmaCatalog .lemma-catalog .column-3 ol {
}

.markdown-body ol, .markdown-body ul {
	padding-left: 2em;
}

ul, ol, li {
	list-style: none;
}

.lemmaWgt-lemmaCatalog .lemma-catalog .catalog-list ol li.level2 .index {
	display: -moz-inline-box;
	-moz-box-orient: vertical;
	display: inline-block;
	display: inline;
	padding-left: 20px;
	padding-right: 0px;
	width: 5px;
	line-height: 16px;
	font-size: 12px;
	color: #ccc;
}

h3 {
	clear: both;
	zoom: 1;
	margin: 20px 0 12px;
	line-height: 20px;
	font-size: 18px;
	font-weight: 400;
	font-family: Microsoft YaHei,SimHei,Verdana;
}

h4{
	clear: both;
	zoom: 1;
	margin: 20px 0 12px;
	line-height: 20px;
	font-size: 16px;
	font-weight: 400;
	font-family: Microsoft YaHei,SimHei,Verdana;
}

.para-title.level-2 .title-text {
	display: block;
	line-height: 24px;
	font-size: 22px;
	font-weight: 400;
}

.para-title.level-3 .title-text {
	font-size: 18px;
	font-weight: 400;
}

.content p {
	font-size: 14px;
	word-wrap: break-word;
	margin-bottom: 5px;
	text-indent: 2em;
	line-height: 24px;
	zoom: 1;
}

.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.footer ul {
	list-style: none;
	padding: 0;
	font-size: 13px;
	text-align: center;
}

.pull-right {
	float: none!important;
}

.pull-right {
	float: right;
}

.pull-right {
}

ol, ul {
	margin-bottom: 10px;
}

#menu ul {
	border: 1px solid #fff;
	background: #6b0000;
	border-radius: 5px;
	margin-bottom: 0px;
}

.footer-menu li a:first-child {
	border-left: 0;
}

.footer-menu li a {
	border-left: 0px solid #ddd;
	font-size: 13px;
	padding: 0 2px;
	color: #fff;
	text-decoration: none;
}

#menu {
	display: flex;
    position: fixed;
    left: 48.5%;
    margin-left: 400px;
    top: 38px;
    flex-direction: column;
    align-items: center;
}

#menu ul li a {
	display: block;
    margin: 0;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    width: 108px;
    padding: 4px 3px 4px 5px;
    height: 25px;
    line-height: 25px;
    text-decoration: none;
}

#this {
    color: #6b0000;
}

.gotop {
    font-size: 50px;
    color: #fff;
}

.gobottom {
    font-size: 50px;
    color: #fff;
}

#menu ul li a:hover,#menu ul li a.current {
    color: #252525;
    border-radius: 3px;
    background: #fff;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
@media (max-width:767px) {
#menu {
    z-index: 100;
    left: 16%;
}

.lemmaWgt-lemmaCatalog {
    height: 263px;
}
}