/*-----------------------------在线咨询列表页-----------------*/

.quiz_index_left .quiz_index_left_block {
  background:#f8f8f8;
  margin-bottom: 15px;
  border:1px solid #cccccc;
  padding:1px;
}

/*-------------------------在线咨询详细页-----------------*/
.quiz_index_right .ask_area {
  padding: 1px;
  border: 0px solid #ddd;
  margin-bottom: 10px;
  margin-top:10px;
}
.ask_area{ }
.quiz_index_right .ask_area h3 {
  line-height: 30px;
  font-weight: bold;
  color:#333;
  background:url(/Content/Areas/Interactions/images/bg_ask_area_h3.jpg) 15px 6px no-repeat;
  height: 30px;
  text-indent:60px;
}
.quiz_index_right .ask_area h3.doctor{background:url(/Content/Areas/Interactions/images/doctor1.jpg) 15px 6px no-repeat; font-weight:100}
.quiz_index_right .ask_area h3.doctor span{ color:#c00; margin-right:10px}
.quiz_index_right .ask_area .ask_area_inside {
  padding: 4px;
}
.quiz_index_right .ask_area .ask_area_inside .answer_head {
  line-height: 18px;
  height: 27px;
  text-align:right;
  background:url(/Content/Areas/Interactions/images/bg_ask_area_h3-02.jpg);
  padding-right:5px
}
.quiz_index_right .ask_area .ask_area_inside .answer_head .answer_head_left {
  float: left;
  padding-left: 20px;
  color: #2A76C2;
}
.quiz_index_right .ask_area .ask_area_inside .answer_head .answer_head_right {
  float: right;
  padding-right: 10px;
}
.quiz_index_right .ask_area .ask_area_inside .ask_cont {
  line-height: 24px;
  margin:10px 20px 20px 20px;
  color: #5b5b5b;
  margin-top:1px;
  border-bottom:#d9d9d9 dashed 1px
}
.quiz_index_right .ask_area .ask_area_inside .ask_cont h2{
  font-size: 14px;
  font-weight: bold;
  text-indent:30px;
  color:#b41900
}
.quiz_index_right .ask_area .ask_area_inside .ask_cont h2.buzuo_1{ background: url(/Content/Areas/Interactions/images/buzuo_1.jpg) left center no-repeat}
.quiz_index_right .ask_area .ask_area_inside .ask_cont h2.buzuo_2{ background: url(/Content/Areas/Interactions/images/buzuo_2.jpg) left center no-repeat}
.quiz_index_right .ask_area .ask_area_inside .ask_cont h2.buzuo_3{ background: url(/Content/Areas/Interactions/images/buzuo_3.jpg) left center no-repeat}
.quiz_index_right .reader_answer {
  /*--lsn--2012-2-24--height: 208px;*/
  border: 1px solid #dddddd;

}
.quiz_index_right .reader_answer .replenish_answer
{
 height: 80px;
 margin: 10px 15px 0 20px;
 width: 710px;
}
.quiz_index_right .reader_answer .patient_ask_btn{ margin-left:20px}

.quiz_index_right .reader_answer h3{
  font-size: 14px;
  font-weight: bold;
  margin-top: 20px;
  margin-left: 15px;
}
.quiz_index_right .reader_answer .reader_answer_txa {
  display: block;
  height: 96px;
  width: 715px;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #aaaaaa;
}
.quiz_index_right .reader_answer .reader_answer_btn {
  display: inline;
  height: 35px;
  width: 110px;
  margin-top: 15px;
  margin-right: 10px;
  margin-left:10px;
  border:0;
  background-image: url(/Content/Areas/Common/images/reader_answer_btn.jpg);
  background-repeat: no-repeat;
  cursor:pointer;
  font-weight: bold;
  color: #2A76C2;
  float:left;
  
}
/*------------------在线咨询提问页-----------*/
.patient_ask {
  position: relative;
  height:930px;
  padding-top:30px;
}
.patient_ask .patient_ask_tit {
  background-color: #1D923A;
  height: 70px;
}
.patient_ask .patient_ask_form {
  width: 803px;
  position: absolute;
  left: 90px;
  top: 46px;
  background-image: url(/Content/Areas/Common/images/patient_ask_form_foot.jpg);
  background-repeat: no-repeat;
  padding-bottom: 15px;
  background-position: left bottom;
}
.patient_ask .patient_ask_form .patient_ask_form_body {
  background-image: url(/Content/Areas/Common/images/patient_ask_form_body.jpg);
  background-repeat: repeat-y;
  padding-left:35px;
  padding-top: 10px;
  padding-bottom: 40px;
}
.patient_ask .patient_ask_form .patient_ask_form_head {
  background-image: url(/Content/Areas/Common/images/patient_ask_form_head.jpg);
  background-repeat: no-repeat;
  padding-top: 30px;
  padding-left: 35px;
}
.patient_ask .patient_ask_form label {
  text-align: right;
  float: left;
  width: 70px;
  line-height: 24px;
  height: 24px;
}
.patient_ask .patient_ask_form .patient_ask_form_head .patient_ask_tx,.patient_ask .patient_ask_form .patient_ask_form_body .patient_ask_tx1 {
  float: left;
  height: 22px;
  border: 1px solid #a2a2a2;
}
.patient_ask .patient_ask_form .patient_ask_form_head .patient_ask_tx{
  width: 400px;
}
.patient_ask .patient_ask_form .patient_ask_form_body .patient_ask_tx1 {
  width: 290px;
}
.patient_ask .patient_ask_form .patient_ask_form_body .descrip {
  padding: 15px;
  border: 1px solid #a2a2a2;
  width: 590px;
  margin-left:60px;
  margin-top:15px;
}
.patient_ask .patient_ask_form .patient_ask_form_body .descrip .patient_ask_txa {
  height: 100px;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  border-bottom-color: #c5c5c5;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  width:500px;
}
.patient_ask .patient_ask_form .patient_ask_form_body .descrip h2{
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  height: 20px;
}
.patient_ask .patient_ask_form .patient_ask_form_body .tips {
  width: 555px;
  margin-left:60px;
  line-height: 20px;
  margin-top:10px;
  padding-left:45px;
  background-image: url(/Content/Areas/Common/images/huangse_tanhao.jpg);
  background-repeat: no-repeat;
}
.patient_ask .patient_ask_form .patient_ask_form_body .tips strong {
  color: #b00000;
}
.patient_ask .patient_ask_form .patient_ask_form_body .patient_ask_btn {
  display: block;
  height: 25px;
  width: 97px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  background-image: url(/Content/Areas/Common/images/patient_ask_btn.jpg);
  background-repeat: no-repeat;
  border:0;
  cursor:pointer;
  font-weight: bold;
  color: #fff;
}
.patient_ask .patient_ask_form .patient_ask_form_body .anony{padding-left:340px; margin-top:20px;}
/*-------------------我的问答----------------*/
.article_right .hot_ask{
  margin-top:15px;
  padding-right: 3px;
  padding-bottom: 3px;
  padding-left: 3px;
}
.article_right .hot_ask .title_type_ul{
  background-color: #f9f9f9;
  height: 20px;
  margin-top: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height:20px;
}
.article_right .hot_ask .title_type_ul li{
  padding-right: 10px;
  padding-left: 10px;
  float:left;
}
.article_right .hot_ask .title_type_ul .title_type_selected a{
  font-size: 14px;
  font-weight: bold;
}
.article_right .hot_ask .span_date{width:70px; float:left; overflow:hidden; height:28px; background:#d7ecff;}
.article_right .hot_ask .doc_answer{
  float: left;
  width: 100px;
  padding-left: 10px;
  overflow: hidden;
  height:28px;
}
.article_right .hot_ask .ques_tit{float:left; width:560px; text-indent:30px; color:#000; background:#d9ebff;}
.article_right .hot_ask .ques_list li{
  line-height: 28px;
  height: 28px;
  background-image: url(/Content/Areas/Common/images/disease_li_icon.jpg);
 background-position: 10px center;
 background-repeat: no-repeat;
}

/*---wsq--2012-10-18--问答首页左侧科室调整----*/
.side_menu{ border:none!important;}
.side_menu .lv1_ul{ border:none;padding-top: 5px;}
.side_menu .lv1_ul .quiz_lv1_li .ren{ height:auto!important;background-color:#DEFFDB;}
.side_menu .lv1_ul .lv1_li .add {cursor: pointer;height: 22px;line-height: 22px;padding-left: 5px;}
.side_menu .lv1_ul .lv1_li .lv1_tit {color: #333; font-size:12px; text-indent:0; line-height:30px; display:block;}
.side_menu .lv1_ul .lv1_li .lv1_tit:hover{ }
/*---zxp--2012-2-24--问答详细-------*/
.doctor_tit{ margin:20px 10px;}
.doctor_img{ padding:2px; width:75px; height:104px; border:1px solid #cccccc;}
/*医生、患者详细样式--lsn--2012-3-1*/
.doctor_tit p{ line-height:24px; text-align:left;}
.doctor_tit p strong{ color:#2A76C2; font-weight:100}
.huanzhe_tit{ margin:5px;}
.huanzhe_tit p{ line-height:20px; text-align:left;}
.huanzhe_tit strong{ color:#2A76C2; line-height:25px; font-size:14px}

.jianjie_btn{ width:160px; text-align:left; margin-top:10px}
.jianjie_btn span{ float:left}
.jianjie_btn a{ width:55px; height:22px;line-height:22px; display:block;
  background:url(/Content/Areas/Interactions/images/white_60_btn.jpg) no-repeat center center; padding-left:21px;  float:left;}
.shanchang{ line-height:24px;}
.doc_cont02 p{ width:168px;}

.quiz_index_left_block_inside .doc_cont02 strong{ text-align:center; width:140px;}
.left_img_two img{ padding:2px; border:1px solid #cccccc; margin-top:10px; width:85px; height:115px; }
.left_two_tit{ margin:10px; line-height:22px}
.zdzh{ height:auto!important;}
.lun_btn{ text-align:right;}
.lun_btn a{ color:#2A76C2; margin-left:5px; float:right; height:14px; line-height:14px;}
.deleteput{ background:none; border:none; color:#2A76C2; float:right; cursor:pointer; height:14px; line-height:14px; margin-left:5px;}
.none_left{ left:0!important; width:750px!important; background:none!important;}
.none_lef .patient_ask_form_head{ background:none!important;}
.background_nones{ background:#FFF; height:600px!important;}
.background_nones .patient_ask_form_body{ background:none!important;}
.dep,.disease{ line-height:25px; width:100%}
.dep h2 {
 float: left;
 text-align: right;
 width: 120px;
}
.disease h2 {
 float: left;
 text-align: right;
 width: 120px;
}


.t_edit textarea {
width: 100%;
}

/*201210.15 wsq*/
.main02_left{ float:left; width:230px}
/*新建问题*/
.patient_div{ border:solid 1px #dadada; width:930px; margin:0px auto; }
.patient_ask_form{ background:#f7f7f7; width:770px; margin:15px; padding:20px 30px 0 100px; position:relative;}
.patient_img{background:url(/Content/Areas/Interactions/images/table_h.jpg)  no-repeat center center; position:absolute; width:168px; height:32px; text-align:center; line-height:32px; left:-2px; font-size:14px; color:#fff; font-weight:bold;}
.patient_ask {
  position: relative;
  height:930px;
  padding-top:30px;
}
.patient_ask .patient_ask_tit {
height:0px
}
.patient_ask .patient_ask_form {
  width: 803px;
  position: absolute;
  left: 90px;
  top: 46px;
  background-image: url(/Content/Areas/Common/images/patient_ask_form_foot.jpg);
  background-repeat: no-repeat;
  padding-bottom: 15px;
  background-position: left bottom;
}

.patient_ask_form_head {
 background:#f7f7f7;
  padding-top: 50px;
   margin:5px 0px;
}
.patient_ask_form_head h2{ width:120px; text-align:right; height:22px; line-height:22px; float:left}
  .patient_ask_form label {
  text-align: right;
  float: left;
  width: 70px;
  line-height: 24px;
  height: 24px;
}
.patient_ask_tx1 {
  float: left;
  height: 22px;
  border: 1px solid #a2a2a2;
}
.patient_ask_tx{
  width: 400px;
}
.patient_ask_tx1 {
  width: 290px;
}
.descrip {
  width: 590px;
}
.descrip span{ display:block; text-indent:119px}
.descrip h2{ float:left;
  font-size: 12px;
  line-height: 30px;
  font-weight:normal;
  height: 30px;
   width:120px; text-align:right
}
.patient_ask_txa{ margin:5px 0px;}
.tips {
 margin:10px 0px;
  width: 555px;
  line-height: 20px;
 border:dashed 1px #2976ce;  padding:10px 10px 10px 50px;  background:url(/Content/Areas/Interactions/images/ico.jpg)  no-repeat 10px 50px;
}
.tips strong{ color:#2976ce; font-weight:normal}

.patient_ask_btn {
  display: block;
  height: 26px;
  width: 60px;
  background: url(/Content/Areas/Interactions/images/select_btn_bg.jpg) center center;
  border:0;
   margin:5px 0px;
  cursor:pointer;
  color: #fff;
  text-align:center;
}
.patient_ask_btn:hover{ background: url(/Content/Areas/Interactions/images/select_btn_bg_h.jpg) center center;}
/*-------------------我的问答----------------*/
.article_right .hot_ask{
  margin-top:15px;
  padding-right: 3px;
  padding-bottom: 3px;
  padding-left: 3px;
}
.article_right .hot_ask .mailbox_index{  background:#97d0fb; margin:6px 0 0 0;}
.article_right .hot_ask .mailbox_index tr{height:30px; text-align:center;}
.article_right .hot_ask .mailbox_index tr th{ background:#e7f5fe; font-weight:normal; color:#095297}
.article_right .hot_ask .mailbox_index td, .article_right .hot_ask .mailbox_index tr td a{ background:#FFFFFF; color:#474645; text-indent:5px;}
.article_right .hot_ask .title_type_ul{
  background-color: #f9f9f9;
  height: 20px;
  margin-top: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height:20px;
}
.article_right .hot_ask .title_type_ul li{
  padding-right: 10px;
  padding-left: 10px;
  float:left;
}
.article_right .hot_ask .title_type_ul .title_type_selected a{
  font-size: 14px;
  font-weight: bold;
}
.article_right .hot_ask .span_date{width:70px; float:left; padding-left:60px; overflow:hidden; height:28px;}
.article_right .hot_ask .doc_answer{
  float: left;
  width: 100px;
  padding-left: 10px;
  overflow: hidden;
  height:28px;
}
.article_right .hot_ask .ques_tit{float:left; width:560px; text-indent:30px;}
.article_right .hot_ask .ques_list li{
  line-height: 28px;
  height: 28px;
  background-image: url(/Content/Areas/Common/images/disease_li_icon.jpg);
 background-position: 10px center;
 background-repeat: no-repeat;
}
/*------------------------通用样式-----------------*/
.ques_list td{ text-align:center;}
.ques_list .ques_tit{
  color: #095297;
}
.ques_list .haodaifu{
  background-image: url(/Content/Areas/Common/images/haodaifu.jpg);
  background-repeat: no-repeat;
  background-position: left center;
  display: block;
  float: left;
  height: 34px;
  width: 16px;
  
}.ques_list .span_date {
  color: #CCCCCC;
  float: right;
}
.bg_green{color:#f1faf8;}
/*zxp20121008*/
.condoctor_title{
  height:32px;
  background:url(/Content/Areas/Hospitals/images/main/focusnewtitlebg.gif) repeat-x left top;
}
.condoctor_title span{
  width:103px;
  text-align:center;
  padding-top:11px;
  padding-bottom:9px;
  font-weight:bold;
  font-size:14px;
  display:block;
  background:url(/Content/Areas/Hospitals/images/main/focustitle.gif) no-repeat left top;
  float:left;
}
.more02{
  float:right;
  color:#FA5E11;
  font-weight:bold;
  margin:10px 5px 0 0;
  height:14px;
  line-height:14px;
}
.presentation img{ margin-top:5px;}
.main02_right{ float:right; width:748px;}

.question_secondlist{ padding-left:8px;}
.question_secondlist li{
  border-bottom-width: 1px; 
  border-bottom-style: solid;
  border-bottom-color: #eaeaea; 
  width:405px;
  line-height:23px; 
  margin-bottom:8px;
}
.question_secondlist li span{
  font-weight:bold; 
  padding-right:8px; }
.question_secondlist li span a{

  color:#259c40; 
  padding-left:0px; 
  background:none;
  display:block;
}
.question_secondlist li a{
  margin-left:5px;
  white-space:nowrap; 
  background:url(/Content/Areas/Interactions/images/question_line.jpg) no-repeat top right;
}

.consulting_list_a1 {
  PADDING-RIGHT: 10px; FLOAT: left; WIDTH: 320px
}
.span_doc_answer1 {
  PADDING-RIGHT: 10px; FLOAT: left; OVERFLOW: hidden; WIDTH: 60px; HEIGHT: 28px
}
.question_cont_icn1 {
  FLOAT: left; WIDTH: 30px; HEIGHT: 28px
}
.consulting_date1 {
  FLOAT: right; WIDTH: 80px
}
select, input, img, select {
 margin: 0;
 padding: 0;
 vertical-align: middle;
}
.field-validation-error {
 color: red;
}
.ae-lookup-textbox {
 float: left;
}
select, input, img, select {
 margin: 0;
 padding: 0;
 vertical-align: middle;
}
.patient_ask_txa {
 height: 100px;
 width: 450px;
}
/*20121016*/
.quiz_index_left_block_inside .title_head {background: none repeat scroll 0 0 #2A76CE;color: #FFFFFF;height: 30px;line-height: 30px;padding-left: 14px;}
.ask_cont_box{ background:#f9f9f9; border-left:#d9d9d9 solid 1px; border-right:#d9d9d9 solid 1px; width:736px; padding:10px 0}
.ask_cont_box_b{background:url(/Content/Areas/Interactions/images/bg_ask_area_h3-01.jpg); width:738px; height:6px; line-height:0px; font-size:0px; margin-bottom:10px}
.titleSty2{ background:url(/Content/Areas/Interactions/images/bg_titleSty1.jpg); line-height:29px; height:29px; color:#c00; padding-left:12px; border:#d7d7d7 solid 1px}
.reader_answer h3{line-height:30px; margin:0!important; background:#d7f0f7; padding:5px 0 0 10px; height:30px;}
.reader_answer h3 div.tit{width:200px; float:left;}
.reader_answer h3 span.Lookup{ float:right; color:#2C9638; margin-right:20px;}
.reader_answer h3 span.Lookup a{ color:#2C9638; width:20px; float:left;}
.reader_answer h3 span.Lookup b{ float:left; font:bold 14px/30px "宋体"; padding-left:5px;}
.reader_answer p.zhu{ color:red; line-height:20px; clear:both; padding:10px 20px 0 20px;}
.quiz_index_right .reader_answer{ padding:0 0 15px 0;}
.quiz_index_right .reader_answer .btn_ques{ padding-left:100px;}
/*******20121015  wsq end**********/




/*---------------咨询2014改版--------Index样式2014 8 26 ------------------------*/
i,em,cite{font-style:normal}
.leftNavTitle,.lv1_ul li,.bt span,.keyword p a i,.tab_list li,.illness .Lists li{background:url(/Sites/Uploaded/Image/2014/8/points_bg.gif) no-repeat}
/*提问框*/
.ask_q{border-bottom:1px solid #D2D2D2}
.ask_q .searchinput{border:1px solid #ccc;height:103px;line-height:28px;padding:6px 10px 12px;resize:none;width:100%;box-sizing:border-box;outline:none;display:block;overflow-y:hidden;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;}
.searchbtn03{background:url(/Sites/Uploaded/Image/2014/8/search_bg2.jpg);border:medium none;color:#fff;cursor:pointer;float:right;font-size:14px;height:34px;width:92px;margin:5px 0 0}
.searchbtn03:hover{background:url(/Sites/Uploaded/Image/2014/8/search_bg2.jpg)no-repeat 0 -34px}
/*sectionMenu-------------------------------------------------------------------*/
.sectionMenu{width:256px;float:left}
.MenuBg{background:#FFF;padding:15px 0;border:1px solid #c0c0c0}
.lv1_ul{background:url(/Sites/Uploaded/Image/2014/8/menuList_bg.gif) repeat-y 0 5px;padding-left:10px;overflow:hidden}
.lv1_ul li.quiz_lv1_li{width:170px;line-height:30px;height:30px;float:left;background-position:0px 11px;padding:0 5px 0 9px;overflow:hidden;border:none}
.lv1_li p{padding: 0 20px;}
.menuList li a{display:inline-block}

/*rightContent-------------------------------------------------------------------*/
.rightContent{width:1025px;float:right}

.Conten,.Conten1{border-bottom:1px solid #d2d2d2}
.Conten .RContent1{margin-top:14px}
.Conten .titles h2{line-height:18px;height:28px}
/*RContent1-------------------------------------------------------------------*/
.RContent1{width:50%;float:left;border-right:1px dotted #d2d2d2;padding:0 0 15px}
.RContent1 .titles{width:416px}
.titles h2{height:42px;overflow:hidden;font:18px/40px 'Microsoft YaHei','微软雅黑',STXihei,'华文细黑',Heiti,'黑体',SimSun,'宋体',sans-serif;color:#4d4d4d}
.tab_menu{width:416px;height:28px}
.titles h2 a{float:right;color:#999;font:12px/40px '宋体'}
.tab_menu .menuA{width:416px;padding-bottom:1px;;position:relative;background:#f9f9f9}
.tab_menu a{display:block;width:103px;height:26px;overflow:hidden;margin:0 -1px -1px 0;text-align:center;font:14px/26px 'Microsoft YaHei','微软雅黑',STXihei,'华文细黑',Heiti,'黑体',SimSun,'宋体',sans-serif;line-height:28px\9;border:1px solid #E8E8E8;background:#F9F9F9;color:#666;position:relative;z-index:1}
.tab_menu .menuA a{float:left}
.tab_menu .menuA .selected{border-color:#bbbbbb;background:#bbbbbb;color:#fff;z-index:2}
.tab_menu div.more{width:26px;height:26px;float:left;position:relative;padding:0;margin:0;border:1px solid #DEDEDE;border-left:none;background:#F9F9F9 url(/Sites/Uploaded/Image/2014/8/points_bg.gif) no-repeat -29px -89px;cursor:pointer}
.tab_menu div.more_hover{background-position:8px -89px}

.tab_menu .menuA a:hover{border-color:#888;background:#888;color:#fff;z-index:2}


.tab_box{float:left;width:416px;overflow:hidden}
.tab_box li{float:left;height:80px; width:198px;margin:22px 10px 0 0}
.tab_box li img{float:left;width:62px}
.tab_box li p{float:right;width:122px;overflow:hidden;line-height:18px;margin:0 0 5px;white-space:nowrap;text-overflow:ellipsis;color:#999}
.tab_box li p a{margin-right:6px;color:#124F80}
.tab_box li p a:hover{color:#124F80}
.tab_box li cite{float:right;width:114px;height:30px;overflow:hidden;font-size:12px;line-height:30px;line-height:32px\9;white-space:nowrap;text-overflow:ellipsis;color:#666}
.tab_box li .lastP a{display:block;height:22px;width:77px;padding-left:8px;overflow:hidden;line-height:22px;line-height:24px\9;text-indent:21px;background:url(/Sites/Uploaded/Image/2014/8/zixun.jpg) no-repeat;color:#CCC}
.tab_box li .lastP a:hover{background-position:0 -22px;color:#124F80;text-decoration:none}

/*RContent2-------------------------------------------------------------------*/
.RContent2{width:48%;float:right;padding-left:22px;padding:0 0 15px}
.zaixian{padding-left:22px}
.Conten1 .zaixian{border-bottom:1px solid #d2d2d2}
.zaixian .zxs{width:100%;margin:3px 0 2px;position:relative}
.zaixian .zxs ul{width:100%}
.zaixian .zxs ul li{width:100%;height:64px;overflow:hidden}
.zaixian .zxs ul li img{float:left;width:40px;margin-top:17px}
.zaixian .zxs ul li p{float:right;width:400px;height:40px;overflow:hidden;margin-top:17px;color:#999;line-height:20px;position:relative}
.zaixian .zxs ul li p a{color:#333}
.zaixian .zxs ul li p a:hover{color:#124F80}
.zaixian .zxs ul li p cite{color:#666;position:absolute;right:2px;bottom:0}
.zaixian .zjs,.zaixian .zjs dl{float:left;width:245px;height:70px;overflow:hidden}
.zaixian .zjs dt{float:left;width:100%;height:22px;overflow:hidden;font-weight:bold;line-height:20px;line-height:22px\9;text-indent:10px;background:url(/Sites/Uploaded/Image/2014/8/bg_points.gif) no-repeat -43px -485px;color:#666}

.bt{float:left;width:100%;height:30px;margin-top:2px;padding-top:5px;position:relative}
.bt cite{float:left;height:30px;overflow:hidden;font:14px/30px 'Microsoft YaHei','微软雅黑',STXihei,'华文细黑',Heiti,'黑体',SimSun,'宋体',sans-serif;line-height:32px\9}
.bt .c1{margin-right:5px}
.bt .c2{padding-left:5px;margin-left:-6px;margin-left:-6px;margin-left:-4px\0;margin-left:-7px\9;*margin-left:5px;*padding-left:0;background:#fff;background:#fff url(/Sites/Uploaded/Image/2014/8/bg_index_num_ie8.gif) no-repeat 0 4px\9;*background:#fff}
.bt i{float:left;height:21px;overflow:hidden;margin-top:4px;padding-left:5px;*padding-right:5px;border:1px solid #CDE6B5;font:bold 14px/22px Arial;letter-spacing:11px;background:url(/Sites/Uploaded/Image/2014/8/bg_index_num.png) repeat-x;color:#124F80}
.bt span{display:block;width:17px;height:17px;overflow:hidden;background-position:0 -20px;position:absolute;left:-30px;top:12px}
.Conten1 .bt span{background-position:0 -60px}


.keyword{width:100%;overflow:hidden;padding-bottom:10px}
.keyword p{width:612px;float:left;overflow:hidden}
.keyword p span{font-size:14px}
.keyword p a{display:inline-block;height:31px;height:30px\9;padding:0 8px;padding-top:1px\9;margin:8px 10px 0 0;white-space:nowrap;font-size:14px;line-height:30px;background:url(/Sites/Uploaded/Image/2014/8/bd_bg.gif) repeat-x;position:relative}
.keyword p a .i1{display:block;width:13px;height:13px;overflow:hidden;position:absolute;top:-3px;right:-6px;z-index:2;background-position:0 -120px}
.keyword p a b{display:block;width:4px;height:31px;background:url(/Sites/Uploaded/Image/2014/8/bd_bg.gif) no-repeat;position:absolute;top:0;z-index:1;cursor:pointer}
.keyword p a .b1{background-position:0 0;left:0}
.keyword p a .b2{background-position:0 0;right:0}
.keyword p .a1{background-position:0 -62px}
.keyword p .a1 .b1{background-position:0 0}
.keyword p .a1 .b2{background-position:0 -31px;_right:-1px}
.keyword p a:hover{color:#000;text-decoration:none;opacity:0.75}

.tab_list{margin:10px 0 0;width:416px;height:125px;display:none}
.tab_list li{line-height:25px;padding-left:12px;background-position:4px -216px}
.tab_list li .date_r{float:right;color:#999}

.qustion{padding:10px 0 15px}
.Lists li{line-height:25px;color:#999}
.Lists li cite{float:right;color:#666}

.illness{padding-left:22px}
.illness .Lists li{float:left;width:120px;padding-left:13px;background-position:0 -141px}
.zhanTi h1{font-size:14px}
.zhanTi img{padding:1px;border:1px solid #DDD;float:left;margin-right:15px;width:96px}
.zhanTi p{line-height:22px;text-indent:2em;color:#666}

.side_menu_inside{ height: 535px; overflow: auto; border-left: 1px solid #F1F0E5;}
.leftNavTitle{height:36px;font:16px/36px 'Microsoft YaHei','微软雅黑',STXihei,'华文细黑',Heiti,'黑体',SimSun,'宋体',sans-serif;color:#FFF;padding-left:48px;background-position:20px -170px;background-color:#5195E0}


.main_top_left{ position:relative; margin-bottom:10px}
.main_top_left img{ width:230px}
.main_top_left h3{ font-size:12px; color:#004276; left:18px;top:10px;position:absolute}

.main_left{ background: none ;  border: none ;}
.main_center_left .titleSty1{display:none;}


@media only screen and (max-width:768px){ 
  .main_left{display: none ;}
  .rightContent,.tab_menu{width:100%;}
  .ask_q .searchinput{width:90%;margin:0 auto;background:none;border:1px solid #d2d2d2;border-radius: 10px;-moz-box-shadow:0px -3px 0px #999 inset;-webkit-box-shadow:0px -3px 0px #999 inset;box-shadow:0px -3px 0px #999 inset }
  .keyword{width:98%;margin:0 auto;}
  .keyword p{height: auto;width: 100%;}
  .Conten, .Conten1{width:96%;margin:0 auto;}
  .Conten1{border-bottom:none;}
  .RContent1{width:60%;}
  .RContent2{width:38%;}
  .RContent1 .titles,.tab_box,.tab_list,.tab_menu .menuA{width:96%;margin:0 auto;}
  .tab_box li{width:50%;margin:15px 0;padding:0 10px;box-sizing:border-box;}
  .tab_box li p{width:55%;}
  .zaixian .zxs ul li p{width:75%;}
  .tab_menu a{width:24.5%;}
  .RCont ul li a{display: block;width:70%;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
  .zhanTi img{display:none;}
  .zhanTi p{line-height: 24px}
  .zaixian,.illness{padding-left:0;}
  .bt{float:none;width:70%;margin:2px auto;}
  .searchbtn03{margin-right:5px;}
  .zhanTi h1{height:26px;}
  .main02_left{width:28%;}
  .quiz_index_left{width:100%;}
  .quiz_index_left .quiz_index_left_block{width:100%;margin:0;padding:15px 0;box-sizing:border-box;}
  .main02_right{width:70%;margin:0 auto;}
  .ask_cont_box{width:100%;border:#d9d9d9 solid 1px;border-radius: 5px;margin-top:20px;}
  .quiz_index_right .ask_area .ask_area_inside .answer_head,.ask_cont_box_b{display:none;}

  .patient_div{width:98%;}
  .patient_ask_form{width:98%;margin:0 auto;padding:0;padding-top:20px;}
  .patient_ask_txa{width:60%;}
  .tips{width:98%;margin:15px auto;box-sizing:border-box;}
  .patient_ask_form_body,.patient_ask_form_head{width:80%;margin:5px auto;}
}

@media only screen and (max-width:640px){
  .main{width:98%;margin:0 auto;}
  .linkmap{display:none;}
  .Conten .RContent1,.RContent1{width:100%;border-right:none;}
  
  .RContent2{width:100%;}
  .zaixian .zxs ul li p{width:75%;float:left;margin-left:5%;}
  .zaixian .zxs ul{width:90%;margin:0 auto;}
  .tab_box li p{float:left;margin-left:5%;}
  .ask_q{padding-top:20px;}
  .quiz_index_right .ask_area .ask_area_inside .ask_cont h2.buzuo_1{background: url(/Content/Areas/Interactions/images/buzuo_1.jpg) left 5px no-repeat;line-height: 26px}

  .patient_ask_form_body, .patient_ask_form_head{width:98%;margin:0 auto;}
  .patient_ask_form_head h2,.dep h2,.disease h2,.descrip h2{width:auto;}
  .descrip,.patient_ask_txa{width:100%;}
  .descrip span{text-indent:0;}

  .main02_left{width:100%;float:none;}
  .quiz_index_left{width:100%;margin-bottom:15px;}
  .quiz_index_left .quiz_index_left_block{width:100%;margin:0;padding:15px 0;box-sizing:border-box;float:none;clear:both;}
  .main02_right{width:100%;margin:0 auto;}
  .doctor_img{float:left;margin-right:15px;}
  .doctor_tit p,.jianjie_btn{width:65%;float:left;}
  .main_top_left,.main_center_left{display:none;}
}
@media only screen and (max-width:400px){
 
  .tab_box li{width:100%}
  
} 