html { font-size: 16px; }
html { font-family: sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; }
body { margin: 0; }
a {text-decoration: none;}
.display__flex {display: -webkit-box;display: -ms-flexbox;display: flex;}
.align_items__center {-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.justify_content__center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.flex_grow__1 {-webkit-box-flex: 1;-ms-flex-positive: 1;flex-grow: 1;}
.udline, .riline, .lfline, tline, .aline { position: relative }
.udline:after { content: ''; position: absolute; left: 0; bottom: 0; right: auto; top: auto; height: 1px; width: 100%; background-color: #e7e7e7; display: block; z-index: 15; -webkit-transform-origin: 50% 100%; transform-origin: 50% 100%; }
.riline:after { content: ''; position: absolute; left: auto; bottom: 0; right: 0; top: 0; height: 100%; width: 1px; background-color: #1c62a5; display: block; z-index: 15; -webkit-transform-origin: 50% 100%; transform-origin: 50% 100%; }
    .lb{ display:inline-block; }
.lb~span{display: inline-block;width: 76%;vertical-align: top;}


.record { background-size: 100% 100%;width: 100%;height: 100%;position: relative;}
.recordhead img {width: 100%;}
.depart_title, .expert_title {color: #d71971; font-weight: bold;text-align: center;}
.department_info, .expert_info {background-color: #fff; padding: 20px 20px 0 20px;}
.go_return2 {    display: inline-block;
    color: #fff;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-weight: bold;
    border-radius: 50%;
    background-color: rgba(215,25,113,0.5);
    text-align: center;
    position: fixed;
    left: 15px;
}
.info_item .word {width: 100%; font-size: 16px;line-height: normal; position: relative;    margin-left: 5px;
    margin-right: 5px;}
/* .info_item .word {max-width: 33.3%; font-size: 16px;line-height: normal; position: relative;    margin-left: 5px;
    margin-right: 5px;} */
/* .word:before {content: ''; width: 133px;height: 27px; background-image: url(../images/title_bg_left.jpg); background-size: 100% 100%; position: absolute;left: 133px;}
.word:after {content: ''; width: 133px;height: 27px; background-image: url(../images/title_bg_right.jpg); background-size: 100% 100%; position: absolute;right: 133px;} */
.info_item #desc {font-size: 14px;text-align: justify;white-space: pre-line;line-height: 1.5;margin: 15px 0; }
.person {text-align: center;}
.person .name, .person .hospital {color: #d71971;font-weight: bold;}
.tip {color: #aaaaaa;margin-top: 14px;font-size: 13px;margin-bottom: 40px;}
.active {background-color: #bf0d61;color: #fff; background-size: 100% 100%}
.article_item {     width: 50%;
    display: block !important;
    margin: 20px auto 0 auto;
    background-color: #fff;
    position: relative;
    border-bottom: 1px solid #bf0d61;}
.expert_item { width: 50%; display: block !important; margin: 20px auto 0 auto;padding-bottom: 20px;background-color: #fff;position: relative;border-bottom: 1px solid #eee}
.article_item:after {content: ''; position: absolute;bottom: 0;left: 0;width: 200px;height: 5px; background-color: #bf0d61;}
.article_item:last-child {border-bottom: 0px;}
.expert_item:last-child {border-bottom: 0px;}

