/* ===== retrie分类下来 ===== */
.retrie {
  position: relative;
  z-index: 102;
  height: 50px;
  background-color: #fff;
  border-bottom: 1px solid #e8e8e8;
}
.retrie dt { overflow: hidden }
.retrie dt a {
  position: relative;
  float: left;
  width: 25%;
  height: 49px;
  line-height: 50px;
  color: #333;
  font-size: 14px;
  text-align: center;
}
.retrie dt a:first-child:after {
  right: 8%;
}
.retrie dt a:after {
  position: absolute;
  top: 48%;
  right: 20%;
  margin-top: -4px;
  margin-left: 30px;
  width: 8px;
  height: 8px;
  border: #666 solid;
  border-width: 1px 1px 0 0;
  content: ' ';
  -webkit-transform: rotate(135deg);
}
.retrie dt .up {
  color: #f9a543;
/*   border-bottom: 2px solid #f9a543; */
}
.retrie dt .up:after {
  margin-top: 0;
  border: #f9a543 solid;
  border-width: 1px 1px 0 0;
  -webkit-transform: rotate(-45deg);
}
.retrie dt a:last-child:before {
  position: absolute;
  top: 10px;
  left: 0;
  display: block;
  width: 1px;
  height: 30px;
/*   background-color: #ebebeb; */
  content: ' ';
}
.retrie dd { position: relative;}
/* ===== slide-area ===== */
.slide1{
  min-height: 300px;
    overflow-y: scroll;
}
.slide {
  
  position: absolute;
  top: 2px;
  left: 0;
  z-index: 104;
  display: none; 
  width: 100%;

  background-color: #fff;
}
.slide li {
  display: block;
  height: 50px;
  /*border-bottom: 1px solid #eee;*/
}
.slide li a {
  display: block;
  padding: 0 30px;
  height: 50px;
  background-color: transparent;
  line-height: 50px;
}
.slide .Area li a:hover,
.slide .Area li a.selected { background-color: #f6f6f6; }

.slide li a.select { background-color: #fff; }

.footer2{position: absolute;left: 0px;bottom: 0px;width: 100%;}


.active{ color: #f9a543;background:#fff;}
.Area{ width: 100%; overflow:hidden; background: #f8f8f8; height: 340px;}
.Area .block{ height: 100%; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing:border-box; overflow-y: auto;}
.AreaLeft{ width: 30%; float: left;/*  padding-left: 10px;  *//*border-right: 1px solid #ebebeb;*/}
.AreaLeft ul li{ width: 100%; /*border-bottom: 1px solid #ebebeb;*/ padding: 15px 0px 15px 10px; line-height: 200%;}
.AreaCenter{background: #fff;  width: 70%; float: left; padding-left: 10px; /* border-right: 1px solid #e7e7e7; */}
.AreaCenter ul li{ width: 100%; /*border-bottom: 1px solid #e7e7e7; */padding: 15px 0px; line-height: 200%;}
.AreaRight{background: #fff; width: 40%; float: left; padding-left: 10px; display: none;}
.AreaRight ul li{ width: 100%; /*border-bottom: 1px solid #e7e7e7; */padding: 12px 0px; line-height: 200%;}