body{font-family: "Microsoft Yahei"; background-color:#f9f9f9;}
.clam{display: -webkit-box; overflow: hidden; text-overflow: ellipsis;  word-wrap: break-word;  white-space: normal; -webkit-box-orient: vertical;}
.clam1{-webkit-line-clamp:1;}
.clam2{-webkit-line-clamp:2;}
.clam3{-webkit-line-clamp:3;}
.wrap {
    width: 100%;
    background: #fff;
    overflow: hidden;
}
.flex {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.flex-between {
	margin-left:2.5em;
    justify-content: space-between;
}
.flex-between:before{}
/* 分类标签 */
.l_ask_p{
	border-top: 1px solid #f3f3f3;
	border-bottom: 1px solid #f3f3f3;
	line-height:4em;
	padding-left:1em;
	box-sizing: border-box;
	}
.p_lef{width:50%; float:left;}
.knowledge-tab{
	width:50%;
	float:left;
    color: #666;
    height:3.5rem;
    /*border-top: 1px dashed #ed4f5b;
    border-bottom: 1px dashed #ed4f5b;*/
    box-sizing: border-box;
}
.knowledge-tab div:first-child{
    /*border-right:1px dashed #ed4f5b;*/
}
.knowledge-tab div{
	width: 50%;
	height:4em;
	text-align: center;
	justify-content: center;
	font-weight: bold;
	line-height:4em;
	color: #666;
}
.knowledge-tab div:hover{
	cursor: pointer;
}
.knowledge-tab div img{
	width: .7em;
	height: .7em;
	margin-left:.2em;
}
.news-qus:first-child{
	border:none;
}
.news-qus{
	border-top: 1px solid #f7dee0;
	padding: 1em;
}
.user{padding:.5em 0;font-size: .9em;}
.user img,.q-info img{width:2em;margin-right:.2em;display:block;float:left;}
.news-qus-head{
	position: relative;
}
.news-qus-head .news-head-zx{
	text-align: center;
	font-size:.217rem;
	box-sizing: border-box;
	color:#FF7781;
	background:#fff;
	font-weight:400;
}
.news-head-zx.xj{
	color:#fff;
	background:#FF7781;
	border:1px solid #FF7781;
}
.news-qus-icon{
	width: 2em;
	height: 2em;
	color: #fff;
	background-color: #ed4f5b;
	text-align: center;
	border-radius: 4px;
	line-height: 2em;
	display: none;
	float: left;
	margin-right: .3em;
}
.news-ans-icon{
	color: #ED4F5B;
	line-height:1.9em;
	font-size:1.1em;
	float: left;
	margin-right:.3em;
	display:none;
}
.news-qus-title{
	font-size: 1.1em;
	font-weight: bold;
}
.news-ans-title{
	font-size:1em;
	line-height:1.5em;
	height:3em;
	color: #999;
}
.news-qus-date{
	color: #ccc;
}
/**分页**/
.page {background-color:#fff;margin-top:5px;text-align:center;}
.page a, .page span{display: inline-block;background: #fff;border-radius: 4px;color: #616060;font-size: 1.1em;}
.page.infinite-scroll-preloader li { float: left;    border: 1px #ec8080 solid;}
.page.infinite-scroll-preloader li a { padding-top: 0;}
.page select{ border:none;}
.pro-tab {
    width:50%;
    /*height: calc(100% - 1.92rem);*/
    top: 9em;
	left:50%;
    /*left: calc(50% - 207px);*/
	background-color:#FFF;
	position:absolute;
	z-index:10;
}
.pro-tab li{ text-align:center; line-height:2.5em;}
/***内页***/
.ask_dqwz{
    font-size: 1em;
    line-height: 4em;
    text-indent: .5em;
    margin-top: 1em;
    display: block;
}
.title-box{
	padding:.3rem;
}
.title-box .q-title{
	font-size: 1.2em;
	line-height:2.2em;
	color:#333;
	font-weight: 800;
	padding-left:2.3em;
	position: relative;
}
.title-box .q-title:before{
	content:"";
	position:absolute;
	left:0;
	top: .3em;
    width: 1.7em;
    height: 1.7em;
	background:url(../images/icon_mini_question.png) no-repeat center;
	background-size:cover;
}
.title-box .q-info{
	padding-left:3.2em;
	color:#ccc;
	font-size: .9em;
	padding-top:.5em;
}
.q-info .q-user{
	color:#999;
}
.q-info .q-time{
	color:#ccc;
}
.ans-box{
	padding: .7em;
}
.fgx{
	padding:0 .3em;
}
.m-b-20 {
    margin-bottom: .5em;
}
.ans-box img,.ans-box p img{
	width:80% !important;
	height:auto !important;
}

.ans-content{
	padding:.5em;
	position: relative;
	box-shadow:0px 0px 17px 0px rgba(238,238,238,1);
	border-radius:6px;
}
.ans-box li:first-child:before{ content:"";background:url(../images/icon_mini_answer.png) no-repeat center;background-size:cover;}
.answer:before{
	content:"答";
	position: absolute;
	top:0;
	left:0;
	width:2em;
	height:2em;    
	font-size: 14px;
    text-align: center;
    color: #fff;
    background-color: #ccc;
}
.ans-reply:before{
	content:"";
	position: absolute;
	top:0;
	left:0;
	width:2em;
	height:2em;
	background:url(../images/icon_mini_red_ans.png) no-repeat center;
	background-size:cover;
}

.ans-user{
	/*width:5rem;*/
	font-size: 1.1em;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.ans-user span:nth-child(1),.ans-user span:nth-child(3){
	font-weight:bold;
}
.ans-link{
	line-height: 2em;
	text-align: center;
	padding:0 .5em;
	background:#FF7781;
	color:#fff;
	box-shadow:0px 0px 17px 0px rgba(238,238,238,1);
	border-radius:.5rem;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.ans-text{
	color: #666;
	padding-top: .9em;
	line-height: 1.7em;
	font-size: .95em;
	text-align:justify;
}
.ans-text p{
	padding:.5em 0;
	text-align:justify;}
.notice{
    padding:.5em;
    background:#F8F8F8;
}
.notice-tip{
    color:#999999;
    font-size: .9em;
}
.notice-link{
    text-align: center;
    box-sizing: border-box;
    background:#fff;
    border-radius: .5rem;
    border:1px solid #FF9999;
    color:#ED4F5B;
    font-weight:400;
    padding: 0 .5em;
    text-overflow: ellipsis;
    /*overflow: hidden;*/
    white-space: nowrap;
}
.notice-link a{
    color:#FF7781;
}
.c-theme {
    color: #ED4F5B;
}
.font-36 {
    font-size: 18px;
}
.introduce-title:before{
	content: "";
    position: absolute;
    width: .3em;
    height: 1.4em;
    border-radius:5px;
	background:url(../images/vertical.png) no-repeat center;
	background-size: cover;
}
.hosp-introduce {
    padding: .5em;
}
.loc-hospital{
	width: 49%;
	float:left;
    height: auto;
    margin-right: .2%;
    margin-bottom: .5em;
    background: rgba(255,255,255,1);
    box-shadow: 0px 0px 8px 0px rgba(255,232,234,1);
    border-radius: 8px;
}
.loc-hospital:nth-child(2n){
	margin-right:0;
}
.loc-hospital img{
	display: block;
	height:6em;
    margin: .5em auto;
    background: #ccc;
}
.hospital-name {
    padding: 0 .5em;
    font-size: 1em;
    text-align: center;
    /* font-weight: bold; */
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.set-up-time {
    font-weight: 500;
    font-size: .9em;
    /* margin-top: .5em; */
    color: #B2B2B2;
    padding: .5em .3em 1em 0;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.team{
	padding:2%;
}