﻿.lxmd {
	width: 100%;
	margin-bottom: 40px;
}
.lxmd h5 {
	display: block;
	text-align: center;
	font-size: 1.5em;
	color: #555;
	margin-bottom: 0px;
}
.tree {
	position: relative;
    max-width: 80%;
    margin: 0 auto;
    padding: 0 0 20px;
    background-color:#F9F9F9;
    overflow: hidden;
	box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.5);
    -webkit-box-shadow:#ccc 5px 5px 10px;
    -moz-box-shadow: #ccc 5px 5px 10px;
	border-radius: 15px;
}
@media (max-width:767px) {
.tree {
	position: relative;
    max-width: 95%;
    margin: 0 auto;
    padding: 0 0 20px;
    background-color:#F9F9F9;
    overflow: hidden;
	box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.5);
    -webkit-box-shadow:#ccc 3px 3px 6px;
    -moz-box-shadow: #ccc 3px 3px 6px;
	border-radius: 15px;
}

}
@media (max-width:991px) {
.tree {
	position: relative;
    max-width: 95%;
    margin: 0 auto;
    padding: 0 0 20px;
    background-color:#f9f9f9;
    overflow: hidden;
	box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.5);
    -webkit-box-shadow:#ccc 3px 3px 6px;
    -moz-box-shadow: #ccc 3px 3px 6px;
	border-radius: 15px;
}

}

	

.tree li input {
    position: absolute;
    left: 0;
    opacity: 0;
    z-index: 2;
    cursor: pointer;
    height: 1em;
    width: 1em;
    top: 0;
}

.tree li {
    position: relative;
    list-style: none;
	margin: 0 auto;
}

.tree>li {
    border-bottom: 1px solid #FFFFFF;
	width: 96%;
}

.tree li label {
    max-width: 100%;
    cursor: pointer;
    display: block;
    margin: 0 0 0 0px;
	    padding: 10px 10px 10px 0;

    background: url( 404.png) no-repeat right center;
    background-position: 95% 50%;
    white-space: nowrap;
    overflow:auto;
    text-overflow: ellipsis;
}
.tree li label:hover, li label:focus {
    background-color: #A40000;
    color: #FFFFFF;
}
.tree li label:visited {
    background-color: #A40000;
}

.tree li input + ol {
    display: none;
}

.tree input:checked + ol {
    padding: 0px;
    height: auto;
    display: block;
}
.tree input:checked + ol > li {
    height: auto;
}

.tree li.file a {
    margin: 0 -10px 0 -50px;
    padding: 15px 20px 15px 70px;
    text-decoration: none;
    display: block;
    color: #a40000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.tree li.file a:hover, li.file a:focus {
    background-color: #a40000;
    color: #FFFFFF;
}

.tree .folderOne {
    font-size: 1.1em;
    font-weight: 540;
	padding-left: 5%;
	color: #777;
}
.tree .folderTwo {
    font-size: 1.2em;
}
.tree .folderThree {
    font-size: 1.1em;
}
.tree li .lx {
    padding: 15px 15%;
    background: #fff;
    line-height: 160%;
    width: 100%;
}

.tree li .lx .border-bottom:after {
        content: '';
        position: absolute;
        top: auto;
        bottom: 0;
	left: 15%;
        line-height: 1px;
		border-bottom: 1px dashed #ccc;
		padding: 0px 37%;


    }

.tree li .lx table {
    font-size: 15px;
    width: 100%;
    border:0;
	color: #777;
			padding: 0px 37%;

}
@media (max-width:991px) {
	.tree li .lx {
    padding: 15px 10%;
    background: #fff;
    line-height: 160%;
    width: 100%;
}
.tree li .lx .border-bottom:after {
        content: '';
        position: absolute;
        top: auto;
        bottom: 0;
	left: 10%;
        line-height: 1px;
		border-bottom: 1px dashed #ccc;
		padding: 0px 40%;


    }

	.tree li .lx table {
    font-size: 15px;
    margin-right: 10%;
    width: 100%;
    border: 0;
	color: #777;
}

}



.bg{
		width: 60%;
		background-color: #fff;
		box-shadow: 3px 3px 5px 3px #f2f2f2;
		border-radius: 5px;
		margin: 10px auto 80px;
		padding: 20px 0;
    -webkit-box-shadow:#ccc 3px 3px 6px;
    -moz-box-shadow: #ccc 3px 3px 6px;
	}
@media (max-width:767px){
.bg{
		width: 98%;
		background-color: #fff;
		box-shadow: 1px 1px 3px 3px #f2f2f2;
		border-radius: 5px;
		margin: 10px auto 40px;
		padding: 20px 0;
    -webkit-box-shadow:#ccc 3px 3px 6px;
    -moz-box-shadow: #ccc 3px 3px 6px;
	}
}
.bg .list {
	width:90%;
	color: #555555;
	margin: 1px auto;
}
.bg .list ul {
	list-style:none;
}
.bg .list>ul>li {
	width:100%;
	border-bottom:1px solid #ccc;
	-webkit-transition:.3s ease;
	-moz-transition:.3s ease;
	-o-transition:.3s ease;
	transition:.3s ease;
		border-radius: 5px;
	margin-bottom: 3px;
}
.bg .list>ul>li p[class=title] {
	width:100%;
	text-align:left;
	background:#f6f6f6;
	height:50px;
	line-height:50px;
	padding-left:5%;
	border:none;
	position:relative;
	font-size:1em;
	cursor:pointer;
}
.bg .list>ul>li p[class=title]>span {
	position:absolute;
	right:5%;
}
.bg .list>ul>li p:hover[class=title]{
		background-color: #a40000;
	color: #fff;
	}
.bg .list>ul>li p:hover[class=title]>span {
	color: #ffffff;
}
.bg .list-se {
	overflow:hidden;
	display:none;
}
.bg .list-se>p {
	background:#a40000 !important;
	color:#fff;
}
.bg .list-se>li {
	position:relative;
	right:-100%;
	-webkit-transition:right .5s;
	-moz-transition:right .5s;
	-o-transition:right .5s;
	transition:right .5s;
}
.bg .list-se>li>p {
	background:#fff;
	color:#555;
	height:auto;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding-left:15%;
	padding-right: 5%;
	line-height:auto;
	-webkit-transition:border .5s;
	transition:border .5s;
	-webkit-transition:background .3s;
	transition:background .3s;
}
	h5{
		font-size: 1.2em;
		color: #A40000;
		padding-left: 15%;
	}
@media (max-width:767px){
.bg .list-se>li>p {
	background:#fff;
	color:#555;
	height:auto;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding-left:10%;
	padding-right: 5%;
	line-height:auto;
	-webkit-transition:border .5s;
	transition:border .5s;
	-webkit-transition:background .3s;
	transition:background .3s;
}
	h5{
		font-size: 1.2em;
		color: #A40000;
		padding-left: 10%;
	}
}
.bg .list hr{
	border-top: 0px;
}
.bg .list hr:after {
        content: '';
        position: absolute;
        top: auto;
    	left: 15%;
        line-height: 1px;
		border-bottom: 1px dashed #ccc;
		padding: 0px 37%;
    }
@media(max-width:767px){
	.bg .list hr{
	border-top: 0px;
}
.bg .list hr:after {
        content: '';
        position: absolute;
        top: auto;
    	left: 10%;
        line-height: 1px;
		border-bottom: 1px dashed #ccc;
		padding: 0px 41%;
    }

}