.headerWrap{
	position: fixed !important;
    background: #FFFFFF !important;
	box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.05);
    height: 0.8rem;
    z-index: 999;
}
.bread{
  border-bottom: 0.02rem solid #E5E5E5;
}

.n_pro{
    padding: 0.52rem 0 0.8rem;
    background: #F5F9FE;
}

.patient_r_c{
    flex-wrap: wrap !important;
    column-gap: 0.2rem;
    row-gap: 0.45rem;
}
.patient_r_li{
    transition: all 0.3s;
    position: relative;
    flex: 0 0 49.32%;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.16);
    border-radius: 10px 10px 10px 10px;
    padding: 0.15rem;
    align-items: flex-start !important;
}
.patient_r_liIMG{
    height: 3.73rem;
    flex:0 0 3.73rem;
}
.patient_r_liL{
    padding: 0.25rem 0.31rem 0;
}
.pro_tit{
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 0.24rem;
    color: #000000;
    transition: all 0.3s;
}
.patient_r_liL hr{
    width: 100%;
    height: 0.01rem;
    background: #DFDFDF;
    margin: 0.3rem 0 0.29rem;
}
.pro_dec{
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 0.16rem;
    color: #A5A5A5;
    line-height: 0.3rem;
    height: 0.56rem;
    overflow: hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 2;
 -webkit-box-orient: vertical;
    transition: all 0.3s;
}
.home2_more{
  background: #E11D0B;
  border-radius: 0.3rem;
  padding: 0.12rem 0.25rem 0.12rem 0.35rem;
  transition: all 0.3s;
  width: fit-content;
  margin-top: 0.65rem;
}
.home2_more p{
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: 0.14rem;
  color: #FFFFFF;
  transition: all 0.3s;
}
.home2_more_img{
  position: relative;
    margin-left: 0.26rem;
    transition: all 0.3s;
    display: flex;
}
.home2_more img{
  width: 0.18rem;
    height: 0.18rem;
    transition: all 0.3s;
}
.home2_more img:nth-of-type(2){
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.home2_more:hover{
  background: #0057A9;
  transition: all 0.3s;
}




