.container {
	max-width: 960px;
	font-size: 0.85rem;
	color: #4a4a4a;
	/*padding-left: 0px;
  padding-right: 0px;*/
}

.alert {
	padding: 10px;
}

.alert td p {
	padding-left: 15px;
	margin-bottom: 0px;
}

#son.container {
	padding-left: 0px;
	padding-right: 0px;
}

.pre-scrollable {
	/*
	min-height:calc(100% - 48px);
	max-height:calc(100% - 48px);
	*/
	min-height: 100%;
	max-height: 100%;
}

/*
* 当手机屏幕显示的时候
*/
@media screen and (max-width: 767px) {
	#menu.active {
		display: none;
	}

	#menu.mfixed {
		min-height: calc(100% - 48px);
		max-height: calc(100% - 48px);
		background-color: #ffffff;
		position: fixed;
		z-index: 10;
	}


}

/*
 * ztree CSS
 */
.ztree * {
	font-size: .85rem;
}

.ztree li span.button {
	display: none;
}

.ztree li span.ico_close {
	display: inline-block;
}

.ztree li span.ico_open {
	display: inline-block;
}

.ztree li span.ico_docu {
	display: inline-block;
}

.ztree li a {
	outline: 0;
	display: block;
	position: relative;
	border: 0;
	border-bottom-color: currentcolor;
	border-bottom-style: none;
	border-bottom-width: 0px;
	border-image-outset: 0;
	border-image-repeat: stretch;
	border-image-slice: 100%;
	border-image-source: none;
	border-image-width: 1;
	border-bottom: 1px solid #f2f2f2;
	padding: .95em .7rem;
	padding-left: 0.7rem;
	padding-left: .47rem;
	border-image-width: 0 0 1px 0;
	-o-border-image: linear-gradient(to right, #fff 0, #fff 1.42rem, #f2f2f2 .47rem, #f2f2f2 100%) 0 0 1 0;
	border-image: linear-gradient(to right, #fff 0, #fff 1.42rem, #f2f2f2 .47rem, #f2f2f2 100%) 0 0 1 0;
	color: #4a4a4a;
	height: auto;
}

.ztree li a.active {
	background-color: #f2f2f2;
	border-top: 1px solid #f2f2f2;
	height: auto;
}

.ztree li a:hover {
	color: #0056b3;
}

.ztree li a.curSelectedNode {
	background-color: #f2f2f2;
	color: #4a4a4a;
	padding-top: .95em;
	height: auto;
}

/*
*面包屑导航样式
*/
.breadcrumb>li+li:before {
	color: #CCCCCC;
	content: "/ ";
	padding: 0 5px;
}

/*
 * Custom translucent site header
 */

.site-header {
	background-color: rgba(0, 0, 0, .85);
	-webkit-backdrop-filter: saturate(180%) blur(20px);
	backdrop-filter: saturate(180%) blur(20px);
	color: #fff;
}

.site-header .container {
	font-size: 1.2rem;
}

.site-header a {
	color: #eee;
	transition: ease-in-out color .15s;
}

.site-header a:hover {
	color: #fff;
	text-decoration: none;
}

/*
* 图上标号
*/
.step {
	margin-bottom: 1rem;
}

.step .row {
	margin-left: 0px;
	margin-right: 0px;
}

th p,
td p {
	margin-top: 0;
	margin-bottom: 0;
}

th .img-thumbnail,
td .img-thumbnail,
p .img-thumbnail {
	padding: 0;
	background-color: #fff;
	border-radius: .25rem;
	max-width: 100%;
	height: auto;
}

.alert td .img-thumbnail {
	padding: 0;
	background-color: transparent;
	border-radius: .25rem;
	max-width: none;
	border: none;
	height: auto;
}

.notframe {
	margin-bottom: 1rem;
}

.notframe td {
	vertical-align: top;

}

.alert td {
	vertical-align: middle;
	padding-top: 0px;
}

.alert .notframe {
	margin-bottom: 0px;
}

td ul {
	margin-bottom: 0px;
}

.number-normal li {
	list-style: none;
}

.number-normal li ul li{
	list-style: disc;
}
.number-normal li::before {
	position: absolute;
	left: 35px;
	content: attr(data-value);
}

.img-thumbnail {
	border: none !important;
}

.title-card{
	position:relative;
	padding-left:20px;
}

.title-card::before{
	position:absolute;
	left:0;
	content:"■";
	top:0;
}
ol.number-normal>li>ol.number-normal>li::before{
	left:75px;
}
thead tr {
  background-color: #f5f5f5;  /* 浅灰色底色 */
}
