body{
	background-color: #e6e6e6;
}
div{
	box-sizing: border-box;
}
.header{
	height: 70px;
	background-color: #fff;
	z-index: 1000;
	margin-bottom: 25px;
	
	-moz-box-shadow: 2px 2px 6px #c8c8c8;
	-webkit-box-shadow: 2px 2px 6px #c8c8c8;
	box-shadow: 2px 2px 6px #c8c8c8;
}
.logo{position: absolute;left: 0;top: 5px;}
.logo img{width: 140px;height: 60px;}
.a-top{position: absolute;right: 0;top: 5px;}
.menu_icon {display: none;}
.content{
	background-color: #fff;
	border-radius: 4px;
	border: 1px solid #e5e5e5;


}
.site-left{
	width: 260px;
	display: inline-block;
	padding: 20px 0 0 20px;
}
.site-content{
	width: 870px;
	display: inline-block;
	vertical-align: top;
	padding: 20px 20px 10px 20px;
}
.left-index-menu{
	width: 100%;
	border-left: 5px solid #008000;
    border-top: 2px solid #008000;
    border-right: 2px solid #008000;
    border-bottom: 2px solid #008000;
	box-sizing: border-box;
}
.left-index-menu .menu-title{
	color: #d51300;
	border-bottom: 1px dashed #999999;
	text-indent: 7px;
	font-weight: bold;
	line-height: 1.4em;
}
.left-index-menu h2{
	font-size: 14px;
	background-color: #f3f3f3;
	text-indent: 7px;
	font-weight: bold;
	line-height: 2em;
	color: #3c3c3c;
}
.left-index-menu li a{
	font-size: 14px;
	background-color: #e0e0e0;
	text-indent: 20px;
	line-height: 2em;
	color: #0c3d5f;
	display: block;
	margin-top: 1px;
}
.left-index-menu li a:hover{
	background: #666666;
	color: #ffffff;
}
.left-box{
	border-right: 1px solid #eeeeee;
	padding: 0px;
}
.left-box li{
	text-overflow: ellipsis;
    white-space: nowrap;
	overflow: hidden;
    border-bottom: 1px solid #ddd;
    /* padding: 0.5rem; */
}
.left-box li a {
    /* transition: .3s ease; */
    /* display: inline-block; */
    /* width: 100%; */
    /* border-radius: 100vmax; */
    padding: 0.3rem 1rem;
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
}
.left-box li a:hover, .left-box li a.active {
    background-color: #cfe9d0;
	color:#fff;
}
.left-box .bga {
    background-color: #cfe9d0;
	color:#fff;
}

.left-box .title{
	color: #3c3c3c;
	text-indent: 7px;
	background-color: #f0f0f0;
	line-height: 2.4em;
	font-weight: bold;
	border-left: 5px solid #008000;
}
.left-box li a{
	line-height: 1.8em;
}
.left-box li a:hover{
	color: #d51300;
}

.index-intro h1{
	font-size: 21px;
	padding: 20px 0 10px 0;
}
.index-intro p{
	line-height: 2em;
}
.index-course{
	position: relative;
}
.index-course img{
	position: absolute;
	left: 0px;
	top: 0px;
}
.index-course .index-course-text{
	margin-left: 130px;
	line-height: 1.5em;
}
.index-course a{
	display: inline-block;
	margin-right: 15px;
	line-height: 2em;
	color: #d51300;
	text-decoration: underline;
}
.index-course a:hover{
	text-decoration: none;
}

.latest-title{
	color: #3c3c3c;
	text-indent: 7px;
	background-color: #f0f0f0;
	line-height: 2.4em;
	font-weight: bold;
	border-left: 5px solid #008000;
	border-radius: 0 4px 0 0;
}
.latest{
	background-color: #fff;
	padding: 20px;
	border-radius: 0 0 4px 4px;
}
.latest dt{
	position: relative;
}
.latest .latest-date{
	position: absolute;
	right: 0px;
	top: 0px;
	display: inline-block;
	color: #666;
}
.latest dt a{
	font-size: 16px;
	color: #008000;
	font-weight: 600;
}
.latest dt a{
	font-size: 16px;
}
.latest dt a:hover{
	color: #d51300;
}
.latest dd{
	color: #666;
	line-height: 1.6em;
	margin-top: 10px;
}


