/* 专栏,专家列表页
============================================================================ */

.bottom20 {
  margin-bottom: 20px;
}

.expert-box {}

.expert-box>h3 {
  font-size: 24px;
  color: rgba(17, 53, 80, 1);
  margin: 40px 0 20px 0;
}

.expert-box ul {
  display: block;
}

.expert-box ul li {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  margin-right: 30px;
}

.expert-box ul li img {
  width: 120px;
  height: auto;
  border-radius: 6px;
}

.expert-box ul li h4 {
  color: rgba(102, 102, 102, 1);
}