/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.project-recycle-index .project-list .ant-list-item-meta-avatar .ant-avatar {
  width: 50px;
  height: 50px;
  border-radius: 3px;
}
.project-recycle-index .project-list .ant-list-item-content .other-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.project-recycle-index .project-list .ant-list-item-content .other-info .info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 48px;
}
.project-recycle-index .project-list .ant-list-item-action .anticon:hover svg {
  color: #fa541c;
}


.simple .layout-content{
    height:auto
}

