/*hospital common 医院公共样式表 2020 12 29*/
*{
    list-style: none;
    font-style: normal;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body{
    background: #FAFAFA;
}
.c333{
    color: #333;
}
.c666{
    color: #666;
}
.c999{
    color: #999;
}
.fwb{
    font-weight: bold;
}
.w100p{
    width: 100%;
}
.tac{
    text-align: center;
}
.dib{
    display:inline-block;
}
/*定位*/
.pa{
    position:absolute;
}
/*内边距*/
.pl14px{
    padding-left: 14px;
}
.pr14px{
    padding-right: 14px;
}
.pl18px{
    padding-left: 18px;
}
.mt8px{
    margin-top: 8px;
}
.ml23px{
    margin-left: 23px;
}
.mb25px{
    margin-bottom: 25px;
}
.white-bg{
    background: #fff;
}
.ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.ell_more {
    display: -webkit-box !important;
    overflow: hidden;
    word-break: break-all;
    -webkit-box-orient: vertical;
}
.ell_two {
    -webkit-line-clamp: 2;
}
/**/
.box{
    width: 1200px;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.top .hos_intro{
    padding-bottom: 22px;
}
.top .hos_intro h2{
    height: 60px;
    line-height: 60px;
}
.hos_intro .intro_cont .left{
    width: 314px;
    height: 210px;
}
.hos_intro .intro_cont .right{
    width: 800px;
}
.hos_intro .intro_cont .right .intro_txt{
    line-height: 29px;
}
.hos_intro .intro_cont .right .bottom{
    margin-top: 3px;
    border: 1px solid #FF6980;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #FF6980;
    height: 30px;
    overflow: hidden;
    line-height: 28px;
    padding: 0 20px;
    
}
.hos_intro .intro_cont .right .address{
    height: 16px;
    line-height: 16px;
}
.hos_intro .intro_cont .right .tel{
    height: 30px;
    line-height: 30px;
}
.hos_intro .intro_cont .right .opening_hours{
    height: 30px;
    line-height: 30px;
    margin-bottom: 7px;
}
.hos_intro .intro_cont .right .category{
    height: 18px;
}
.hos_intro .intro_cont .right .category > span{
    height: 18px;
    line-height: 18px;
}
.hos_intro .intro_cont .right .category p{
    height: 18px;
    line-height: 18px;
}
.hos_intro .intro_cont .right .category .line{
    width: 1px;
    height: 15px;
    background: #999;
    margin: 2px 6px 0 6px;
}
.hos_intro .intro_cont .right .consult_btn{
    width: 167px;
    height: 47px;
    background: #FF6980;
    border: 1px solid #411219;
    font-size: 24px;
    color: #fff;
    right: 0;
    top: 7px;
}
.hos_intro .intro_cont .right .consult_btn span{
    line-height: 45px;
}
.hos_intro .intro_cont .right .consult_btn img{
    width: 27px;
    height: 23px;
    margin-top: 12px;
    margin-left: 6px;
}
/*inner_nav内页导航*/
.top .inner_nav{
    height: 55px;
    border: 1px solid #EEEEEE;
}
.top .inner_nav .nav_item{
    width: 20%;
    height: 55px;
    line-height: 45px;
    text-align: center;
    border-right: 1px solid #EEE;
    border-top: 3px solid transparent;
}
.top .inner_nav .nav_item:last-child{
    border-right: none;
}
/*内容右侧左侧盒子*/
.hos_cont .cont_left{
    width: 800px;
}
.hos_cont .cont_left .left_item{
    background: #fff;
    padding: 0 26px;
}
.hos_cont .cont_right{
    width: 370px;
}
.hos_cont .cont_right .right_item{
    background: #fff;
    border: 1px solid #EEE;
}
/* sec_title 内容二级导航*/
.sec_title{
    height: 66px;
    border-bottom: 1px solid #EEE;
}
.sec_title h3{
    height: 66px;
    line-height: 66px;
    font-size: 26px;
}
.sec_title .more{
    height: 66px;
    line-height: 66px;
    font-size: 16px;
}
/*右侧二级导航*/
.r_sec_title{
    height:55px ;
    border-bottom: 1px solid #EEE;
    position: relative;
}
.r_sec_title h4{
    font-size: 26px;
    line-height: 55px;
}
.r_sec_title h4::before{
    content: '';
    display: block;
    width: 4px;
    height: 22px;
    background: #FF6980;
    position:absolute;
    top: 17px;
    left: 14px;
}
.r_sec_title .more{
    line-height: 55px;
    font-size: 16px;
}
/*cont_right right_item右侧内容*/
/*hos_path 右侧来院路线*/
.hos_path .path_wrap{
    padding-top: 10px;
    padding-bottom: 24px;
}
.hos_path .path_wrap .address{
    height: 37px;
    line-height: 37px;
}
.hos_path .path_wrap .path_cont p{
    width: 100%;
    line-height: 24px;
}
/*hos_speciality 医院特色*/
.hos_speciality .speciality_cont{
    padding-top: 10px;
    padding-bottom: 12px;
}
.hos_speciality .speciality_cont p{
    line-height: 24px;
}
/*hos_news 医院新闻*/
.hos_news .news_cont .top{
    padding-top: 12px;
}
.hos_news .news_cont .top .t_left{
    width: 140px;
    height: 84px;
}
.hos_news .news_cont .top .t_right{
    margin-top: 4px;
    width: 192px;
    line-height: 30px;
    margin-left: 5px;
}
/*hos_news 医院新闻*/
.hos_news .news_list .news_item{
    height: 30px;
    line-height: 30px;
}
.hos_news .news_list .news_item a .txt{
    width: 220px;
    padding-left: 8px;
}
.hos_news .news_list .news_item a::before{
    content: '';
    display: block;
    position:absolute;
    width: 5px;
    height: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #CCC;
    top: 13px;
    left: 0;
}
/*paging 分页*/
.paging{
    height: 34px;
    line-height: 34px;
    padding-left: 96px;
    margin-top: 50px;
}
.paging .paging_wrap{

}
.paging input{
    display: block;
    outline: none;
    width: 55px;
    height: 22px;
    line-height: 22px;
    left: 60px;
    margin-top: 6px;
    border: 1px solid #CAC8C8;
}
.paging .page_btn .btn_item{
    width: 34px;
    height: 34px;
    border: 1px solid #CAC8C8;
    text-align:center;
    margin-left: 10px;
}
.paging .page_btn .btn_item.active{
    background: #FF6980;
    border: none;
}
.paging .page_btn .btn_item.active a{
    color: #fff;
}
.paging .page_btn .btn_item a{
    text-align: center;
    line-height: 34px;
    color: #666;
}
.paging .next_btn{
    width: 62px;
    height: 33px;
    border: 1px solid #CAC8C8;
}
.paging .last_btn{
    width: 54px;
    height: 33px;
    border: 1px solid #CAC8C8;
}
.paging .to{
    height: 34px;
    margin-left: 3px;
}