.home-index .page-header {
  margin-left: 0px;
  margin-right: 0px;
  background-color: #ffffff;
}
.home-index .page-header .header-content {
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 120px;
}
.home-index .page-header .header-content .ant-breadcrumb {
  line-height: 2.5;
}
.home-index .page-header .header-content .ant-breadcrumb-title {
  display: block;
  height: 20px;
  margin-top: 15px;
  margin-left: 35px;
}
.home-index .page-header .header-content .left-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  float: left;
}
.home-index .page-header .header-content .left-content .user-info {
  margin-left: 12px;
  line-height: 33px;
}
.home-index .page-header .header-content .left-content .user-info .title {
  font-size: 20px;
}
.home-index .page-header .header-content .right-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: right;
}
.home-index .page-header .header-content .right-content .content-item {
  padding: 0 32px;
  position: relative;
}
.home-index .page-header .header-content .right-content .content-item .item-text {
  font-size: 30px;
}
.home-index .page-header .header-content .right-content .content-item .item-text .small {
  font-size: 20px;
}
.home-index .page-header .header-content .right-content .content-item:after {
  background-color: #e8e8e8;
  position: absolute;
  top: 8px;
  right: 0;
  width: 1px;
  height: 40px;
  content: "";
}
.home-index .page-header .header-content .right-content .content-item:last-child:after {
  width: 0;
}
.home-index .page-wrapper {
  margin: 12px;
  margin-left: 0px;
  margin-right: 0px;
}
.home-index .page-wrapper .project-list .card-title {
  font-size: 0;
}
.home-index .page-wrapper .project-list .card-title a {
  color: rgba(0, 0, 0, 0.85);
  margin-left: 12px;
  line-height: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
}
.home-index .page-wrapper .project-list .card-title a:hover {
  color: #FA541C;
}
.home-index .page-wrapper .project-list .card-description {
  color: rgba(0, 0, 0, 0.45);
  height: 44px;
  line-height: 22px;
  overflow: hidden;
}
.home-index .page-wrapper .project-list .card-description .description-text {
  height: 22px;
}
.home-index .page-wrapper .project-list .project-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
  overflow: hidden;
  font-size: 12px;
  height: 20px;
  line-height: 20px;
}
.home-index .page-wrapper .project-list .project-item a {
  color: rgba(0, 0, 0, 0.45);
  display: inline-block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}
.home-index .page-wrapper .project-list .project-item a:hover {
  color: #FA541C;
}
.home-index .page-wrapper .project-list .project-item .datetime {
  color: rgba(0, 0, 0, 0.25);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  float: right;
}
.home-index .page-wrapper .project-list .ant-card-meta-description {
  color: rgba(0, 0, 0, 0.45);
  height: 44px;
  line-height: 22px;
  overflow: hidden;
}
.home-index .page-wrapper .activities-list .ant-list-item-meta-title {
  position: relative;
}
.home-index .page-wrapper .activities-list .comment-text {
  margin-bottom: 0;
}
.home-index .page-wrapper .activities-list .right-item {
  float: right;
  position: absolute;
  right: 0;
  top: 0;
}
.home-index .page-wrapper .tasks-list .ant-card-body {
  padding: 6px 24px;
}
.home-index .page-wrapper .item-group {
  padding: 20px 0 8px 24px;
  font-size: 0;
}
.home-index .page-wrapper .item-group a {
  color: rgba(0, 0, 0, 0.65);
  display: inline-block;
  font-size: 14px;
  margin-bottom: 13px;
  width: 25%;
}
.home-index .page-wrapper .members a {
  display: block;
  margin: 12px 0;
  line-height: 24px;
  height: 24px;
}
.home-index .page-wrapper .members a .member {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 24px;
  max-width: 100px;
  vertical-align: top;
  margin-left: 6px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
}
.home-index .page-wrapper .members a:hover span {
  color: #FA541C;
}

