/****** list-nav start ******/
.list-nav {
  padding: 10px 20px;
  margin-bottom: 15px;
}

.list-nav .nav-item {
  line-height: 50px;
  border-bottom: 1px dashed #dedede;
}

.list-nav .nav-item.last,
.list-nav .nav-item:last-child {
  border-bottom: none;
}

.list-nav .nav-item .label,
.list-nav .nav-item .values {
  float: left;
  width: 708px;

}

.list-nav .nav-item .label {
  text-indent: 20px;
  width: 120px;
  color: #666;
  font-size: 16px;
  font-weight: 400;
}

.list-nav .nav-item .value {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  width: 118px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  float: left;
  text-align: center;
}

.list-nav .nav-item .value:hover {
  color: #2854ad;
}

/****** list-nav end ******/

/****** list-wrap start ******/
.list-wrap {
  overflow: hidden;
}

.list-wrap .list-inner {
  width: 922px;
}

/****** list-wrap end ******/

/****** talent-card start ******/
.talent-card {
  float: left;
  padding: 32px 36px;
  width: 375px;
  margin-right: 12px;
  margin-bottom: 12px;
  overflow: hidden;
}

.talent-card:hover {
  background: #f8f8f8;
}

.talent-card .avatar {
  width: 110px;
  height: 144px;
  float: left;
  margin-right: 35px;
}

.talent-card .info {
  float: left;
}

.talent-card .info .name {
  font-size: 20px;
  color: #2854ad;
  font-weight: 600;
  line-height: 60px;
}

.talent-card .info p {
  font-size: 16px;
  color: #333;
  line-height: 36px;
}

.talent-card .info .label {
  font-weight: 600;
}

/****** talent-card end ******/

/****** org-card start ******/
.org-card {
  padding: 30px;
  display: block;
  margin-bottom: 15px;
}

.org-card:hover {
  background-color: #f8f8f8;
}

.org-card.no-pic .org-info{
  width: 100%;
}

.org-card .org-logo {
  width: 120px;
  height: 120px;
  overflow: hidden;
  float: left;
  margin-right: 35px;
  text-align: center;
}

.org-card .org-logo img {
  max-width: 120px;
  max-height: 120px;
}

.org-card .org-info {
  float: left;
  width: 709px;
}

.org-card .org-name {
  font-size: 20px;
  color: #2854ad;
  font-weight: 600;
  margin-bottom: 5px;
}

.org-card .subtitle {
  height: 45px;
  line-height: 45px;
  margin-bottom: 5px;
}

.org-card .position {
  color: #2854ad;
  font-size: 16px;
  padding-left: 30px;
  display: block;
  float: left;
  background-position: left center;
  background-repeat: no-repeat;
}

.org-card .position.position-no-icon {
  padding-left: 0;
}

.org-card .position.position-jibie {
  background-image: url("../img/icon-jibie.png");
}

.org-card .position.position-xueke {
  background-image: url("../img/icon-xueke.png");
}

.org-card .position.position-zhiwu {
  background-image: url("../img/icon-zhiwu.png");
}

.org-card .time {
  font-size: 16px;
  color: #999;
  float: right;
  padding-left: 30px;
  background: url("../img/icon-time.png") no-repeat left center;
}

.org-card .desc {
  font-size: 16px;
  color: #333;
  line-height: 28px;
  height: 52px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-indent: 32px;
}

/****** org-card end ******/

/****** activity-card start ******/
.activity-card {
  padding: 20px 40px;
  background: #fff url("../img/icon-list-style.png") no-repeat 20px 30px;
}

.activity-card .org-info {
  width: 100%;
}

.activity-card .activity-name {
  font-size: 18px;
  color: #333;
  line-height: 28px;
  margin-bottom: 10px;
}

.activity-card .subtitle {
  line-height: 30px;
  height: 30px;
}

.activity-card .position.position-leixing {
  background-image: url("../img/icon-leixing.png");
}

.activity-card .position.position-danwei {
  background-image: url("../img/icon-danwei.png");
}

.activity-card .desc {
  color: #666;
  font-size: 16px;
  padding: 10px 0;
}

/****** activity-card end ******/

/****** book-card start ******/
.book-card {
}

.book-card .org-name {
  color: #333;
}

.book-card .org-logo {
  width: 95px;
  height: 132px;
  overflow: hidden;
  padding: 3px;
  border: 1px solid #ebebeb;
}

.book-card .org-logo img {
  width: 100%;
  height: 100%;
  max-width: 95px;
  max-height: 132px;
}

.book-card .position {
  padding-left: 0;
}

.book-card .desc {
  text-indent: 0;
}

/****** book-card end ******/

/****** pic-card start ******/
.pic-card {
}

.pic-card .org-info {
  width: 570px;
}

.pic-card .org-logo {
  width: 243px;
  height: 125px;
}

.pic-card .org-logo img {
  width: 100%;
  height: 100%;
  max-width: 243px;
  max-height: 125px;
}

.pic-card .org-name {
  color: #333;
  font-size: 18px;
  margin-bottom: 10px;
}

.pic-card .position {
  padding-left: 0;
}

.pic-card .subtitle {
  height: 30px;
  line-height: 30px;
}

/****** pic-card end ******/

/****** doc-card start ******/
.doc-card {
}

.doc-card .position {
  padding-left: 0;
}

/****** doc-card end ******/

/****** video-card ******/
.video-card {
}

.video-card .video {
  position: relative;
}

.video-card .video-btn {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .1) url("../img/video-btn.png") no-repeat center center;
  z-index: 9;
}

/****** video-card ******/



