@charset "utf-8";

.ul.menu {
  padding: 0;
  list-style: none;
  width: 240px;
 
  font-family:"微软雅黑";
  /*box-shadow: 0px 0px 25px #00000070;*/
  clear: both;
  display: table;
}
.ul.menu .list {
  font-size: 14px;
  border-bottom: 1px solid #dddddd;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  height: 63px;
  vertical-align: sub;
  background: #fff;
  clear: both;
}
.ul.menu .list a {
  text-decoration: none;
  color: #797979;
  padding: 17px 0px 17px 45px;
  display: block;
  height: 100%;
  box-sizing: border-box;
  font-size:15px;
}
.ul.menu .list  .items a{ color:#666}

.ul.menu .list .items {
  height: 0px;
  overflow: hidden;
 
}
.ul.menu .list .items a {
  padding: 17px 0 17px 72px;
  font-size:14px;
}
.ul.menu .list .items a:hover {
  background-color: #fff;
  color: #666666;
  transition: 300ms all;
}
.ul.menu .list:last-child {
  border-bottom: none;
}


.ul.menu .active > .items {
  display: block;
  background: #fff;
  padding: 0px;
  height: auto;
  color: #fff;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 200ms;
  clear: both;
  float: left;
  width: 100%;
  margin-left:0px;
}
.ul.menu .active > .items li {
  padding: 0px;
  border-bottom: 1px solid #ebebeb;
  list-style: none;
}
.ul.menu .active > .items li:last-child {
  border-color: transparent;
  padding-bottom: 0px;
}
.ul.menu .active > .items .active > .items {
  background-color: #2f4b67;
}
.ul.menu .active > a {
  color: #fff;
  text-transform: uppercase;
  font-weight:normal;
  background:#797979
}
.ul.menu .active .list {
  background: #697d92;
}
.ul.menu .active .list a {
  padding: 17px 0px 17px 45px;
}
.list img{padding-top:2px; float:left; margin-right:10px;}
.list a{ font-size:16px;}
 