/*hospital 首页 stylesheet 2020 12 30*/
.top .inner_nav .nav_item:first-child{
    border-top: 3px solid #FF6980;
}
.top .inner_nav .nav_item:first-child a{
    color: #FF6980;
}
/* intro_detail医院简介*/
.hos_cont .cont_left .left_item.intro_detail .detail_txt{
    padding-top: 23px;
}
.hos_cont .cont_left .left_item.intro_detail p{
    text-align:justify;
    line-height: 28px;
}
.hos_cont .cont_left .left_item.intro_detail .open_btn{
    height: 13px;
    margin-bottom: 20px;
}
.hos_cont .cont_left .left_item.intro_detail .open_btn img{
    display: block;
    width: 17px;
    height: 9px;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
/*hos_doc 院内专家*/
.hos_doc .doc_list{
    padding-top: 20px;
}
.hos_doc .doc_list .doc_item{
    width: 365px;
    border: 1px solid #EEE;
    margin-bottom: 12px;
    margin-right: 18px;
    padding: 20px 9px;
}
.hos_doc .doc_list .doc_item:hover{
    box-shadow: 0px 2px 12px 1px rgba(204, 204, 204, 0.54);
    border-right: 5px solid #FF6980;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
}
.hos_doc .doc_list .doc_item:nth-child(2n){
    margin-right: 0;
}
.hos_doc .doc_list .doc_item .left{
    width: 70px;
}
.hos_doc .doc_list .doc_item .left .consult_btn{
    background: #FF6980;
    padding:0 5px;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-top: 5px;
}
.hos_doc .doc_list .doc_item .left .consult_btn:hover{
    color: #fff;
}
.hos_doc .doc_list .doc_item .left img{
    width: 70px;
    height: 70px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.hos_doc .doc_list .doc_item .right{
    width: 250px;
    margin-left: 14px;
}
.hos_doc .doc_list .doc_item .right .doc_info{
    height: 20px;
    margin-bottom: 6px;
}
.hos_doc .doc_list .doc_item .right .doc_info span{
    line-height: 20px;
}
.hos_doc .doc_list .doc_item .right .doc_info span:first-child{
    margin-right: 12px;
}
.hos_doc .doc_list .doc_item .right .hos_name{
    height: 28px;
    line-height: 28px;
}
.hos_doc .doc_list .doc_item .right .speciality{
    margin-top: 2px;
    line-height: 24px;
}
/*hos_project 整形项目*/
.hos_project .project_list{
    padding-top: 16px;
}
.hos_project .project_item{
    width: 230px;
    height: 358px;
    padding: 8px 11px 0 11px;
    border: 1px solid #F5F5F5;
    margin-right: 28px;
    margin-bottom: 20px;
}
.hos_project .project_list .project_item:hover{
    box-shadow: 0px 2px 12px 1px rgba(204, 204, 204, 0.54);
    border-bottom: 5px solid #FF6980;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius:  0 0 5px 5px;
    border-radius:  0 0 5px 5px;
}
.hos_project .project_item:nth-child(3n){
    margin-right: 0;
}
.hos_project .project_item img{
    width: 206px;
    height: 198px;
}
.hos_project .project_item .num{
    height: 36px;
    margin-top: 2px;
}
.hos_project .project_item .num .price{
    line-height: 36px;
    color: #FF6980;
}
.hos_project .project_item .num .order_num{
    line-height: 36px;
}
.hos_project .project_item .desc{
    line-height: 20px;
}
.hos_project .project_item .hos_name{
    line-height: 32px;
    margin-bottom: 3px;
}
.hos_project .project_item .order_btn{
    height: 28px;
    margin-bottom: 10px;
}
.hos_project .project_item .order_btn a{
    width: 197px;
    height: 28px;
    background: #FF6980;
    border-radius: 12px;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    line-height: 28px;
    color: #FCFBFB;
}
