.search_tit{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.45rem;
    color: #000000;
    margin: 0 0 0.4rem;
    text-align: center;
}
.search_input{
    width: 100%;
    height: 0.8rem;
    background: #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    border: 1px solid #E8E8E8;
    justify-content: space-between;
    padding-right: 0.25rem;
}
.search_input input{
    padding: 0 0.25rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #004EBE;
    width: 100%;
}
.search_input input::placeholder{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #004EBE;
}
.search_input img{
    width: 0.38rem;
    height: 0.38rem;
}
.search_result{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.2rem;
    color: #000000;
    margin: 0.45rem 0 0.54rem;
}
.search_result span{
    color: #0E3293;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.2rem;
}
.patient_right{
    padding: 0;
}
.patient_r_c{
    justify-content: space-between;
    flex-wrap: wrap !important;
}
.patient_r_li{
    flex: 0 0 48.5%;
    padding: 0 0.62rem 0 0;
    margin-bottom: 0.4rem;
}
.patient_r_liR img{
    max-width: 3.76rem;
}
.patient_r_liR{
    padding: 0;
}
.patient_r_liL{
    padding-left: 0.6rem;
}
.pro_tit{
    padding: 0 0.05rem;
    width: fit-content;
    height: 0.25rem;
    background: #EAF2FD;
    font-size: 0.12rem;
    line-height: 0.25rem;
}
.pro_tit2 span{
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: bold;
    font-size: 0.25rem;
    color: #FF0000;
    transition: all 0.3s;
}
.pro_dec{
    font-size: 0.14rem;
    overflow: hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 2;
 -webkit-box-orient: vertical;
    transition: all 0.3s;
}
.patient_r_li:hover{
    background: #FFFFFF;
    transition: all 0.3s;
}
.patient_r_li:hover .pro_tit{
    background: #EAF2FD;
    color: #004EBE;
}
.patient_r_li:hover .pro_tit2 span,.patient_r_li:hover .pro_dec{
    color: #004EBE;
    transition: all 0.3s;
}


.noresult img{
    max-width: 6.54rem;
    margin: auto;
    display: block;
    display: none;
}





footer{
  background:#f8f8f8 url("../img/footerBG.png") bottom no-repeat !important;
}




