.banner {
  background: url("/img/csr/banner.jpg");
  background-size: cover;
}

.content_bg {
  background: #f8fbf6;
}

.content_space {
  padding-top: 1.26rem;
  padding-bottom: 0.68rem;
}

.content_box {
  margin-bottom: 0.54rem;
  display: flex;
  justify-content: space-between;
  background: #fff;
  border-radius: 0.18rem 0.18rem 0.18rem 0.18rem;
  padding: 0.38rem 0.48rem 0.61rem 0.48rem;
  transition: var(--m_tran) background, box-shadow;
}
.content_box:hover {
  background: linear-gradient(132deg, #ffffff 0%, #f4f9ff 100%);
  box-shadow: 0rem 0.03rem 0.2rem 0.01rem rgba(0, 0, 0, 0.08);
}

.content_box_two {
  margin-bottom: 0.54rem;
   background: #fff;
  /*background: linear-gradient(132deg, #ffffff 0%, #f4f9ff 100%);*/
  box-shadow: 0rem 0.03rem 0.2rem 0.01rem rgba(0, 0, 0, 0.08);
  border-radius: 0.18rem 0.18rem 0.18rem 0.18rem;
  padding: 0.38rem 0.48rem 0.59rem 0.48rem;
}
.content_box_two:hover{
     background: linear-gradient(132deg, #ffffff 0%, #f4f9ff 100%);
}
.content_box_two .content_box_two_flex {
  display: flex;
  justify-content: space-between;
}

.content_box .content_text,
.content_box_two_flex .content_text {
  padding-top: 0.28rem;
}

.content_box .content_text > p:nth-child(1) {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.37rem;
  color: #2b66b0;
  letter-spacing: 0.02rem;
  margin-bottom: 0.19rem;
}

.content_box_two_flex .content_text > p:nth-child(1) {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.37rem;
  color: #2b66b0;
  letter-spacing: 0.02rem;
  margin-bottom: 0.19rem;
}

.content_box .content_text > p:nth-child(2) {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.18rem;
  color: #0a0a0a;
}

.content_box .content_img,
.content_box_two_flex .content_img {
  width: 0.44rem;
  height: 0.44rem;
}

.content_box_two .content_center {
  padding: 0.25rem 0;
  border-top: 0.01rem dashed #c9c9c9;
  border-bottom: 0.01rem dashed #c9c9c9;
}

.content_box_two .content_center > p:nth-child(1),
.content_box_two .content_three > p:nth-child(1) {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.18rem;
  color: #0a0a0a;
  padding-bottom: 0.1rem;
}

.content_box_two .content_center > p:nth-child(2) {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 300;
  font-size: 0.16rem;
  color: #0a0a0a;
  line-height: 0.25rem;
}

.content_box_two .content_three {
  padding: 0.25rem 0;
  border-bottom: 0.01rem dashed #c9c9c9;
}

.content_box_two .content_three .content_three_flex {
  display: flex;
  justify-content: space-between;
}

.content_three_flex > div > p:nth-child(1) {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.16rem;
  color: #0a0a0a;
  line-height: 0.25rem;
  padding: 0.26rem 0 0.2rem 0;
  text-align: center;
}

.content_three_flex > div > p:nth-child(2) {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 300;
  font-size: 0.14rem;
  color: #0a0a0a;
  line-height: 0.25rem;
  text-align: center;
}

.content_box_two .content_four {
  padding-top: 0.25rem;
}

.content_box_two .content_four > p:nth-child(1) {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.18rem;
  color: #0a0a0a;
  line-height: 0.4rem;
  margin-bottom: 0.2rem;
}

.content_box_two .content_four > p:nth-child(2) {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 300;
  font-size: 0.16rem;
  color: #0a0a0a;
  line-height: 0.26rem;
}

.content_box_two .content_four > p:nth-child(2) > span {
  font-weight: 800;
}
@media only screen and (max-width: 1024px) {
  .content_box .content_text > p:nth-child(2),.content_center p,.content_three p,.content_four p{
    font-size: 12px !important;
  }
}