/* 隐藏滚动条 */
.hospital_doctor .doctor_min::-webkit-scrollbar {
    display: none;
}

/* 确保内容可滚动 */
.hospital_doctor .doctor_min {
    overflow-y: scroll; /* 对于垂直滚动 */
}

/* 隐藏滚动条 */
.hospital_doctor .doctor_min {
    scrollbar-width: none; /* Firefox */
}

/* 确保内容可滚动 */
.hospital_doctor .doctor_min {
    overflow-y: scroll; /* 对于垂直滚动 */
}

/*hospital_nav*/
.hospital_nav{
    width: 100%;
    margin-top: 0.5rem;
}
.hospital_nav ul{
    width: 100%;
}
.hospital_nav ul li{
    width: 20%;
    float: left;
    text-align: center;
    font-size: 0.9rem;
    font-weight: bold;
    color: #777777;
}
.hospital_nav ul .active a{
    color: #b9090c;
    padding-bottom: 0.2rem;
    border-bottom: 2px solid #b9090c;
}

.list_page{
    width: 100%;
    margin-top: 0.9rem;
    margin-bottom: 0.9rem;
    text-align: center;
    font-size: 0.65rem;
}
.list_page a{
    padding: 0.2rem 0.5rem;
    box-sizing: border-box;
    background: #e3e3e3;
    margin: 0 0.2rem;
    border-radius: 0.15rem;
}
.list_page .active{
    color: #fff;
    background: #b9090c;
}

.icpba{
	text-align:center;
	line-height:1.5rem;
	padding:0px 0.3rem;
}
.icpba .p {
    width: 100%;
    font-size: 0.65rem;
}