#coop {
  padding-top: 50px;
  padding-bottom: 80px;
  background: #fafafa;
}
#coop .top-coop {
  padding: 40px 0 120px;
  
}
#coop .top-coop .T-coop {
  width: 50%;
  text-align: center;
}
#coop .top-coop .T-coop h3 {
  height: auto ;
  line-height: 50px ;
  color: #34c9dd ;
  font-size: 40px ;
  font-weight: normal ;
  margin-bottom: 20px ;
}
#coop .bottom-coop {
  width: 60%;
}
#coop .bottom-coop .C-coop .adsTab {
  padding-bottom: 50px;
  border-bottom: solid 1px #ddd;
  margin-bottom: 20px;
  text-align: center;
}
#coop .bottom-coop .C-coop .adsTab a {
  display: inline-block;
  width: 30%;
  height: 58px;
  line-height: 58px;
  border: solid 1px #ddd;
  margin: 0 15px;
  text-align: center;
  font-size: 18px;
  transition: 0.6s;
}
#coop .bottom-coop .C-coop .adsTab a:hover {
  color: #34c9dd;
  text-decoration: none;
}
#coop .bottom-coop .adsList ul li {
  box-sizing: content-box;
  height: 288px;
  padding: 35px 50px;
}
#coop .bottom-coop .adsList ul li .aPic {
  width: 44%;
  height: 288px;
}
#coop .bottom-coop .adsList ul li .aPic img {
  width: 100%;
}
#coop .bottom-coop .adsList ul li .aTxt {
  width: 44%;
}
#coop .bottom-coop .adsList ul li .aTxt h3 {
  height: 24px;
  line-height: 24px;
  padding-left: 10px;
  border-left: solid 4px #34c9dd;
  text-align: left;
  font-size: 24px;
  font-weight: normal;
  color: #34c9dd;
  margin: 20px 0 30px;
}
#coop .bottom-coop .adsList ul li .aTxt p {
  color: #777;
  line-height: 30px;
}
