#content{
    width: 1200px;
    margin: 0 auto;
}
/*左侧内容 cont_left*/
/*主题*/
#content .cont_left{
    width: 920px;
}
#content .cont_left .theme{
    width: 870px;
    border: 1px solid #EEEEEE;
}
#content .cont_left .theme .wrapper{
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 10px;
}
#content .cont_left .theme .title{
    line-height: 30px;
}
#content .cont_left .theme .title img{
    width: 27px;
    height: 21px;
}
#content .cont_left .theme .wrapper .bottom{
    line-height: 32px;
    margin-left: 34px;
}
/*左侧医生回答 doc_answer*/
#content .cont_left .doc_answer{
    width: 870px;
    border-left: 1px solid #EEEEEE;
    border-right: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
    margin-top: 32px;
    border-top: 2px solid #1A44A0;;
}
/*#content .cont_left .doc_answer .wrapper{*/
    /*border-bottom: 1px solid #EEEEEE;*/
/*}*/
#content .cont_left .doc_answer .wrapper a{
    height: 60px;
    line-height: 60px;
}
#content .cont_left .doc_answer .wrapper a img{
    width: 60px;
    height:60px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
#content .cont_left .doc_answer .doc_intro{
    width: 578px;
}
#content .cont_left .doc_answer .answer_details .bottom{
    height: 1.2rem;
    line-height: 1.2rem;
}
/*#content .cont_left .doc_answer .wrapper .right{*/
    /*line-height: 60px;*/
/*}*/
/*知识列表右侧内容 cont_right*/
#content .cont_right{
    width: 14rem;
}
#content .cont_right .top_ad{
    height: 9rem;
    margin-bottom: 2rem;
}
#content .cont_right .top_ad a img{
    width: 14rem;
    height: 9rem;
}
/*热点咨询 hot_consult*/
#content .cont_right .hot_consult{
    border: 0.05rem solid #EEEEEE;
    border-radius:0.5rem;
    margin-bottom: 2rem;
}
#content .cont_right .hot_consult .title{
    color:#343434;
    line-height: 2.15rem;
    padding-top: 0.4rem;
    margin-left: 0.7rem;
    border-bottom:0.05rem solid #EEEEEE;
}
#content .cont_right .hot_consult .list_item{
    width: 12rem;
    height: 1.35rem;
    line-height: 1.35rem;
    margin-top: 0.2rem;
}
#content .cont_right .hot_consult .list_item a{
    width: 214px;
}
/*热门医院 hot_hos*/
#content .cont_right .hot_hos{
    border: 0.05rem solid #EEEEEE;
    border-radius:0.5rem;
}
#content .cont_right .hot_hos .title{
    color:#343434;
    line-height: 2.15rem;
    padding-top: 0.4rem;
    margin-left: 0.7rem;
    border-bottom:0.05rem solid #EEEEEE;
}
#content .cont_right .hot_hos .list_item{
    width: 12rem;
    height: 1.35rem;
    line-height: 1.35rem;
    margin-top: 0.2rem;
}
#content .cont_right .hot_hos .list_item a{
    width: 240px;
}
#content .cont_right .hot_hos .list_item a::before{
    content: '';
    display: inline-block;
    margin-right: 0.5rem;
    width: 0.25rem;
    height: 0.25rem;
    background: #565656;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    vertical-align: middle;
}
.doc-head-img{
    max-width: 50px;
}






