.base .base-con {
  height: auto;
}
.listBox-container .page-wrapper {
  margin-top: 20px;
}
.portraitList-wrap-update {
  margin-top: 20px;
  height: 608px;
}
.titpcleft .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-right: 20px;
}
.titpcleft .title .text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 6px;
  font-size: 20px;
  color: #333;
}
.portraitList {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.portraitList .portrait {
  width: 170px;
  height: 326px;
  background: url('../../img/npc-member/phtot.png') no-repeat;
  background-size: 100% 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 35px;
  margin-bottom: 20px;
}
.portraitList .portrait:hover {
  background: url('../../img/npc-member/hoverphtot.png');
  background-size: 100% 100%;
}
.portraitList .portrait:hover .name {
  font-weight: bold;
  font-size: 16px;
  color: #333;
}
.portraitList .portrait:nth-child(6n) {
  margin: 0;
}
.portraitList .portrait .phtot {
  width: 114.97px;
  height: 160px;
  margin: 20px 0 13px 0;
}
.portraitList .portrait .name {
  font-weight: 400;
  font-size: 16px;
  color: #333;
}
.portraitList .portrait .split {
  width: 142px;
  height: 2px;
  padding: 0 14px;
  margin: 4px 0 6px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
}
.portraitList .portrait .job {
  height: 38px;
  line-height: 19px;
  font-size: 14px;
  color: #333;
  font-weight: 400;
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.leaveMsg-btn {
  margin: 5px auto 0;
  flex-shrink: 0;
  width: 110px;
  height: 30px;
  background: #228BF5;
  border-radius: 4px;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.leaveMsg-btn img {
  width: 14px;
  height: 14px;
  margin-right: 6px;
}