.hide { display: none; }
.accordion { display: flex;  padding: 30px;}
.accordion .accordionContent { display: block; border:1px #F6D4A3 solid;  width:300px;margin-right:30px;    background: #FFF7E7;min-height:370px;}
.accordion .accordionContent .tree div { display: block; overflow: hidden; height: 22px; line-height: 22px; white-space: nowrap; }
.accordion .accordionContent .tree li { clear: both; display: block; line-height: 22px; cursor: pointer; }
.accordion .accordionContent .tree div div { float: left; display: block; overflow: hidden; width: 22px; height: 22px; border: none; white-space: nowrap; }
.accordion .accordionContent .tree .end_expandable { background: url(/static/home/images/jia.png) center center no-repeat; width: 22px; height: 22px; }
.accordion .accordionContent .tree .expandable { background: url(../images/sprite.png) center center no-repeat; width: 22px; height: 22px; }
.accordion .accordionContent .tree .end_collapsable { background: url(../images/jian.png) center center no-repeat;  width: 22px; height: 22px; }
.accordion .accordionContent .tree .collapsable { background-image: url(../images/sprite.png); background-position: -195px -157px; width: 22px; height: 22px; }
.accordion .accordionContent .tree .folder_expandable { background-image: url(../images/smiley_evil.png); width: 16px; height: 16px; margin-top: 3px; margin-right: 3px; }
.accordion .accordionContent .tree .folder_collapsable { background-image: url(../images/smiley_evil.png); width: 16px; height: 16px; margin-top: 3px; margin-right: 3px; }
.accordion .accordionContent .tree .file { background: url(../images/smiley_sleep.png) center center no-repeat; width: 22px; height: 18px; }
/*右侧*/
.accordionContent-right{
 flex: 1;
 padding: 20px;
}
.accordionContent-right .accordionContent-bg{
 background: url(./flag.png) left center no-repeat ;
 font-weight:bold;
}
.accordionContent-title{
 display:flex;
}
.accordionContent-title>p{
 flex:1;
 font-size:14px;
 color:#f60;
}
table{
 border-collapse: collapse;
 width:100%;
 text-align: center;
 margin-top: 20px;
}
table tr{
 line-height:40px;
}
table td, table th{
 border: 1px solid #c5c5c5;

}

table thead th {
 background-color: #f4615c;
}
