.banner {
  background: url(../img//company/coop.jpg) no-repeat;
  width: 100%;
  height: 60vh;
  background-size: cover;
}

/* .content {
  padding: 2vw 17vw;
  width: 100%;
  justify-content: space-around;

} */

/* .itemTitle {
  background: url(../img/company/titleBg.png) no-repeat;
  color: #fff;
  padding: 1.2vw 0vw;
  text-align: center;
  background-size: 100% 100%;
  font-size: 1vw;
  font-weight: 600;
  margin-bottom: 1vw;
} */

/* .itemTitle {
  font-size: 1.5rem;
} */

.newsContentGo {
  font-weight: 600;
  font-size: 0.7vw;
  padding: 0.5vw 0;
}


.newsContentTitle {
  font-weight: bold;
  font-size: 1.5rem;
  padding: 0.5vw 0vw;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.newsImg img {
  width: 100%;
  height: 24vh;
  object-fit: cover;
}



.newsContent {
  color: gray;

}




.newsContentGo {
  color: #000;

  bottom: 0px;
}

.newItemInner {
  margin-bottom: 1vw;
  padding-bottom: 1vw;
  border-bottom: 1px dashed rgb(200, 200, 200);
  cursor: pointer;
}

.newsImg {
  padding: 0;
}

.newsReturn{
  margin-bottom: 1vw;
  cursor: pointer;
}