.cooperation-item{
  height: 200px;
  background-color: #fff;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 30px;
}
.cooperation-item-l{
  float: left;
  width: 320px;
  height: 200px;
}
.cooperation-item-l img{
  display: block;
  width: 320px;
  height: 200px;
}
.cooperation-item-r{
float: right;
width: 856px;
padding: 16px 20px;
}
.cooperation-item-r h3 a{
  color: rgba(51, 51, 51, 1);
  font-size: 24px;
  line-height: 32px;
}
.cooperation-item-r p{
  color: rgba(79, 79, 79, 1);
  font-size: 18px;
  line-height: 24px;
}
.cooperation-item-r div{
  margin-top: 16px;
  color: rgba(108, 108, 108, 1);
  font-size: 13px;
}
