.public-content{
    position: relative;
    margin: 0 auto;
    width: 1200px;
}
.public-content2{
    position: relative;
    margin: 0 auto;
    width: 1260px;
}
.yichu{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.yichu-title{
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.yichu-2{
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.yichu-3{
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.yichu-4{
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.yichu-5{
    line-height: 26px;
}
.footer{
    background: #ddd;
    display: flex;
    text-align: center;
    justify-content: center;
    padding: 50px 0;
}
.footer img{
    width: 130px;
    height: 130px;
    overflow: hidden;
}
.footer .fot-text{
    margin-top: 20px;
    line-height: 1.5;
    margin-left: 20px;
}
.header{
    display: flex;
}
.hearder-box{
    padding: 14px 0;
    margin-right: 36px;
}
.hearder-box h1{
    background: url(../img/logo.png) no-repeat;
    text-indent: -100em;
    width: 190px;
    height: 90px;
    cursor: pointer;
    background-size: 100%;
}

.hearder-box .is_content {
    background: url(../img/logo.png) no-repeat;
    text-indent: -100em;
    width: 190px;
    height: 90px;
    cursor: pointer;
    background-size: 100%;
}

.hearder-box input{
    width: 50%;
    border: 1px solid #00a0e9;
    height: 40px;
    border-radius: 20px;
    margin-top: 16px;
    text-indent: 18px;
    font-size: 14px;
}

.header-tabbar{
    color: #000;
    margin-bottom: 30px;
}
.header-tabbar .haochi-txt{
    margin-left: 18px;
    color: #44A8A8;
    font-weight: 800;
    font-size: 18px;
}
.header-tabbar .haochi-txt span{
    color: #365C81;
    margin-left: 10px;
}



.top-400{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}
/* 搜索框 */
.input {
    margin-left: -40px;
  position: relative;
  height: 35px;
  border-top: #ccc solid 1px;
  border-right: none;
  border-bottom: #ccc solid 1px;
  border-left: #ccc solid 1px;
  border-radius: 4px 0 0 4px;
  }

  #search-input {
    outline: none;
    border: none;
    padding: 0 10px;
    margin: 0;
    width: 345px;
    height: 35px;
    color: #333;
    font-size: 16px;
    border-radius: 4px 0 0 4px;
  }

  .search {
    position: absolute;
    top: -1px;
    right: -60px;
    width: 60px;
    height: 37px;
    background-color:  #ccc;
    background-image: url('/statics/pc/hnqnw/img/search.png');
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
  }
.lxwm400{
    position: relative;
    margin-right: 120px;
    /*font-weight: 600;*/
}

.lxwm400::before{
    content: '';
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    z-index: 9;
    background-size: contain;
    top: 0px;
    left: -30px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../../images/phone.png);
}







.header-tabbar ul{
    display: flex;
    justify-content: space-around;
}
.header-tabbar ul li{
    font-size: 21px;
    height: 40px;
    line-height: 40px;
    margin: 0 20px;
    font-weight: 600;
    cursor: pointer;
}
.header-tabbar ul .erweima img{
    width: 70px;
    position: relative;
    top: -18px;
    left: -12px;
}
.header-tabbar ul a{
    color: #000;
    width: 90px;
}
.header-tabbar ul .active{
    color: #44A8A8;
    border-bottom: 4px solid #44A8A8;
}
.banner{
    position: relative;
}
body a{
    color: #000;
}
/* 轮播图黄色块儿 */
.yellow-tabbar{
    background-color:#365C81;
    width: 100%;
    margin-bottom: 6px;
}
.subnav {
    display: flex;
}
.subnav .syxm{
    text-align: center;
    line-height: 64px;
    color: white;
    font-size: 22px;
    background-color: #3A7B91;
    height: 64px;
    padding: 8px 14px
}
.subnav .syxm span i{
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../img/xia.png);
    margin-left: 10px;
    margin-top: 0px;
    position: relative;
    top: 3px;
}
.subnav li {
    cursor: pointer;
    padding: 8px 56px;
    margin-right: 4px;
    background-color:#44A8A8;
}
.subnav li:last-child{
    border-right: 0;

}
.subnav li div {
    font-size: 14px;
    display: flex;
    color: #fff;
    width: 56px;
    flex-wrap: wrap;
    text-align: center;
}
.subnav i {
    display: inline-block;
    margin: 0 auto;
}
.iconfont{
    font-size: 30px!important;
}
.subnav span {
    display: inline-block;
    margin-top: 6px;
}
.subnav b {
    margin-top: 3px;
    margin-left: 38px;
    font-family: '宋体';
}
.banner_subnav {
    position: relative;
    z-index: 16;
}

/* 轮播图 */
.swiper-wrapper{
    cursor: pointer;
    min-height: 300px;
}

.swiper-wrapper .swiper-slide img{
    width: 100% !important;
    overflow: hidden;
}
/* 首页 */

.shouye-box{
    margin-top: 30px;
}

.ban-block ul{
    display: flex;
    justify-content: space-between;
}
.ban-block ul li{
    width: 18%;
    height: auto;
    overflow: hidden;
    font-size: 14px;
    border: 1px solid #ddd;
    cursor: pointer;
}

.ban-block ul li p{
    padding: 10px 8px 12px;
    height: 52px;
}
.ban-block ul li img{
    width: 218px;
    height: 148px;
    overflow: hidden;
}
.tab-top-com{
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    margin-bottom: 20px;
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 10px;
    position: relative;
}
.tab-top-com .shu{
    position: relative;
    font-size: 26px;
    color: #44A8A8;
    text-indent: 14px;
}
.tab-top-com .qbal{
    font-size: 14px;
    line-height: 34px;
    margin-right: 10px;
}
.tab-top-com .shu::before{
    content: '';
    display: block;
    position: absolute;
    width: 6px;
    height: 34px;
    top: 2px;
    left: -2px;
    background-color: #44A8A8;

}
.arrow{
    width: 0px;
    height: 0px;
    border-width: 4px 4px 4px 4px;
    border-style: solid;
    border-color: transparent transparent transparent #666666;
    display: block;
    float: right;
    position: absolute;
    top: 40%;
    right: -8px;
    transform: translate(-50%, -50%);
}






/* 咨询攻略 */
.zxglve-box>ul{
    display: flex;
    padding-top: 10px;
    justify-content: space-between;
    flex-wrap: wrap;
}
.zxglve-box>ul>a{
    width: 46%;
    margin-top: 18px;
    margin-bottom: 35px;
}
.zxglve-box>ul>a>li{
    display: flex;
    justify-content: space-between;
    padding: 14px;
    margin-bottom: 16px;
    height: 98px;
    cursor: pointer;
}
.zxglve-box>ul>a>li>img{
    width: 175px;
    height: 120px;
    overflow: hidden;
}
.zxglve-box>ul>a>.active{
    background: rgb(247,247,247);
}
.orange{
    color:#ff952e;
}
.zxglve-box .txt-r{
    margin-left: 16px;
    width: 64%;
    margin-top: 25px;
}
.zxglve-box .txt-r h3{
    margin: 10px 0;
    font-size: 18px;
}

.zxglve-box .txt-r ul {
    display: flex;
    justify-content: flex-end;
}
.zxglve-box .txt-r ul li{
    font-size: 14px;
}


/* 优质案例 */
.yzal-box{

}
.yzal-box ul{
    display: flex;
    flex-wrap: wrap;
}
.yzal-box ul a{
    width: 32%;
    margin-right: 2%;
}
.yzal-box ul a:nth-child(3),.yzal-box ul a:nth-child(6),.yzal-box ul a:nth-child(9),
.yzal-box ul a:nth-child(12),.yzal-box ul a:nth-child(15){
    margin-right: 0;
}
.yzal-box ul li{
    border: 1px solid #d3d3d3;
    padding: 14px;
    margin-bottom: 16px;
    padding-bottom: 0;
    cursor: pointer;
}
.yzal-box ul li .img-2{
    display: flex;
}
.yzal-box ul li img{
    margin-right: 2px;
    overflow: hidden;
    object-fit: cover;
    width: 50%;
    height: 88px;
}
.yzal-box ul li img:nth-child(2){
    margin-right: 0;
}
.yzal-box ul li .text-r{
    font-size: 14px;
    padding: 10px 0;
}
.yzal-box ul li .text-r .name-p{
    margin: 18px 0px;
}
.yzal-box ul li .text-r .name-p span{
    color: #44A8A8;
}
.yzal-box ul li .text-r .bt{
    font-weight: 600;
    font-size: 16px;
}

/* 热门医院 */
.rmhos-box ul{
    display: flex;
    flex-wrap: wrap;
}
.rmhos-box ul a{
    width: 19%;
}
.rmhos-box ul li{
    text-align: center;
    border: 1px solid skyblue;
    margin-bottom: 16px;
    cursor: pointer;
    width: 228px;
    margin-right: 10px;
    height: 262px;
}
.rmhos-box ul li:nth-child(5),.rmhos-box ul li:nth-child(10),.rmhos-box ul li:nth-child(15){
    margin-right: 0;
}
.rmhos-box ul li img{
    width: 230px;
    height: 146px;
    overflow: hidden;
}
.rmhos-box ul li h3{
    font-size: 18px;
    margin: 10px 8px;
}

.rmhos-box ul li .sc{
    font-size: 14px;
    width: 90%;
    margin: 0 auto;
}
.rmhos-box ul li .xm-p{
    background-color: #ff952e;
    color: #fff;
    width: 100px;
    height: 30px;
    border-radius: 20px;
    font-size: 14px;
    line-height: 30px;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
}




/* 优质问答 */

.left-bt{
    display: flex;
    justify-content: space-between;
    color: white;
    background:  #44A8A8;
    padding: 4px 20px;
}
.left-bt .bt-img{
    position: relative;
    text-indent: 20px;
}
.left-bt a{
    color: white;
}
.left-bt .bt-img::before{
    content: '';
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    background-size: contain;
    top: 2px;
    left: -10px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../img/icon_01.png);
}

.sy-yzwd  .wdys-box{
    display: flex;
    padding: 30px;
    border-bottom: 1px solid #f5f5f5;
    color: #000;
}

.sy-yzwd .wdys-box .left{
    width: 35%;
}

.sy-yzwd .wdys-box .left .lf-top{
    display: flex;
}
.sy-yzwd .wdys-box .left .lf-top img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    overflow: hidden;
}

