
/*details01  PET-CT医院详情页 简介 2021 06 07*/
.hos_container{
    padding-top:24px;
    background: #FCFCFC;
    min-height: 90%;
}
/*cont_l*/
/*hos_intro 医院简介信息*/
.cont_l .hos_intro{
    padding:24px 20px;
    margin-bottom:36px;
    background: #FFFFFF;
    -webkit-box-shadow: 0 0 7px 1px rgba(192, 192, 192, 0.3);
    -moz-box-shadow: 0 0 7px 1px rgba(192, 192, 192, 0.3);
    box-shadow: 0 0 7px 1px rgba(192, 192, 192, 0.3);
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
}
.cont_l .hos_intro .hos_info .left{
    width: 240px;
    height: 146px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
}
.cont_l .hos_intro .hos_info .middle{
    width:394px;
    margin-left:12px;
}


.cont_l .hos_intro .hos_info .middle .grade{
    width:80px;
    text-align: center;
    margin-left:12px;
    -webkit-border-radius:12px;
    -moz-border-radius:12px;
    border-radius:12px;
    background: #FBBF1C;
}
.cont_l .hos_intro .hos_info .price{
    font-size:14px;
    color: #666;
    height:33px;
    line-height:32px;
}
.cont_l .hos_intro .hos_info .price i{
    font-size:24px;
    color: #FF2F2F;
}
.cont_l .hos_intro .order_btn{
    width:110px;
    height: 92px;
    color: #167CF1;
    margin-top:30px;
    background: #F2F6FF;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
}
.cont_l .hos_intro .order_btn span{
    padding-top:54px;
    background:url("order_bg01.png") no-repeat center;
    -webkit-background-size:32px 32px;
    background-size:32px 32px;
}
.cont_l .hos_intro .order_btn:hover{
    background:#167CF1;
    color: #fff;
}
.cont_l .hos_intro .order_btn:hover span{
    background:url("order_bg02.png") no-repeat center;
}
/*details_nav*/
.cont_l .details_nav{
    height:36px;
    background:url("nav_bg.png") no-repeat left top;
    -webkit-background-size:100% 100%;
    background-size:100% 100%;
}
.cont_l .details_nav .nav_item{
    position: relative;
    line-height:36px;
    padding:0 20px;
    color: #B1B1B1;
}
.cont_l .details_nav .nav_item.active,
.cont_l .details_nav .nav_item a:hover{
    color: #1865FD;
}
.cont_l .details_nav .nav_item a::after{
    content: '';
    position:absolute;
    width:1px;
    height:14px;
    right:0;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background:#CADAFF;
}
.cont_l .details_nav .nav_item:last-child a::after{
    content: '';
    background: transparent;
}