.header-img{
  position: relative;

}
.header-img img{
  display: block;
  width: 100%;
  height: 100%;
}
.img-font{
  position: absolute;
  left: 2.6rem;
  bottom: 2.65rem;
}
.img-font-chinese{
  font-family: Source Han Serif CN-Bold;
  font-weight: bold;
  font-size: 0.46rem;
  color: #F6E1F4;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.img-font-english{
margin-top: 0.12rem;
font-family: Microsoft YaHei, Microsoft YaHei;
font-weight: 400;
font-size: 0.2rem;
color: #F6E1F4;
letter-spacing: 0.05rem;
text-align: left;
font-style: normal;
text-transform: none;
}

.tap{
  width: 100%;
  height: 0.8rem;
  background: #FFFFFF;
  box-shadow: 0rem 0.02rem 0.15rem 0.01rem rgba(0,0,0,0.05);
  text-align: center;
  display: grid;  
  place-items: center;
  }
  .tap-nav{
    width: 14rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  .tap-nav-box1{
    display: flex;
  }
  .distance a::after{
    display: block;
    content: '';
    width: 0.72rem;
    height: 0.04rem;
    background: linear-gradient( 90deg, #932AC1 0%, #670F8E 100%);
    border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
    margin: 0 auto;
  }
  .tap-nav .tap-nav-box1 .dis a{
    color: #630C88;
  }
  .tap-nav-1{
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.18rem;
  /* color: #630C88; */
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-right: 0.86rem;
  }
  .tap-nav-1 a{
    display: block;
    height: 0.6rem;
    line-height: 0.6rem;
     white-space: nowrap;
  }
  
  .box2left{
    width: 0.16rem;
    height: 0.16rem;
    /*background: #999999;*/
    margin-right: 0.09rem;
    margin: auto 0;
  }
    .box2left img{
        width: 100%;
        height: 100%;
        display: block;
}
  .box2right{
  
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-size: 0.16rem;
    color: #666666;
    line-height: 0.6rem;
    text-align: left;
    font-style: normal;
    margin-left: 0.09rem;
  white-space: nowrap;
  } 
  .box2right a{
      color: #666666;
      
  }
  .box2right a:hover{
      color: #630C88;
      
  }
.scientific-content{
  width: 100%;
}
.scienList{
  width: 14rem;
  padding-top: 0.65rem;
  padding-bottom: 0.67rem;
  margin: 0 auto;
  /* border: 1px solid #000; */
}

.scienList-1{
  display: flex;
  /* justify-content: space-between; */
  background: #F8F8F8;
}

.scienList-1 + .scienList-1 {
  margin-top: 0.4rem;

}

.list-pho{
  width: 4.15rem;
  height: 2.81rem;

}
.list-pho img{
  display: block;
  width: 100%;
  height: 100%;
}

.list-blurb{
  margin-left: 0.49rem;
  width: 8.82rem;
  padding-top: 0.26rem;
  padding-bottom: 0.37rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.lst-blb-1{
  /* width: 2.16rem;
height: 0.31rem; */
font-family: Microsoft YaHei, Microsoft YaHei;
font-weight: 400;
font-size: 0.24rem;
color: #333333;
/* line-height: 0.32rem; */
text-align: left;
font-style: normal;
text-transform: none;
}
.lst-blb-2{
  /* width: 1.08rem;
height: 0.24rem; */
font-family: Microsoft YaHei, Microsoft YaHei;
font-weight: 400;
font-size: 0.18rem;
color: #333333;
/* line-height: 0.32rem; */
text-align: left;
font-style: normal;
text-transform: none;
}
.lst-blb-3{

font-family: MicrosoftYaHei, MicrosoftYaHei;
font-weight: normal;
font-size: 0.16rem;
color: #666666;
/* line-height: 0.28rem; */
text-align: left;
font-style: normal;
text-transform: none;


display: -webkit-box;
-webkit-line-clamp: 2;
/* -webkit-box-orient: vertical; */
overflow: hidden;
text-overflow: ellipsis;
line-height: 1.5em;
max-height: 3em; 


}
.lst-blb-4 a{
display: flex;
}
.detil{
  width: 0.26rem;
  height: 0.26rem;
  margin-right: 0.1rem;
}
.detil img{
  width: 100%;
  height: 100%;
  display: block;
}
.detil-btn{

font-family: Microsoft YaHei, Microsoft YaHei;
font-weight: 400;
font-size: 0.16rem;
color: #666666;
/* line-height: 0rem; */
text-align: right;
font-style: normal;
text-transform: none;
}
.page{
  margin-bottom: 0.53rem !important;
}

@media screen and (max-width:1024px){
    .tap{
        display: none;
    }
    .scienList{
        width: 93%;
    }
    .list-pho{
        width: 50%;
        flex-shrink: 0;
    }
    .list-pho img{
        object-fit: cover;
    }
    .lst-blb-1{
        font-size: 16px;
    }
    .lst-blb-2,
    .lst-blb-3,
    .detil-btn{
        font-size: 14px;
    }
    .lst-blb-4 a{
        align-items: center;
    }
    .left,
    .reight{
        display: none;
    }
}