.dtnewsContent .--author,
.dtdeviseContent .--author {
  margin-top: 32px;
  margin-bottom: 0;
}

.dtnewsContent .--author + .backshare,
.dtdeviseContent .--author + .backshare {
  margin-top: 24px;
}

.dtnewsContent .--author .--authorInner,
.dtdeviseContent .--author .--authorInner {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 20px;
  min-height: 88px;
  background: #fff;
  border-radius: 8px;
  text-decoration: none;
  color: inherit;
  box-sizing: border-box;
}

.dtnewsContent .--author .--avatar,
.dtdeviseContent .--author .--avatar {
  flex-shrink: 0;
  width: 72px;
  height: 72px;
  border-radius: 8px;
  overflow: hidden;
  background: #f0f0f0;
}

.dtnewsContent .--author .--avatar img,
.dtdeviseContent .--author .--avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.dtnewsContent .--author .--info,
.dtdeviseContent .--author .--info {
  flex: 1;
  min-width: 0;
  padding-right: 8px;
}

.dtnewsContent .--author .--authorName,
.dtdeviseContent .--author .--authorName {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  color: #2b2727;
}

.dtnewsContent .--author .--des,
.dtdeviseContent .--author .--des {
  margin-top: 4px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.45;
  color: #8a8a8a;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.dtnewsContent .--author .--icon,
.dtdeviseContent .--author .--icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  margin-left: auto;
}

.dtnewsContent .--author .--icon img,
.dtdeviseContent .--author .--icon img {
  display: block;
  width: 48px;
  height: auto;
  max-height: 43px;
  border: 0;
}

@media (max-width: 1023px) {
  .dtnewsContent .--author .--authorInner,
.dtdeviseContent .--author .--authorInner {
    padding: 14px 16px;
    gap: 12px;
  }

  .dtnewsContent .--author .--avatar,
.dtdeviseContent .--author .--avatar {
    width: 64px;
    height: 64px;
  }

  .dtnewsContent .--author .--icon,
.dtdeviseContent .--author .--icon {
    width: 40px;
  }

  .dtnewsContent .--author .--icon img,
.dtdeviseContent .--author .--icon img {
    width: 40px;
  }
}
