.author-detail {
  background-color: #f2f2f2;
  padding: 0;
}

@media (max-width: 1024px) {
  .author-detail {
    padding: 32px 0 0;
  }
}

.author-body {
  background-color: #fff;
  padding: 0 0 40px;
}

@media (max-width: 1024px) {
  .author-body {
    padding: 0;
  }
}

.author-body-content {
  max-width: 780px;
  margin: auto;
  padding-top: 36px;
  line-height: 24px;
  font-size: 14px;
}

.author-body-content a:hover {
  text-decoration: none;
  opacity: 0.5;
  color: #000;
}

.author-body-h2 {
  margin-top: 36px;
  margin-bottom: 8px;
}

.author-body-content a {
  color: #2C59CC;
  text-decoration: underline;
}

.author-body-content>a {
  text-decoration: none;
}

.author-body-title {
  font-size: 28px;
  font-weight: bold;
  text-align: left;
  color: #333;
  margin-bottom: 1pc;
  line-height: 1.57;
  letter-spacing: 0.8px;
}

@media (max-width: 1024px) {
  .author-body-content {
    max-width: 100%;
    width: 100%;
    padding: 24px 16px 0;
  }
}

.author-item-expert {
  width: 100%;
  margin: 32px 0 0;
  padding: 24px;
  border-radius: 8px;
  border: 2px solid #f2f2f2;
}

@media (max-width: 1024px) {
  .author-item-expert {
    width: 100%;
  }
}

.author-item-expert-head {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.author-item-expert-img {
  width: 80px;
  height: 80px;
  margin: 0 16px 0 0;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.author-item-expert-name {
  width: calc(100% - 96px);
  font-family: inherit;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0;
  color: #183028;
}

.author-item-expert-cap {
  display: block;
  margin: 0 0 8px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0;
  color: #183028;
}

.author-item-expert-desc {
  margin: 16px 0 0;
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0;
  color: #183028;
}

.author-articles {
  width: 100%;
  padding: 32px 0 0 0;
}

@media (max-width: 1024px) {
  .author-articles {
    padding: 0px;
  }
}

.author-articles-list {
  width: calc((100% - 32px) / 2);
  width: 100%;
  margin: 24px 0;
}

@media (max-width: 1024px) {
  .author-articles-list {
    width: 100%;
  }
}

.author-articles-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 16px;
  background-color: #fff;
  padding: 16px 24px 16px 24px;
  border: 1px solid rgba(24, 48, 40, 0.1);
  border-radius: 8px;
}

.author-articles-item:last-child {
  margin: 0;
}

@media (max-width: 1024px) {
  .author-articles-item {
    padding: 32px 16px;
    margin: 0;
  }

  .author-articles-item:last-child {
    margin-bottom: 16px;
  }
}

.author-articles-item_img {
  width: 150px;
  height: 100px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 8px;
}

@media (max-width: 1024px) {
  .author-articles-item_img {
    width: 87px;
    height: 58px;
  }
}

.author-articles-item_info {
  width: calc(100% - 68px);
  padding-left: 16px;
  position: relative;
}

.author-articles-item_title {
  font-family: inherit;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0;
  color: #183028;
}

@media (max-width: 1024px) {
  .author-articles-item_title {
    font-size: 14px;
    line-height: 24px;
  }
}

.author-articles-item_date {
  float: right;
  position: absolute;
  right: 32px;
  top: 90%;
  font-family: inherit;
  font-size: 12px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0;
  color: #c4c4c4;
}

@media (max-width: 1024px) {
  .author-articles-item_date {
    right: 12px;
    top: 100%;
  }
}

@media (max-width: 1024px) {
  .author-articles-pagination {
    margin: auto;
    width: calc(100% - 16px);
    padding-bottom: 32px;
  }
}