*{margin: 0;padding: 0;}
body,html{overflow-x:hidden;position:relative;font-family: "微软雅黑","Helvetica Neue",Helvetica,Arial,sans-seri;font-size: 16px}
img,button,input,textarea{display: block;outline: none;}
ul,li,ol{list-style: none;}
.clear:before, .clear:after { content: ""; display: table; }
.clear:after { clear: both; overflow: hidden; }
.clear { zoom: 1; /*IE<8*/ }
.clearfix:after{content: "\20";display: block;visibility: hidden;clear: both;font-size: 0;height: 0;line-height: 0;}
.clearfix{*zoom: 1;}

.content{
    width:100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    background: #EFEFEF;
    font-size: 14px;
    border-bottom:3px solid #16baf0;
}
.content .content-desc{
    width:100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 14px;
}
.content .content-desc .desc-nav{
    width:90%;
    margin:auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 30px 0;
}
.content .panel{
    width:92%;
    margin-left: 4%;
    margin-top: 30px;
    padding-bottom: 20px;
}
.content .panel .people-content{
    width:100%;
    margin:auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
}
.content .panel .people-content img{
    width:80px;
    height:80px;
    border-radius: 50%;
    margin:15px 20px 0 30px;
}
.content .panel .content-right{
    width:100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    color:#000;
}
.content .panel .content-right .doctor-info{
    width:100%;
}
.content .panel .content-right .doctor-info .doctor-occupation{
    width:100%;
    margin-bottom: 10px;
    border-bottom: 1px solid #999;
}
.content .panel .content-right .doctor-info .doctor-occupation p{
    font-weight: bold;
}
.content .panel .content-right .doctor-skill .title{
    width:20%;
    font-size: 16px;
    padding:30px 0 5px 0;
    border-bottom:2px solid #16baf0;
    font-weight: bold;
    color:#000;
    text-align: center;
}
.content .panel .content-right .doctor-skill{
    color:#999;
}
.content .panel .content-right .doctor-skill-info{
    padding: 20px 0;
    font-weight: bold;
    color:#000;
}

.content .modal-dialog .modal-content{
    /*width: 50%;*/
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0 30px;
}

.content .modal-dialog .modal-content .title{
    font-weight: bold;
    font-size: 16px;
}
.content .modal-dialog .modal-content .group{
    width:90%;
    margin:10px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}
.content .modal-dialog .modal-content .group p{
    width:20%;
    text-align: center;
    margin:0;
}


@media (max-width: 992px) {
    .panel-body img{
        width:80px;
        height:80px;
        margin-bottom: 10px;
        border-radius: 50%;
    }
    .content .panel .people-content{
        width:100%;
        margin:auto;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .content .panel .people-content img{
        width:80px;
        height:80px;
        border-radius: 50%;
        margin:15px 20px 0 30px;
    }
}