a,
b,
body,
dd,
del,
div,
dl,
dt,
em,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
img,
ins,
label,
legend,
li,
ol,
p,
pre,
small,
span,
strong,
u,
ul,
var,
input {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

img,
button,
input {
    border: 0;
}

em,
i,
u {
    font-style: normal;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
}

body {
    font: 14px/1.5 'microsoft yahei', Arial, Verdana, "\5b8b\4f53";
    color: #333;
    background-color: #fff;
}

a {
    color: #333;
    text-decoration: none;
    font-family: 'microsoft yahei';
}

a:hover {
    color: #c81623;
}

.show_main{
    width: 1200px;
    margin:0 auto;
    padding:20px 0;
}
.clearfix:after{
    content:".";/*加一段内容*/
    display:block;/*让生成的元素以块级元素显示，占满剩余空间*/
    height:0;/*避免生成的内容破坏原有布局高度*/
    clear:both;/*清除浮动*/
    visibility:hidden;/*让生成的内容不可见*/
}
.clearfix{zoom:1;/*为IE6，7的兼容性设置*/
}
.clearfix a{
    line-height: 22px;
}
.doc_left{
    float:left;
    width: 850px;
    margin-top: 20px;
    margin-bottom: 20px;

}
.doc_right{
    float:right
}
/*.doc_left img{*/
    /*width: 220px;*/
    /*height: 128px;*/
    /*margin: 20px 10px;*/
/*}*/
.doc_desc{
    width: 460px;
}
.doc_desc p{
    margin-bottom:1.6em;
}
.doc_desc p:nth-child(4){
    margin-bottom:0;
}

.hos-jianjie .doc_desc p:nth-child(4){
    margin-bottom:1.6em;
}

.doc_desc .yp_type{
    font-weight: 600;
    font-size: 17px;
}
.btn_online{
    width: 116px;
    height: 40px;
    text-align: center;
    line-height:40px;
    background-color: #ee6070;
    color:#fff;
    border:1px solid #ee6070;
    border-radius:5px;
    margin: 20px 0;
}
.doc_right{
    width: 320px;
}
.doc_jianjie{
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}
.doc_jianjie_img{
    width: 150px;
    height: 195px;
    text-align: center;
    margin-left: 20px;
    overflow: hidden;
}

.doc_jianjie_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hos_jianjie_img{
    width: 195px;
    height: 150px;
    text-align: center;
    margin-right: 5px;
    overflow: hidden;
}

.hos_jianjie_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ys_desc{
    width: 835px;
    margin-top:20px;
    font-size:16px;
}
.ys_desc img{
    width:65%;
    height:auto;
    margin:0 auto;
    display: block;
    filter: blur(20px);
    padding: 30px 0px;
}
.ys_desc p{
    text-indent: 2em;
    line-height:30px;
    padding:20px 0;
    text-align: left;
}

.ys_desc table{
    margin: 0 auto;
}
.ys_desc table tr{
    width:100%;
    height: 30px;
}
.ys_desc table td{
    width: 20%;
    line-height: 30px;
}
.show_content table{
    margin: 0 auto;
    border-collapse: collapse;
    word-break: break-all;
    width: 90%;
}
.show_content th {
    border: 1px solid black;
    text-align: left;
    padding: 0.5rem;
}
.show_content table tr{
    width:100%;
    height: 30px;
}
.show_content table td{
    width: 20%;
    line-height: 30px;
    border: 1px solid black;
    text-align: left;
    padding: 0.5rem;
}
.show_content h3{
    font-size: 18px !important;
    font-weight: 600 !important;
    margin: 8px 0;
}
.ys_desc h5{
    color:#333;
    font-weight: 700;
    font-size:18px;
}
.title{
    text-align:center;
    background: #2fdac7;
    padding: 0 5px;
}
.title span{
    font-size:16px;
    font-weight: 700;
    color:#333;
}

.title_content{
    width:100%;
    padding: 0 5px;
}

.title_content h1{
    font-size:22px;
    font-weight: bold;
    color:#333;
}
.title_content {
    height: auto;
    line-height: 35px;
}
.mesg{
    display: flex;
    justify-content: space-between;
    width:100%;
    padding:25px 0;
    border-bottom: 1px solid #eee;
    color: #969494;
}
.mesg span{
    font-size:14px;
    font-weight: 500;
    color:#666;
}
.show_content{
    padding:20px 0;
    text-indent: 2em;
    font-size:16px;
    line-height:30px;
}
.show_content p{
    line-height:30px;
}
.show_content p img{
    max-width: 65%;
    height: auto;
    display: block;
    margin:0 auto;

}
.sh_strategy {
    margin-top: 40px;
    position: relative;
    background-color: #fff;
    border-top: 10px solid #ececec;
    padding: 10px 0;
}
.sh_h3_indent{
    height: 27px;
    width: 77px;
    border-bottom: 2px solid #ccc;
    text-align: center;
    text-indent: 0;
    margin-left:10px;
    color: #656262!important;
    font-size: 18px;
    font-weight: 700;
}
.sh_home-list{
    border-top:none;
    padding:0 11px;
}
.sh_home-list ul li{
    display: flex;
    background-color: #eee;
    padding: 18px 10px;
    width: 94%;
    justify-content: space-between;
    margin-top: 14px;
    border-radius: 5px;
}
.sh_home-list ul li a .new-text{
    padding-left: 10px;
    height: 100px;
    width: 49%;
    overflow: hidden;
}
.sh_home-list ul li a p{
    margin-top: 19px;
    word-break: break-word;
    width: 100%;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14px;
    color: #3d3d3d;
    line-height: 1.5;
    vertical-align: middle;
    overflow: hidden;
}
.sh_home-list ul li a .new-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.sh_home-list ul li a{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: Center;
}
.sh_home-list ul li a .new-image{
    width: 44%;
    height: 120px;
    text-align: center;
    overflow: hidden
}
.sh_home-list ul li a .new-text{

    height: 100px;
    width: 53%;
    overflow: hidden;
}
.sh_home-list ul li a h3 {
    font-size: 16px;
    color: #f88750;
    width: 100%;
    height: 24px;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
}
.jc_list ul li{
    background-color: white;
    padding: 0px 10px;
}
.jc_list ul li a h3{
    color: dodgerblue;
}
.jc_strategy{
    border-top:none!important;
}
.yp_ys_tuijian{
    padding: 0 0 115px;
    overflow: visible;
    width: 852px;
}

.yp_ys_tuijian li span{
    height: 20px;
    text-align:center;
}
.yp_ys_tuijian .doc_tuijian_img{
    width: 100%;
    height: 195px;
    text-align: center;
    margin-right: 5px;
    overflow: hidden;
}
.yp_ys_tuijian li img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.yp_ys_tuijian .doc_intro_tuijian{
    /* height: 340px; */
    bottom: 20px;
}


/* .yp_ys_tuijian .doc_intro_tuijian ul{
    height: 674px;
    width:100%;
} */

.yp_ys_tuijian .doc_intro_tuijian ul li{
    border:1px solid #ccc;
    margin-top: 46px;
    height: 283px;
    width: 26.3%;
    margin-right: 40px;
    margin-left: 15px;
}
.piclist_body p{
    text-align: center;
    margin-top: 4px;
}
.doc_span{
    overflow: hidden;
    text-overflow: ellipsis;
    display: unset;
    display: -webkit-box;!important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    width:100%!important;
    color:#333;
}
.doc_primary{

    background-color: #25d0bd;
    width: 100%!important;
    height: 30px!important;
    line-height: 30px!important;
    font-size: 15px;
}
.doc_primary a{
    color: white!important;
}
.doc_class{
    color: #A2E4F4;
}
.flex_ys{
    width:100%;
    display:flex;
    justify-content: space-between;
}
.flex_ys p{
    line-height:14px;
    padding:0;
    text-indent: 0;
}


.dianping_wrap{
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    margin-bottom: 20px;
    clear: both;
}
.dianping_wrap .comment h3{
    font-size:16px;
    color: #43b7cf;
    padding: 20px 0;
}
.dianping_wrap .textarea_wrap{
    width: 100%;
    height: 100px;
}
.dianping_wrap .textarea_wrap textarea{
    display: block;
    width: 100%;
    height: 100%;
    padding: 4px;
    box-sizing: border-box;
    outline: none;
    resize: none;
}
.submit_btn{
    margin: 20px 0;
    display: block;
    width: 90px;
    height: 30px;
    background: #25d0bd;
    color: #fff;
    font-size: 14px;
    border-radius: 999px;
    text-align: center;
    line-height: 30px;
    float: right;
}
.dianping_wrap h5{
    font-size:16px;
    color: #333;
    margin-bottom: 20px;
}
.hot_comment ul li{
    margin: 10px 0;
    display: flex;
}

.hot_comment ul li .dianping-image img{
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin-right: 10px;
}
.hot_comment ul li .dianping-text{
    width: 90%;
}
.hot_comment ul li .dianping-text .content_wrap{
    font-size: 14px;
    color: #333;
    line-height: 2;
}
.hot_comment ul li .dianping-text  .time_wrap{
    font-size: 12px;
    color: #999;
    line-height: 2;
}
.hot_comment ul li .dianping-text .nr{
    line-height: 1.5;

}

.hot_comment ul li .dianping-text p{
    line-height: 20px;

}
/* 地区筛选 */
.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: #fda82a;
    border-radius: 50px;
}
.outfit_nav p a {
    line-height: 50px;
    padding: 10px 20px;
    font-size: 16px;
}
.outfit_nav .outfit_shaixuan .active{
    color: #fff;
    background: #fda82a;
    border-radius: 50px;
}
.spdh{
    padding: 20px 0;
}