.sy-yzwd .wdys-box .left .lf-top .lf-r{
    margin-left: 10px;
    line-height: 2;
    margin-top: 0px;
}

.sy-yzwd .wdys-box .left .yy{
    margin-left: 10px;
    margin-top: 10px;
}
.sy-yzwd .wdys-box  .zhong{
    width: 6%;
}
.sy-yzwd .wdys-box .right{
    line-height: 2;
    width: 100%;
}

.sy-yzwd .wdys-box .right .wt{
    font-size: 16px;
}
.sy-yzwd .wdys-box .zhong p{
    line-height: 26px;
    display: inline-block;
    width: 26px;
    height: 26px;
    font-size: 14px;
    border-radius: 50%;
    text-align: center;
    margin-right: 10px;
    margin-top: 6px;
}

.sy-yzwd .wdys-box .zhong .w{
    background: #44A8A8;
    color: white;
}
.sy-yzwd  .wdys-box .zhong .d{
    color: white;
    background: rgb(255,213,100);
}


/* 口碑医生 */
.kbys-box ul{
    display: flex;
    flex-wrap: wrap;
}
.kbys-box ul  a{
    width: 17%;
}
.kbys-box ul li{
    width: 200px;
    text-align: center;
    border: 1px solid #d2d2d2;
    padding: 10px;
    margin-bottom: 16px;
    border-radius: 5px;
    margin-right: 20px;
}
.kbys-box ul li:nth-child(5),.kbys-box ul li:nth-child(10){
    margin-right: 0;
}
.kbys-box ul li img{
    border-radius: 10px;
    width: 165px;
    height: 165px;
    overflow: hidden;
    object-fit: cover;
}
.kbys-box ul li h3{
    font-size: 16px;
    margin: 10px 0;
}
.kbys-box ul li h3 span{
    font-size: 14px;
    color: gray;
}
.kbys-box ul li .ks-p{
    margin: 10px 0;
}
/* 口腔优惠 */
.kqyh-box ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.kqyh-box ul li{
    width: 46%;
    border: 1px solid #d2d2d2;
    border-radius: 5px;
    padding: 20px 8px;
    margin-bottom: 16px;
}
.kqyh-box ul li a{
    display: flex;
}
.kqyh-box ul li img{
    margin-right: 10px;
    width: 175px;
    height: 167px;
    overflow: hidden;
}
.kqyh-box ul li .txt-r{
    width: 66%;
    margin-top: 30px;
}
.kqyh-box ul li .txt-r h3{
    font-size: 16px;
}
.kqyh-box ul li .txt-r p{
    margin-top: 10px;
    font-size: 14px;
}

.line{
    width: 100%;
    height: 4px;
    background-color: #44A8A8;
    margin: 10px 0 20px 0;
}
/* 医生详情页 */
.ysxq-box{

}
.ysxq-box .xq-con{
    padding: 30px 10px 20px 10px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #f5f5f5;
}

