.star,
.star del {
    display: inline-block;
    background: url(/comment/star.png) no-repeat 0 0 / 57px auto;
    width: 60px;
    height: 9px;
    vertical-align: top;
}

img {
    width: 100%;
    height: 100%;
}

.star {
    background-position: 0 -9px;
    vertical-align: middle;
    margin: -2px 10px 0 2px;
    text-align: left;
}


/* 头部 */

.new_private_heeder {
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.new_private_back {
    display: block;
    width: 30px;
    height: 30px;
    background: url(/comment/dbg22.png);
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-position: center;
}

.new_private_heeder h1 {
    color: #333;
    font-size: 16px;
}

.new_private_heeder a {
    font-size: 14px;
    color: #222;
}


/* banner */

.new_private_banner {
    width: 100%;
    height: 100px;
}

.new_private_banner .mip-img-loaded {
    height: 100px!important;
}

.new_private_banner img {
    width: 100%;
    height: 100%;
}


/* 医院详情 */

.new_private_hospital {
    background: #F6F6F6;
    padding-bottom: 15px;
}

.new_private_hospitalDetail {
    position: relative;
    background: #fff;
    border-radius: 8px;
    top: -15px;
    margin: 0 12px;
    padding: 10px;
}

.new_private_hospital_name {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.new_private_hospital_name h2 {
    font-size: 16px;
    color: #333;
    font-weight: 700;
    max-width: 70%;
}

.new_private_hospital_name a {
    color: #386FE0;
    font-size: 14px;
}

.new_private_hospital_names {
    font-size: 14px;
    color: #444;
    padding: 5px 0;
}

.new_private_hospital_rank {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 5px;
}

.new_private_hospital_rank span {
    background: #62ABF2;
    color: #fff;
    font-size: 12px;
    border-radius: 4px;
    margin-right: 10px;
    padding: 1px 4px;
}

.new_private_hospital_rank span:first-child {
    background: #F4741B;
}

.new_private_hospital_address {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.new_private_hospital_addressText {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    max-width: 95%;
}

.new_private_hospital_addressText span {
    display: block;
    width: 12px;
    height: 15px;
    background: url(/comment/pbg7.png);
    background-repeat: no-repeat;
    background-size: 12px 15px;
    background-position: center;
    margin-right: 10px;
}

.new_private_hospital_addressText p {
    font-size: 14px;
    color: #333;
    max-width: 95%;
}

.new_private_hospital_phone {
    display: block;
    width: 17px;
    height: 17px;
    background: url(/comment/pbg8.png);
    background-repeat: no-repeat;
    background-size: 17px 17px;
    background-position: center;
}


/* 医院服务 */

.new_private_hospital_service {
    background: #fff;
    border-radius: 8px;
    margin: 0 12px;
    padding: 10px;
}

.new_private_hospital_service ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.new_private_hospital_service ul a .new_private_service_consult {
    display: block;
    width: 38px;
    height: 38px;
    background: url(/comment/hbg13.png);
    background-repeat: no-repeat;
    background-size: 38px 38px;
    background-position: center;
    margin: 0 auto;
}

.new_private_hospital_service ul a .new_private_service_phone {
    display: block;
    width: 38px;
    height: 38px;
    background: url(/comment/hbg5.png);
    background-repeat: no-repeat;
    background-size: 38px 38px;
    background-position: center;
    margin: 0 auto;
}

.new_private_hospital_service ul a .new_private_service_guahao {
    display: block;
    width: 38px;
    height: 38px;
    background: url(/comment/ibg6.png);
    background-repeat: no-repeat;
    background-size: 38px 38px;
    background-position: center;
    margin: 0 auto;
}

.new_private_hospital_service ul a h5 {
    font-size: 14px;
    color: #222;
    text-align: center;
    padding: 5px 0;
}

.new_private_hospital_service ul a p {
    font-size: 12px;
    color: #666;
    text-align: center;
}

.new_private_hospital_service ul a p span {
    color: #EA6F24;
}


/* 科室医生 */

.new_private_doctor {
    padding: 10px;
    margin-bottom: 20px;
}

.new_private_doctor h3 {
    font-size: 18px;
    color: #333;
    padding-bottom: 10px;
}

.new_private_doctor h3 span {
    font-size: 12px;
    color: #666;
}

.new_private_doctor ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.new_private_doctor ul a {
    background: #fffbf6;
    border: 1px solid #F78535;
    /* border-radius: 4px; */
    width: 30%;
    margin-right: 12px;
    margin-bottom: 10px;
    height: 80px;
    position: relative;
}

.new_private_doctor ul a:nth-child(3n) {
    margin-right: 0;
}

.new_private_doctor ul a .private_disease_name {
    text-align: center;
    font-size: 16px;
    color: #222;
    padding-top: 20px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.new_private_doctor ul a .private_disease_doctorSum {
    font-size: 12px;
    color: #222;
    text-align: center;
}

.new_private_doctor ul a .private_disease_doctorSum span {
    color: #D96A1C;
}

.new_private_doctor ul a .private_disease_icon {
    position: absolute;
    top: 0;
    left: 0;
    background: #F78535;
    color: #fff;
    font-size: 10px;
    padding: 0 5px;
}

.new_private_doctor_link {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.new_private_doctor_linkDep {
    display: block;
    width: 45%;
    height: 80px;
    background: url(/comment/pbg1.png);
    background-repeat: no-repeat;
    background-size: 100% 80px;
    background-position: center;
}

.new_private_doctor_linkDep p {
    font-size: 12px;
    line-height: 2;
    color: #fff;
    padding-left: 10px;
}

.new_private_doctor_linkDep p:first-child {
    padding-top: 15px;
}

.new_private_doctor_linkDis {
    display: block;
    width: 45%;
    height: 80px;
    background: url(/comment/pbg2.png);
    background-repeat: no-repeat;
    background-size: 100% 80px;
    background-position: center;
}


/* 名医推荐 */

.new_private_doctor_recommend {
    margin-bottom: 20px;
    padding: 10px;
}

.new_private_title {
    display: flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
}

.new_private_title h3 {
    font-size: 18px;
    color: #333;
    font-weight: 700;
}

.new_private_title a {
    font-size: 14px;
    color: #386FE0;
}

.doctor_recommend_list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.doctor_recommend_list li {
    display: block;
    width: 30%;
    border: 1px solid #ED7777;
     height: 145px; 
    margin-right: 10px;
}

.doctor_recommend_img {
    border: 1px solid #ED7777;
    border-radius: 100%;
    width: 46px;
    height: 46px;
    margin: 5px auto;
}

.doctor_recommend_img .mip-img-loaded {
    width: 46px!important;
    height: 46px!important;
}

.doctor_recommend_img img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
}

.doctor_recommend_list p {
    text-align: center;
    line-height: 2;
    color: #333;
    font-size: 14px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.doctor_recommendBtn {
    background: #F14F4F;
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 5px 0;
    display: block;
}


/* 文章列表 */

.new_private_article {
    padding: 10px;
    margin-bottom: 20px;
}

.new_private_article_list a {
    padding: 10px 0;
    border-bottom: 1px solid #D8D8D8;
    display: block;
}

.new_private_article_list a p:first-child {
    font-size: 16px;
    color: #333;
}

.new_private_article_list a p:last-child {
    font-size: 12px;
    color: #888;
}


/* 就诊评价 */

.new_private_evaluate {
    padding: 10px;
    margin-bottom: 20px;
}

.private_evaluate_list li {
    border-bottom: 1px solid #D8D8D8;
    /*padding: 20px 0;*/
    display: block;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.private_evaluate_list .newEvaluate{
    /*border-bottom: 2px solid #D8D8D8;*/
    /*padding: 5px 0;*/
    display: block;
}

.evaluate_user {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.evaluate_user_name {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.evaluate_user_name p {
    font-size: 14px;
    color: #444;
    padding-right: 10px;
}

.evaluate_user_name span {
    background: #FDF4ED;
    color: #444;
    font-size: 12px;
    padding: 1px 10px;
    margin-left: 10px;
}

.evaluate_user_rank {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.evaluate_user_rank p {
    color: #666;
    font-size: 12px;
}

.evaluate_user_text {
    font-size: 14px;
    color: #444;
    padding: 10px 0;
}

.evaluate_doctor {
    background: #FFEBEB;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 15px;
}

.evaluate_doctorImg {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.evaluate_doctorImg .mip-img-loaded{
    width: 32px!important;
    height: 32px!important;
}

.evaluate_doctorImg img {
    width: 32px;
    height: 32px;
    border-radius: 100%;
    margin-right: 10px;
}

.evaluate_doctorImg p {
    font-size: 12px;
    color: #444;
}

.evaluate_doctorLink {
    color: #1478F6;
    font-size: 14px;
    padding-right: 10px;
}

.evaluateMore {
    background: #fff;
    padding: 20px 0;
}

.evaluateMore a:first-child {
    color: #1478F6;
    font-size: 14px;
    margin-bottom: 20px;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    display: block;
}

.evaluateMore a:last-child {
    background: #F73400;
    color: #fff;
    width: 50%;
    padding: 10px 0;
    text-align: center;
    font-size: 14px;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    border-radius: 20px;
}


/* 底部导航 */

.new_private_navList ul {
    width: 100%;
    display: flex;
}

.new_private_navList ul a {
    flex: 1;
    border-right: 1px solid #fff;
    padding: 8px 0;
}

.new_private_navList ul a:nth-child(1) {
    background: #F9814C;
}

.new_private_navList ul a:nth-child(2) {
    background: #EFB33C;
}

.new_private_navList ul a:nth-child(3) {
    background: #79E32C;
}

.new_private_navList ul a:nth-child(4) {
    background: #52AAFA;
}

.new_private_navList ul a:nth-child(1) span {
    display: block;
    width: 28px;
    height: 28px;
    background: url(/comment/pbg3.png);
    background-repeat: no-repeat;
    background-size: 28px 28px;
    background-position: center;
    margin: 2px auto;
}

.new_private_navList ul a:nth-child(2) span {
    display: block;
    width: 28px;
    height: 28px;
    background: url(/comment/pbg4.png);
    background-repeat: no-repeat;
    background-size: 28px 28px;
    background-position: center;
    margin: 2px auto;
}

.new_private_navList ul a:nth-child(3) span {
    display: block;
    width: 28px;
    height: 28px;
    background: url(/comment/pbg5.png);
    background-repeat: no-repeat;
    background-size: 28px 28px;
    background-position: center;
    margin: 2px auto;
}

.new_private_navList ul a:nth-child(4) span {
    display: block;
    width: 28px;
    height: 28px;
    background: url(/comment/pbg6.png);
    background-repeat: no-repeat;
    background-size: 28px 28px;
    background-position: center;
    margin: 2px auto;
}

.new_private_navList ul a p {
    text-align: center;
    font-size: 12px;
    color: #fff;
}

.new_private_footer {
    padding: 10px;
}

.new_private_footer ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.new_private_footer ul a {
    padding-right: 15px;
    font-size: 12px;
    color: #72706E;
    position: relative;
}

.new_private_footer ul a::after {
    content: ">";
    position: absolute;
    top: -1px;
    right: 3px;
}

.new_private_footer ul a:last-child::after {
    display: none;
}

.new_private_vote {
    margin-bottom: 20px;
}

.new_private_voteText {
    background: #F9F9F9;
    padding: 10px;
    font-size: 12px;
    color: #E27E10;
}

.new_private_vote ul {
    padding: 10px;
}

.new_private_vote ul li {
    padding: 10px 0;
    border-bottom: 1px solid #D8D8D8;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.new_private_voteDisease {
    color: #444;
    font-size: 14px;
    padding-bottom: 10px;
}

.new_private_voteDisease span {
    color: #1478F6;
    font-size: 16px;
}

.new_private_voteSum {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.new_private_voteSum a {
    font-size: 12px;
    color: #444;
    margin-right: 10px;
    margin-bottom: 10px;
}

.new_private_voteIcon {
    display: block;
    width: 15px;
    height: 15px;
    background: url(/comment/dbg49.png);
    background-repeat: no-repeat;
    background-size: 15px 15px;
    background-position: center;
    transform: rotate(-90deg);
}

.hospital_info {
    padding: 20px;
}

.hospital_info p {
    font-size: 14px;
    color: #444;
    line-height: 2;
    text-align: center;
}

.new_private_articleContent {
    padding: 10px;
    border-bottom: 5px solid #F2F2F2;
}

.articleContent_title {
    padding-bottom: 10px;
    border-bottom: 1px solid #AFD3FF;
    margin-bottom: 10px;
}

.articleContent_title h1 {
    font-size: 18px;
    color: #111;
    padding: 5px 0;
}

.articleContent_author {
    padding-top: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.articleContent_author p {
    font-size: 14px;
    color: #676767;
    padding-right: 10px;
}

.articleContent_text_m {
    height: 350px;
    overflow: hidden;
}

.articleContent_text_m img{
    width: 100%!important;
    height: 100%!important;
}


.articleContent_text p,
.articleContent_text_m p {
    font-size: 14px;
    color: #444444;
    line-height: 1.8;
    padding-bottom: 10px;
}

.articleContent_readAll {
    color: #1478F6;
    font-size: 14px;
    padding: 10px 0;
    text-align: center;
    width: 100%;
}

.article_next a {
    font-size: 14px;
    color: #222;
    padding: 10px 0;
}

.new_private_recommendoc {
    padding: 10px;
}

.new_private_recommendoc ul {
    /*height: 300px;*/
    /*overflow: hidden;*/
}

.new_private_recommendoc ul li {
    padding: 10px 0;
    border-top: 1px solid #D8D8D8;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.recommendoc_img {
    width: 55px;
    height: 55px;
    margin-right: 10px;
    border: 1px solid #E94E4E;
    border-radius: 100%;
}

.recommendoc_img img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
}

.recommendoc_content {
    width: 80%;
}

.recommendoc_contents {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.recommendoc_contents a {
    max-width: 57%;
}

.recommendoc_name p {
    font-size: 14px;
    color: #444;
    line-height: 2;
}

.recommendoc_name p span {
    font-size: 16px;
    color: #000;
    padding-right: 10px;
}

.recommendoc_consult {
    background: #F14F4F;
    color: #fff;
    font-size: 14px;
    padding: 4px 20px;
    border-radius: 20px;
}

.recommendoc_content .recommendoc_skilled {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.private_hospital_nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
    border-bottom: 1px solid #C6C6C6;
    margin-bottom: 20px;
}

.private_hospital_nav span {
    font-size: 18px;
    color: #686868;
    padding: 10px 0;
}

.selHospital {
    color: #000!important;
    border-bottom: 2px solid #E51515;
}

.hospital_nav_content {
    display: none;
    padding: 10px;
}

.hospital_detail_text {
    margin-bottom: 20px;
}

.hospital_detail_text p {
    font-size: 14px;
    color: #444;
}

.hospital_detail_services {
    border-top: 1px solid #C5C5C5;
    padding: 10px 0;
    border-bottom: 5px solid #F3F3F3;
}

.hospital_detail_services ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.hospital_detail_services ul a p {
    font-size: 14px;
    color: #444;
}

.hospital_detail_services ul a:nth-child(1) span {
    display: block;
    width: 40px;
    height: 40px;
    background: url(/comment/pbg10.png);
    background-repeat: no-repeat;
    background-size: 40px 40px;
    background-position: center;
    margin: 4px auto;
}

.hospital_detail_services ul a:nth-child(2) span {
    display: block;
    width: 40px;
    height: 40px;
    background: url(/comment/pbg12.png);
    background-repeat: no-repeat;
    background-size: 40px 40px;
    background-position: center;
    margin: 4px auto;
}

.hospital_detail_services ul a:nth-child(3) span {
    display: block;
    width: 40px;
    height: 40px;
    background: url(/comment/pbg11.png);
    background-repeat: no-repeat;
    background-size: 40px 40px;
    background-position: center;
    margin: 4px auto;
}

.hospital_detail_services ul a:nth-child(4) span {
    display: block;
    width: 40px;
    height: 40px;
    background: url(/comment/ibg6.png);
    background-repeat: no-repeat;
    background-size: 40px 40px;
    background-position: center;
    margin: 4px auto;
}

.hospital_detail_img {
    /*padding: 10px;*/
    /* margin-bottom: 20px; */
}

.hospital_detail_imglist {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.hospital_detail_imglist img {
    width: 45%;
    height: 110px;
    border-radius: 4px;
    /*margin-right: 10px;*/
    margin-bottom: 10px;
}


.hospital_detail_imglist .mip-img-loaded {
    width: 45%;
    height: 110px;
    border-radius: 4px;
    /*margin-right: 10px;*/
    margin-bottom: 10px;
}

.private_hospital_address p {
    font-size: 14px;
    color: #333;
    line-height: 1.8;
}

.new_private_departmentlist {
    padding: 10px;
    margin-bottom: 20px;
}

.departmentlist_disease {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.departmentlist_disease a {
    width: 105px;
    height: 45px;
    line-height: 45px;
    background: #F4F4F4;
    color: #131313;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-align: center;
    display: block;
    margin-right: 12px;
    margin-bottom: 15px;
    font-size: 14px;
}

.departmentlist_disease a:nth-child(3n) {
    margin-right: 0;
}

.private_department_detail {
     padding: 10px;
}

.private_department_detail_m {
    padding: 10px;
    /*border-bottom: 5px solid #E2E2E2;*/
    height: 127px;
    overflow: hidden; 
}

.private_department_details {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.private_department_details a {
    color: #1478F6;
    font-size: 14px;
}

.private_department_detailPd {
    max-width: 70%;
}

.private_department_hospital {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 4px;
}

.private_department_hospital span {
    background: #FA3434;
    height: 20px;
    width: 4px;
    margin-right: 10px;
}

.private_department_hospital h2 {
    font-size: 16px;
    color: #1B1B1B;
    font-weight: 700;
}

.private_department_detailPd p {
    font-size: 14px;
    color: #EA760E;
    padding-left: 10px;
}

.department_brief_introduction {
    font-size: 14px;
    color: #444;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    padding-top: 10px;
}

.new_private_links {
    padding: 10px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #979797;
}

.new_private_links ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.new_private_links ul a {
    color: #0D74C6;
    font-size: 14px;
    margin-right: 20px;
    margin-bottom: 15px;
}

.private_hospital_contact {
    padding: 10px;
    height: 150px;
    overflow: hidden;
}

.private_hospital_contact h3 {
    font-size: 16px;
    color: #000;
    line-height: 2;
    font-weight: 700;
}

.private_hospital_contact p {
    font-size: 14px;
    color: #444;
}

.new_private_diseaseList {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-top: 10px;
}

.new_private_diseaseList p {
    font-size: 14px;
    color: #666;
    padding-right: 8px;
    padding-bottom: 8px;
}

.new_private_diseaseList p span {
    color: #E15D5B;
}

.new_private_diseaseTitle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border-bottom: 5px solid #E7E7E7;
}

.new_private_diseaseTitle p {
    font-size: 16px;
    color: #1E1E1E;
}

.new_private_diseaseTitle a {
    font-size: 14px;
    color: #6595F7;
}

.page-box {
    width: 60%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin:0 auto;
}

.page-box span {
    font-size: 14px;
    color: #333;
}

.page-box a{
    background: #F14F4F;
    color: #fff;
    padding: 1px 6px;
    font-size: 12px;
}

.new_private_linkBtn {
    background: #F14F4F;
    padding: 4px 10px;
    border-radius: 15px;
    color: #fff!important;
    font-size: 12px;
}


.show_more_doctor {
   text-align: center;
   color: #1478F6;
   padding: 10px;
   font-size: 16px;
}

.mip-vd-tabs-nav{
    width: 100%!important;
}


.head_nav_list_m {
    position: absolute;
    width: 90%;
    top: 48px;
    right: 7px;
    background: #DADADA;
    padding: 10px;
    z-index: 99;
    display: none;
}

.head_nav_list {
    position: absolute;
    width: 336px;
    top: 34px;
    right: 0;
    background: #DADADA;
    padding: 10px;
    z-index: 99;
    display: none;
}

.head_nav_list ul,
.head_nav_list_m ul{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.head_nav_list ul a,
.head_nav_list_m ul a  {
    font-size: 14px;
    color: #333;
    /*margin-right: 20px;*/
    margin-bottom: 20px;
    width: 24%;
    text-align: center;
    border-right: 1px solid #ccc;
}

.head_nav_list_m ul a:nth-child(4n){
    border-right: 0; 
}

  .new_private_guahao {
    background: #F6F6F6;
    padding: 5px;
}

.new_private_guahaoContent {
    margin: 10px;
    background: #fff;
    border-radius: 4px;
    padding: 10px;
}

.new_private_guahaoContent {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.hospital_guahao_img {
    width: 50px;
    height: 50px;
    margin-right: 10px;
}

.hospital_guahao_img img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
}

.hospital_guahao_content {
    width: 80%;
}

.hospital_guahao_contentPd {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.hospital_guahao_detail h2 {
    font-size: 16px;
    color: #343434;
}

.hospital_guahao_ranks {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 5px 0;
}

.hospital_guahao_ranks span {
    border-radius: 4px;
    margin-right: 5px;
    padding: 1px 4px;
    color: #fff;
    font-size: 12px;
}

.hospital_guahao_ranks span:nth-child(1) {
    background: #F4741B;
}

.hospital_guahao_ranks span:nth-child(2) {
    background: #62ABF2;
}

.hospital_guahao_ranks span:nth-child(3) {
    background: #7C99EF;
}

.hospital_guahao_content p {
    font-size: 14px;
    color: #252525;
    line-height: 2;
}

.hospital_guahao_contentPd a {
    font-size: 12px;
    color: #386FE0;
}

.new_private_guahao_department {
    border-bottom: 5px solid #E0E0E0;
    background: #fff;
    display: flex;
    width: 100%;
    justify-content: flex-start;
}

.new_private_guahaoConents {
    display: none;
}

.new_private_firdepartment {
    background: #F6F6F6;
    width: 50%;
}

.new_private_firdepartment li {
    color: #4E4E4E;
    font-size: 14px;
    text-align: center;
    padding: 10px 0;
    border-bottom: 1px solid #f8f8f8;
}

.new_private_secdepartment {
    width: 50%;
    background: #fff;
    display: none;
}

.new_private_secdepartment a {
    color: #4E4E4E;
    font-size: 14px;
    text-align: center;
    padding: 10px 0;
    border-bottom: 1px solid #f8f8f8;
    display: block;
}

.selprivatedepartment {
    background: #fff!important;
    color: #E73731!important;
}

.new_private_guahaoBtn {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid #ccc;
    background: #fff;
    padding: 5px 0;
}

.new_private_guahaoBtn span {
    position: relative;
    padding: 15px 0;
    font-size: 16px;
    /*font-weight: 700;*/
    border-bottom: 0!important;
    line-height: 20px!important;
    text-align: center;
    background: #F4F4F4;
    width: 40%;
}

.new_private_guahaoBtn span:after{
    content: "";
    position: absolute;
    top: 25px;
    right: 12px;
    width: 1px;
    height: 5px;
    border-width: 5px;
    border-style: solid;
    border-color: #979797 transparent transparent transparent;
    margin-top: inherit;
    margin-left: 4px;
}

.new_private_guahao_diseases {
    border-bottom: 5px solid #E0E0E0;
}

.new_private_guahao_diseases ul a {
    padding: 15px;
    font-size: 14px;
    border-bottom: 1px solid #f1f1f1;
    display: block;
    width: 100%;
    color: #444;
    text-align: center;
}

.show_all_doctor {
    font-size: 14px;
    padding: 10px;
    color: #6595F7;
    text-align: center;
}


.readMore,.readMorelist{
    color: #1478F6;
    font-size: 14px;
    margin-bottom: 20px;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    display: block;
}

.mip-vd-tabs-content h4,
.mip-vd-tabs-content .mip-accordion-content a,
.mip-vd-tabs-content ul a {
    padding: 15px;
    font-size: 14px;
    border-bottom: 1px solid #f1f1f1;
    display: block;
    width: 100%;
    color: #444;
    text-align: left;

}

.hospital_guahao_detail {
    width: 70%;
}



