.banner{
    width: 100%;
}

/*疾病内容*/
.disease_details{
    width: 100%;
    margin-top: 30px;
}

.disease_details .article{
    width: 71%;
    float: left;
}

.disease_details .article .title span{
    width: 100%;
    font-size: 24px;
    color: #810703;
}

.disease_details .article .item_title{
    width: 100%;
    font-size: 20px;
    color: #810703;
    margin-top: 3%;
    background: #f8f8f8;
    padding: 5px 0 5px 20px;
    box-sizing: border-box;
    border-left: 4px solid #810703;
}
.disease_details .article .item_min{
    width: 100%;
    margin-top: 1%;
    line-height: 34px;
    text-indent: 2em;
    font-size: 16px;
}

.disease_details .doctor{
    width: 25%;
    float: right;
    box-sizing: border-box;
    padding: 20px;
    background: #f6f6f6;
    margin-top: 4.2%;
}
.disease_details .doctor .title{
    width: 100%;
}

.disease_details .doctor .doctor_img{
    display: block;
    width: 50%;
    margin:20px auto 0;
    border-radius: 50%;
    border: 3px solid #fff;
}

.disease_details .doctor .info{
    width: 100%;
    margin-top: 3%;
    text-align: center;
}
.disease_details .doctor .info span:nth-child(1){
    font-size: 18px;
    font-weight: bold;

}
.disease_details .doctor .info span:nth-child(2){
    font-size: 12px;
    border: 1px solid #810703;
    color: #810703;
    padding: 2px 10px;
    border-radius: 4px;
}
.disease_details .doctor .brief{
    width: 100%;
    color: #8d8d8d;
    font-size: 14px;
    margin-top: 5%;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    /*height: 57px;*/
    line-height: 26px;
}
.disease_details .doctor .brief span{
    font-size: 14px;
    color: #000000;
}

.footer{
    margin-top: 40px;
}