.company-header {
  /* margin-top:0.6rem ; */
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 6rem;
}

.company-header img {
   display: block;
   width: 100%;
   height: 100%;
   top: 0;
   right: 0;
   left: 0;
   bottom: 0;
   position: absolute;
}
.text-box{
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}
.text-box h2{
  font-size: 0.8rem;
  color: #FFFFFF;
}
/* ------------------------------ */
.company-heder{
  margin: 0.4rem 0;
  padding-bottom: 0.24rem;
  border-bottom: 0.02rem solid #333333;
}
.company-heder h3{
  font-size: 0.4rem;
  color: #333333;
}
.company-content-list{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.company-content-list li{
  width: 48%;
  margin-bottom: 0.4rem;
}
.company-content-list li div.news-img{
  width: 100%;
  height: 3.24rem;
  overflow: hidden;
}
.company-content-list li div.news-img img{
  width: 100%;
}
.company-content-list li div.news-text{
  padding: 0.28rem 0.36rem;
  background: #F4F4F4;
}
.company-content-list li div.news-text .news-text-h{
  font-size: 0.3rem;
  font-family: MiSans;
  font-weight: bold;
  color: #333333;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
  margin-bottom: 0.2rem;
}
.company-content-list li div.news-text .news-text-t{
  font-size: 0.16rem;
  font-family: MiSans;
  color: #333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}