#app{
    width: 1200px;
    margin: 45px auto 0;
    user-select: none;
}
.titlelist{
    width: 100%;
    background-color: #f8f8f8;
}
.title_top{
    display: flex;
    padding-top: 48px;
    padding-left: 30px;
}
.title_top>span{
    font-size: 15px;
    color:#aeb6c9;
}
.title_top>ul{
    display: flex;
    width: 90%;
    margin-left: 20px;
    border-bottom: 1px solid #e4e4e4;
}
.title_top>ul>li{
    margin-right: 60px;
    font-size: 15px;
    cursor: pointer;
    padding-bottom: 10px;
}
.title_top>ul>.active{
    color:#629d92;
    border-bottom: 5px solid #629d92;
}
.center_list{
    padding-left: 90px;
    margin-top: 30px;
}
.center_list>ul{
    display: flex;
    width: 92%;
    height: 105px;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}
.center_list>ul>li{
    font-size: 13px;
    cursor: pointer;
    color: #666;
    margin-bottom: 10px;
    padding: 0px 15px;
}
.center_list>ul>.active,
.title_bottom>ul>.active{
    background-color: #d7d7d7;

}

.title_bottom{
    display: flex;
    width: 95%;
    margin: 20px auto 0;
    padding-top: 20px;
    border-top: 1px dashed #e4e4e4;
    padding-bottom: 10px;
}
.title_bottom>span{
    font-size: 15px;
    color:#aeb6c9;
    word-spacing:10px;
}
.title_bottom>ul{
    display: flex;
    width: 92%;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
}
.title_bottom>ul>li{
    font-size: 13px;
    cursor: pointer;
    color: #666;
    width: 149px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}
.center_list>ul>li:hover,
.title_bottom>ul>li:hover{
    color:#629d92;
}
.screening{
    display: flex;
    margin-top: 37px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e4e4e4;
    justify-content: space-evenly;
    line-height: 30px;
}
.screening>span{
    font-size: 15px;
    color:#999;
}
.screening>span>.num{
    color:#7b9d92;
    font-size: 15px;
}
.screening>ul{
    display: flex;
    min-width: 1000px;
}
.screening>ul>li{
    padding:5px 15px;
    line-height: 20px;
    background-color: #6fa59b;
    text-align: center;
    cursor: pointer;
    font-size: 13px;
    margin-left: 10px;
    border-radius: 5px;
    color:#fff;
    transition: .3s;
}
.screening>ul>li:hover{
    background-color: #dab96b;
}
.screening>ul>li>span{
    font-size: 8px;
    color:#fff;
    transition: .3s;
}
.doctorlist{
    width: 1200px;
    margin: 20px auto 0;
}
.doctorlist>ul{   
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.doctorlist>ul>li{
width: 276px;
    height: 263px;
    float: left;
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
    padding: 19px;
    margin-right: 24px;
    margin-bottom: 30px;
    position: relative;
    transition: all .3s;
    transition: border-color .3s,box-shadow .3s;
}
.doctorlist>ul>li:hover{
    border-color: #629d92;
    box-shadow: 0px 10px 30px rgb(98 157 146 / 20%);
}
.doctorlist>ul>li>p{
    margin-top: 10px;
}
.detail{
    display: flex;
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
}
.detail_titile{
    width: 95%;
    margin-left: 38px;
    overflow: hidden;
    text-align: center;
}
.detail_titile>.info a,
.detail_titile>.info>div{
    font-size: 14px;
    white-space:
    nowrap;
    color:#000;
    line-height: 30px;
    text-align: center;
    display: block;
    width: 100%;
    overflow: hidden;
    text-align: left;
}
.detail_titile>h2{
    text-align:left;
}
.detail_titile>h2 a{
    font-size: 18px;
    color:#629d92 ;
}
.detail_titile>h2 a:hover{
    color:#dab96b;
}
a{
    text-decoration:none;
}




/* 科室介绍css */
#box{
    width: 100%;
}
.top{
    width: 100%;
    border-bottom: 1px solid #000;
}
.box_top{
    display: flex;
    width: 1200px;
    margin: 0 auto 0;
}
.box_top>h1{
    line-height: 45px;
    text-align: center;
    font-size: 12px;
    color:#999;
}
.box_top>ul{
    display: flex;
}
.box_top>ul>li{
    width: 140px;
    height: 32px;
    text-align: center;
    color: #555;
    font-size: 16px;
    background-color: #e4e4e4;
    cursor: pointer;
    margin:10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 32px;
    font-size: 15px;
}
.contlist{
    display: flex;
    width: 1200px;
    margin:50px auto 0;
}
.contlist>span{
    padding-left: 0;
    padding-right: 20px;
    font-size: 14px;
    color: #999;
}
.contlist>div{
    padding: 0 15px;
    border-right: 1px solid #e4e4e4;
    font-size: 16px;
    line-height: 30px;
    cursor: pointer;
}
.contlist>ul{
    display: flex;
}
.contlist>ul>li{
    padding: 0 15px;
    border-right: 1px solid #e4e4e4;
    font-size: 16px;
    line-height: 30px;
    cursor: pointer;
    transition: .3s;
}
.contlist>ul>li:hover{
    color:#dab96b;
}
.center_datalist{
    width: 1200px;
    margin: 50px auto 0;
}
.center_datalist>ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.center_datalist>ul>li{    
    width: 380px;
    height: 186px;
    margin-right: 20px;
    margin-bottom: 20px;
}
.center_datalist>ul>li:hover{
    box-shadow: 0px 0px 10px #629d92;
}

.center_datalist>ul>li>a{
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 20px 30px 0;
    border: 1px solid #e4e4e4;
    overflow: hidden;
}
.center_datalist>ul>li>a>.cd-dp-name{
    position: relative;
    height: 40px;
    line-height: 40px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 13px;
}
.center_datalist>ul>li>a>.cd-dp-name>span{
    font-size: 20px;
    color: #555;
    line-height: 20px;
    font-weight: 700;
}
.center_datalist>ul>li>a>.cd-dp-intro{
    font-size: 14px;
    color: #797979;
    line-height: 24px;
}
.cd-dp-name::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 32px;
    height: 5px;
    background-color: #629d92;
}

/* 分类样式 */
.box_top .classify_active,
.contlist .classify_active{
    background-color:#629d92;
    color:#fff;
}

.contlist>ul>li{
    height: 30px;
    text-align: center;
    line-height: 30px;
}
.pages{
    margin-bottom:20px;
}

