#cooperation_support_main {
  width: 100vw;
  max-width: 1920px;
  margin: 0 auto;
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
}
#cooperation_support_main .box1item {
  width: 100%;
  display: flex;
}
#cooperation_support_main .box2item {
  display: flex;
  flex-direction: column;
  margin-bottom: 70px;
}
#cooperation_support_main .box2item > h2 {
  text-align: center;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 34px;
  color: #3e3a39;
}
#cooperation_support_main .box2item > h2:nth-of-type(1) {
  margin-top: 40px;
  margin-bottom: 6px;
}
#cooperation_support_main .box2item > h2:nth-of-type(2) {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 48px;
  color: #02993b;
}
#cooperation_support_main .box2item > hr {
  width: 40px;
  height: 2px;
  background: #02993b;
}
#cooperation_support_main .box2item > main {
  display: flex;
  margin-top: 50px;
  flex-direction: column;
  align-items: center;
}
#cooperation_support_main .box2item > main > .item {
  box-sizing: border-box;
  display: flex;
  height: 206px;
  margin-bottom: 30px;
}
#cooperation_support_main .box2item > main > .item:last-child {
  margin-bottom: 0;
}
#cooperation_support_main .box2item > main > .item > .l {
  height: 100%;
  margin-right: 22px;
}
#cooperation_support_main .box2item > main > .item:nth-child(2n) > .l {
  width: 384px;
  display: flex;
}
#cooperation_support_main .box2item > main > .item:nth-child(2n) > .r {
  width: 542px;
  padding: 20px 25px 0 25px;
  box-sizing: border-box;
  background-color: #EEEEEE;
}
#cooperation_support_main .box2item > main > .item:nth-child(2n) > .r > h2 {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 29px;
  color: #02993B;
  margin-bottom: 15px;
}
#cooperation_support_main .box2item > main > .item:nth-child(2n) > .r > p {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 11px;
  color: #595757;
  line-height: 19px;
}
#cooperation_support_main .box2item > main > .item:nth-child(2n - 1) > .l {
  width: 542px;
  padding: 35px 25px 0 25px;
  box-sizing: border-box;
  background: linear-gradient(90deg, #02993b 0%, #0086c9 100%);
}
#cooperation_support_main .box2item > main > .item:nth-child(2n - 1) > .l > h2 {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 29px;
  color: #ffffff;
  margin-bottom: 15px;
}
#cooperation_support_main .box2item > main > .item:nth-child(2n - 1) > .l > p {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 11px;
  color: #ffffff;
  line-height: 19px;
}
#cooperation_support_main .box2item > main > .item:nth-child(2n - 1) > .r {
  width: 384px;
  display: flex;
}
