/* 设计背景图+文字和跳转 */
.static-imgView-content {
  position: relative;
  overflow:hidden;
  background-size: cover;
  height: 344px;
}


.static-imgView-mask {
  /* background-color: rebeccapurple !important; */
  overflow:hidden;
  position: absolute; 
  bottom:0;
  width: 100%;
  left:0;
}
.info-wrap{
  padding: 10px 16px;
  background: rgba(0,0,0,0.1);
  min-height: 100px;
}
.static-imgView-title{
  margin-bottom: 6px;
  padding: 10px;
  color: white;
  font-size: 15px;
  font-weight: bolder;
}
/* 原計劃的變化的子圖style="font-size: {{ fontSize }}; color: {{ textColor }}" */
/* 内容 */
.static-imgView-contentTitle{
  margin-left: 25px;
  margin-right: 25px;
  font-family: PingFangSC-Semibold;
  font-size: 18px;
  color: #FFFFFF;
  text-align: justify;
  line-height: 24px;
  margin-bottom: 13px;
}
.static-imgView-contentText{
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #FFFFFF;
  text-align: justify;
  line-height: 24px;
  margin-bottom: 46px;
  margin-left: 9px;
  /* margin-bottom: 20px; */
  
}

.static-imgView-more
{
  right: 5px;
  position: absolute;
  color: white;
  bottom: 17px !important;
  font-size: 14px;
}
.static-imgView-more:hover {
  color: #ffffff;
  text-decoration: none;
}

/* 公司介绍详情css */
.hjy-company-detail .img{
  height: 305px;
  margin-right: 40px;
  margin-bottom: 5px;
}
.hjy-company-detail .content{
  font-size: 16px;
  text-align: justify;
  color: #555;
  white-space: pre-wrap;
}
.hjy-company-detail .content-eclipse {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 9;
  -moz-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
  white-space: pre-wrap;
}
.hjy-management-word .content-eclipse {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 12;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 12;
  -moz-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
  white-space: pre-wrap;
}
.hjy-shareholders-background .content-eclipse {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 9;
  -moz-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
  white-space: pre-wrap;
}
.hjy-company-detail .icon, .hjy-management-word .icon, .hjy-shareholders-background .icon {
  clear: both;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hjy-company-detail .icon-more, .hjy-management-word .icon-more, .hjy-shareholders-background .icon-more {
  width: 384px;
  height: 48px;
  border: 1px solid #CCCCCC;
  margin-top: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hjy-company-detail .icon-more.hide, .hjy-management-word .icon-more.hide, .hjy-shareholders-background .icon-more.hide {
  display: none;
}
/* 股东背景css */
.hjy-shareholders-background .img {
  height: 220px;
  width: auto;
  margin-right: 40px;
}
.hjy-shareholders-background .content {
  font-size: 16px;
  text-align: justify;
  color: #555;
  white-space: pre-wrap;
}

/* 管理层寄语css */
.hjy-management-word .img {
  height: 320px;
  margin-left: 40px;
  margin-bottom: 5px;
}
.hjy-management-word .content{
  font-size: 16px;
  text-align: justify;
  color: #555;
  white-space: pre-wrap;
}
.hjy-management-word .person-intro {
  color: #333333;
  font-size: 20px;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .static-imgView-content {
    height: 200px;
  }
  .static-imgView-mask {
    background: rgba(3,42,91,0.60);
    height: 100%;
    opacity: 0.74;
    padding-top: 20px;
  }
  .info-wrap  {
    background: rgba(0,0,0,0);
  }
  .static-imgView-contentTitle {
    font-size: 0.3rem;
  }
  .static-imgView-contentText {
    font-size: 0.24rem;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 3;
    -moz-box-orient: vertical;
    word-wrap: break-word;
    word-break: break-all;
    white-space: pre-wrap;
  }

  .hjy-company-detail {
    position: relative;
  }
  .hjy-company-detail .content {
    width: 100%;
  }
  .hjy-company-detail .img, .hjy-management-word .img, .hjy-shareholders-background .img {
    width: 100%;
    height: auto;
    margin-bottom: 5px;
  }
  .hjy-company-detail .img {
    padding-top: 1.1rem;
  }
  .hjy-company-detail .common-title {
    position: absolute;
  }
  .hjy-company-detail .icon-more, .hjy-management-word .icon-more, .hjy-shareholders-background .icon-more {
    width: 2.4rem;
    height: 0.64rem;
  }
  .hjy-company-detail .content, .hjy-management-word .content, .hjy-shareholders-background .content {
    clear: both;
    padding-top: 10px;
  }
}

