@charset "UTF-8";
.scholars .scholars-bg .scholars-search .search-content {
  position: relative;
  width: max-content;
  margin: 0 auto;
}

.scholars .scholars-bg .scholars-search .search-content select {
  width: 233px;
  height: 87px;
  background-color: #697183;
  border-radius: 10px 0px 0px 10px;
  border: 1px solid #9BA2B2;
  text-align: center;
  font-family: Hiragino Sans GB;
  font-weight: normal;
  font-size: 20px;
  color: #FFFFFF;
  border-right: none;
}

.scholars .scholars-bg .scholars-search .search-content input {
  width: 948px;
  height: 87px;
  background: transparent;
  border-radius: 0px 10px 10px 0px;
  border: 1px solid #9BA2B2;
  border-left: none;
  font-family: Hiragino Sans GB;
  font-weight: normal;
  font-size: 20px;
  color: #697183;
}

.scholars .scholars-bg .scholars-search .search-content .pos {
  width: 29px;
  height: 29px;
  background: url("/static/images/new_scholar/search.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: 35px;
  right: 35px;
}

.scholars .scholars-bg .scholars-human {
  margin-top: 80px;
}

.scholars .scholars-bg .scholars-human .human-content {
  flex-wrap: wrap;
}

.scholars .scholars-bg .scholars-human .human-content .human-item {
  display: flex;
  width: 569px;
  height: 258px;
  background: #FFFFFF;
  box-shadow: 3px 4px 6px 1px rgba(51, 77, 119, 0.09);
  margin-right: 60px;
  margin-bottom: 60px;
}

.scholars .scholars-bg .scholars-human .human-content .human-item .item-left {
  position: relative;
}

.scholars .scholars-bg .scholars-human .human-content .human-item .item-left .man-bg {
  width: 180px;
  height: 233px;
  background-color: #FFFFFF;
  border-radius: 0px 60px 0px 0px;
  border: 2px solid #4F6282;
  margin-top: -29px;
  background: url("/static/images/new_scholar/default_avatar1.png") no-repeat;
  background-size: cover;
}

.scholars .scholars-bg .scholars-human .human-content .human-item .item-left .pos-jieshao {
  width: 224px;
  height: 98px;
  position: absolute;
  background: url("/static/images/new_scholar/jieshao-bg.png") no-repeat;
  background-size: cover;
  bottom: 0;
  left: -6px;
  padding-top: 23px;
  padding-left: 15px;
}

.scholars .scholars-bg .scholars-human .human-content .human-item .item-left .pos-jieshao p:first-child {
  font-family: Hiragino Sans GB;
  font-weight: normal;
  font-size: 18px;
  color: #FFFFFF;
  margin-bottom: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  white-space: nowrap;
}

.scholars .scholars-bg .scholars-human .human-content .human-item .item-left .pos-jieshao p:last-child {
  font-family: Hiragino Sans GB;
  font-weight: normal;
  font-size: 16px;
  color: #FFFFFF;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  white-space: nowrap;
}

.scholars .scholars-bg .scholars-human .human-content .human-item .item-right {
  margin-left: 25px;
  padding-top: 20px;
}

.scholars .scholars-bg .scholars-human .human-content .human-item .item-right ul {
  padding-left: 0px;
}

.scholars .scholars-bg .scholars-human .human-content .human-item .item-right ul li {
  display: flex;
  align-items: baseline;
}

.scholars .scholars-bg .scholars-human .human-content .human-item .item-right ul li div {
  width: 11px;
  height: 11px;
  background: #9BA2B2;
  border-radius: 50%;
  margin-right: 9px;
}

.scholars .scholars-bg .scholars-human .human-content .human-item .item-right ul li p {
  font-family: Hiragino Sans GB;
  font-weight: normal;
  font-size: 16px;
  color: #1B1B1B;
  line-height: 25px;
  max-width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* 2行 */
  -webkit-box-orient: vertical;
}

.scholars .scholars-bg .scholars-human .human-content .human-item .item-right .introduce-content {
  padding-left: 20px;
  font-family: Hiragino Sans GB;
  font-weight: normal;
  font-size: 15px;
  color: #888888;
  line-height: 25px;
  width: 320px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* 2行 */
  -webkit-box-orient: vertical;
}

.scholars .scholars-bg .scholars-human .human-content .human-item:nth-child(2n) {
  margin-right: 0;
}

.scholars .scholars-bg .scholars-human .human-content .human-item:last-child, .scholars .scholars-bg .scholars-human .human-content .human-item:nth-last-child(2) {
  margin-bottom: 0;
}
