@charset "utf-8";
/* CSS Document */
body,div,ol,ul,li,p,h1,h2,dl,dt,dd,i{ margin:0px; padding:0px;font-weight:normal; font-style:normal;}
body{ font-size:14px;font-family:"Microsoft Yahei"; color:#888;}
img{ border:0px; vertical-align:top; }
ul, li { list-style:none; display:block}
a{ text-decoration:none;color:#555;}
a:hover{color:#029dcb;}
.fl{ float:left}
.fr{ float:right}

/********************************************页面顶部样式**********************************************/

/*logo&导航*/
.logo_nav{width:1000px;height:auto;border-bottom:1px solid #029dcb; padding:15px 0;margin:0 auto;}
.top_creter{width:1000px;height:56px;position:relative;}
.top_creter a img{height:56px;}
.banner{display:inline-block;width:660px;height:56px;float:right;}
.hw_push{margin-top:20px;font-size:16px;position:relative;padding:0 0 10px 8px;color:#333;border-bottom:1px solid #eee;}
.hw_push i{display:inline-block;width:3px;height:16px;background:#029dcb;position:absolute;top:3px;left:0px;}
.qanda{width:100%;margin-top:20px;border-bottom:1px dashed #eee;padding-bottom:15px;}
.qanda h2{font-size:16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#222;}
.qanda h2 i{display:inline-block;width:20px;height:20px;background:url(../fy-img/wen.png) no-repeat left center;float:left;margin:2px 8px 0 0;}
.qanda p{font-size:14px;margin-top:15px;color:#999;max-height:40px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;}
.qanda p i{display:inline-block;width:20px;height:20px;background:url(../fy-img/da.png) no-repeat left center;float:left;margin:5px 8px 0 0;}
.qanda p:last-child{padding-left:28px;font-size:12px;color:#999;margin-top:15px;}
.qanda p:last-child span{margin-left:30px;}

/*section*/
.qanda_list{width:390px;margin-top:18px;border-bottom:1px dashed #eee;padding-bottom:13px;}
.details_content .qanda_list:nth-child(2n){margin-left:0px;}
.qanda_list h2{font-size:16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#222;}
.qanda_list h2 i{display:inline-block;width:20px;height:20px;background:url(../fy-img/wen.png) no-repeat left center;float:left;margin:2px 8px 0 0;}
.qanda_list p{font-size:14px;margin-top:11px;color:#999;max-height:40px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;}
.qanda_list p i{display:inline-block;width:20px;height:20px;background:url(../fy-img/da.png) no-repeat left center;float:left;margin:5px 8px 0 0;}
.qanda_list p:last-child{padding-left:28px;font-size:12px;color:#999;margin-top:15px;}
.qanda_list p:last-child span{margin-left:30px;}

/*位置样式*/
.location{width:1000px;height:40px;margin:10px auto 0;line-height:40px;color:#999;border-bottom:1px solid #eee;}
.location p{width:1175px;margin:0 auto;font-size:16px;background:url(../fy-img/wzpic.png) no-repeat left center;padding-left:25px;}
.location p a{color:#029dcb;}

/*问答列表*/
.section_list{width:1000px;margin:0 auto;overflow:hidden;}
.section_listL{width:660px;overflow:hidden;}
.section_listL .qanda_list{width:100%;margin-top:18px;border-bottom:1px dashed #eee;padding-bottom:20px;}
.section_listL .qanda_list h2{font-size:16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#222;}
.section_listL .qanda_list h2 i{display:inline-block;width:20px;height:20px;background:url(../fy-img/wen.png) no-repeat left center;float:left;margin:2px 8px 0 0;}
.section_listL .qanda_list p{font-size:14px;margin-top:11px;color:#999;max-height:40px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;}
.section_listL .qanda_list p:last-child{padding-left:28px;font-size:12px;color:#999;margin-top:15px;}
.section_listL .qanda_list p:last-child span{margin-left:30px;}

/*翻页*/
.small_list_ol{width:100%;margin-top:30px;font-size:14px;color:#888;overflow:hidden;}
.small_list_ol li{float:left;}
.small_list_ol li a{display:inline-block;float:left;margin-right:10px;border:1px solid #d0d0d0;padding:2px 10px;border-radius:3px;color:#888;}
.small_list_ol li a:hover{color:#fff;border-color:#029dcb;background:#029dcb;}

/*详情页面*/
.details{width:1000px;height:auto;margin:20px auto 0;}
.details_content{width:660px;}
.describe{width:620px;height:auto;overflow:hidden;background:#f5f5f5;padding:20px;margin-top:20px;}
.describe h2{font-size:16px;color:#222;}
.describe p{font-size:14px;color:#555;margin-top:10px;}
.section_titlem{margin-top:20px;font-size:16px;position:relative;padding:0 0 10px 8px;color:#333;border-bottom:1px solid #eee;}
.section_titlem i{display:inline-block;width:3px;height:16px;background:#029dcb;position:absolute;top:3px;left:0px;}
.selectedanswer dl{width:100%;margin-top:20px;position:relative;}
.selectedanswer dl dt{width:50px;height:50px;border-radius:50%;overflow:hidden;position:absolute;top:0px;left:0px;}
.selectedanswer dl dt img{width:100%;}
.selectedanswer dl dd{padding-left:60px;}
.selectedanswer dl dd h2{font-size:16px;color:#222;}
.selectedanswer dl dd h2 span{font-size:14px;color:#999;margin-left:8px;}
.selectedanswer dl dd p{font-size:14px;color:#555;margin-top:5px;}
.selectedanswer dl dd p span{margin-left:8px;}
.doctoranswers{width:96%;font-size:16px;color:#333;margin-top:20px;line-height:26px; background: #f5f5f5; padding: 15px;}
.borderbottom{border-bottom:1px solid #eee;padding-bottom:10px;}
.doctors_onlineLTopR .qanda_list{width:100%;margin-top:18px;border-bottom:1px dashed #eee;padding-bottom:13px;float:left;}

.doctors_onlineLTopR{width:660px;height:auto;overflow:hidden;}
.video_play_top{width:660px;overflow:hidden;height:auto;position:relative;}
.video_play_top h1{font-size:16px;color:#222;font-weight:bold;}
.video_play_top ul{font-size:12px;color:#999;margin-top:10px;overflow:hidden;border-bottom:1px dashed #eee;padding-bottom:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap; }
.video_play_top ul li{float:left;margin-right:30px;}
.video_play_top ul li:last-child{color:#f86e21;}


.right_box{width:320px;z-index:999;}
.xxinquisitive{width:300px;height:500px;background:#fff;box-shadow: 0 0 5px #ddd;padding:0 10px;}
.hw_push{margin-top:20px;font-size:16px;position:relative;padding:0 0 10px 8px;color:#333;border-bottom:1px solid #eee;}
.hw_push i{display:inline-block;width:3px;height:16px;background:#029dcb;position:absolute;top:3px;left:0px;}
.qanda{width:100%;margin-top:20px;border-bottom:1px dashed #eee;padding-bottom:15px;}
.qanda h2{font-size:16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#222;}
.qanda h2 i{display:inline-block;width:20px;height:20px;background:url(../fy-img/wen.png) no-repeat left center;float:left;margin:2px 8px 0 0;}
.qanda p{font-size:14px;margin-top:15px;color:#999;max-height:40px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;}
.qanda p i{display:inline-block;width:20px;height:20px;background:url(../fy-img/da.png) no-repeat left center;float:left;margin:5px 8px 0 0;}
.qanda p:last-child{padding-left:28px;font-size:12px;color:#999;margin-top:15px;}
.qanda p:last-child span{margin-left:30px;}

.m20{margin-top:20px;}
.clear{clear:both;}
/**友情链接**/

/**页面底部部分样式**/
.footer{width:100%;height:auto;overflow:hidden;margin:30px auto 0;background:#029dcb;padding-bottom:20px;}
.foot_record{text-align:center;color:#fff;line-height:26px;padding-top:15px;}

.to_consult {
    width: 70px;
    height: 26px;
    background: #f30;
    position: absolute;
    top: 12px;
    right: 0px;
    border-radius: 4px;
    text-align: center;
    line-height: 26px;
    font-size: 14px;
}
.to_consult a{color:#fff;}
.qzx-r{float:right; padding:2px 10px; background-color: coral;color:#fff;font-size: 14px;}

