

.expert {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 1920 / 1613;
  margin: 0 auto;
  padding-top: 3rem;
  box-sizing: border-box;
  background-image: url("/material/images/zhuanjia_bg.jpg");
  background-size: 100% 100%;
}

.expert .title {
  width: 73.9375rem;
  height: 4.25rem;
  display: block;
  margin: 0 auto;
}

.expert .expertList {
    width: 73.9375rem;
    margin: 5.7rem auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.expert .expertList .expertListItem {
    position: relative;
    width: 46%;
    height: 14rem;
    background-color: #0e57a8;
    display: flex;
    margin-bottom: 8rem;
    color: #fff;
    font-size: .75rem;
}
.expert .expertList .expertListItem .detail{
    padding: 1rem 2rem 0 1rem;
}
.expert .expertList .expertListItem .avatar {
    width: 11rem;
    height: 17rem;
    margin: -1.5rem 1rem 0 1.5rem;
}

.expert .expertList .expertListItem .dot {
    position: absolute;
    width: 2rem;
    aspect-ratio: 41 / 33;
    bottom: -2rem;
    right: 0;
}

.expert .expertList .expertListItem a {
  color: #649ddf;
}

.expert .end{
    position: relative;
    z-index: 1;
    background-image: url(/material/images/jieyu_bg.png);
    background-size: 100% 100%;
    width: 81.6875rem;
    height: 11.25rem;
    padding: 2rem 21rem 0rem 2rem;
    text-indent: 2em;
    box-sizing: border-box;
    margin: 0 auto;
    color: #fff;
    line-height: 1.8rem;
    display: flex;
    align-items: center;
    font-size: 1.0625rem;
}
.bottomContent {
 margin-top: 14rem;
 width: 100%;
 display: flex;
 flex-direction: column;
 justify-content: center;
 align-items: center;
 color: #fff;
 font-size: 0.875rem;
}
.bottomContent p {
 margin-bottom: 0.7rem;
}