.banner {

  background: url("/img/attract_investment/banner.jpg");

  background-size: cover;

}



.content_bg {

  background: url("/img/attract_investment/3_2index.jpg") no-repeat;

  background-size: cover;

  background-position: left bottom;

}



.text-bg {

  /*text-align: center;*/

  /*line-height: 2.9rem;*/
  display: flex;
  align-items: center;
  justify-content: center;

  width: 3.5rem;

  height: 3.22rem;

  background: url("/img/attract_investment/3_3_1index.png") no-repeat;

  background-size: cover;

  background-position: center center;

  font-family: Microsoft YaHei, Microsoft YaHei;

  border-radius: 50%;

  font-weight: 400;

  font-size: 0.24rem;

  color: #ffffff;

  transition: var(--m_tran) transform;

}

.text-bg:hover {
  transform: translateY(-0.3rem);
    font-weight: bold;
}

.content_box_flex {

  display: flex;

  justify-content: space-between;

  padding: 0 0.89rem;

}



.text_left {

  margin-top: 0.4rem;
  
  padding: 0 0.5rem;
  
  text-align: center;

}



.text_right {

  font-weight: bold;

}



.content_box > p:nth-child(1) {

  font-family: Microsoft YaHei, Microsoft YaHei;

  font-weight: bold;

  font-size: 0.37rem;

  color: #2b66b0;

  text-align: center;

  margin-bottom: 0.71rem;

  letter-spacing: 0.02rem;

}



.content_box > p:nth-child(2) {

  font-family: Microsoft YaHei, Microsoft YaHei;

  font-weight: 400;

  font-size: 0.18rem;

  color: #0a0a0a;

  line-height: 0.4rem;

}

.banner span:first-of-type{
/*font-weight: 500;*/
}

span {

  font-weight: bold;

}

.content_space {

  padding-top: 0.91rem;

  padding-bottom: 0.25rem;

}

@media only screen and (max-width: 1024px) {
  .content_box > p:nth-child(2),.content_box > p:nth-child(2) span{
    font-size: 12px;
  }
  .content_box_flex{
    padding: 0;
  }
  .text-bg{
    width: 2.5rem;
    height: 2.22rem;
    font-size: 12px;
  }
}