/*-------------科室首页------------*/
/*科室栏目----相册*/
.doc_name_list{border-top:none;}
.add{ display:none; position:relative}
.add_show{ display:block}
.imgAreaDiv2 {overflow: hidden;width: 100%;}
.imgAreaDiv_in2 {overflow: hidden;width: 100000px;}
.img_list{margin:12px 0 0 0; float:left}
.img_list li{float:left;width:154px;height:122px;text-align:center}
.img_list li img{width:80%;height:90px;background:#FFF;border:#ccc solid 1px;padding:2px}
.img_list li a{display:block;}
.tswich span{ cursor:pointer; color: #999;display: inline-block;float: left;font-size: 18px;font-weight: normal;line-height: 35px;padding: 0 10px; margin-right:10px;}
span.a_cur{border-bottom: 2px solid #049FA2; color: #555;}

/*科室专家*/
.doctorList li { cursor: pointer; float: left; height: 140px; line-height: 24px; margin-right: 1%; margin-top: 15px; overflow: hidden; padding: 10px 5px; width: 47%;}
.doctorList li:hover { background: #f5f7fa; box-shadow: 2px 2px 2px 2px lightgray;}
.doctorList li img { border: 1px solid #ddd; float: left; height: 134px; margin-right: 8px; padding: 2px; width: 99px;}
.doctorList li img:hover { border: 1px solid #a7cef8;}
.doctorList li p { padding-bottom: 0; text-indent: 0;}
.doctorList h2 { color: #333; font-size: 14px;}
.doctorList span { color: #c80025;}
/*问答*/
.ques_table { border: 0 solid #ccc;border-collapse: collapse; border-spacing: 0; line-height: 30px; text-align: center; width: 100%;}
.ques_table th, .ques_table td { border-bottom: 1px dashed #e4e4e4;}
.bg_blue td { background: #f5f7fa;}
.ques_tit { text-align: left; text-indent: 10px; width: 560px;}
td.span_date, td.doc_answer { color: #666; font-size: 12px;} 

.cz_box{  display: none; }

@media only screen and (max-width:768px){
.doctorList li{ width:50%; box-sizing:border-box; padding:10px 1%; margin-right:0px; }
.cz_box{  width: 100%; height: 36px; line-height: 36px; background: #c80025; text-align: center; margin-top: 20px; display: block; }
.cz_box a{color: #fff; font-size: 14px;}
}
@media only screen and (max-width:450px){
.doctorList li{ width:100%; padding:10px 0; }
} 