body {
  background: #F9F9F9;
}



.body_fr {
  width: 10.33rem;
  margin-left: 0.37rem;
}

.type_class_name {
  max-width: 9.2rem;
  height: 1.87rem;
  margin: 0 auto;
  font-weight: 600;
  font-size: 0.36rem;
  color: #000000;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  scroll-margin-top: 1rem;
}

.body_content {
  font-weight: 400;
  font-size: 0.2rem;
  color: #404040;
  line-height: 0.35rem;
  text-indent: 2em;
  margin-bottom: 0.4rem;
}

.jieshao_list {
  width: 100%;
  height: auto;
  background: #FFFFFF;
  padding: 0.17rem 0.23rem 0.4rem 0.26rem;
  box-sizing: border-box;
}

.jieshao_list .jieshao_li {
  padding-top: 0.26rem;
  padding-bottom: 0.27rem;
  box-sizing: border-box;
  border-bottom: 0.01rem solid #DEDEDE;
  cursor: pointer;
}

.jieshao_list .jieshao_li .jieshao_top {
  display: flex;
  align-items: center;
}

.jieshao_list .jieshao_li .jieshao_img {
  width: 0.49rem;
  height: 0.49rem;
  overflow: hidden;
  margin-right: 0.17rem;
}

.jieshao_list .jieshao_li .jieshao_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.jieshao_list .jieshao_li .jieshao_title {
  font-weight: 400;
  font-size: 0.16rem;
  color: #000000;
  line-height: 1.6;
}

.jieshao_list .jieshao_li .jieshao_title b {
  font-size: 0.2rem;
}

.jieshao_list .jieshao_li .jieshao_txt {
  font-weight: 400;
  font-size: 0.14rem;
  color: #7C7C7C;
  line-height: 0.25rem;
  margin-top: 0.27rem;
}

.jieshao_list .jieshao_li:hover .jieshao_title {
  color: #3F38A1;
}




.yuanjing_title{
    
  font-weight: bold;
font-size: 0.2rem;
color: #070707;
margin-bottom: 0.4rem;
}
.yuanjing_cont{
  font-weight: 400;
font-size: 0.16rem;
color: #070707;
line-height: 0.35rem;
}




.hexin_list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: flex-start;
}
.hexin_list .hexin_li {
  width: 4.5rem;
  height: auto;
  padding-bottom: 0.31rem;
  margin-bottom: 0.21rem;
  border-bottom: 0.01rem solid #DEDEDE;
}
.hexin_list .hexin_li .hexin_title{
  font-weight: 600;
font-size: 0.25rem;
color: #000000;
margin-bottom: 0.11rem;
}
.hexin_list .hexin_li .hexin_cont{
  font-weight: 400;
font-size: 0.16rem;
color: #808080;
line-height: 0.25rem;
}



.body_content2{
  margin-top: 0.9rem;
  font-weight: 400;
font-size: 0.3rem;
color: #404040;
line-height: 0.55rem;
}
.body_content2 b{
  font-weight: bold;
}
.body_content2 span{
    font-size: 0.26rem !important;
}
@media screen and (max-width: 1024px){
    .body_content{
        font-size: 0.22rem;
    }
    .jieshao_list .jieshao_li .jieshao_title{
        font-size: 0.24rem;
    }
    .jieshao_list .jieshao_li .jieshao_title b{
        font-size: 0.28rem;
    }
    .jieshao_list .jieshao_li .jieshao_txt{
        font-size: 0.22rem;
    }
    .yuanjing_cont{
        font-size: 0.22rem;
    }
    .yuanjing_title{
        text-align: center;
    }
    .hexin_list{
        width: 95%;
    }
    .hexin_list .hexin_li{
        width: 100%;
    }
    .hexin_list .hexin_li .hexin_title{
        font-size: 0.28rem;
    }
    .hexin_list .hexin_li .hexin_cont{
        font-size: 0.22rem;
    }
}

