@charset "utf-8";


/*文章内容*/

.Article-content > div {
    padding: 0 15px;
}

.Article-content .Article-title {
    padding: 5px 10px;
    font-size: 16px;
    font-weight: 600;
    position: relative;
}

.Article-content .Article-title:before {
    content: ' ';
    display: block;
    width: 4px;
    height: 24px;
    background: #4F9CEE;
    position: absolute;
    top: 4px;
    left: 0;
}

.Article-content .Article-title.title2 {
    padding: 5px 10px;
    font-size: 15px;
    font-weight: 800;
}

.Article-content .Article-title.title2:before {
    display: none;
}

.Article-content-Preface {
    /*width: 632px;*/
    /*height: 223px;*/
    overflow: hidden;
    /*background: url(../images/qa-icon.png) no-repeat;*/
    /*background-position: -2px -141px;*/
    border: 2px dashed rgba(97,195,212);
    background: rgba(244,253,253);
    margin: 14px auto;
}

.Article-content-Preface .Preface1 {
    font-size: 14px;
    /*width: 555px;*/
    margin: 10px 20px;
    border-bottom: 1px dashed #ccc;
    padding: 10px 0;
    color: #f50;
    font-weight: 400;
}

.Article-content-Preface .Preface2 {
    /*width: 555px;*/
    margin: 10px 20px;
    padding: 4px 0;
    text-indent: 1.5em;
    position: relative;
    color: #999;
    font-size: 12px;
}

.Article-content-Preface .Preface2:before {
    content: ' ';
    display: block;
    width: 13px;
    height: 13px;
    background: url(../images/qa-icon.png) no-repeat;
    position: absolute;
    top: 10px;
    left: 0px;
    background-position: -47px -39px;
}

.Article-content-Preface .Preface3 {
    font-size: 12px;
    color: #aaa;
    width: 555px;
    margin: 25px 20px;
    padding: 0 15px 0 25px;
}

.Article-content-Preface .Preface3 .fr a {
    color: #36c;
}

/*通用标签*/
.Common-Label {
    background: #FFF;
    border: 1px solid #e6e6e6;
    padding: 0 20px;
    margin-top: 10px;
    width: 675px;
}

.Common-Label .Common-Label-title {
    line-height: 50px;
    color: #999;
    border-bottom: 1px solid #e6e6e6;
}

.Common-Label .Common-Label-title span {
    font-size: 20px;
    color: #61c3d4;
    padding-right: 20px
}

.Common-Label .Common-Label-title span em {
    font-size: 24px;
    padding: 0 5px;
    position: relative;
    top: 5px;
}

.Common-Label .Common-Label-content {
    padding: 10px 0;
}

.Common-Label .Common-Label-content .Common-Label-img {
    overflow: hidden;
    width: 200px;
    padding-top: 15px
}

.Common-Label .Common-Label-content .Common-Label-img img {
    width: 200px;
    height: 200px;
}

.Common-Label .Common-Label-content .Common-Label-list {
    width: 460px;
    position: relative;
}

.Common-Label .Common-Label-content .Common-Label-list .chapter {
    display: block;
    background: url(../images/qa-icon.png) no-repeat;
    background-position: -142px -5px;
    width: 130px;
    height: 130px;
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
    line-height: 500px;
}

.Common-Label .Common-Label-content .Common-Label-list .Common-Label-list-tit {
    font-size: 30px;
}

.Common-Label .Common-Label-content .Common-Label-list ul li {
    line-height: 26px;
    font-size: 13px;
}

.Common-Label .Common-Label-content .Common-Label-list ul li span em {
    color: #fb8306;
    font-weight: bold;
}

.Common-Label .Common-Label-content .Common-Label-list ul li.tag span {
    display: inline-block;
    border: 1px solid #0084ff;
    color: #0084ff;
    padding: 0 5px;
    line-height: 18px;
    margin-right: 10px
}

.Common-Label .Common-Label-content .Common-Label-list ul li.spot {
    padding-left: 10px;
    position: relative;
}

.Common-Label .Common-Label-content .Common-Label-list ul li.spot:before {
    content: ' ';
    display: block;
    width: 4px;
    height: 4px;
    background: url(../images/icon_13.png) no-repeat;
    position: absolute;
    top: 9px;
    left: 0;
}

.Common-Label .Common-Label-content .Common-Label-list ul li.icon1 {
    padding-left: 25px;
    position: relative;
}

.Common-Label .Common-Label-content .Common-Label-list ul li.icon1:before {
    content: ' ';
    display: block;
    width: 16px;
    height: 16px;
    background: url(../images/qa-icon.png) no-repeat;
    background-position: -6px -103px;
    position: absolute;
    top: 3px;
    left: 0;
}

.Common-Label .Common-Label-content .Common-Label-list ul li.icon2 {
    padding-left: 25px;
    position: relative;
}

.Common-Label .Common-Label-content .Common-Label-list ul li.icon2:before {
    content: ' ';
    display: block;
    width: 16px;
    height: 16px;
    background: url(../images/qa-icon.png) no-repeat;
    background-position: -21px -103px;
    position: absolute;
    top: 3px;
    left: 0;
}

.Common-Label .Common-Label-content .Common-Label-list ul li.icon3 {
    padding-left: 25px;
    position: relative;
}

.Common-Label .Common-Label-content .Common-Label-list ul li.icon3:before {
    content: ' ';
    display: block;
    width: 16px;
    height: 16px;
    background: url(../images/qa-icon.png) no-repeat;
    background-position: -37px -103px;
    position: absolute;
    top: 3px;
    left: 0;
}