.ysxq-box .xq-con img{
    width: 220px;
    height:210px;
    overflow: hidden;
    object-fit: cover;
}
.blue{
    color: #44A8A8;
}

.ysxq-box .xq-con .right-text{
    margin-top: 1%;
    line-height: 2;
    width: 44%;
}
.xq-con .btn-2{
    cursor: pointer;
    width: 17%;
}
.ysxq-box .lxwm {
    border: 0;
    color: white;
    border-radius: 20px;
    padding: 4px 0px;
    font-size: 14px;
    background-color: #44A8A8;
    text-align: center;
    width: 200px;
    margin-top: 24%;
    height: 30px;
    line-height: 30px;
}
.ysxq-box .lxwm2{
    border: 0;
    color: white;
    border-radius: 20px;
    padding: 4px 0px;
    font-size: 14px;
    background-color: #ff952e;
    text-align: center;
    width: 200px;
    margin-top: 14%;
    height: 30px;
    line-height: 30px;
}

/* 医生详情页，左中右盒子 */

.ysxq-box .content-box{
    display: flex;
    justify-content: space-between;
}
.ysxq-box .content-box .left-b{
    width: 24%;
    margin-right: 44px;
}
.ysxq-box .content-box .left-b .two-box{
    padding: 0 14px 20px 14px;
    border: 1px solid #f2f2f2;
    margin-top: 26px;
    padding-bottom: 0;
    margin-bottom: 20px;
}
.ysxq-box .content-box .left-b .rzyy{
    padding-bottom: 20px;
}
.ysxq-box .content-box .left-b .two-box .yyimg{
    width: 256px;
    height: 170px;
}
.ysxq-box .content-box .left-b .two-box .nam{
    text-align: center;
    margin: 10px 0;
}
.ysxq-box .content-box .left-b .two-box .al-box{
    padding-top: 10px;
}
.ysxq-box .content-box .left-b .two-box .jj{
    font-size: 14px;
}
.ysxq-box .content-box .left-b .two-box .img2{
    display: flex;
    width: 255px;
    height: 243px;
}
.ysxq-box .content-box .left-b .two-box .img2 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ysxq-box .content-box .left-b .two-box .zxxm{
    margin: 10px 0;
    text-align: center;
}
.ysxq-box .content-box .left-b .tab-top-com{
    justify-content: unset;
    margin-top: 16px;
    margin-bottom: 10px;
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 10px;
}
.ysxq-box .content-box .left-b .tab-top-com .shu{
    font-size: 22px;
}
.ysxq-box .content-box .left-b .tab-top-com .shu::before{
    top: 0px;
}
.plkuang  textarea{
    font-size: 14px;
    text-indent: 10px;
    width: 100%;
    padding-top: 4px;
}
.plkuang .dpnum{
    display: inline-block;
    margin-top: 6px;
    margin-left: 10px;
    font-size: 14px;
    color: gray;
}
.plkuang .rmpl{
    margin-bottom: 10px;
}
.plkuang .lxwm3{
    border: 0;
    color: white;
    border-radius: 5px;
    padding: 4px 0px;
    font-size: 14px;
    background-color: #ff952e;
    text-align: center;
    width: 100px;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 24px;
}
.plkuang .rmpingl{
    border: 1px solid #d2d2d2;
    border-right: 0;
    border-left: 0;
    display: flex;
    padding: 14px 8px;
    font-size: 14px;
}
.plkuang .rmpingl img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;

}
.plkuang .rmpingl .rig-txt{
    margin-left: 14px;
    width: 80%;
}
.plkuang .rmpingl .rig-txt img{
    width: unset;
    height: unset;
    border-radius: unset;
}
.plkuang .rmpingl .rig-txt .con-t{
    margin: 10px 0;
}
.plkuang .rmpingl .rig-txt .dz{
    margin-top: 10px;
    text-align: right;
    font-size: 12px;
}





.ysxq-box .content-box .center-b{
    width: 47%;
}
.ysxq-box .content-box .ysgl {
    margin-top: 20px;
}
.ysxq-box .content-box .ysgl .box-con ul{
    line-height: 2;
    text-align: left;
    padding: 10px 0px;
    color: #44A8A8;
}
.ysxq-box .content-box .ysgl .box-con ul li{
    color: #44A8A8;
}
.ysxq-box .content-box .ysgl .box-con ul li a{
    color: #44A8A8;
}
.jctj-box ul{
    line-height: 2;
    text-align: left;
    padding: 10px 0px;
    color: #44A8A8;
}
.jctj-box ul li{
    color: #44A8A8;
}
.jctj-box ul li a{
    color: #44A8A8;
}

.yyxq-box .institution_connet_b {
    margin-top: unset;
    position: relative;
    padding: 12px 0 10px;
}


.institution_connet_b {
    margin-top: 27px;
    position: relative;
    padding: 44px 0 10px;
}
.institution_connet_nav {
    position: absolute;
    display: flex;
    top: 0;
    left: 0;
    border-bottom: 1px solid #e9e9e9;
    height: 43px;
}
.institution_connet_nav li {
    text-align: center;
    position: relative;
    float: left;
    border: 1px solid #eee;
    box-sizing: border-box;
}
.institution_connet_nav li:first-child a:hover, .institution_connet_nav li:first-child a {
    border-left: 1px solid transparent;
}
.institution_connet_nav .active a {
    border-left: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
    color: #44A8A8;
    border-bottom: 1px solid #fff;
    background: #fff;
}

.institution_connet_nav li a {
    font-size: 16px;
    color: #4c4b4b;
    display: block;
    border: 1px solid transparent;
    padding: 10px 40.8px;
}
.doc_center_box .institution_connet_nav li a {
    padding: 10px 57px;
}
.institution_connet_nav .span_num {
    position: absolute;
    display: inline-block;
    padding: 0 6px;
    font-size: 12px;
    text-align: center;
    background-color:#ff952e;
    color: #fff;
    border-radius: 10px;
    line-height: 16px;
    top: 4px;
    right: 0;
}


.ysxq-box .content-box .right-b{
    width: 24%;
    margin-left: 30px;
    margin-top: 26px;
}

.ysxq-box .content-box .right-b .right-bt{
    font-size: 20px;
    display: flex;
    justify-content: space-between;
    background:  #44A8A8;
    color: white;
    padding: 4px 20px;
}
.ysxq-box .content-box .right-b .right-bt a{
    color: white;
}
.ysxq-box .content-box .right-b .img-p img{
    width: 288px;
    margin: 14px 0;
    overflow: hidden;
}
.right-box .img-p{
    padding: 0 0 10px 0;
}
.right-box .img-p img {
    width: 100%;
    margin: 14px 0;
    height: 260px;
    object-fit: cover;
}
.ysxq-box .content-box .right-b .img-p  .sj{
    margin: 10px 0;
}


