.person_homeView {
  height: 100%;
}
.person_homeView .el-header {
  color: #333;
}
.person_homeView .el-aside {
  background-color: transparent;
  text-align: center;
}
.person_homeView .el-aside .el-menu {
  border: none;
}
.person_homeView .el-main {
  background-color: #f8f8f8;
  text-align: left;
  padding: 10px !important;
}
.person_homeView .el-container {
  height: 100%;
}
.person_homeView .nav_back {
  margin-top: 15px;
  padding-left: 5px;
}
.person_homeView .nav_back .title {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #4884e5;
}
.el-menu-item.is-active {
  background-color: #e6ecf0 !important;
}
.el-dropdown-link {
  cursor: pointer;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  color: #003e67;
}
.partner_inner {
  margin-top: 20px;
}
.dissolution_box p {
  line-height: 30px;
}
.showDetail {
  height: 300px;
}
.showDetail .el-table__body-wrapper {
  height: calc(100% - 36px);
  overflow: scroll;
}
