/***简介页**/
.information { line-height:26px; padding:10px 0 10px 10px;}
.information img{ width:99px; height:134px; float:left; margin-right:12px; padding:2px; border:#CCC solid 1px;}
.information img:hover{padding:1px; border:#A7CEF8 solid 2px;}
.information a{ color:#2862A2}
.information a.questionButton{ color:#F06B00}


.ques_table{ width:100%; text-align:center; border:#CCC solid 0px; border-collapse:collapse; border-spacing:0; line-height:30px;}
.ques_table th,.ques_table td{border-bottom:#e4e4e4 dashed 1px;}
.bg_blue td{ background:#f5f7fa;}
.ques_tit{ width:560px; text-indent:10px; text-align:left}
td.span_date,td.doc_answer{ color:#666; font-size:12px}

h2.Com_tit{
 font-family: 'Microsoft YaHei','微软雅黑',STXihei,'华文细黑',Heiti,'黑体',SimSun,'宋体',sans-serif;
 color: #333;
 height: 36px;
 padding: 0;
 border-bottom: 1px solid #d9d9d9;
}
h2.Com_tit span{
 padding: 0 5px;
 font-size: 22px;
 float: left;
 height: 34px;
 line-height: 34px;
 border-bottom: 2px solid #00968e;
 font-weight: 100;
 text-align: center;
 text-indent: 0;
}
.doctor_con p span{
 float: none;
 color: #000;
 font-family: Arial, Helvetica, sans-serif,'宋体' !important;
}
.doctor_scheduling_div{
 position: relative;
 margin-top: 15px;
}
.scheduling_weektab_btns{
 position: absolute;
 right: 0;
 display: flex;
}
.scheduling_weektab_btns .scheduling_weektab_btn{
 padding: 11px 25px;
 background: #00968e;
 color: #fff;
 cursor: pointer;
 border-left: 1px solid #fff;
}
.scheduling_weektab_btn.active{
 background: #05c8be;
}
.scheduling_month .weeks{
 display: none;
}
.scheduling_month .weeks.active{
 display: block;
}
@media only screen and (max-width: 768px){
 .scheduling_weektab_btns .scheduling_weektab_btn{
 padding: 11px 4px;
 }
} 