/* 医院详情页 */

.yyxq-box .content-box .center-b{
    width: 76%;
}
.yyxq-box .content-box .right-b{
    width: 22%;
}
.yyxq-box .xq-con .right-text{
    width: 44%;
    margin-top: 4%;
}

.blue-font{
    font-size: 22px;
    color: #44A8A8;
}

.tjys-box ul{
    display: flex;
    margin-top: 20px;
    flex-wrap: wrap;
}

.tjys-box ul li{
    position: relative;
    width: 203px;
    margin-right: 48px;
    margin-bottom: 20px;
}
.tjys-box ul li:nth-child(4),.tjys-box ul li:nth-child(8),.tjys-box ul li:nth-child(12),.tjys-box ul li:nth-child(16),.tjys-box ul li:nth-child(20){
    margin-right: 0;

}
.tjys-box ul li a{
    color: #000;
}
.tjys-box ul li img {
    width: 203px;
    height: 203px;
    overflow: hidden;
    object-fit: cover;
}
.tjys-box ul li .mz{
    height: 40px;
    line-height: 40px;
    background:#ff952e ;
    color: white;
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 56px;
}

.tjys-box ul li  .bot-con{
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    padding: 6px;
    margin-top: 40px;
}
/* 案例推荐 */
.altj{
    margin-top: 20px;
}
.altj .bjmz{
    text-align: center;
}
.altj a{
    color: #000;
}
.altj .wd-box {
    padding: 20px 10px;
    border-bottom: 1px solid #f5f5f5;
}
.altj .wd-box .wd-list{
    display: flex;
}
.altj .right-con{
    margin-left: 14px;
    line-height: 1.5;
    flex: 2;
}
.altj .right-con .h3{
    margin-bottom: 10px;
    font-size: 18px;
}

.altj .wd-box .wd-list .con-list h3 {
    margin-top: 28px;
    line-height: 48px;
}
.altj .wd-box .wd-list .doc-con-list h3 {
    margin-top: 28px;
    line-height: 30px;
}
.altj .right-con p span{
    font-weight: 600;
}

.altj .right-con .timer{
    text-align: right;
    margin-top: 10px;
}
.altj .wd-box .wd-list img {
    width: 220px;
    height: 140px;
    overflow: hidden;
}
.altj .wd-box .wd-list .altj-list-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.altj .wd-box .wd-list .ysgl-list-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.altj .wd-box .wd-list .altj-list-img {
    width: 220px;
    height: 210px;
}
.altj .wd-box .wd-list .ysgl-list-img{
    width: 220px;
    height: 210px;
}

.plun-box .plkuang .rmpingl{
    border: 0;
}

.plun-box .plkuang .nme{
    margin-bottom: 6px;
}
.plun-box .plkuang .rmpingl .rig-txt .con-t{
    margin: 6px 0;
}

.plun-box .plkuang .lxwm3{
    margin-left: 0px;
}



/* 医生详情页- 点评 */

.con-text .plkuang .lxwm3{
    margin-left: 0px;
}

.con-text .plkuang .rmpingl{
    padding: 14px 34px 14px 10px;
}

/* 口腔资讯页 */
.ycjz-list-box{
    display: flex;
    justify-content: space-between;
}
/* .ycjz-list-box a{
    color: #fff;
} */
/* .ycjz-list-box a p{
    color: #000;}
 */

.ycjz-list-box .left-box .xq-con{
    padding: 30px 10px 10px 10px;
    display: flex;
    border-bottom: 1px solid #f5f5f5;
}
.ycjz-list-box .left-box .xq-con img{
    width: 220px;
    height: 210px;
    overflow: hidden;
    object-fit: cover;
}
.ycjz-list-box .left-box .yy-hos img{
    width: 300px;
    height: 225px;
    overflow: hidden;
    object-fit: cover;
}
.ycjz-list-box .left-box .ys-doc img{
    width: 203px;
    height: 203px;
    overflow: hidden;
    object-fit: cover;
}
.ycjz-list-box .left-box h2{
    text-indent: 30px;
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f5f5f5;
}

.ycjz-list-box .left-box .xq-con .right-text{
    margin-left: 4%;
    margin-top: 0;
    line-height: 2;
    color: black;
    width: 70%;
}
.ycjz-list-box .left-box .xq-con .right-text h2{
    text-indent: 0;
    margin-top: 0px;
    padding-bottom: 0px;
    border-bottom: 0;
}
.left-box{
    width:74%;
}
.right-box {
    width: 22%;
    margin-top: 50px;
}

.right-box .right-bt a{
    color: white;
}

.right-box .right-bt {
    display: flex;
    justify-content: space-between;
    background: #44A8A8;
    color: white;
    padding: 4px 20px;
}
.yh-list-box ul{
    margin-top: 20px;
    padding: 0 0px 6px 6px;
}
/* .yh-list-box ul li .textt{
    text-align: center;
    margin-top: 10px;
} */

.yh-list-box ul li .scsc{
    margin: 10px 0;
}
.left-box .xq-con .right-text .timer{
    text-align: right;
    margin-right: 20px;
}
.page {
    text-align: center;
    margin: 20px 0;
}
.page a {
    color: white;
    background: #365C81;
    display: inline-block;
    border-radius: 5px;
    font-size: 14px;
    padding: 4px 10px;
    margin: 0 6px;
}
.page span {
    background: #44A8A8;
    color: white;
    display: inline-block;
    border-radius: 5px;
    font-size: 14px;
    padding: 4px 10px;
    margin: 0 6px;
}



/* 口腔问答列表页 */
.wd-list-box{
    display: flex;
    justify-content: space-between;
}


.wd-list-box .left-box h2{
    text-indent: 30px;
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f5f5f5;
}

.wd-list-box .left-box .wdys-box{
    display: flex;
    padding: 30px 0;
    border-bottom: 1px solid #f5f5f5;
    color: black;
}

.wd-list-box .left-box .wdys-box .left{
    width: 45%;
}

.wd-list-box .left-box .wdys-box .left .lf-top{
    display: flex;
}
.wd-list-box .left-box .wdys-box .left .lf-top img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    overflow: hidden;
}

.wd-list-box .left-box .wdys-box .left .lf-top .lf-r{
    margin-left: 10px;
    line-height: 2;
    margin-top: 10px;
}

.wd-list-box .left-box .wdys-box .left .yy{
    margin-left: 20px;
    margin-top: 10px;
}

.wd-list-box .left-box .wdys-box .right{
    line-height: 2;
    width: 94%;
}

