.wrapper {
	background: #fff;
}
.header {
	margin-bottom: 0;
}
.header .inner {
	margin: 0 20px;
}
.module {
	box-shadow: none;
}
.inner {
	width: auto;
	overflow: hidden;
}
.inner .side {
	float: left;
	width: 300px;
	background: #f8f8f8;
	border-right: 1px solid #e4e4e4;
	overflow-y: auto;
	height: calc(100vh - 90px);
}
.inner .side: : -webkit-scrollbar {
	width: 10px;
	height: 1px;
}
.inner .side: : -webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	background: #aaa;
}
.inner .side: : -webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 1px transparent;
	border-radius: 10px;
	background: #eee;
}
.inner .main {
	margin-left: 320px;
	padding-right: 20px;
	overflow-y: auto;
	height: calc(100vh - 90px);
}
.mod-breadcrumbs .bd {
	margin-top: 0;
}
.mod-book .bd {
	padding: 10px 20px 10px 5px;
	overflow: auto;
	overflow-x: hidden;
}
.mod-book .bd .title {
	height: 22px;
	margin: 0 5px;
	padding-left: 10px;
	border-left: 3px solid #006e54;
	line-height: 22px;
	font-size: 18px;
}
.mod-book .bd ul {
	margin-left: 15px;
	color: #484848;
}
.mod-book .bd ul.directory {
	padding: 10px 0;
}
.mod-book .bd ul a {
	color: #484848;
}
.mod-book .bd ul a: hover,.mod-book .bd ul a.active {
	text-decoration: underline;
	color: #006e54;
}
.mod-book .bd ul li {
	line-height: 26px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.mod-book .bd ul li.level-1 {
	font-weight: bold;
	font-size: 16px;
}
.mod-book .bd ul li.level-2,.mod-book .bd ul li.level-3 {
	font-weight: normal;
	font-size: 14px;
}
.mod-book .bd ul li.active>a {
	color: #006e54;
}
.mod-article .bd {
	padding: 15px 20px;
}
.mod-article .bd h2,.mod-article .bd h3,.mod-article .bd h4,.mod-article .bd h5,.mod-article .bd h6 {
	margin-bottom: 5px;
	line-height: 30px;
	font-weight: bold;
}
.mod-article .bd h2 {
	font-size: 18px;
}
.mod-article .bd h3,.mod-article .bd h4 {
	font-size: 16px;
}
.mod-article .bd ul {
	margin-left: 30px;
	color: #484848;
}
.mod-article .bd ul.directory {
	padding: 15px 0;
	margin-left: 5px;
}
.mod-article .bd ul a {
	color: #484848;
}
.mod-article .bd ul a: hover {
	text-decoration: underline;
	color: #006e54;
}
.mod-article .bd ul li {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.mod-article .bd ul li.level-1 {
	line-height: 36px;
	font-weight: bold;
	font-size: 18px;
}
.mod-article .bd ul li.level-2 {
	line-height: 32px;
	font-weight: normal;
	font-size: 16px;
}
.mod-article .bd ul li.level-3 {
	line-height: 28px;
	font-weight: normal;
	font-size: 14px;
}
.mod-article .bd p {
	margin-bottom: 14px;
	line-height: 28px;
	text-indent: 2em;
	font-size: 14px;
}
.mod-article .bd p img {
	display: block;
	margin: 0 auto;
}
.mod-article .bd table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #e4e4e4;
	border-left: 0;
}
.mod-article .bd table tr {
	border-bottom: 1px solid #e4e4e4;
}
.mod-article .bd table th,.mod-article .bd table td {
	border-left: 1px solid #e4e4e4;
	word-break: break-all;
	word-wrap: break-word;
	padding: 6px 10px;
	font-weight: normal;
	line-height: 24px;
}
.mod-article .bd table .th {
	width: 20%;
	background-color: #f5f5f5;
}
.mod-article .bd hr {
	border: none;
	border-bottom: 1px dotted #dbdbdb;
	margin: 15px 0;
}
.mod-article .bd .box {
	margin-bottom: 15px;
}
.mod-article .bd .box p {
	margin-bottom: 0;
	line-height: 24px;
}
@media screen and (max-width: 767px) {
	.wrapper {
		background: #f0f0f0;
	}
	.header {
		margin-bottom: 15px;
	}
	.header .inner {
		margin: 0;
	}
	.inner .side {
		display: none;
		height: auto;
		overflow-y: auto;
	}
	.inner .main {
		margin-left: 0;
		padding-right: 0;
		height: auto;
		overflow-y: auto;
	}
	.mod-breadcrumbs .bd {
		margin-top: -10px;
	}
	.mod-article .bd {
		padding: 15px;
	}
	.mod-article .bd .box table th,.mod-article .bd .box table td {
		padding: 6px 5px;
	}
	.mod-article .bd .box table .th {
		width: 24%;
	}
}
.media-small .wrapper {
	background: #f0f0f0;
}
.media-small .header {
	margin-bottom: 15px;
}
.media-small .header .inner {
	margin: 0;
}
.media-small .inner .side {
	display: none;
	height: auto;
	overflow-y: auto;
}
.media-small .inner .main {
	margin-left: 0;
	padding-right: 0;
	height: auto;
	overflow-y: auto;
}
.media-small .mod-breadcrumbs .bd {
	margin-top: -10px;
}
.media-small .mod-article .bd {
	padding: 15px;
}
.media-small .mod-article .bd .box table th,.media-small .mod-article .bd .box table td {
	padding: 6px 5px;
}
.media-small .mod-article .bd .box table .th {
	width: 24%;
}
.topnav {
    background: url(../images/header_top.gif) repeat-x;height: 15px;
}
.pfooter{
    background: url(../images/footer_menu_bg.gif) repeat-x;height: 32px;
}
.footer {
    background: url(../images/footer_bg.gif) no-repeat;background-size: cover;
}