.banner {

  background: url("/img/about_as/banner.png");

  background-size: cover;

}



.content_box {

  background: url("/img/about_as/8_1_1index.png");

  background-size: cover;

  background-position: left bottom;

}



.content_left {

  padding-top: 1.06rem;

  padding-bottom: 1.75rem;

}



.content_left_box {

  width: 5.98rem;

  background: #ffffff;

  box-shadow: 0rem 0.03rem 0.2rem 0.01rem rgba(0, 0, 0, 0.16);

  border-radius: 0rem 0rem 0.7rem 0rem;

  padding: 0.83rem 0.46rem 0.94rem 0.46rem;

}



.content_img > img {

  width: 3.28rem;

  height: auto;

}



.content_img {

  display: flex;

  justify-content: center;

  padding-bottom: 0.62rem;

  border-bottom: 0.02rem solid #d6d6d6;

}



.content_left_box > div:not(.content_img) {

  border-bottom: 0.02rem solid #d6d6d6;

  padding: 0.3rem 0;

  justify-content: flex-start;

}



.content_left_box > div > div {

  align-items: flex-start;

}



.content_left_box > div > div > span:first-child {

  font-size: 0.18rem;

  color: #414141;

  margin-right: 0.16rem;

  flex: none;

}



.content_left_box > div > div > span:last-child {

  font-family: Poppins, Poppins;

  font-weight: bold;

  font-size: 0.2rem;

  color: #000000;

  overflow: auto;

}



.content_left_box > div:hover span:first-child {

  color: #2b66b0;
 font-weight: bold;

}



.content_left_box > div:hover span:last-child {

  font-family: Anton, Anton;

   font-weight: bold;

  /* font-size: 0.25rem; */

  color: #2b66b0 !important;

}



.content_left_box > div:hover {

  border-color: #2b66b0ff;
 font-weight: bold;

}


strong{
  font-weight: bold;
}

/* .content_left_box>div:nth-child(2)>span:first-child {

    font-family: Microsoft YaHei, Microsoft YaHei;

    font-weight: 400;

    font-size: 0.18rem;

    color: #2B66B0;

    margin-right: 0.16rem;

}



.content_left_box>div:nth-child(2)>span:last-child {

    font-family: Anton, Anton;

    font-weight: 400;

    font-size: 0.25rem;

    color: #2B66B0;

}



.content_left_box>div:nth-child(3) {

    padding-top: 0.33rem;

    padding-bottom: 0.32rem;

    border-bottom: ;

}



.content_left_box>div:nth-child(3)>span:last-child {

    font-family: Anton, Anton;

    font-weight: 400;

    font-size: 0.25rem;

    color: #2B66B0;

} */

@media only screen and (max-width: 1024px) {
  .content_left_box .flex-box span{
    font-size: 12px !important;
  }
}