/* 默认颜色 */
/* 垂直居中 */
.vc {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
/* 文本超出隐藏并显示省略号 */
@media (max-width: 992px) {
  .clearPaddingLeftByMargin {
    margin-left: -15px;
  }
}
@media (max-width: 992px) {
  .clearPaddingRightByMargin {
    margin-right: -15px;
  }
}
.fund-list-item {
  width: 100%;
  float: left;
}
.fund-list-item .time {
  float: right;
  display: inline-block;
}
.clear {
  clear: both;
}
.fund-banner {
  overflow: hidden;
  position: relative;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  min-height: 20%;
  font-size: 0;
}
.fund-banner img {
  width: 100%;
}
.fund-banner .fund-avatar-img {
  display: none;
}
.fund-banner .fund-name {
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 3rem;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}
.fund-banner .fund-description {
  color: #fff;
  width: 100%;
  text-align: center;
  padding: 0 1rem;
  font-size: 1.3rem;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}
.fund-banner .fund-name-description {
  height: 8rem;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  display: inline-block;
  margin: auto;
}
.single-fund-nav a {
  font-size: 1.2rem;
  color: #555;
}
.single-fund-button {
  background-color: #2b90d9;
  border-color: #2b90d9;
}
.single-fund-button:hover {
  background-color: #2b90d9;
  border-color: #2b90d9;
  opacity: 0.7;
}
@media (max-width: 844px) {
  .fund-avatar-img {
    display: block!important;
  }
  .fund-banner-img {
    display: none;
  }
  .fund-banner {
    min-height: 10rem;
  }
  .fund-banner .fund-name {
    font-size: 2rem;
  }
  .fund-banner .fund-description {
    font-size: 1rem;
  }
}

