@charset "utf-8";





/*  科室详情  */
.container{
    background: #EFE6DD;
}
.content{
    width:1200px;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 100px;
}
.newscontent{
    background: #FFFFFF;
    box-sizing: border-box;
    padding: 50px;
}
.newstitle{
    border-bottom: 1px solid #ececec;
    margin-bottom: 20px;
}
.newstitle h5{
    font-weight: bolder;
    font-size: 25px;
    margin: 0;
    text-align: center;
}
.newstitle p{
    margin: 0;
    color: #999;
    font-size: 14px;
    width: 60%;
    margin: 20px 0;
    margin-left: 20%;
    display: inline-flex;
    display: -webkit-inline-flex;
    justify-content: space-around;

}
.docimg{
    display: block;
    width: 20%;
    margin: 0 auto;
}




