@charset "utf-8";

.c_ff6fa1{ color: #ff6fa1;}

.lh_1em{ line-height: 1em;}

.w265 { width: 265px;}
.w305 { width: 305px;}
.w670 { width: 670px;}
.w690 { width: 690px;}

.index_ggao01 {
    display: block;
    position: relative;
}

.index_ggao01 .btndis {
    position: absolute;
    top: 162px;
    left: 20px;
    padding: 5px 18px 7px 18px;
}

/* 医生排行 */
#doctorRank {
    margin-bottom: -2px;
}

/* 优质医生 */
.youzhi_doctor{
    padding: 30px 0 50px 0;
    background: #f5f5f5;
}

/* 专家贡献 */
.expert_gongxian{
    padding: 30px 0;
}

.faq_mod {
    border: 1px solid #f4f4f4;
}

.faq_mod_heading {
    padding: 15px 15px 10px 15px ;
    margin: 0 0 4px 0;
    border-bottom: 1px solid #ededed;
}

.faq_mod_body {
    padding: 6px 15px 15px 15px;
}

.faq_mod_body .answer {
    width: 236px;
    margin-top: 1px;
}

.faq_mod_footer {
    padding: 16px 0 15px 46px;
    margin-top: 10px;
    background: #f5f5f5;
}

.faq_mod_footer a:hover {
    text-decoration: none;
}

.faq_mod_footer .thumb {
    overflow: hidden;
    width: 65px;
    height: 65px;
    margin: 0 5px 0 0;
    border-radius: 65px;
    border: 4px solid #fff;
    box-shadow: 1px 3px 3px #eee;
}

.faq_mod_footer p {
    padding: 11px 0 0 0;
    font-size: 18px;
    color: #333;
}

.faq_mod_footer small {
    display: block;
    font-size: 14px;
    color: #999;
}

/* 问答滚动 */
.time_line {
    width: 306px;
    height: 336px;
}

.time_line_line{
    height: 336px;
    border-left: 1px solid #ededed;
    position: absolute;
    top: 0;
    left: 3px;
}

.time_line_body {
}

.time_line_item {
    padding: 15px 0 15px 16px;
    border-bottom: 1px solid #f3f3f3;
}

.time_line_item .time {
    display: inline-block;
    line-height: 16px;
    margin: 0 0 14px 0;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background: #ff9cbe;
    position: relative;
}

.time_line_item .time:after {
    content: ' ';
    width:0;
    height:0;
    line-height:0;
    border-width:6px;
    border-style:solid;
    border-color: transparent #ff9cbe transparent transparent;
    position: absolute;
    left: -12px;
    top: 2px;
}

.time_line_item .time_circle{
    width: 5px;
    height: 5px;
    background: #fff;
    border: 1px solid #ff73a4;
    border-radius: 5px;
    left: 0;
    top: 20px;
}

.time_line_item .item_header{
    margin-bottom: 7px;
}

.time_line_item .item_body h3{
    font-size: 14px;
}

.time_line_item .item_body h3 a:hover{
    color: #ff387d;
    text-decoration: none;
}

.time_line_item .item_body .answer{
    width: 260px;
    padding-top: 1px;
}

/* 提问流程 */
.tiwen_liucheng{
    padding: 30px 0 68px 0;
    background: #f5f5f5;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
}

.tiwen_liucheng_body{
    padding-top: 35px;
}

/* 口碑医院 */
.koubei_hospital{
    padding: 30px 0 55px 0;
}

.hospital_tab_body{
    margin: 0 53px;
}

.hospital_tab_body ul {
    width: 1000%;
}

.hospital_tab_item {
    width: 890px;
    margin-top: -15px;
}

.hospital_tab_item .item {
    width: 33.33333%;
    padding: 15px 0;
}

.hospital_tab_item .item .thumb{
    overflow: hidden;
    width: 65px;
    height: 65px;
    border-radius: 65px;
}

.hospital_tab_item .item .thumb:hover {
    opacity: 0.8;
}

.hospital_tab_item .item dl{
    padding-top: 7px;
}

.hospital_tab_item .item dt a:hover {
    text-decoration: none;
    color: #ff387d;
}

