html{
    background: #ffffff;
}
/*未查询结果*/
.point{
    margin: 1.1rem 0 0 0;
    padding: 0.4rem 0.2rem;
}
.point p{
    font-size: 0.32rem;
    line-height: 0.6rem;
    font-weight: 600;
}
/*药品资讯列表*/
.newsList li{
    padding: 0.3rem 0;
    margin: 0 0.3rem;
    border-bottom: 0.02rem dashed #ccc;
    position: relative;
}
.newsList li:last-child{
    border-bottom: none;
}
.newsList li .newsLeft{
    width: 2.2rem;
    height: 2.2rem;
    margin-right: 0.2rem;
}
.newsList li .newsRight{
    width: 4.4rem;
    height: 2.2rem;
}
.newsList li .newsLeft img{
    width: 100%;
    height: 100%;
    border-radius: 5px;
    border: 1px solid #ccc;
}
.newsList li h5{
    font-size: 0.32rem;
    font-weight: bold;
    margin-bottom: 0.2rem;
    word-break:break-all;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.newsList li p{
    font-size: 0.3rem;
    color: #666;
    line-height: 0.5rem;
    margin-bottom: 0.1rem;
    word-break:break-all;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.newsList li span{
    font-size: 0.3rem;
    color: #ccc;
    position: absolute;
    bottom: 0.3rem;
    right: 0rem;
}