footer{
	border-top: 1px solid #d6d6d6;
	background-color: #fff;
	
}
.footer-content{
	background: url(/skin/dev/images/logo_bottom.svg) no-repeat 0px 20px;
	min-height: 80px;
	padding: 20px 0 10px 380px;
}
.footer-content a{
	display: inline-block;
	margin-right: 15px;
	line-height: 2em;
}

/*面包屑导航*/
.breadcrumb {
	box-sizing: border-box;
	list-style: none;
}
.breadcrumb>li {
	display: inline-block;
}
.breadcrumb>li+li:before {
	padding: 0 8px 0 8px;
	content: "/";
}
.breadcrumb a{
	color: #006ec6;
}

.meta span{
	display: inline-block;
	margin-right: 30px;
	color: #666;
}
.article-header h1{
	text-align: center;
	padding:20px;
}
.article-header a{
	color: #008000;
}
.article-header a:hover{
	color: #FF0000;
	text-decoration: underline;
}
.article h2{
    padding: 20px 0 10px 0;
    font-size: 1.7em;
    border-top: 1px solid #eee;
    color: #444;
}
.article h3{
    padding: 20px 0 10px 0;
    font-weight: 600;
    font-size: 1.3em;
    border-top: 1px solid #eee;
    color: #444;
}
.article p{
	line-height: 2em;
	margin-bottom: 10px;
    overflow: hidden; /* 防止文章图片溢出容器 */
	width:100%;
}
.marker{background-color: #FFFF00;line-height: 2em;margin-bottom: 10px;overflow: hidden;width: 100%;padding: 3px;}
.article a{color: #008000;}
.article a:hover{color: #FF0000;text-decoration: underline;}
.article .table {text-align: center;border-collapse: collapse;width: 100%;}
.article .table {padding: 0.5rem;margin: 10px 0;}
.article .table .ts {text-align: center !important;}
.article .table td, .tutorial-content .table th:not(thead th) {border: 1px solid #eeeeee;text-align: left;padding: 8px;}
.article .table th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    background-color:  #e3f3cf;
    color: 100: #f4f4f4;
    font-weight: 600;
}
.article ul:not(.table-of-content ul) li, .article ol:not(.table-of-content ol) li {
    text-align: justify;
    position: relative;
	list-style-position: inside;
    line-height: 1.5rem;
    /* padding-left: 2rem;
	margin-bottom: 5px; */
    padding: 0.5rem 0 0 2rem;
}
.article ul:not(.table-of-content ul) li::before, .article ol:not(.table-of-content ol) li::before {
    content: '';
    background-color: var(--clr-text);
    min-width: 0.55rem;
    height: 0.55rem;
    display: inline-block;
    border-radius: 100vmax;
    position: absolute;
    left: 0;
    top: 0.5rem;
    transform: translateY(0);
}
.article ul li{
	line-height: 1.6em;
}
.article ul{
	padding-bottom: 10px;
}
.article-list li{
	line-height:1.8em;
}
.article-list a{
	color: #660000;
	text-decoration: underline;
}
.article-list a:hover{
	color: #FF0000;
}
.course-index a{
	color: #006ec6;
}
.layui-table caption{
	text-align: left;
	line-height: 2.2em;
}



@media (max-width: 760px) {/*手机端*/
	.a-top, .footer-content p{display: none;}
	.site-content {width: 100%;display: inline-block;vertical-align: top;padding: 10px;	}
	.layui-main {width: 100%;margin: 0 auto;}
	.footer-content {padding: 0px;}
	
	.article p img{
		max-width: 100%; /* 图片最大宽度不超过父容器的100% */
		height: auto; /* 高度自动，保持图片比例 */
	}
	
	/*教程菜单显示*/
	.site-left{display: none;}
	.menu_icon {display: block;position: absolute;right: 0;top: 5px;}
	.site-left.responsive {position: relative;}
	.site-left.responsive .menu_icon {position: absolute;}
}


