html {
	/* background-color: #f3f3f3; */
}

.main-content-box {
	padding: 20px 0;
}
.main-content-box .container {
 	padding-left: 0;
 	padding-right: 0;
}
/*多个相同词条*/
.panel {
	border: 1px solid #ddd;
}
.panel .panel-heading {
	border-bottom: 1px solid #ddd;
	background-color: #f6f6f6;
}
.panel .panel-title {
	font-size: 12px;
}
.panel ul.polysemant {
	display: table;
	width: 100%;
	padding: 0 20px;
	margin: 0;
}
.panel ul.polysemant > li {
	list-style: disc;
	float: left;
	width: 33.3333333%; 
}
.panel ul.polysemant > li > span {
	font-weight: bold;
}
.panel ul.polysemant > li > span:hover {
	color: #0789fe;
	text-decoration: underline;
	cursor: pointer;
}

/*词条详细内容*/
.main-content  {
	padding: 20px 10px;
	background-color: #fff;
	margin-bottom: 40px;
}
.other-link {
	text-align: right;
	padding: 0 15px;
	display: block;
	padding-right: 20px;
	margin-bottom: 10px;
}
.other-link .link {
	margin-left: 5px;
}
.other-link .link:hover {
	/* color: #0789fe;
	cursor: pointer; */
}
.other-link .link .number { 
    margin: 0 4px;
    color: green;
} 
.other-link span {
	font-size: 14px;
}
.other-link span.glyphicon {
	margin-left: 5px;
}

/*摘要标签*/
.summary-label { 
    position: absolute;
    background: #fff;
    padding: 3px 14px;
    border:  1px solid #ddd;
    top: -15px;
    left: 36px;
    font-size: 15px;
}
.summary  {
	padding: 15px 10px;
	background-color: #F6FFF8;
	border: 1px solid #DCDCDC;
	border-radius: 4px;
	line-height: 28px;
	font-size: 15px;
	margin-bottom: 20px;
}

/*内容详细信息开始*/
/*基础信息*/
.info-detail {
	position: relative;
	padding: 0 20px;
}
.info-detail .title {
	font-size: 1.5em;
	margin-bottom: 10px;
}
.info-detail .detail p {
	font-size: 14px;
	text-indent: 2em;
	line-height: 25px;
}
/*表格信息*/
.info-table {
	margin: 20px;
}

.info-table .row {
	margin: 0;
	line-height: 25px;
	height: 25px;
	border-bottom: 1px dotted #ddd;	
}
.info-table .row:last-child {
	border-bottom: 1px dotted #c6c6c6;
}

/*其他更多信息*/
.info-more {
	
}
.info-more .info-m-head {
	position: relative;
	height: 35px;
	line-height: 35px;
	padding: 0px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.info-more .info-m-head .info-m-h-marking {
	position: absolute;
	top: 0;
	left: -30px;
	width: 15px;
	height: 100%;
	background-color: #1b64ed;
}

.info-more .info-m-head .info-m-h-title {
	display: inline-block;
	font-size: 1.5em;
	font-weight: bold;
	background: #fff;
	position: relative;
	z-index: 2;
	padding-right: 15px;
}

.info-more .info-m-head .info-cut-line {
	background: #eee url("../../../img/cut-line.png") repeat-x; 
	display: inline-block;
	width: 100%;
	height: 1px;
	top: -38.5px;
	position: relative;
	left: 0;
}
.info-more .sec-level-title {
	font-size: 1.2em;
	font-weight: bold;
}

/*词条图册*/
.entry-imgs {
	margin: 20px 0;
}


/*右侧导航*/
h2, h3 {
	margin: 0;
	line-height: 35px;
	margin: 5px 0;
}
h2 {
	font-size: 1.4em;
}
h3 {
	font-size: 1.2em;
	font-weight: 500;
}
/*这是百科右侧导航代码的样式表*/
.directory-nav {
	position: fixed;
	bottom: 40px;
	padding: 12px 0 20px 32px;
	display: none;
}

.directory-nav li {
	height: 34px;
	line-height: 34px;
	position: relative;
}

.directory-nav li a {
	
}

.directory-nav .l1 {
	
}

.directory-nav .l2 {
	text-indent: 0.6em;
}

.directory-nav .l1 a {
	font-size: 16px;
}

.directory-nav .l2 a {
	font-size: 14px;
}

.directory-nav, .directory-nav a {
	color: #666;
}

.directory-nav .cur a {
	color: red;
}

.directory-nav .line {
	position: absolute;
	left: 4px;
	top: 5px;
	bottom: 5px;
	z-index: 1;
	width: 2px;
	background: #ddd;
}

.directory-nav .c-top, .directory-nav .c-bottom {
	position: absolute;
	left: 0;
	z-index: 2;
	display: block;
	width: 10px;
	height: 10px;
	font-size: 0;
	line-height: 0;
	background: url(../images/directory-nav.png) no-repeat 0 -69px;
}

.directory-nav .c-dot {
	position: absolute;
	left: -32px;
	top: 50%;
	z-index: 2;
	margin-top: -5px;
	display: block;
	width: 10px;
	height: 10px;
	font-size: 0;
	line-height: 0;
	background: url(../images/directory-nav.png) no-repeat -275px 0;
}

.directory-nav .c-top {
	top: 0
}

.directory-nav .c-bottom {
	bottom: 0
}

.directory-nav .cur-tag {
	position: absolute;
	left: -1px;
	top: 30px;
	z-index: 5;
	margin-top: -6px;
	display: block;
	width: 19px;
	height: 13px;
	font-size: 0;
	line-height: 0;
	background: url(../images/directory-nav.png) no-repeat -271px -37px;
	-webkit-transition: top .3s ease 0s;
	transition: top .3s ease 0s;
}


.mw-doc-line { height: 1px; background-color: #CBCBCB;width:100%; margin:0px; margin-top: 10px;}
.fontsize{
	font-size: 1.5em;
	font-weight: 700;
}

.refence-size{
	font-size: 1em;
	color: #8A8383;
	margin-top: 5px;

}
.title{
	display: auto;
	margin: 20px auto;
	max-width: 80%;
	
}
 h1{
  font-size: 1.8em;
 }
 
 h2,h3{
	color:black;
}
 h2{
    display: block;
    clear: both;
    zoom: 1;
    overflow: hidden;
    font-size: 20px;
    line-height: 24px;
    font-size: 22px;
    font-weight: 400;
    font-family: Microsoft YaHei,SimHei,Verdana;
    margin: 35px 0 15px -30px;
    border-left: 12px solid #4F9CEE;
   
 }

.div-tag {color: black;font-size: 1.3em;margin-top: 10px;float: left;font-weight: 700;height: 20px;}

.mw-tag-box { padding: 14px; }
.mw-tag-box span.mw-label {
	display: inline-block;
	max-width: 100%;
	min-width: 40px;
	border: 1px solid #ddd;
	text-align: center;
	font-size: 12px;
	margin-right: 5px;
	color: #8a8a8a;
}
.mw-tag-box span.mw-label:hover { background-color: #eee; }

.doc-path .fa { margin: 0 3px; }

