@charset "UTF-8";

/**!
 * [创建工作动态]
 * date:2023-08-11
 * author: [zhoujie];
 */
.network-indicators .item {
  width: calc((100% - 32px) / 3);
}

.network-indicators .item:nth-child(3n) {
  margin-right: 0;
}

.network-indicators .item:hover .icon {
  background: url("../images/icon-trend-active.png") center no-repeat;
}

.network-indicators .icon {
  background: url("../images/icon-trend.png") center no-repeat;
}

.unit-link .item {
  width: calc((100% - 48px) / 4);
}

.unit-link .item:nth-child(4n) {
  margin-right: 0;
}

.unit-link .item:hover .icon {
  background: url("../images/icon-link-active.png") center no-repeat;
}

.unit-link .icon {
  background: url("../images/icon-link.png") center no-repeat;
}

.work-dynamics .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: 64px;
  padding: 0 12px;
  border-bottom: 1px dashed #edd6d3;
  color: #333;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

.work-dynamics .item:hover .name {
  font-weight: bold;
  color: #d71622;
}

.work-dynamics .icon {
  width: 22px;
  height: 100%;
  margin-right: 12px;
  background: url("../images/icon-paper.png") center no-repeat;
}

.work-dynamics .name {
  width: calc(100% - 34px - 117px);
  padding-right: 100px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.work-dynamics .date {
  width: 117px;
  color: #999;
  text-align: right;
}

/* 适老化 20241128 */
.oldModel .work-dynamics .item {
  line-height: 1.5;
}

.oldModel .work-dynamics .name {
  padding-right: 50px;
}

.oldModel .work-dynamics .date {
  width: 175px;
}

.oldModel {}

.oldModel {}

.oldModel {}

.oldModel {}

.oldModel {}

.oldModel {}