/*志愿者介绍*/
.zhiyuanzhe-intro-box {
  background-color: #3764ac;
  padding: 20px;
}
.zhiyuanzhe-intro-txt {
  padding: 20px;
  color: #fff;
}
.zhiyuanzhe-intro-txt p {
  font-size: 0.8em;
  line-height: 1.5em;
}
.download {
  padding-left: 20px;
  background: url(zhiyuanzhe-icon.png) no-repeat left center;
  color: #ff7815;
  margin-top: 20px;
  font-size: 0.8em;
  display: block;
}
.download:hover {
  color: #ffff00;
}
.title-line {
  margin-top: 34px;
}
.left-title {
  display: inline-block;
  font-size: 1.3em;
  border-bottom: 3px solid #333;
  float: left;
}
.right-more {
  float: right;
}
.right-more a {
  color: #999;
}
.right-more a:hover {
  color: #218ee1;
}
/*志愿者之星*/
.volunteer-list {
  margin-top: 20px;
  background: #eaecee;
  padding: 20px;
}
.volunteer-list:nth-child(2n) {
  background: #d8e0ec;
}
.left-head-img {
  width: 23%;
  float: left;
}
.left-head-img img {
  border-radius: 50%;
}
.right-star-box {
  width: 77%;
  float: left;
  padding-left: 20px;
}
.name {
  color: #5e5d5d;
}
.name span {
  font-size: 1.5em;
  border-right: 1px solid #5e5d5d;
  padding-right: 10px;
  margin-right: 10px;
  color: #333;
}
.right-star-box p {
  padding-top: 10px;
  color: #7c7b7b;
  font-size: 0.8em;
}
.dianzan {
  padding-left: 26px;
  color: #626262;
  font-size: 0.8em;
}
.thumbed {
  background: url(changgaundaolan-floor-icon3.png) no-repeat left;
  color: #eb7706;
}
/*招募*/
.recruit-content {
  color: #686868;
}
@media only screen and (max-width: 991px) {
  .zhiyuanzhe-intro-txt {
    padding: 0px;
    margin-top: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .floor-change-tab span {
    display: none;
  }
  .line-box .row > div:last-child {
    display: none;
  }
  .right-star-box img {
    width: 20px;
  }
  .name span {
    display: block;
    border: none;
  }
}
