.content {
    max-width: 750px;
    min-width: 320px;
    width: 100%;
    margin: 1.4rem auto 0;
}
/*疾病分类*/
.diseaseList{
    background: #ffffff;
    padding: 0.3rem;
    margin-bottom: 0.3rem;
}
.diseaseList h2{
    font-size: 0.32rem;
    font-weight: bold;
    color: #000;
}
.diseaseList h2 i{
    padding-right: 0.15rem;
    font-size: 0.34rem;
    color: #24aa98;
}
.diseaseList a{
    display: block;
    float: left;
    width: 33%;
    text-align: center;
    margin: 0.2rem 0;
}
.diseaseList a img{
    width: 0.8rem;
    height: 0.8rem;
    display:inline-block;
}
.diseaseList a span{
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: normal;
    font-size: 0.3rem;
    padding-top: 0.2rem;
    color: #000;
    text-align: center;
}