.wd-list-box .left-box .wdys-box .right .sj{
    margin: 8px 0;
}
.wd-list-box .left-box .wdys-box .right .wt{
    font-size: 22px;
    line-height: 1.3;

}
.wd-list-box .left-box .wdys-box .zhong{
    width: 6%;
}
.wd-list-box .left-box .wdys-box .zhong p{
    line-height: 26px;
    display: inline-block;
    width: 26px;
    height: 26px;
    font-size: 14px;
    color: white;
    border-radius: 50%;
    text-align: center;
}

.wd-list-box .left-box .wdys-box .zhong .w{
    background: #44A8A8;
    color: white;
}
.wd-list-box .left-box .wdys-box .zhong .d{
    color: white;
    background: rgb(255,154,88);
    margin-top: 12px;
}



/* 项目百科详情页 */
.xmbk-box{
    color: #333;
}
.xmbk-box p{
    letter-spacing: 0;
    text-align: justify;
    line-height: 22px;
}
.xmbk-box .con-zhong-box{
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.xmbk-box .top-box,.xmbk-box .xgzs{
    background-color: white;
    padding: 30px;
}
.xmbk-box .xgzs .img-2{
    text-align: center;
    width: 856px;
    height: 134px;
}
.xmbk-box .xgzs img{
    width: 209px;
    height: 134px;
}

.xmbk-box .top-box h2{
    font-size: 24px;
    line-height: 1;
    margin-top: 50px;
    margin-bottom: 30px;
    color: #333;
    font-weight: 400;
}
.con-zhong-box h3{
    font-size: 24px;
    line-height: 1;
    margin-top: 50px;
    margin-bottom: 30px;
    color: #333;
    font-weight: 600;
}
.xmbk-box .con-zhong-box section h2{
    font-size: 24px;
    line-height: 1;
    margin-top: 50px;
    margin-bottom: 30px;
    color: #333;
    font-weight: 400;
}

.xmbk-box .top-box h1 {
    margin-top: 12px;
    margin-bottom: 12px;
}

.xmbk-box .top-box h1 span{
    color: gray;
    font-size: 16px;
    margin-left: 10px;
}
.xmbk-box .bk-left-box .syrq,.xmbk-box .bk-left-box .ckjg,.xmbk-box .bk-left-box .rmwt,.xmbk-box .bk-left-box .ssfs,.xmbk-box .bk-left-box .xmyd,.xmbk-box .bk-left-box .xmqd{
    background-color: white;
    padding: 30px;
    margin-top: 30px!important;
}
.xmbk-box .bk-left-box{
    width: 75%;
}
.xmbk-box .bk-right-box{
    width: 20%;

}
.xmbk-box .con-zhong-box  .right-b{
    width: 20%;
}
.xmbk-box .bk-left-box .wd-list-box{
    display: block;
    justify-content: unset;
    margin-top: unset;
}
.bk-left-box h4{

    color: #333;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 20px;
}
.xmbk-box .bk-left-box .wd-list-box .left-box{
    width: unset;
}
.con-zhong-box .right-b{
    padding: 10px;
    background: white;
    width: 22%;
}
.con-zhong-box .right-b .right-bt {
    display: flex;
    justify-content: space-between;
    background: #44A8A8;
    color: white;
    padding: 4px 20px;
}
.con-zhong-box .right-b .right-bt a{
    color: white;
}

.con-zhong-box .right-b .img-p img{
    padding: 12px 4px;
    overflow: hidden;
    overflow: hidden;
    width: 100%;
    height: 260px;
    object-fit: cover;
}
.con-zhong-box .right-b .img-p .sj{
    margin: 6px 0;
}

/* 项目百科 列表页 */
.xmbk-list-box {
    background-color: white;
}
.xmbk-list-box .xm-list-li .p-sp{
    font-size: 20px;
    border-bottom: 1px solid #f6f6f6;
    padding-bottom: 10px;
    width: 90%;
}
.xmbk-list-box .xm-list-li .qbxm ul{
    display: flex;
    justify-content: space-evenly;
}
.xmbk-list-box .xm-list-li .qbxm ul li{
    cursor: pointer;
    border: 1px solid #ddd;
    padding: 10px 40px;
    margin: 20px 0;
    text-align: center;
}
.xmbk-list-box .xm-list-li .qbxm ul li p{
    margin-top: 10px;
    font-size: 14px;
}

.xmbk-list-box .xm-list-li .list-xm{
    margin-bottom: 30px;
}
.xm-list-li .list-xm .top{
    display: flex;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    flex-wrap: wrap;
}
.xm-list-li .list-xm .top ul{
    display: flex;
    margin-top: 10px;
    flex-wrap: wrap;
    width: 86%;
    height: 50px;
    overflow: hidden;
}
.xm-list-li .list-xm .more{
    float: right;
    margin-top: -72px;
    margin-right: 4px;
}
.xm-list-li .list-xm .less{
    float: right;
    margin-top: -72px;
    margin-right: 4px;
}
.xm-list-li .list-xm .top ul a{
    margin-bottom: 10px;
}
.xm-list-li .list-xm .top ul li{
    margin-left: 30px;
    cursor: pointer;
    margin-bottom: 6px;
}
.xm-list-li .list-xm .top>p{
    font-size: 24px;
    position: relative;
    text-indent: 20px;
}
.xm-list-li .list-xm .top>p::before{
    content: '';
    display: block;
    position: absolute;
    width: 4px;
    height: 30px;
    background: black;
    z-index: 9;
    background-size: contain;
    top: 2px;
    left: 0px;
}
.xm-list-li .list-xm .conten-box-list{
    border: 1px solid #ddd;
    padding: 40px 40px 20px 40px;
}

.xm-list-li .list-xm .conten-box-list ul{
    display: flex;
    flex-wrap: wrap;
}
.xm-list-li .list-xm .conten-box-list ul li{
    width: 46%;
    padding-bottom: 20px;
    cursor: pointer;
    margin-right: 30px;
    margin-bottom: 20px;
}
.xm-list-li .list-xm .conten-box-list ul li:nth-child(2),
.xm-list-li .list-xm .conten-box-list ul li:nth-child(5),
.xm-list-li .list-xm .conten-box-list ul li:nth-child(7),
.xm-list-li .list-xm .conten-box-list ul li:nth-child(9),
.xm-list-li .list-xm .conten-box-list ul li:nth-child(11),
.xm-list-li .list-xm .conten-box-list ul li:nth-child(13),
.xm-list-li .list-xm .conten-box-list ul li:nth-child(15){
    margin-right: 0px;
}
.xm-list-li .list-xm .conten-box-list ul li .mjz{
    font-size: 22px;
}
.xm-list-li .list-xm .conten-box-list ul li .mjz .re{
    background: red;
    color: white;
    margin: 0 10px;
    font-size: 16px;
    padding: 2px 4px;
    border-radius: 4px;
    text-align: center;
}
.xm-list-li .list-xm .conten-box-list ul li .mjz .jg{
    color: gray;
    font-size: 16px;
}
.xm-list-li .list-xm .conten-box-list ul li .jztext{
    margin: 16px 0;
}
.xm-list-li .list-xm .conten-box-list ul li .btn-2{
    display: flex;
    cursor: pointer;
}

.xm-list-li .list-xm .conten-box-list ul li .btn-2 .orange{
    background:#ff952e ;
    color: white;
    padding: 6px 30px;
    border-radius: 4px;
}
.xm-list-li .list-xm .conten-box-list ul li .btn-2 .gray{
    background: #CDCDCD;
    color: white;
    padding: 6px 30px;
    margin-left: 12px;
    border-radius: 4px;
}

.list-xm .list2,.list-xm .list3,.list-xm .list4,.list-xm .list5{
    display: none;
}

.list-xm .conten-box-list .baike-article-further{
    display: none;
}

.list-xm .conten-box-list .inline-less{
    display: none;
}

/* 地区筛选 */
.outfit_nav {
    border: 1px solid #e8e8e8;
    padding: 0 28px 10px;
}
.outfit_nav p {
    font-size: 14px;
    color: #2e2f2f;
    float: left;
    line-height: 34px;
}
.outfit_nav p {
    font-size: 16px;
    line-height: 50px;
}
.outfit_nav .outfit_shaixuan {
    width: 1080px;
}

.outfit_shaixuan a {
    margin-left: 0 !important;
}
.outfit_nav p a {
    color: #2e2f2f;
    margin-left: 20px;
    line-height: 34px;
    white-space: nowrap;
    padding: 4px 12px;
}

.outfit_nav p a:hover {
    color: #fff;
    background: #44A8A8;
    border-radius: 50px;
}
.outfit_nav p a {
    line-height: 50px;
    padding: 10px 20px;
    font-size: 16px;
}
.outfit_nav .outfit_shaixuan .active{
    color: #fff;
    background: #44A8A8;
    border-radius: 50px;
}
.spdh{
    padding: 20px 0;
}


/* 精选回答 */

.kqwd-detial-box{
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}


.kqwd-detial-box .left-box h2{
    text-indent: 30px;
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f5f5f5;
}

.kqwd-detial-box .left-box .wd-bt{
    margin-top: 20px;
}
.kqwd-detial-box .left-box .wd-bt .r-hd{
    text-align: right;
    font-size: 14px;
    color: gray;
}
.kqwd-detial-box .left-box .wd-bt .x-hd-an{
    width: 100px;
    height: 34px;
    background: rgb(248,113,45);
    text-align: center;
    line-height: 34px;
    color: white;
    float: right;
    margin-top: 20px;
}

.kqwd-detial-box .left-box .jxhd-box{
    margin: 20px 0;
    line-height: 1.5;

}
.hd-box{
    line-height: 2;
}
.kqwd-detial-box .left-box .jxhd-box .bt{
    width: 150px;
    height: 34px;
    text-align: center;
    color: white;
    background: rgb(255,154,88);
    line-height: 34px;
    border-radius: 20px;
}

.kqwd-detial-box .left-box .jxhd-box .xx-text-box{
    display: flex;
    margin: 30px 0 20px 20px;
    position: relative;
}
.kqwd-detial-box .left-box .jxhd-box .xx-text-box img{
    border-radius: 50%;
    width: 100px;
    height: 100px;
    object-fit: cover;
    overflow: hidden;
}
.kqwd-detial-box .left-box .jxhd-box .xx-text-box .namer{
    margin-top: 10px;
    font-weight: 600;
}
.kqwd-detial-box .left-box .jxhd-box .xx-text-box .sj{
    margin-top: 10px;
    margin-left: 30px;
    color: gray;
}

.kqwd-detial-box .left-box .jxhd-box .xx-text-box .tw{
    width: 120px;
    height: 34px;
    background: rgb(74,140,217);
    color: white;
    text-align: center;
    line-height: 34px;
    border-radius: 10px;
    position: absolute;
    right: 0;
}

.kqwd-detial-box .left-box .jxhd-box .hd-text{
    margin-left: 20px;
}

.kqwd-detial-box .left-box .jxhd-box .dz{
    text-align: right;
    margin-right: 20px;
    margin-top: 10px;
}

.mr-box-bottom ul a:hover{
    color: #44A8A8;
}
.mr-box-bottom a li{
    list-style: inside;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: 1px dashed #ddd;
    margin: 10px 0;
    line-height: 2.5;
}





.plun-box{
    border: 1px solid #ddd;
    margin: 16px 0;
    padding: 8px 20px 20px 20px;
}
.plkuang form>p{
    margin: 10px 0;
    font-weight: 600;
}
.plkuang .textarea_wrap textarea{
    font-size: 14px;
    text-indent: 10px;
    padding-top: 4px;
    width: 98%;
    height: 100px;
    margin: 10px 0 4px 0;
}



/* 文章详情页 */
.content-box .institution_connet_b h1 {
    padding-bottom: 20px;
}
.content-box .institution_connet_b .bj-sj-yd{
    display: flex;
    justify-content: space-between;
    padding: 0px 20px 16px 0px;
    margin-bottom: 20px;
}
.content-box .institution_connet_b .con-text {
    padding: 0 10px;
    margin-bottom: 40px;
    text-align: left;
    overflow: hidden;
    line-height: 2;
}
.content-box .institution_connet_b .con-text p{
    text-indent: 28px !important;
}
.content-box-text{
    line-height: 2;
}
.content-box-text p{
    text-indent: 28px !important;
}
.content-box .institution_connet_b .content-box-text p img{
    height: auto !important;
    display: block;
    border: none;
    max-width: 90%;
    overflow: hidden;
    margin: 20px auto;
}
.content-box .institution_connet_b .content-c p img{
    height: auto !important;
    display: block;
    border: none;
    max-width: 90%;
    overflow: hidden;
    margin: 20px auto;
}
.content-box .institution_connet_b .content-c .con-text p{
    text-indent: 30px;
}

.content-text img{filter: blur(20px);-webkit-filter: blur(20px);}
.content-text p{overflow: hidden;}
.ystd-box img{filter: blur(20px);-webkit-filter: blur(20px);}
.ystd-box li{overflow: hidden;}

.content-box .ystd-box ul li{
    margin-right: 23px;
}
.tbyh-box{
    display: flex;
    width: 100%;
    margin-bottom: 20px;
}
.tbyh-box img{
    width: 250px;
    height: 250px;
    margin-right: 30px;
    overflow: hidden;
}
.tbyh-box .rig-con .jgyuan{
    margin: 20px 0 30px 0;
}
.tbyh-box .rig-con .jgyuan .red{
    color: red;
    font-size: 36px;
}
.tbyh-box .rig-con .jgyuan del{
    color: gray;
}
.tbyh-box .rig-con .btn{
    border: 1px solid #FE8DA5;
    background: #FEEBEF;
    color: #D3000A;
    padding: 6px 20px;
    margin-left: 100px;
    border-radius: 4px;
    width: 64px;
}

.topbar>ul{
    display: flex;
    margin: 20px 0;
}
.topbar>ul li{
    margin-left: 20px;
}
.left-box .topbar ul .active{
    color: #44A8A8;
}
.jxhd-box .topwd{
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 20px;
}
.jxhd-box .hd-box .sj{
    margin: 10px 0;
}



.yyhj-box ul {
    display: flex;
    flex-wrap: wrap;
}
.yyhj-box ul li {
    margin-top: 20px;
    height: 200px;
    width: 26.3%;
    margin-right: 40px;
    margin-left: 15px;
    text-align: center;
    position: relative;
}
.yyhj-box ul li img {
    height: 160px;
    width: 100%;
}
.yyhj-box ul li .desc {
    font-weight: 600;
    line-height: 1.5;
    margin-top: 6px;
    position: absolute;
    bottom: 0;
    width: 100%;
}


.archives, .archives2 {
    position: relative;
    background-color: #f7f7f7;
}
.archives ul, .archives2 ul {
    padding: 0 20px;
}
.archives ul:before, .archives2 ul:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-left: 7px solid #fff;
    border-top: 7px solid #fff;
    border-right: 7px solid #f0f0f0;
    border-bottom: 7px solid #f0f0f0;
}
.archives ul li {
    height: 45px;
    line-height: 45px;
    font-size: 14px;
}
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.flex .tip{
    text-align: center;
    margin-top: 10px;
}
.archives ul li, .catalog .list .item {
    letter-spacing: 0;
    line-height: 45px;
}
.archives ul li .l, .archives ul li .r {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.archives ul li span, .archives2 ul li span, .live a {
    display: inline-block;
}
.archives ul li .name, .archives ul li .value {
    color: #777;
    width: 106px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: 10px;
}
.archives ul li .name, .archives ul li .value {
    color: #777;
    width: 106px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: 10px;
}
.archives ul li .value {
    color: #333;
    width: 240px;
    margin-left: 20px;
}
.archives ul li .l, .archives ul li .r {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.icon-warn:before {
    content: "\E605";
}
.icon-warn {
    color: #2cc7c5;
}
.modal-hook {
    cursor: pointer;
}
.p, .p1, .p2, .p3 {
    color: #333;
    letter-spacing: 0;
    text-align: justify;
    line-height: 22px;
}



.right-box .yh-list-box ul li {
    display: flex;
    padding-top: 10px;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
    margin: 10px 0;
}
.right-box .yh-list-box ul li:nth-last-child(1) {
    border-bottom: 0;
}
.right-box .yh-list-box ul li img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    overflow: hidden;
}
.right-box .yh-list-box ul li .right-cont {
    width: 145px;
    margin-left: 5px;
    font-size: 14px;
    line-height: 2;
}
.right-box .yh-list-box ul li .right-cont .textt {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.right-box .yh-list-box ul li:hover{
    color: #44A8A8;
}

/* 404 */

.new404 {
    width: 1200px;
    margin: 0 auto;
    background-color: #fff;
    text-align: center;
}

.new404 p {
    font-size: 28px;
    color: #365C81;
    letter-spacing: 3px;
}

.new404 img {
    width: 743px;
    height: 290px;
    margin: 130px 0 90px;
}

.new404_link {
    text-align: center;
}

.new404_link a {
    display: inline-block;
    width: 210px;
    height: 60px;
    border-radius: 60px;
    border: 2px solid #365C81;
    color: #365C81;
    text-align: center;
    line-height: 60px;
    font-size: 22px;
    transition: all 0.1s linear 0s;
    margin: 60px 50px 120px;
    position: relative;
    letter-spacing: 1px;
}

.new404_link a:hover {
    background-color: #365C81;
    color: #fff;
}

.new404_link i {
    position: absolute;
    width: 30px;
    height: 3px;
    background: url(/statics/pc/img/link_ioc.png) no-repeat -1px -1px;
    top: 5px;
    left: 27px;
    display: none;
}

.new404_link a:hover i {
    display: block;
}

.ckqw {
    color: blue;
}

.list00{
    overflow: hidden;
}

.top-more{
    cursor:pointer;
    margin-left: 497px;
}

.top-less{
    cursor:pointer;
    margin-left: 497px;
}

.inline-more{
    width: 100%;
    height: 50px;
    line-height: 50px;
    margin-top: -25px;
}
.inline-less{
    width: 100%;
    height: 50px;
    line-height: 50px;
    margin-top: -25px;
}

.baike-img{
    text-align: center;
    width: 200px;
}

.yyxm-yy{
    color: #44A8A8;
    font-weight: 600;
}
.ycjz-list-box .left-box .xq-con .right-text .jgyuan{
    margin: 0px 0 5px 0;
}
.ycjz-list-box .left-box .xq-con .right-text .jgyuan .red{
    color: red;
    font-size: 36px;
}
.ycjz-list-box .left-box .xq-con .right-text .jgyuan del{
    color: gray;
}
.ycjz-list-box .left-box .xq-con .right-text .btn{
    border: 1px solid #FE8DA5;
    background: #FEEBEF;
    color: #D3000A;
    padding: 6px 20px;
    margin-left: 50px;
    border-radius: 4px;
    width: 64px;
}
.yyxm-desc{
    width: 275px;
    height: 200px;
}
.yyxm-basemessage{
    width: 275px;
    height: 200px;
}
.ycjz-list-box .left-box .xq-con .right-text .yyxm-time{
    width: 600px;
    justify-content: flex-end;
}
.ycjz-list-box .left-box .xq-con .right-text .yyxm-time .timer{
    text-align: right;
    margin-right: 20px;
    margin-top: -36px;
}
.ycjz-list-box .left-box .xq-con .yyxm-right-text{
    margin-left: 4%;
    margin-top: 0;
    line-height: 2;
    color: black;
    width: 70%;
    display: flex;
    flex-wrap: wrap;
}

.ycjz-list-box .right-box .img-p .cbl-mz{
    height: 40px;
    line-height: 40px;
    background:#ff952e ;
    color: white;
    text-align: center;
    width: 264px;
    bottom: 56px;
    margin-top: -14px;
}

.wd-list-box .right-box .img-p .cbl-mz{
    height: 40px;
    line-height: 40px;
    background:#ff952e ;
    color: white;
    text-align: center;
    width: 264px;
    bottom: 56px;
    margin-top: -14px;
}
.xmbk-box .right-b .yh-list-box .img-p .cbl-mz{
    height: 40px;
    line-height: 40px;
    background:#ff952e ;
    color: white;
    text-align: center;
    width: 244px;
    bottom: 56px;
    margin-top: -12px;
}


/**
20120219添加，V9后台栏目详情页右侧栏样式
 */
.right-b .yh-list-box ul li {
    display: flex;
    padding-top: 10px;
    overflow: hidden;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}
.right-b .yh-list-box ul li:nth-last-child(1) {
    border-bottom: 0;
}
.right-b .yh-list-box ul li img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    overflow: hidden;
}
.right-b .yh-list-box ul li .right-cont {
    width: 145px;
    margin-left: 5px;
    font-size: 14px;
    line-height: 2;
}
.right-b .yh-list-box ul li .right-cont .textt {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-top: -5px;
}
.right-b .yh-list-box ul li:hover{
    color: #44A8A8;
}

.ysxq-box .hospital-img img {
    width: 220px;
    height: 165px;
}

.find_hosp{
    width: 93%;
    height: 20px;
    line-height: 20px;
    padding: 10px 10px 10px 10px;
    margin-left: 10px;
    margin-top: 25px;
    color: #ff9d00;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    border: 1px #e9e9e9;
    border-style: solid none solid none;
}

.beian{
    display: flex;
}

.beian img{
    float:left;
    width: auto;
    height: auto;
    padding-top: 2px;
}

.beian_n{
    float:left;
    height:20px;
    line-height:20px;
    margin: 0px 0px 0px 5px;
    color:#939393;
}

.zxglve-box ul a li img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index-zxglve-img{
    width: 164px;
    height: 159px;
}

.index-kqyh-ckqw{
    color: blue;
}

.index-yzal-title{
    height: 41.6px;
}

.zral-top-msg{
    margin-top: 13px;
    border-bottom: #c2c0c0 solid 1px;
    margin-bottom: 20px;
}

.zral-top-msg .msg-img {
    height: 150px;
    width: 225px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 35px;
}

.zral-top-msg .msg-info {
    display: flex;
    margin-left: 5px;
}

.zral-top-msg img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.zral-top-msg .msg-bt p{
    height: 45px;
    line-height: 45px;
}

.zral-top-msg .msg-bt a{
    color: #ff952e;
}

.zral-top-msg .msg-bt .zral-price{
    color: red;
}

.zral-top-msg .msg-bt{
    flex-direction:column;
    flex-wrap: wrap;
    margin-right: 20px;
    margin-top: 25px;
    width: 300px;
}

.zral-top-msg .msg-bt span{
    color: #44A8A8;
}

.zral-top-msg .zral-btn{
    margin-top: -5px;
}

.zral-top-msg .msg-bt p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.yyxm-list-img{
    margin-top: 25px;
}

.yh-list-img{
    width: 130px;
    height: 120px;
}

.yh-list-img2{
    width: 120px;
    height: 115px;
}

.yh-list-img3{
    width: 105px;
    height: 100px;
}

.list-youhui{
    margin-top: -5px;
}

.doc-editer-info{
    margin-top: 15px;
}

.hos-editer{
    width: 98%;
    line-height: 25px;
    margin-bottom: 20px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}

.hos-nav{
    width: 99%;
    position: unset;
}

.hos-nav-b{
    margin-top: -18px;
}

.kqwd-editer{
    display: flex;
    justify-content: space-between;
}

.tbyh-box .yyxm-thumb{
    width: 250px;
    height: 243px;
    margin-right: 30px;
}

.tbyh-box .yyxm-thumb img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.yyxm .tbyh-box .rig-con{
    max-width: 630px;
}

.yyxm .tbyh-box {
    min-height: 243px;
}

.ysxq-box .hos-info {
    display: flex;
    justify-content: space-between;
    margin-top: 24px;
    height: 70px;
    border-bottom: 1px solid #dbd8d8;
}

.ysxq-box .hos-info .hos-name{
    font-size: 16px;
    font-weight: 800;
}

.ysxq-box .hos-info .hos-username{
    font-size: 16px;
    color: #44A8A8;
}

.ysxq-box .hos-info .hos-info-title{
    margin: 16px 0px 0px 46px;
}

.ysxq-box .sqyh{
    border: 0;
    color: white;
    border-radius: 20px;
    padding: 4px 0px;
    font-size: 14px;
    background-color: #ff952e;
    text-align: center;
    margin-right: 46px;
    margin-top:5px;
    width: 200px;
    height: 30px;
    line-height: 30px;
    cursor:pointer;
}

.kqzx-box .institution_connet_b{
    margin-top: unset;
}

.content-box .yyxm-info{
    display: flex;
}

.yyxm .hos-username{
    color: #44A8A8;
    margin-top: 6px;
}

.yyxm .hos-name{
    margin-top: 6px;
}

.ysxq-box .kqyh-hos-info {
    display: flex;
    height: 60px;
    justify-content: space-between;
    margin-top: 17px;
    font-size: 16px;
}

.kqyh-wzxq .institution_connet_b{
    margin-top:unset;
}

.kqyh-wzxq .institution_connet_b h2{
    margin-top:unset;
}

.kqyh-wzxq .discount_time{
    margin-right: 50px;
}

.kqyh-wzxq .hos-name{
    margin-left: 20px;
    font-weight: 800;
}

.kqyh-wzxq .hos-username{
    color: #44A8A8;
}

.footer_links{
    margin: 20px auto;
    width: 1200px;
}

.view-more{
    padding: 12px 0 12px 0;
    margin-left: 45%;
    color: blue;
    cursor: pointer;
}

.public-content .content-box .content-c {
    line-height: 2;
}

.hospital-title{
    font-size: 24px;
}

.doc-img-info{
    line-height: 20px;
}

.img_more img{filter: blur(20px);-webkit-filter: blur(20px);}
.img_more p{overflow: hidden;}
.con-text img{filter: blur(20px);-webkit-filter: blur(20px);}


.mianze_blcok {
    display: flex;
    justify-content: space-around;
}



.mianze_main {
    width: 1100px;
    color: black;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 30px 0;
}
.mianze_main div {
    line-height: 55px;
}
.mianze_main h1 {
    line-height: 85px;
}
.mianze_main h2 {
    line-height: 65px;
}
.mianze_main h3 {
    line-height: 60px;
}
.mianze_main .main_head {
    width: 100%;
    text-align: center;
}
.mianze_main .des {
    font-size: 16px;
    line-height: 28px;
}

.bread_con {
    width: 1100px;
    margin: 35px auto 0 auto;
}