.hospital_tab_control {
    position: absolute;
    top: 120px;
    width: 32px;
    height: 50px;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

.hospital_tab_control.left {
    left: 0;
    background: url("../images/tab_control_left.png") no-repeat;
}

.hospital_tab_control.left:hover {
    background: url("../images/tab_control_left_on.png") no-repeat;
}

.hospital_tab_control.right {
    right: 0;
    background: url("../images/tab_control_right.png") no-repeat;
}

.hospital_tab_control.right:hover {
    background: url("../images/tab_control_right_on.png") no-repeat;
}


/* breadcrumb */
.breadcrumb {
    line-height: 1em;
    padding: 30px 0 0 0;
}

.form_label {
    display: block;
    line-height: 1em;
    margin-bottom: 15px;
    font-size: 18px;
    color: #666;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

.form_input {
    display: block;
    width: 658px;
    line-height: 24px;
    padding: 10px 15px;
    margin-bottom: 15px;
    font-size: 12px;
    color: #666;
    border: 1px solid #d6d6d6;
    border-radius: 3px;
}

.form_input_inline{
    display: inline-block;
    width: 115px;
}

.form_post{
    border: 1px solid #d6d6d6;
    border-radius: 5px 5px 0 0;
}

.form_post_header{
    line-height: 40px;
    background: #fff5f8;
    border-bottom: 1px solid #d6d6d6;
    border-radius: 5px 5px 0 0;
}

.form_post_body {
    padding: 15px 15px 0 15px;
}

.form_post_body textarea{
    overflow: hidden;
    display: block;
    width: 100%;
    height: 120px;
    margin-bottom: 10px;
    color: #999;
    font-family: "microsoft yahei";
    border: none;
    outline: none;
    resize: none;
}

/* 上传图片 组件 */
.upload{
    line-height: 20px;
}

.upload_toggle{
    padding-bottom: 10px;
}

.upload_toggle:hover {
    text-decoration: none;
    color: #ff6fa1;
    cursor: pointer;
}

.upload_toggle img{
    position: relative;
    top: 3px;
}

.upload_img {
    display: none;
    line-height: 40px;
    padding: 10px;
    background: #f5f5f5;
    margin-left: -15px;
    margin-right: -15px;
}

.img_list img{
    display: none;
    width: 40px;
    height: 40px;
}

.img_list_item{
    margin-right: 15px;
    position: relative;
}

.img_list_item img{
}

.img_upload_file { display: block; width: 0; height: 0; line-height: 0; font-size: 0; overflow: hidden;}

.upload_img_add{
    width: 40px;
    height: 40px;
    background: url("../images/upload_img_add.png") no-repeat;
    cursor: pointer;
}

.upload_img_canel {
    display: none;
    width: 14px;
    height: 14px;
    background: url("../images/upload_img_canel.png") no-repeat;
    position: absolute;
    right: -6px;
    top: -6px;
    cursor: pointer;
}


.form_post_body .btn {
    padding-left: 35px;
    padding-right: 35px;
}

/* 问题帖子主题 */
.post{
    border: 1px solid #fee7ee;
}

.post_header{
    line-height: 50px;
	padding-top:10px;
	padding-bottom:10px;
    background: #fff5f8;
}

.post_header h1{
    padding: 5px 54px;
    background: url("../images/question_detail_title.png") no-repeat 0 center;
}

.post_body {
    padding: 40px 60px;
}


.post_user a {
    color: #ff6fa1;
}

.post_user .thumb{
    overflow: hidden;
    border-radius: 52px;
}

.post_time {
    margin-top: -26px;
    text-align: right;
    font-size: 14px;
    line-height: 26px;
}

.post_main p,
.post_main img,
.post_main h2,
.post_main h3,
.post_main h4,
.post_main li{
    margin-bottom: 15px;
}

.post_main img{
    max-width: 100%;
}


/* 解答帖子 */
.answer_post{
    border: 1px solid #d6faff;
    border-bottom: none;
}

.answer_post .post_header{
    line-height: 50px;
    background: #effdff;
}

.answer_post .post_header h2{
    padding: 5px 54px;
    background: url("../images/answer_post_title.png") no-repeat 0 center;
}

.answer_post .post_body {
    padding: 20px 60px 25px 60px;
    border-bottom: 1px solid #d6faff;
}


.post_user a {
    color: #ff6fa1;
}

.post_user .thumb{
    overflow: hidden;
    border-radius: 52px;
}

.post_time {
    margin-top: -26px;
    text-align: right;
}


.post_main .btn_thx{
    display: inline-block;
    line-height: 16px;
    padding: 6px 8px;
    font-size: 14px;
    color: #333;
    background: #fff;
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    box-shadow: 1px 2px 3px #efefef;
}

.post_main .btn_thx:hover{
    text-decoration: none;
}

.post_main .btn_thx i{
    display: inline-block;
    width: 19px;
    height: 15px;
    margin-right: 10px;
    background: url("../images/icon_smile.png") no-repeat;
}

/* 相关问题 */
.same_question{
    border: 1px solid #f3f3f3;
}

.same_question_header {
    padding: 30px;
    border-bottom: 1px solid #f3f3f3;
}

.same_question .btn{
    width: 245px;
    line-height: 50px;
    padding: 0;
    text-align: center;
}

.same_question_body {
    padding: 15px;
}

.same_question_body li{
    line-height: 18px;
    padding: 0 0 0 28px;
    margin-bottom: 16px;
    background: url("../images/same_question_q.png") no-repeat 0 center;
}

.same_question_body li:last-child {
    margin-bottom: 5px;
}


.post_main{ padding: 0.5em; font-size: 16px;}
.post_main h1{font-size: 20px;}
.post_main p {padding:5px 0; font-size:16px; line-height:30px; color:#333333; text-indent:2em; }
.post_main p img,.post_main img { display:block; margin:0 auto; max-width:90%; height:auto !important; }
.post_main h3{font-size: 18px; font-weight: bold; padding: 6px; text-align: left;}
.post_main table p{text-indent:0;}
.selectTdClass{background-color:#edf5fa !important}
.post_main table{margin-bottom:10px;border-collapse:collapse;display:table;}
.post_main td,.post_main th{padding: 5px 10px;border: 1px solid #DDD;}

/* 提问文章推荐 */
.pc_new ul li .tit{
    font-size: 16px;
    color: #333;
    margin-bottom: 6px;
}
.pc_new ul li .txt{
    font-size: 14px;
    color: #666;
}
.pc_new{
    margin: 20px 0;
}
.pc_new h2{
    margin-bottom: 10px;
    font-size: 16px;
    color: #333;
}
.pc_new li{
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}
.pc_new li img,
.pc_new li div
{
    display: inline-block;
    vertical-align: middle;
}
.pc_new li img{
    width:120px;
    height: 120px;
    object-fit: cover;
}
.pc_new li div{
    width:520px;
    margin-left:20px;
}
.pc_new li .time{
    font-size: 13px;
    text-align: right;
    color: #999;
    margin-top:8px;
}