.banner {
  background: url(../img//company/coop.jpg) no-repeat;
  width: 100%;
  height: 60vh;
  background-size: cover;
}



.items {
  width: 100%;
}



.itemInner {
  background-color: #F6F6F6;
  color: gray;
  font-size: 0.8vw;
  text-align: center;
  padding: 1vw 0;
  border-bottom: 0.1vw solid rgb(219, 219, 219);
}

.content {
  width: 100%;
}


.qygkTitle {
  color: #1144A7;
  font-weight: 600;
  font-size: 1.2rem;
  background: url(../img/company/titleLine.png) no-repeat bottom left;
  padding-bottom: 1vw;
}

.qygkContent {
  margin-top: 1vw;
  margin-bottom: 1vw;
  font-size: 0.95rem;
}

.qygkContent p {
  margin: 0;
}


.qygkContentimg img {
  width: 100%;
}

.qygkContentimgOut {
  margin-top: 1vw;
}