.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;
}

.jgyuan {
    margin: 0px 0 5px 15px;
}

.jgyuan .red {
    color: red;
    font-size: 36px;
    font-weight: bold;
}

.jgyuan del {
    color: gray;
}

.yyxm-jiage{
    display: flex;
}
.layout .list_xiangmu .listzx_time {
    line-height: 41px;
    margin-top: 10px;
}

.tbyh-box {
    display: flex;
    width: 100%;
    margin-bottom: 20px;
}

.public-content {
    position: relative;
}

.tbyh-box img {
    width: 285px;
    height: 182px;
    margin-right: 30px;
    overflow: hidden;
}

.yyxm-top-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-top: 9px;
}

.tbyh-box .rig-con h1 {
    margin-top: 20px;
    padding-bottom: 20px;
    display: block;
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

.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: #ff9d00;
    color: white;
    padding: 6px 20px;
    margin-left: 50px;
    border-radius: 4px;
    width: 58px;
    font-weight: bold;
}



.layout .list_xiangmu .list-time {
    line-height: 25px;
    margin-top: unset;
}

.yy_edit {
    width: 610px;
    margin-top:20px;
    font-size:16px;
    /*margin-left: 20%;*/
}

.ys_edit {
    width: 610px;
    margin-top:20px;
    font-size:16px;
    margin-left: 3%;
    margin-bottom: 20px;
}
.tit_content{
    background: #f5f5f5;
    padding: 25px;
    box-sizing: border-box;
}
.tit_content .tit-box{
    display: flex;
    align-items: center;
}
.tit_content .tit-box img{
    width: 55px;
    margin-left: -6px;
}
.tit_content .tit-box h1{
    font-size: 18px;
    font-weight: 600;
}
.tit_content .info-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.tit_content .info-box .userinfo{
    display: flex;
    align-items: center;
    margin-left: 10px;
}
.tit_content .info-box .userinfo img{
    width: 30px;
    border-radius: 50%;
}
.tit_content .info-box .userinfo>div{
    margin-left: 10px;
    font-weight: 600;
}
.tit_content .info-box .userinfo>div span{
    color: #999;
}
.tit_content .info-box .time{
    color: #999;
}
.tit_content .info-box .otherinfo{
    display: flex;
    align-items: center;
}
.tit_content .info-box .otherinfo div{
    position: relative;
}
.tit_content .info-box .otherinfo .read{
    margin-right: 30px;
}
.tit_content .info-box .otherinfo div:before{
    content: '';
    display: block;
    width: 43px;
    height: 42px;
    position: absolute;
    left: -36px;
    top: -14px;
}
.tit_content .info-box .otherinfo div:first-child:before{
    background: url(/statics/lzmei/img/01.png) center;
    background-size: contain;
}
.tit_content .info-box .otherinfo div:last-child:before{
    background: url(/statics/lzmei/img/02.png) center;
    background-size: contain;
}
.res-content{
    margin-top: 20px;
}
.res-content .res-tit{
    display: flex;
    align-items: center;
    padding-left: 10px;
}
.res-content .res-tit img{
    width: 55px;
}
.res-content .res-tit h1{
    font-size: 18px;
    font-weight: 600;
}
.res-content dd{
    border: 1px solid #f1f1f1;
    padding: 20px 30px;
    margin-bottom: 15px;
}
.res-content dd a:hover{
    color: inherit;
    text-decoration: none;
}
.res-content dd .userinfo{
    display: flex;
    align-items: center;
}
.res-content dd .userinfo>div{
    margin-left: 10px;
    font-weight: 600;
}
.res-content dd .userinfo>div span{
    color: #999;
}
.res-content dd .userinfo img{
    width: 30px;
    border-radius: 50%;
}
.res-content dd .user_answer{
    color: #999;
    line-height: 20px;
    margin-top: 10px;
    overflow: hidden;

}
.res-content dd .user_answer p{
    line-height: 26px;
}
.res-content dd .user_answer p img{
    margin-bottom: 15px;
    margin-top: 15px;
    -webkit-filter: blur(20px);
    filter: blur(20px);
}
.res-comment .textarea_wrap textarea{
    width: 100%;
    min-height: 100px;
    outline: none;
    resize: none;
    border: 1px solid #f1f1f1;
    padding: 15px;
    box-sizing: border-box;
}
.res-comment h1{
    font-size: 18px;
    font-weight: 600;
    margin: 5px 0 15px 5px;
}

/*相关回答*/
.relative_ask{
    margin-top: 20px;
}
.relative_ask ._ask >ul>li{
    width: 100%;
}
