.author-information .card-content {
  padding: 12px 0;
}
.author-information .top {
  padding-top: 4px;
  padding-bottom: 24px;
  position: relative;
  display: flex;
  cursor: pointer;
}
.author-information .top:hover .info .name {
  color: #1259F0;
}
.author-information .top .author {
  width: 68px;
  height: 68px;
  background: #EDEEF2;
  font-size: 0;
  border-radius: 50%;
  padding: 4px;
  margin-right: 16px;
}
.author-information .top .author-header {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.author-information .top .info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.author-information .top .info .name {
  line-height: 21px;
  font-size: 16px;
  font-weight: bold;
  color: #15213A;
  margin-bottom: 8px;
}
.author-information .top .info .count {
  line-height: 16px;
  font-size: 12px;
  color: #777E8E;
}
.author-information .divider-title {
  font-size: 0;
  text-align: center;
  margin-bottom: 12px;
  position: relative;
}
.author-information .divider-title::before,
.author-information .divider-title::after {
  content: '';
  width: 83px;
  border-top: 1px solid;
  border-image: linear-gradient(90deg, rgba(237, 238, 242, 0), #edeef2) 1 1;
  position: absolute;
  top: 9px;
  left: 0;
}
.author-information .divider-title::after {
  left: auto;
  right: 0;
  transform: rotate(180deg);
}
.author-information .divider-title .box-left {
  width: 6px;
  height: 14px;
  position: absolute;
  top: 2px;
  left: 91px;
}
.author-information .divider-title .box-left::before,
.author-information .divider-title .box-left::after {
  content: '';
  width: 2px;
  height: 6px;
  background: #CACCD9;
  position: absolute;
  top: 4px;
  left: 0;
}
.author-information .divider-title .box-left::after {
  height: 14px;
  top: 0;
  left: auto;
  right: -2px;
}
.author-information .divider-title .box-right {
  width: 6px;
  height: 14px;
  position: absolute;
  top: 2px;
  right: 91px;
}
.author-information .divider-title .box-right::before,
.author-information .divider-title .box-right::after {
  content: '';
  width: 2px;
  height: 14px;
  background: #CACCD9;
  position: absolute;
  top: 0;
  left: -2px;
}
.author-information .divider-title .box-right::after {
  height: 6px;
  top: 4px;
  left: auto;
  right: 0;
}
.author-information .divider-title .divider-title-name {
  display: inline-block;
  line-height: 18px;
  font-size: 14px;
  font-weight: bold;
  color: #39435A;
}
.author-information .list .item {
  line-height: 18px;
  font-size: 14px;
  color: #39435A;
  padding: 12px 0 12px 14px;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}
.author-information .list .item:hover {
  color: #1259F0;
}
.author-information .list .item::before {
  content: '';
  width: 6px;
  height: 6px;
  background: #D2D5E3;
  line-height: 18px;
  font-size: 10px;
  font-weight: bold;
  color: #777E8E;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  top: 19px;
  left: 0;
}
