body {
    max-width: 800px;
    margin: 0 auto;
}
.hospitalNew_nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 55px;
    padding: 0 15px;
    position: relative;
}
.hospitalNew_nav .hospitalNew_nav_back {
    background: url(../images/hbg7.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 24px;
    height: 24px;
}
.hospitalNew_nav_back_title {
    font-size: 14px;
    background-color: #F4741B;
    color: #fff;
    border-radius: 2.5px;
    padding: 0 4px;
    height: 24px;
    line-height: 24px;
    margin: 0 10px;
    width: 70px;
    text-align: center;
}
.hospitalNew_nav h1 {
    color: #000;
    font-size: 18px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    margin-right: 15px;
    flex: 1;
    text-align: center;
    font-weight: 700;
}
.hospitalNew_nav .hospitalNew_nav_text {
    font-weight: normal;
}
.hospitalNew_nav .hospitalNew_js_navlist {
    font-size: 15px;
    color: #000;
    display: flex;
    align-items: center;
    width: 90px;
    justify-content: flex-end;
}
.hospitalNew_nav .hospitalNew_js_navlist img {
    width: 20px;
    height: 17px;
    margin-right: 5px;
}
.hospitalNew_nav .hospitalNew_navlist {
    position: absolute;
    right: 5px;
    top: 55px;
    width: 100px;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .4);
    border-radius: 3px;
    display: none;
    z-index: 99;
}
.hospitalNew_nav .hospitalNew_navlist li a {
    display: inline-block;
    width: 100%;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 14px;
    color: #333;
    border-bottom: 1px solid #ccc;
}
.hospitalNew_nav .hospitalNew_navlist li:last-child a {
    border-bottom: none;
}
.hospitalNew_banner {
    box-sizing: border-box;
    width: 100%;
    height: 100px;
    padding: 0 10px;
}
.hospitalNew_banner img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}
.hospitalNew_detail {
    margin: 10px;
}
.hospitalNew_detail h2 {
    font-size: 18px;
    color: #333;
    font-weight: 700;
}
.hospitalNew_detail .hospitalNew_rank {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 5px 0;
}
.hospitalNew_detail .hospitalNew_rank span {
    color: #fff;
    font-size: 13px;
    border-radius: 2px;
    margin-right: 10px;
    padding: 1px 4px;
}
.hospitalNew_detail .hospitalNew_rank span:nth-child(odd) {
    background: #f4741b;
}
.hospitalNew_detail .hospitalNew_rank span:nth-child(even) {
    background: #62abf2;
}
.hospitalNew_detail .hospitalNew_profile {
    font-size: 15px;
    color: #333;
    line-height: 25px;
}
.hospitalNew_detail .hospitalNew_profile a {
    margin-left: 10px;
    color: #386FE0;
}
/* 医院服务 */
.hospitalNew_service {
    margin: 0 10px;
}
.hospitalNew_service ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.hospitalNew_service ul a,
.hospitalNew_service ul .hospitalNew_service_item {
    width: 30%;
    padding: 10px 0;
    background: #fff;
    box-shadow: 0px 4px 10px 1px rgba(11,3,6,0.1);
    border-radius: 8px;
}
.hospitalNew_service ul a .new_private_service_consult,
.hospitalNew_service ul .hospitalNew_service_item .new_private_service_consult {
    display: block;
    width: 40px;
    height: 40px;
    background: url(../images/hbg13.png);
    background-repeat: no-repeat;
    background-size: 40px 40px;
    background-position: center;
    margin: 0 auto;
}
.hospitalNew_service ul a .new_private_service_phone,
.hospitalNew_service ul .hospitalNew_service_item .new_private_service_phone {
    display: block;
    width: 40px;
    height: 40px;
    background: url(../images/hbg5.png);
    background-repeat: no-repeat;
    background-size: 40px 40px;
    background-position: center;
    margin: 0 auto;
}
.hospitalNew_service ul a .new_private_service_guahao,
.hospitalNew_service ul .hospitalNew_service_item .new_private_service_guahao {
    display: block;
    width: 40px;
    height: 40px;
    background: url(../images/ibg6.png);
    background-repeat: no-repeat;
    background-size: 40px 40px;
    background-position: center;
    margin: 0 auto;
}
.hospitalNew_service ul a h5,
.hospitalNew_service ul .hospitalNew_service_item h5 {
    font-size: 16px;
    color: #000;
    text-align: center;
    padding: 5px 0;
    font-weight: 700;
}
.hospitalNew_service ul a p,
.hospitalNew_service ul .hospitalNew_service_item p {
    font-size: 13px;
    color: #999;
    text-align: center;
}
.hospitalNew_service ul a p span,
.hospitalNew_service ul .hospitalNew_service_item p span {
    color: #EA6F24;
}
.hospitalNew_menu {
    margin: 15px 10px;
}
.hospitalNew_menu ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    padding: 15px 20px;
    border-radius: 8px;
    box-shadow: 0px 4px 10px 1px rgba(11,3,6,0.1);
}
.hospitalNew_menu ul a .hospitalNew_icon1 {
    display: block;
    width: 30px;
    height: 30px;
    background: url(../images/h_icon_03.png);
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-position: center;
    margin: 0 auto;
}
.hospitalNew_menu ul a .hospitalNew_icon2 {
    display: block;
    width: 30px;
    height: 30px;
    background: url(../images/h_icon_04.png);
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-position: center;
    margin: 0 auto;
}
.hospitalNew_menu ul a .hospitalNew_icon3 {
    display: block;
    width: 30px;
    height: 30px;
    background: url(../images/h_icon_05.png);
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-position: center;
    margin: 0 auto;
}
.hospitalNew_menu ul a .hospitalNew_icon4 {
    display: block;
    width: 30px;
    height: 30px;
    background: url(../images/h_icon_06.png);
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-position: center;
    margin: 0 auto;
}
.hospitalNew_menu ul a p {
    font-size: 13px;
    color: #333;
    text-align: center;
    margin-top: 4.5px;
    font-weight: 700;
}
.hospitalNew_customer {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0 10px;
}
.hospitalNew_customer span {
    width: 65%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background-color: #e7351a;
    border-radius: 4px;
}
.hospitalNew_con {
    padding: 15px 10px;
}
.hospitalNew_con_line {
    border-bottom: 1px solid #F2F2F2;
}
.hospitalNew_con .hospitalNew_con_title {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 10px;
}
.hospitalNew_con .hospitalNew_con_title h3 {
    padding-left: 10px;
    color: #000;
    font-size: 18px;
    position: relative;
    font-weight: 700;
}
.hospitalNew_con .hospitalNew_con_title h3::before {
    content: '';
    width: 4px;
    height: 15px;
    background-color: #3255cb;
    position: absolute;
    left: 0;
    top: 5px;
    border-radius: 10px;
}
.hospitalNew_con .hospitalNew_con_title .hospitalNew_con_title_text {
    flex: 1;
    font-size: 14px;
    color: #333;
    margin-left: 10px;
    margin-bottom: 3px;
}
.hospitalNew_con .hospitalNew_con_title .hospitalNew_con_title_more {
    display: inline-block;
    font-size: 13px;
    color: #386FE0 ;
    margin-bottom: 3px;
}
.hospitalNew_con .hospitalNew_advantage {
    padding: 13px 15px;
    background-color: #fffbf6;
    font-size: 14px;
    border: 1px solid #fa6449;
    border-radius: 8px;
    letter-spacing: 2px;
    line-height: 25px;
}
.hospitalNew_con .hospitalNew_advantage i {
    color: #fa6449;
}
.hospitalNew_con .hospitalNew_department {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.hospitalNew_con .hospitalNew_department a {
    width: 30%;
    height: 60px;
    position: relative;
    font-size: 13px;
    color: #333;
    background-color: #fffbf6;
    border: 1px solid #fa6449;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.hospitalNew_con .hospitalNew_department a .hospitalNew_dtitle {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    margin:0 10px;
}
.hospitalNew_con .hospitalNew_department a:nth-child(-n+3){
    margin-bottom: 20px;
}
.hospitalNew_con .hospitalNew_department a .hospitalNew_hot_icon {
    width: 17px;
    height: 25px;
    position: absolute;
    right: -8px;
    top: -10px;
}
.hospitalNew_con .hospitalNew_department::after {
    content: '';
    width: 30%;
}
.hospitalNew_con .hospitalNew_department a .hospitalNew_depNum {
    margin-top: 5px;
}
.hospitalNew_con .hospitalNew_department a .hospitalNew_depNum i {
    color: #fa6449;
}
.hospitalNew_con .hospitalNew_disease {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.hospitalNew_con .hospitalNew_disease a {
    width: 45%;
    height: 35px;
    font-size: 13px;
    color: #333;
    background-color: #fffbf6;
    border: 1px solid #fa6449;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    padding: 0 5px;
}
.hospitalNew_con .hospitalNew_disease a:nth-last-of-type(-n+2) {
    margin-bottom: 0;
}
.hospitalNew_con .hospitalNew_disease a .hospitalNew_disease_num {
    color: #fa6449;
}
.hospitalNew_con .hospitalNew_disease a .hospitalNew_disease_numleft {
    margin-left: 5px;
}
.hospitalNew_con .hospitalNew_disease a .hospitalNew_disease_feedcount {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    flex: 1;
}
.hospitalNew_doctor {
    margin-left: 15px;
}
.hospitalNew_doctor li {
    position: relative;
    padding: 10px 0;
    border-bottom: 1px dashed #9d9d9d;
}
.hospitalNew_doctor li .hospitalNew_doctor_con {
    display: flex;
}
.hospitalNew_doctor li .hospitalNew_doctor_consult {
    width: 60px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-size: 14px;
    background-color: #f78535;
    color: #fff;
    position: absolute;
    right: 0;
    top: 10px;
    border-radius: 6px;
}
.hospitalNew_doctor li .hospitalNew_doctor_con img {
    width: 50px;
    height: 50px;
    margin-right: 10px;
    border-radius: 50%;
}
.hospitalNew_doctor li .hospitalNew_doctor_con .hospitalNew_doctor_content{
    display: flex;
    flex-direction: column;
    flex: 1;
}
.hospitalNew_doctor_con .hospitalNew_doctor_content .hospitalNew_doctor_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.hospitalNew_doctor_top span {
    color: #000;
}
.hospitalNew_doctor_top .hospitalNew_doctor_name {
    font-size: 15px;
    font-weight: 700;
    width: 27%;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.hospitalNew_doctor_top .hospitalNew_doctor_rank,
.hospitalNew_doctor_top .hospitalNew_doctor_type {
    font-size: 13px;
    margin-top: 2px;
    width: 18%;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.hospitalNew_doctor_top .hospitalNew_doctor_guahao {
    font-size: 13px;
    color: #333;
    padding: 2px 6px;
    background-color: #fffbf6;
    border: 1px solid #fa6449;
    border-radius: 15px;
    display: inline-block;
}
.hospitalNew_doctor_top .hospitalNew_doctor_null {
    width: 60px;
    height: 28px;
}
.hospitalNew_doctor_content .hospitalNew_doctor_cons {
    display: flex;
    margin: 5px 0;
}
.hospitalNew_doctor_content .hospitalNew_doctor_cons span {
    font-size: 13px;
    color: #333;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.hospitalNew_doctor_content .hospitalNew_doctor_cons .hospitalNew_doctor_three {
    display: inline-block;
    padding: 0 8px;
    font-size: 13px;
    background-color: #62abf2;
    color: #fff;
    border-radius: 15px;
    margin-right: 5px;
    min-width: 30px;
}
.hospitalNew_doctor_content .hospitalNew_doctor_cons .hospitalNew_doctor_many {
    display: inline-block;
    padding: 0 8px;
    font-size: 13px;
    border: 1px solid #62abf2;
    color: #62abf2;
    border-radius: 15px;
    margin-right: 5px;
    min-width: 30px;
}
.hospitalNew_doctor_content p {
    font-size: 13px;
    color: #333;
}
.hospitalNew_tab {
    padding: 15px 10px;
}
.hospitalNew_tab .hospitalNew_tab_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    font-size: 14px;
    color: #000;
    height: 30px;
}
.hospitalNew_tab .hospitalNew_tab_title::before {
    content: '';
    width: 4px;
    height: 15px;
    background-color: #3255cb;
    position: absolute;
    left: 0;
    top: 5px;
    border-radius: 10px;
}
.hospitalNew_tab .hospitalNew_tab_title .hospitalNew_tab_titleL {
    flex: 1;
    display: flex;
    align-items: center;
}
.hospitalNew_tab .hospitalNew_tab_title .hospitalNew_tab_titleL h3 {
    margin: 0 10px;
}
.hospitalNew_tab .hospitalNew_tab_title .active {
    font-size: 18px;
    border-bottom: 2px solid #3255CB;
    height: 30px;
    font-weight: 700;
}
.hospitalNew_tab .hospitalNew_tab_title .hospitalNew_tab_more {
    color: #386FE0;
}
.hospitalNew_info a {
    padding: 10px 0;
    border-bottom: 1px dashed #9d9d9d;
    display: block;
}
.hospitalNew_info a:last-child {
    border-bottom: none;
}
.hospitalNew_info a .hospitalNew_info_con {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #333;
    margin: 10px 0;
    position: relative;
    padding-left: 10px;
}
.hospitalNew_info a .hospitalNew_info_con::before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #333;
    position: absolute;
    left: 0;
    top: 7px;
}
.hospitalNew_info a .hospitalNew_info_con span:nth-child(1) {
    flex:1;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.hospitalNew_info a .hospitalNew_info_con span:nth-child(2) {
    width: 90px;
    text-align: right;
}
.hospitalNew_info a p {
    font-size: 13px;
    color: #666;
    margin-left: 10px;
} 
.hospitalNew_info a p span {
    color: #386FE0;
    margin-left: 10px;
}
.hospitalNew_info_none{
    display: none;
}
.hospitalNew_evaluate {
    border: 1px solid #E8E8E8;
}
.hospitalNew_evaluate li .hospitalNew_evaluate_detail{
    background-color: #f2f2f2;
    font-size: 13px;
    color: #333;
    display: flex;
    justify-content: center;
    height: 65px;
    padding: 10px;
    box-sizing: border-box;
}
.hospitalNew_evaluate_detail .hospitalNew_evaluate_flex {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.hospitalNew_evaluate_detail .hospitalNew_evaluate_flex .hospitalNew_evaluate_titless {
    width: 34%;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.hospitalNew_evaluate_detail .hospitalNew_evaluate_flex:nth-child(1){
    width: 60%;
}
.hospitalNew_evaluate_detail .hospitalNew_evaluate_flex:nth-child(2){
    width: 40%;
}
.hospitalNew_evaluate_detail .hospitalNew_evaluate_flex div {
    display: flex;
    align-items: center;
}
.hospitalNew_evaluate_detail .hospitalNew_evaluate_flex a {
    margin-right: 10px;
}
.hospitalNew_evaluate_detail .hospitalNew_evaluate_flex .hospitalNew_evaluate_disease {
    color: #386FE0;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    flex: 1;
}
.hospitalNew_evaluate_detail .hospitalNew_evaluate_flex .hospitalNew_star {
    text-align: left;
    margin-top: 5px;
    display: inline-block;
    background: url(../images/star.png) no-repeat 0 0 / 57px auto;
    width: 60px;
    height: 9px;
    margin-bottom: 7px;
    background-position: 0 -9px;
}
.hospitalNew_evaluate_detail .hospitalNew_evaluate_flex .hospitalNew_del {
    display: inline-block;
    background: url(../images/star.png) no-repeat 0 0 / 57px auto;
    width: 60px;
    height: 9px;
    vertical-align: top;
}
.hospitalNew_evaluate_con {
    padding: 10px;
    font-size: 13px;
    color: #333;
    line-height: 22px;
}
.hospitalNew_evaluate_con .hospitalNew_evaluate_time {
    color: #999;
}
.hospitalNew_evaluate_con .hospitalNew_evaluate_time span {
    margin-right: 10px;
}
.hospitalNew_evaluate_more {
    color: #386FE0;
    text-align: center;
    font-size: 14px;
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
}
.hospitalNew_evaluate_btn {
    display: flex;
    align-items: center;
    justify-content: center;
}
.hospitalNew_evaluate_btn span {
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    background-color: #f78535;
    color: #fff;
    border-radius: 4px;
    margin-bottom: 20px;
}
/* 导航 */
.hospitalNew_btnNav {
    display: flex;
    flex-wrap: wrap;
    margin: 0 10px;
    font-size: 14px;
    color: #333;
}
.hospitalNew_btnNav span {
    color: #000;
    font-weight: 700;
    margin-left: 5px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    flex: 1;
}
.hospitalNew_menuNav {
    margin: 10px;
    border: 1px solid #E8E8E8;
    border-radius: 4px;
    padding: 10px;
    background-color: #fff;
}
.hospitalNew_menuNav .hospitalNew_menuNav_title {
    display: flex;
}
.hospitalNew_menuNav .hospitalNew_menuNav_title span{
    flex: 1;
    font-size: 16px;
    color: #000;
    margin-left: 50px;
    text-align: center;
    font-weight: 700;
}
.hospitalNew_menuNav .hospitalNew_menuNav_title a{
    font-size: 13px;
    color: #386FE0;
}
.hospitalNew_menu1 {
    margin-top: 15px;
}
.hospitalNew_menu1 ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.hospitalNew_menu1 ul a .hospitalNew_icon1,
.hospitalNew_menu1 ul .hospitalNew_menu_text .hospitalNew_icon1{
    display: block;
    width: 28px;
    height: 28px;
    background: url(../images/h_icon_03.png);
    background-repeat: no-repeat;
    background-size: 28px 28px;
    background-position: center;
    margin: 0 auto;
}
.hospitalNew_menu1 ul a .hospitalNew_icon2,
.hospitalNew_menu1 ul .hospitalNew_menu_text .hospitalNew_icon2 {
    display: block;
    width: 28px;
    height: 28px;
    background: url(../images/h_icon_04.png);
    background-repeat: no-repeat;
    background-size: 28px 28px;
    background-position: center;
    margin: 0 auto;
}
.hospitalNew_menu1 ul a .hospitalNew_icon5,
.hospitalNew_menu1 ul .hospitalNew_menu_text .hospitalNew_icon5 {
    display: block;
    width: 28px;
    height: 28px;
    background: url(../images/h_icon_07.png);
    background-repeat: no-repeat;
    background-size: 28px 28px;
    background-position: center;
    margin: 0 auto;
}
.hospitalNew_menu1 ul a .hospitalNew_icon6,
.hospitalNew_menu1 ul .hospitalNew_menu_text .hospitalNew_icon6 {
    display: block;
    width: 28px;
    height: 28px;
    background: url(../images/h_icon_08.png);
    background-repeat: no-repeat;
    background-size: 28px 28px;
    background-position: center;
    margin: 0 auto;
}
.hospitalNew_menu1 ul a .hospitalNew_icon7,
.hospitalNew_menu1 ul .hospitalNew_menu_text .hospitalNew_icon7 {
    display: block;
    width: 28px;
    height: 28px;
    background: url(../images/h_icon_09.png);
    background-repeat: no-repeat;
    background-size: 28px 28px;
    background-position: center;
    margin: 0 auto;
}
.hospitalNew_menu1 ul a p,
.hospitalNew_menu1 ul .hospitalNew_menu_text p{
    font-size: 14px;
    color: #333;
    text-align: center;
    margin-top: 8.5px;
}
.hospitalNew_btm_con {
    background-color: #f2f2f2;
    padding: 10px;
    font-size: 13px;
    color: #333;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.hospitalNew_btm_con .hospitalNew_btm_links {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
    width: 100%;
}
.hospitalNew_btm_con .hospitalNew_btm_links a {
    margin: 0 20px 5px 0;
}
.hospitalNew_btm_nav {
    /* position: fixed; */
    /* bottom: 0; */
    /* left: 0; */
    /* right: 0; */
    /* z-index: 100; */
    background-color: #fff;
    width: 100%;
    height: 66px;
    border-top: 1px solid #DADADA;
    max-width: 800px;
    margin: 0 auto;
}
.hospitalNew_btm_nav ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding: 0 10px;
}
.hospitalNew_btm_nav ul a {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 12px;
    color: #333;
}
.hospitalNew_btm_nav ul a .hospitalNew_btm_icon1 {
    display: block;
    width: 20px;
    height: 20px;
    background: url(../images/icon1.png);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: center;
    margin: 2px auto;
}
.hospitalNew_btm_nav ul a .hospitalNew_btm_icon2 {
    display: block;
    width: 20px;
    height: 20px;
    background: url(../images/icon7.png);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: center;
    margin: 2px auto;
}
.hospitalNew_btm_nav ul a .hospitalNew_btm_icon3 {
    display: block;
    width: 20px;
    height: 20px;
    background: url(../images/h_icon_19.png);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: center;
    margin: 2px auto;
}
.hospitalNew_btm_nav ul .hospitalNew_btm_btn1 {
    font-size: 15px;
    color: #fff;
    width: 33%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 4px;
    background-color: #f78535;
}
.hospitalNew_btm_nav ul .hospitalNew_btm_btn2 {
    font-size: 15px;
    color: #fff;
    width: 33%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 4px;
    background-color: #62abf2;
}
.hospitalNew_btm_nav ul .hospitalNew_btm_btn2 a {
    font-size: 15px;
    color: #fff;
}
.show_all{
    text-align: center;
    color: #666666;
    font-size: 16px;
    margin-top: 15px;
}