.Common-Label .Common-Label-bottom {
    border: 1px solid #e6e6e6;
    border-left: 0;
    line-height: 38px;
    margin-bottom: 20px;
}

.Common-Label .Common-Label-bottom a {
    display: block;
    border-left: 1px solid #e6e6e6;
    text-align: center;
    color: #297ceb;
    width: 95px;
    float: left;
}


/*医院名录*/
.Modular-HospitalDirectories {
    width: 100%;
}

.Modular-HospitalDirectories .title {
}

.Modular-HospitalDirectories .title span {
    color: #999;
    font-weight: bold;
    font-size: 12px;
}

.Modular-HospitalDirectories span {
    display: inline-block;
    float: left;
    font-size: 12px;
    font-family: "微软雅黑"
}

.Modular-HospitalDirectories ul {
    padding-top: 10px;
}

.Modular-HospitalDirectories li {
    line-height: 30px;
    border-bottom: 1px dashed #CCC;
}

.Modular-HospitalDirectories .English {
    width: 50%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.Modular-HospitalDirectories .Chinese {
    width: 30%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.Modular-HospitalDirectories .Abbreviation {
    width: 20%;
    color: #999;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*试管婴儿流程*/
.Modular-testTubeBabyProcess {
    width: 670px;
    margin: 10px auto;
}

.Modular-testTubeBabyProcess .title {
    text-align: center;
    line-height: 27px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    border-top: 2px solid #a2a6a9;
    border-bottom: 1px solid #a2a6a9;
    background: #edf2f5;
}

.Modular-testTubeBabyProcess .ivf_step {
    background: #f8f8f8;
}

.Modular-testTubeBabyProcess .ivf_step .contentList .tit {
    line-height: 95px;
    width: 110px;
    float: left;
    text-align: center;
}

.Modular-testTubeBabyProcess .ivf_step .contentList .list {
    line-height: 42px;
    height: 94px;
    border-bottom: 1px solid #a2a6a9;
    width: 520px;
    padding: 0 20px;
    float: left;
    background: #FFF;
}

.Modular-testTubeBabyProcess .ivf_step .contentList .list a {
    font-size: 16px;
    color: #417290;
    padding-right: 20px;
    display: inline-block;
    border-bottom: 0;
}

.Modular-testTubeBabyProcess .ivf_step .contentList .list a em {
    padding-right: 5px;
}

.Modular-testTubeBabyProcess .ivf_step .contentList.contentList-mb {
    border-bottom: 1px solid #a2a6a9;
}

.Modular-testTubeBabyProcess .ivf_step .contentList.contentList-mb .list {
    border: 0;
    padding-right: 0;
    width: 540px;
}

.Modular-testTubeBabyProcess .ivf_step .contentList.contentList-mb .list a {
    line-height: 95px;
    font-size: 14px;
    float: left;
}

.Modular-testTubeBabyProcess .ivf_step .contentList.contentList-mb .list span {
    font-size: 12px;
    display: inline-block;
    width: 85px;
    float: left;
    height: 50px;
    padding: 22px 0;
}

.Modular-testTubeBabyProcess .ivf_step .contentList.contentList-mb .list span a {
    float: inherit;
    font-size: 12px;
    color: #343436;
    line-height: 25px;
    padding: 0;
    position: relative;
}

.Modular-testTubeBabyProcess .ivf_step .contentList.contentList-mb .list span a:before {
    content: ' ';
    display: block;
    width: 3px;
    height: 3px;
    border-radius: 3px;
    background: #ccc;
    position: absolute;
    top: 10px;
    left: -9px;
}

/*文字斜体*/
.Modular-cite {
    color: #798e99;
}

.Modular-cite sup {
    color: rgb(121, 142, 153);
    font-size: 12px;
    height: 12px;
    line-height: 12px;
    font-style: normal;
    font-family: 宋体;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(121, 142, 153);
    border-image: initial;
    border-radius: 3px;
    margin: 0px 8px;
    padding: 0px 2px 0px 3px;
    position: relative;
    vertical-align: baseline;
    top: -.5em;
}

.Modular-text-cite-wp {
    color: #9EACB6;
    font-size: 15px;
    padding-left: 20px;
    /*border-left: 3px solid #0ab99d;*/
    word-wrap: break-word;
    line-height: 24px;
    margin-bottom: 15px;
}

.Modular-text-cite-wp p {
    color: #9EACB6 !important;
    text-indent: 0em !important;
}

.Modular-text-cite-wp .cite-ul .cite-index-i {
    font-style: normal;
    margin-right: 14px
}

.Modular-text-cite-wp .cite-ul .cite-text {
    color: #9EACB6;
    text-decoration: none;
    border-bottom: none;
}

.Modular-text-cite-wp .cite-ul .cite-text:hover {
    text-decoration: underline
}

.iSpot {
    display: inline-block;
    width: 3px;
    height: 3px;
    border-radius: 3px;
    background: #999;
    overflow: hidden;
    line-height: 50px;
    position: relative;
    margin: 0 5px;
    top: -3px;
}


/*文字内容样式*/
.Modular-Article-style {
    border-left: 3px solid #0ab99d;
    padding: 5px 0 5px 10px;
    margin: 15px 0 15px 15px;
    font-size: 14px;
    color: rgb(153, 153, 153) !important;
}

/*药品信息栏*/
.Modular-Information {
    overflow: hidden;
    margin: 10px auto;
    border: 1px solid #e5e5e5;
    border-bottom: 0;
    font-size: 12px;
    padding: 0 !important;
}

.Modular-Information dl.dinfor {
    height: 30px;
    line-height: 30px;
    display: block;
    border-bottom: 1px solid #e5e5e5;
    overflow: hidden;
}

.Modular-Information dl.dinfor dt,
.Modular-Information dl.dinfor dd {
    display: block;
    float: left;
    height: 30px;
    line-height: 30px;
    margin-left: -1px;
    border-left: 1px solid #e5e5e5;
}

.Modular-Information dl.dinfor dt a,
.Modular-Information dl.dinfor dd a {
    color: #005ea7;
}

.Modular-Information dl.dinfor dt a:hover,
.Modular-Information dl.dinfor dd a:hover {
    text-decoration: underline;
}

.Modular-Information dl.dinfor dt {
    width: 70px;
    text-align: center;
    background: #f2f2f2;
}

.Modular-Information dl.dinfor dd.short {
    width: 248px;
    text-indent: 5px;
}

.Modular-Information dl.dinfor dd.long {
    text-indent: 5px;
}

/*医院收费项目*/
.shoufei {
    width: auto;
    height: auto;
    overflow: hidden;
    margin: 20px;
    border-top: #ddd 1px solid;
    border-left: #ddd 1px solid;
}

.shoufei table {
    width: 100%;
}

.shoufei table tr td {
    height: 30px;
    line-height: 1.5;
    text-align: left;
    padding: 5px 10px;
    width: auto;
    font-size: 12px;
    color: #888;
    vertical-align: center
}

.shoufei table tr td {
    border: #ddd 1px solid;
    border-left: none;
    border-top: none;
}

.shoufei table .title_top {
    font: 18px;
    text-align: center;
    color: #333;
    text-align: center;
    vertical-align: center;
    border-bottom: #f29c9f 1px solid;
    padding: 5px 10px;
}

.shoufei table .title_one td {
    font-size: 14px;
    color: #333;
    background: #fce3e6;
    border: #f29c9f 1px solid;
    text-align: center;
    vertical-align: center;
    padding: 5px 10px;
}

.shoufei table .title_two td {
    font-size: 13px;
    color: #333;
    background: #fff;
    text-align: left;
    vertical-align: center;
    padding: 5px 10px;
}

.shoufei table .border_ {
    border-left: none;
}

/*营养成分*/
.nutrition {
    margin-top: 20px;
}

.nutrition thead td {
    background: #ecf8e3;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.nutrition td {
    border: 1px solid #dddddd;
    padding: 10px 15px;
    font-size: 12px;
    vertical-align: middle;
}

.elements table {
    width: 100%;
    font-size: 14px;
}

.elements td,
.elements th {
    border: 1px solid #f3f3f3;
    line-height: 35px;
    text-align: center;
    width: 25%;
    padding: 0;
}

.elements th {
    background: #f6f6f6;
    font-weight: 400;
}

.gray-font {
    color: #909090;
}

/*地区*/
.Modular-region {
    width: 1000px;
    background: url(../images/modular-region.png);
    margin: 10px auto;
}

.Modular-region .time_line_select a {
    display: inline-block;
    padding: 5px 10px;
    margin: 0px;
    font-size: 17px;
    color: #333;
    position: relative;
    border-bottom: none;
}

.Modular-region .time_line_select a.nav {
    background-color: #efefef;
    color: #0ab99d;
}

.Modular-region .time_line_select a.nav:before {
    content: ' ';
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 3px;
    background: #0ab99d;
    position: absolute;
    bottom: 0px;
    left: 0;
}

.Modular-region .time_line_select a.nav:after {
    content: ' ';
    display: block;
    width: 1px;
    border-top: 5px solid #0ab99d;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    position: absolute;
    bottom: -5px;
    left: 50%;
    margin-left: -5px;
}

.Modular-region .card_value {
    background: url(../images/card_value.png) center no-repeat;
    background-size: 72%;
    width: 1000px;
    min-height: 354px;
    margin: 5px auto;
    margin-top: 40px;
}

.Modular-region .jg_list {
    width: 90%;
    height: 100px;
    margin: 0 auto;
}

.Modular-region .jg_list ul {
    width: 100%;
}

.Modular-region .jg_list ul li {
    width: 100px;
    list-style-type: none;
    text-align: left;
    float: left;
    height: 30px;
}

.Modular-region .jg_list ul li a {
    font-size: 16px;
    line-height: 14px;
    border-bottom: none;
}

.Modular-region .jg_list ul li a.jg_select {
    color: #0ab99d;
    font-weight: bold;
    font-size: 18px;
    line-height: -10px;
}

.Modular-region .time_line {
    width: 100%;
}

.Modular-region .timeline {
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    background: url(../images/line-icon.png) 1px 286px repeat-x;
}

.Modular-region .iss_con {
    margin: 0 auto;
    height: 100%;
}

.Modular-region .iss_con h1 {
    height: 100%;
    color: #717173;
    float: left;
    line-height: 230px;
    width: 35%;
    text-align: right;
    font-size: 30px;
}

.Modular-region .iss_con h1 a {
    margin-top: -50%;
}

.Modular-region .iss_con p {
    margin: 10px 0px;
    font-size: 16px;
    color: #7C7C7E;
    width: 580px;
    white-space: initial;
}

.Modular-region .iss_con .iss_p {
    padding-left: 40%;
    position: relative;
}

.Modular-region .iss_con .iss_p a {
    position: absolute;
    color: #0ab99d;
}

.Modular-region .iss_con .iss_p a:hover {
    text-decoration: underline;
}

/*小贴士*/
.Article-Tips {
    border: 1px solid #ffe3b7;
    background: #fff5e5;
    line-height: 24px;
    padding: 10px 20px !important;
    margin: 15px 0 25px
}

.Article-Tips div {
    font-weight: bold;
}

/*内容模板-药品导航栏*/
.baikeListOne .baikeListOne-title {
    background: #EDF2F5;
    border-bottom: 1px solid #BCC5CC;
    border-top: 2px solid #9AA5AD;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
    height: 28px;
    line-height: 28px;
}

.baikeListOne .baikeListOne-list:after {
    content: " ";
    clear: both;
    display: block;
    overflow: hidden
}

.baikeListOne .baikeListOne-list li {
    float: left;
    width: 32%;
    height: 25px;
    line-height: 25px;
    color: #5B5F65;
}

.baikeListOne .baikeListOne-list li a {
    color: #0ab99d;
    text-decoration: none;
    font-size: 14px;
}

.baikeListOne .baikeListOne-list li a:hover {
    text-decoration: underline;
}

.baikeListOne .baikeListOne-list li .time {
    font-size: 12px;
}

.baikeListOne .baikeListOne-list li .split {
    padding: 0 5px;
    font-size: 14px;
}

/*胎梦模板样式*/
.y-row {
    min-width: 600px;
    max-width: 675px;
    margin-left: auto;
    margin-right: auto;
    zoom: 1;
}

.func-table {
    margin: 21px 0;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0px;
}

.func-title {
    width: 18px;
    text-align: center;
    background: #f5f5f5;
    color: #999;
    font-size: 14px;
    padding: 12px;
    vertical-align: middle;
}

.func-bd {
    padding: 0 24px;
    text-align: left;
}

.func-module {
    font-size: 14px;
    color: #666;
    line-height: 28px;
}

.func-module h3 {
    font-size: 16px;
    color: #333;
    font-weight: 700;
    margin-bottom: 10px;
}

.titbg {
    height: 25px;
    background: url(../images/tot.png) no-repeat;
    overflow: hidden;
    font-weight: 600;
    line-height: 25px;
    font-size: 16px;
    color: #eb553a;
    text-indent: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 670px;
    margin: 0 auto;
}

.titbg strong {
    font-weight: bold;
}

/*内容模板-病症导航栏*/
.baikeListTwo .baikeListTwo-title {
    background: #EDF2F5;
    border-bottom: 1px solid #BCC5CC;
    border-top: 2px solid #9AA5AD;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
    height: 28px;
    line-height: 28px;
}

.baikeListTwo .baikeListTwo-list {
    position: relative;
    border-bottom: 1px solid #DEDFE1;
}

.baikeListTwo .baikeListTwo-list .listTit {
    position: absolute;
    top: 0;
    left: 0;
    background: #FAFBFC;
    text-align: center;
    width: 75px;
    font-size: 14px;
    height: 100%;
    color: #333;
    font-weight: 700;
}

.baikeListTwo .baikeListTwo-list .listTit span {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 43%;
}

.baikeListTwo .baikeListTwo-list ul:after {
    content: " ";
    clear: both;
    display: block;
    overflow: hidden
}

.baikeListTwo .baikeListTwo-list ul {
    margin-left: 75px;
}

.baikeListTwo .baikeListTwo-list ul li {
    float: left;
    width: 25%;
    height: 33.3px;
    line-height: 33px;
    color: #5B5F65;
}

.baikeListTwo .baikeListTwo-list ul li a {
    color: #0ab99d;
    text-decoration: none;
    font-size: 14px;
}

.baikeListTwo .baikeListTwo-list ul li a:hover {
    text-decoration: underline;
}

.baikeListTwo .baikeListTwo-list ul li .time {
    font-size: 12px;
}

.baikeListTwo .baikeListTwo-list ul li .split {
    padding: 0 5px;
    font-size: 14px;
}

.CountryDoctor .CountryDoctor-title {
    background: #EDF2F5;
    border-bottom: 1px solid #BCC5CC;
    border-top: 2px solid #9AA5AD;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
    height: 28px;
    line-height: 28px;
}

.CountryDoctor .CountryDoctor-list {
    position: relative;
    border-bottom: 1px solid #DEDFE1;
}

.CountryDoctor .CountryDoctor-list .listTit {
    position: absolute;
    top: 0;
    left: 0;
    background: #FAFBFC;
    text-align: center;
    width: 100px;
    font-size: 14px;
    height: 100%;
    color: #333;
    font-weight: 700;
}

.CountryDoctor .CountryDoctor-list .listTit span {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 43%;
}

.CountryDoctor .CountryDoctor-list ul:after {
    content: " ";
    clear: both;
    display: block;
    overflow: hidden
}

.CountryDoctor .CountryDoctor-list ul {
    margin-left: 100px;
}

.CountryDoctor .CountryDoctor-list ul li {
    float: left;
    width: 50%;
    height: 33.3px;
    line-height: 33px;
    color: #5B5F65;
}

.CountryDoctor .CountryDoctor-list ul li a {
    color: #0ab99d;
    text-decoration: none;
    font-size: 14px;
}

.CountryDoctor .CountryDoctor-list ul li a:hover {
    text-decoration: underline;
}

.CountryDoctor .CountryDoctor-list ul li .time {
    font-size: 12px;
}

.CountryDoctor .CountryDoctor-list ul li .split {
    padding: 0 5px;
    font-size: 14px;
}

/*案例基本信息*/
.top-fl-two {
    padding: 20px 0;
    background: #FFF;
    border: 1px solid #e6e6e6;
    margin-top: 10px;
    margin-bottom: 15px;
}

.top-fl-two .title {
    font-size: 22px;
    position: relative;
    padding-left: 20px;
}

.top-fl-two .title:after {
    content: ' ';
    display: block;
    width: 535px;
    height: 1px;
    background: #ebebeb;
    position: absolute;
    top: 10px;
    right: 0;
}

.top-fl-two .title:before {
    content: ' ';
    display: block;
    width: 10px;
    height: 30px;
    background: #0ab99d;
    position: absolute;
    top: -3px;
    left: 0;
}

.top-fl-two .essential-info {
    padding: 20px;
}

.top-fl-two .essential-info-list {
    padding-bottom: 15px;
}

.top-fl-two .essential-info-list .fl {
    width: 75px;
    font-size: 16px;
    font-weight: bold;
    color: #999;
    position: relative;
    padding-left: 25px;
}

.top-fl-two .essential-info-list .fl:before {
    content: ' ';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 3px;
    left: 0;
}

.top-fl-two .essential-info-list .fl.int-One:before {
    background: url(../images/icon_05.png) no-repeat;
}

.top-fl-two .essential-info-list .fl.int-Two:before {
    background: url(../images/icon_06.png) no-repeat;
}

.top-fl-two .essential-info-list .fl.int-Three:before {
    background: url(../images/icon_07.png) no-repeat;
}

.top-fl-two .essential-info-list .fl.int-Four:before {
    background: url(../images/icon_08.png) no-repeat;
}

.top-fl-two .essential-info-list .fl.int-Five:before {
    background: url(../images/icon_09.png) no-repeat;
}

.top-fl-two .essential-info-list .fl.int-Six:before {
    background: url(../images/icon_10.png) no-repeat;
}

.top-fl-two .essential-info-list .fl.int-Seven:before {
    background: url(../images/icon_11.png) no-repeat;
}

.top-fl-two .essential-info-list .fr {
    width: 555px;
    line-height: 24px;
    font-weight: bold;
}

.top-fl-two .essential-info-list .fr .l {
    color: #5ac7d8;
}

.top-fl-two .essential-info-list .fr .h {
    color: #999;
}

.top-fl-two .essential-info-list .fr .mb {
    margin-bottom: 15px;
}

.top-fl-two .essential-info-list .fr .Treat {
    width: 20%;
    float: left;
}

.top-fl-two .mb {
    margin-bottom: 20px;
}

.basic-info {
    *overflow: hidden;
    clear: both;
    background: url(../images/basicinfo-bg.png);
    font-size: 12px;
}

.basic-info a {
    color: #136ec2;
}

.basic-info a:hover {
    text-decoration: underline;
}

.basic-info .basicInfo-block {
    width: 50%;
    float: left
}

.basic-info .basicInfo-block .basicInfo-item {
    line-height: 26px;
    display: block;
    padding: 0;
    margin: 0;
    float: left
}

.basic-info .basicInfo-block .basicInfo-item.name {
    width: 70px;
    padding: 0 5px 0 12px;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    color: #999
}

.basic-info .basicInfo-block .basicInfo-item.value {
    zoom: 1;
    color: #333;
    width: 220px;
    float: left;
    position: relative
}

.basic-info .toggle {
    cursor: pointer;
    display: block;
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    width: 40px;
    color: #999;
    text-align: right
}

.basic-info .toggle:hover {
    text-decoration: none
}

.basic-info .toggle .arrow {
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 3px;
    left: 0
}

.basic-info .toggle.toCollapse .arrow {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 4px solid #b4b4b4
}

.basic-info .toggle.toCollapse .arrow.arrow-border {
    top: 11px
}

.basic-info .toggle.toCollapse .arrow.arrow-bg {
    border-bottom-color: #fff;
    top: 12px
}

.basic-info .toggle.toExpand .arrow {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 4px solid #b4b4b4
}

.basic-info .toggle.toExpand .arrow.arrow-border {
    top: 12px
}

.basic-info .toggle.toExpand .arrow.arrow-bg {
    border-top-color: #fff;
    top: 11px
}

.basic-info .basicInfo-overlap {
    float: none;
    visibility: hidden;
    position: absolute;
    top: -1px;
    left: -80px;
    z-index: 1;
    border: 1px solid #d4d4d4;
    box-shadow: 0 1px 5px #ddd;
    padding: 0 4px 0 2px;
    background: #fff;
    overflow: hidden
}

.basic-info .basicInfo-overlap .basicInfo-block.overlap {
    width: 322px;
    float: none;
    overflow: hidden;
    background: #fff url(../images/basicinfo-bg.png)
}

.basic-info .basicInfo-overlap .basicInfo-block.overlap .name {
    padding-left: 2px
}

/*网友提问*/
.dialogue {
    padding: 20px 0;
}

.dialogue .Head-portrait {
    width: 50px;
    height: 70px;
    float: right;
    font-size: 12px;
    text-align: center;
    margin-left: 10px;
    display: inline;
}

.dialogue .Head-portrait:before {
    content: ' ';
    display: block;
    width: 50px;
    height: 50px;
    background: url(../images/baike_icon.png) no-repeat;
    background-position: -58px -223px;
    border-radius: 50px;
}

.dialogue .dialogue-content {
    width: 540px;
    padding: 10px 20px;
    background: #fafafa;
    border: 2px solid #e7e7e7;
    border-radius: 5px;
    float: right;
}

.dialogue .dialogue-content a {
    border-bottom: 1px #f60 dashed;
}

.dialogue .dialogue-content a:hover {
    color: #f77766;
}

.dialogue .dialogue-content img {
    padding: 10px 0;
    border: none;
    outline: none;
    margin: 0;
    vertical-align: middle;
    max-width: 100%;
}

/*相关药品*/
.role-table-main {
    width: 670px;
    margin: 0 auto;
    border-bottom: 1px solid #BCC5CC;
    zoom: 1;
    font: 12px/1.5 arial, '\5b8b\4f53', sans-serif;
    padding: 0 0px !important;
}

.role-table-main table {
    width: 100%;
    border-color: #DEDFE1;
}

.embed-role-tb {
    width: 100%;
    margin-top: 2px;
}

.role-unit {
    margin: 0;
    margin-top: 0px;
    border-top: 1px solid #DEDFE1;
    border-top-color: rgb(222, 223, 225);
}

.role-table-main table th {
    background-color: #f9f9f9;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    padding: 10px;
}

.role-table-main table td {
    text-align: left;
}

.role-split {
    padding: 0 5px;
    color: #999;
    font-size: 14px;
    line-height: 24px;
}

.role-table-main a {
    color: #136ec2;
    border-bottom: none !important;
}

.role-table-main a:hover {
    text-decoration: underline;
}

/*小贴士*/
.Article-Tips {
    line-height: 24px;
    padding: 10px 20px !important;
    margin: 15px 0 25px;
    background: #ebf7f5;
    border: 1px solid #18B89C;
    border-left: 3px solid #0ab99d;
}

.Article-Tips div {
    font-weight: bold;
    color: #0ab99d;
}

/*保健药品目录*/
.modular-healthProducts .modular-title {
    background: #f8f8f8;
    line-height: 24px;
    font-size: 12px;
    color: #000;
    border-top: 2px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    padding: 0 10px;
}

.modular-healthProducts .modular-title span {
    display: block;
    float: left;
    font-weight: bold;
    width: 25%;
}

.modular-healthProducts .modular-list {
    background: #FFF;
    line-height: 24px;
    font-size: 12px;
    color: #000;
    border-bottom: 1px solid #f5f5f5;
    padding: 0 10px;
}

.modular-healthProducts .modular-list span {
    display: block;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 25%;
}

.modular-healthProducts .modular-list span a {
    color: #0ab99d;
    border-bottom: none;
}

/*检查项目大全*/
.modular-projectEnc {
    border-top: 2px solid #acacac;
    background: #FFF;
}

.modular-projectEnc .modular-projectEnc-tit {
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    background: #fafafa;
    line-height: 30px;
    padding: 0 15px;
    font-size: 14px;
    font-weight: bold;
}

.modular-projectEnc .modular-projectEnc-list {
    border-bottom: 2px solid #e6e6e6;
    line-height: 30px;
    margin-bottom: 2px;
    background: #FFF;
}

.modular-projectEnc .modular-projectEnc-list a {
    color: #136ec2;
    font-size: 12px;
    display: inline-block;
    position: relative;
    padding-left: 15px;
    margin-left: 10px;
}

.modular-projectEnc .modular-projectEnc-list a:hover {
    text-decoration: underline;
}

.modular-projectEnc .modular-projectEnc-list a i {
    content: " ";
    clear: both;
    display: block;
    width: 2px;
    height: 2px;
    background: #000;
    position: absolute;
    left: 5px;
    top: 14px;
    border-radius: 2px;
}


/*推荐问答*/
.new-Modular {
    width: 430px;
    padding: 12px;
    border-radius: 10px;
    margin: 0 auto 20px;
    overflow: hidden;
    position: relative;
}

.new-Modular .new-Modular-backdrop {
    background: url(../images/iask_bg.png);
    background-repeat: no-repeat;
    -webkit-filter: blur(20px);
    filter: blur(15px);
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    line-height: 500px;
}

.new-Modular .new-Modular-Q {
    color: #1a1a1a;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}

.new-Modular .new-Modular-Q:before {
    content: ' ';
    height: 20px;
    width: 20px;
    background: url(../images/iask_icon.png) no-repeat;
    background-position: -143px -8px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -4px;
}

.new-Modular .new-Modular-A {
    color: #fff;
    margin-top: 10px;
    position: relative;
    padding-left: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14px;
    position: relative;
}

.new-Modular .new-Modular-A:before {
    content: ' ';
    height: 20px;
    width: 20px;
    background: url(../images/iask_icon.png) no-repeat;
    background-position: -169px -8px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
}

.new-Modular .new-Modular-A.new-Modular-D:before {
    content: ' ';
    height: 20px;
    width: 20px;
    background: url(../images/iask_icon.png) no-repeat;
    background-position: -117px -8px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
}

.new-Modular .new-Modular-user {
    color: #fff;
    margin-top: 10px;
    line-height: 33px;
    font-size: 12px;
    position: relative;
}

.new-Modular .new-Modular-user span {
    float: right;
}

.new-Modular .new-Modular-user span:before {
    content: ' ';
    height: 16px;
    width: 16px;
    background: url(../images/iask_icon.png) no-repeat;
    background-position: -196px -10px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.new-Modular .new-Modular-user:before {
    content: ' ';
    height: 33px;
    width: 113px;
    background: url(../images/iask_icon.png) no-repeat;
    background-position: 0 0;
    display: inline-block;
    vertical-align: middle;
}


/*检查项目参数表*/
.modular-projectTable {
    font-size: 12px;
}

.modular-projectTable .tbody {
    width: 100%;
    border: 1px solid #e5e5e5;
}

.modular-projectTable .tbody .title {
    width: 70px;
    background: #cccccc;
    text-align: center;
    padding: 0;
}

.modular-projectTable .tbody tr {
    line-height: 30px;
    border-bottom: 1px solid #e5e5e5;
}

.modular-projectTable .tbody td {
    padding: 0 10px;
    vertical-align: middle;
}

.modular-projectTable .tbody td a {
    color: #005ea7;
}

.modular-projectTable .modular-Recommend {
    position: relative;
    margin-top: 15px;
}

.modular-projectTable .modular-Recommend .title {
    position: absolute;
    top: 0;
    left: 0;
    width: 65px;
    font-size: 14px;
    background: url(../images/modularicon.png) no-repeat 10px 0;
    padding-left: 35px;
    height: 30px;
    color: #666;
    font-size: 12px;
}

.modular-projectTable .modular-Recommend .list {
    margin-left: 100px;
}

.modular-projectTable .modular-Recommend .list a {
    color: #0000cc;
    text-decoration: underline;
    margin-right: 10px;
    display: inline-block;
}

/*检查报告*/
.modular-inspectionReport {
    padding: 15px;
}

.modular-inspectionReport .modular-title {
    font-size: 14px;
    line-height: 30px;
    color: #aaa;
}

.modular-inspectionReport .modular-title span {
    font-size: 14px;
    font-weight: bold;
    color: #484848;
    display: inline-block;
    margin-right: 20px;
    border-bottom: 1px solid #54cbc4;
}

.modular-inspectionReport .modular-title-bor {
    border-bottom: 1px solid #54cbc4;
}

.modular-inspectionReport .modular-img {
    padding-top: 15px;
    text-align: center;
}

.modular-inspectionReport .modular-img img {
    width: 38%;
    display: inline-block;
    margin: 0 10px;
}

.modular-inspectionReport .modular-list {
    padding-top: 10px;
}

.modular-inspectionReport .modular-list a {
    display: inline-block;
    border: 1px solid #d6d6d6;
    border-radius: 10px;
    padding: 1px 5px;
    margin-right: 15px;
    margin-bottom: 10px;
}

.modular-inspectionReport .modular-int {
    text-indent: 2em;
    line-height: 30px;
    padding: 10px 0;
}

.modular-inspectionReport .modular-int a {
    color: #54cbc4;
    float: right;
    margin-right: 8px;
}

.modular-inspectionReport .modular-artList {
    padding: 10px 0;
}

.modular-inspectionReport .modular-artList li {
    position: relative;
    line-height: 26px;
    padding-left: 30px;
}

.modular-inspectionReport .modular-artList li:after {
    content: " ";
    clear: both;
    display: block;
    width: 11px;
    height: 11px;
    background: #54cbc4;
    position: absolute;
    left: 5px;
    top: 6px;
    border-radius: 11px;
}

/*内容-分段标题*/
.article .Article-title {
    padding: 2px 10px;
    font-size: 16px;
    font-weight: 600;
    position: relative;
}

.article .Article-title:before {
    content: ' ';
    display: block;
    width: 4px;
    height: 17px;
    background: #4F9CEE;
    position: absolute;
    top: 8px;
    left: 0;
}

.article .Article-title.title2 {
    padding: 5px 10px;
    font-size: 15px;
    font-weight: 800;
}

.article .Article-title.title2:before {
    display: none;
}


/*高龄-生育力体系*/
.artModular {
    width: 100%;
    padding-top: 12rem;
    margin: 0 auto;
    max-width: 440px;
}

.artModular .artModular-list {
    background: #FFF;
    border-radius: 10px;
    margin: 0 15px;
    padding: 10px 5px;
    -webkit-box-shadow: 0 4px 10px 0 rgba(17, 30, 54, 0.08);
    box-shadow: 0 4px 10px 0 rgba(17, 30, 54, 0.08);
}

.artModular .artModular-list .heat-tab {
    display: table;
    width: 100%;
}

.artModular .artModular-list .heat-tab .row {
    display: table-row;
}

.artModular .artModular-list .heat-tab .row .cell {
    display: table-cell;
    width: 25%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 1px solid #d8d7da;
    border-top: 1px solid #d8d7da;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #666;
    overflow: hidden;
}

.artModular .artModular-list .heat-tab .row .cell a {
    color: #666;
    text-decoration: none;
    height: 40px;
    display: block;
    overflow: hidden;
}

.artModular .artModular-list .heat-tab .row .cell:nth-child(4n) {
    border-right: 0;
}

.artModular .artModular-list .heat-tab .row .cell.hover {
    font-weight: 700;
    background: #f60;
    color: #fff;
}

.artModular .artModular-list .heat-tab .row:first-child .cell {
    border-top: 0;
}

.artModular .artModular-list .artModular-list-more {
    text-align: center;
    line-height: 50px;
    font-size: 14px;
}

.artModular .artModular-list .artModular-list-more::after {
    content: "";
    width: 8px;
    height: 8px;
    border-top: 2px solid #4c4c4c;
    border-left: 2px solid #4c4c4c;
    display: inline-block;
    margin: 4px 0 0 0;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: relative;
    top: -3px;
    margin-left: 10px;
}

.artModular .artModular-list .full {
    height: 240px;
    overflow: hidden;
}

.artModular .artModular-tags {
    margin: 15px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

.artModular .artModular-tags a {
    background: #eaf0f9;
    display: block;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    font-weight: bold;
    color: #213d8a;
    text-decoration: none;
    border-radius: 6px;
    margin-bottom: 10px;
    position: relative;
}

.artModular .artModular-tags a i {
    display: inline-block;
    position: absolute;
    top: -6px;
    right: -6px;
    background: #ff4400;
    color: #FFF;
    border-radius: 4px 4px 4px 0;
    font-size: 12px;
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 14px;
    font-style: normal
}

.artModular .artModular-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.artModular .artModular-btn a {
    height: 46px;
    border-radius: 23px;
    background: -webkit-gradient(linear, left bottom, left top, from(#ff6200), to(#ff7800));
    background: -webkit-linear-gradient(bottom, #ff6200 0, #ff7800 100%);
    background: linear-gradient(0deg, #ff6200 0, #ff7800 100%);
    color: #fff;
    font-size: 14px;
    -webkit-box-shadow: 0 2px 6px 0 rgba(255, 140, 19, .34);
    box-shadow: 0 2px 6px 0 rgba(255, 140, 19, .34);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
}

.artModular .artModular-btn a + a {
    margin-left: 15px
}

.artModular .artModular-btn a i {
    margin-right: 6px;
    height: 18px
}

.artModular .artModular-btn a span {
    display: block;
    white-space: nowrap
}

.artModular .artModular-btn a span.num {
    font-size: 11px
}

.artModular .artModular-btn a .fenxiang {
    width: 21px;
    height: 19px;
    background: url(../images/fenxiang.jpg) no-repeat;
    overflow: hidden;
    line-height: 100px;
}

.artModular .artModular-btn a .rss-icon {
    width: 22px;
    height: 22px;
    background: url(../images/dingyue.png) no-repeat center center;
    overflow: hidden;
    line-height: 100px;
}

.artModular .artModular-btn a span:nth-child(2) {
    font-size: 12px;
}

.artModular .artModular-btn .share {
    border: 1px solid #f60;
    background: #fff;
    color: #ff7800;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: calc(50% - 27px)
}

.artModular .artModular-btn .good {
    width: calc(50% + 14px)
}

.artModular .overlay {
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    top: 0;
    right: 0;
    left: 0;
    bottom: 0
}

.artModular .overlay.transparent {
    background-color: transparent
}

.artModular .pop-share-card {
    width: 300px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.artModular .pop-share-card img {
    display: block;
    width: 100%;
    height: auto
}

.artModular .pop-share-card .close {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 8px;
    top: 8px;
    text-align: center;
    color: #FFF;
    line-height: 20px;
    text-decoration: none;
}

.artModular .pop-share-card .close:before {
    content: '';
    background-position: -18px -201px;
    width: 10px;
    height: 10px
}

.artModular .pop-share-card .save-img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -35px;
    color: #fff;
    text-align: center;
    font-size: 15px;
    line-height: 35px;
    margin: 0;
}

#information-article-body h2,
#information-article-body h3 {
    /*font-family: 'siyuan';*/
    font-weight: normal;
}
/*对话列表*/
.dialogue{ padding:20px 0;}
.dialogue .Head-portrait{ width:50px; height:70px; float:right; font-size:12px; text-align:center; margin-left:10px; display:inline;}
.dialogue .Head-portrait:before{content: ' '; display:block; width:50px; height:50px; background:url(../images/baike_icon.png) no-repeat; background-position:-58px -223px; border-radius:50px;}
.dialogue .dialogue-content{ width:462px; padding:10px 20px; background:#fafafa; border:2px solid #e7e7e7; border-radius:5px; float:right;}
.dialogue .dialogue-content a{color: #136ec2;}
.dialogue .dialogue-content p{margin-bottom: 0;}
.dialogue .dialogue-content a:hover{text-decoration: underline;}
.dialogue .dialogue-content img{padding:10px 0;  border: none; outline: none; margin: 0; vertical-align: middle; max-width:100%;}
.dialogue.dialogue-fl .Head-portrait{ float:left; margin-right:10px; display:inline; position:relative;}
.dialogue.dialogue-fl .Head-portrait:before{content: ' '; display:block; width:50px; height:50px; background:url(../images/yx_consult.jpg) no-repeat; border-radius:50px;background-size: 100% 100%;}
.dialogue.dialogue-fl .Head-portrait.adviser1:after { background-position:-123px -213px; display:block; }
.dialogue.dialogue-fl .Head-portrait.adviser2:after { background-position:-232px -213px; display:block; }
.dialogue.dialogue-fl .Head-portrait.adviser3:after { background-position:-341px -213px; display:block; }
.dialogue.dialogue-fl .Head-portrait.adviser4:after { background-position:-123px -234px; display:block; }
.dialogue.dialogue-fl .Head-portrait.adviser5:after { background-position:-232px -234px; display:block; }
.dialogue.dialogue-fl .Head-portrait.adviser6:after { background-position:-341px -234px; display:block; }
.dialogue.dialogue-fl .Head-portrait.adviser7:after { background-position:-123px -255px; display:block; }
.dialogue.dialogue-fl .Head-portrait.adviser8:after { background-position:-232px -255px; display:block; }
.dialogue.dialogue-fl .Head-portrait.adviser9:after { background-position:-341px -255px; display:block; }
.dialogue.dialogue-fl .dialogue-content{ background:#f6faff; border:2px solid #f1f7fe; float:left;}