/*右边*/
.pensonal-wapper {
  background: #fafafa;
  width: 100%;
  min-width: 1200px;
  padding: 50px 0;
  border-bottom: 1px solid #eee;
}
.pesonal-menu {
  background: #fff;
  min-height: 989px;
}
.pesonal-wapper-left {
  float: left;
  width: 246px;
  height: auto;
  background: #eef3f7;
  min-height: 989px;
}
.pesonal-wapper-right {
  float: right;
  width: 930px;
  height: auto;
  padding: 10px;
  background-color: white;
}
.pesonal-wapper-middle {
  clear: both;
}
