.expert-detail .header {
  padding-top: 50px;
  padding-bottom: 50px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1); }
  .expert-detail .header .description {
    font-size: 15px;
    line-height: 1.8;
    color: #a1a1a1;
    text-align: justify; }
  .expert-detail .header .person-img {
    border: 4px solid var(--color-1);
    border-radius: 50%;
    padding: 0.35rem; }
  .expert-detail .header .occ-des {
    font-weight: 700;
    color: #aeaeae;
    font-size: 20px;
    line-height: 1.7; }
  .expert-detail .header .social-person {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--color-1);
    display: flex;
    justify-content: center;
    align-items: center; }
    .expert-detail .header .social-person img {
      filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(307deg) brightness(105%) contrast(105%); }

.expert-detail .body .article-person .type {
  position: absolute;
  left: 15px;
  bottom: 15px;
  background: #fff;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 5px; }

.expert-detail .body .article-person .title {
  color: #333;
  line-height: 1.6; }

.expert-detail .body .article-person .des {
  font-size: 12px;
  line-height: 1.7;
  color: #8d8d8d;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical; }
