/* 通用样式文件 */
/* 通用样式文件 */
/* 通用样式文件 */
body {
  margin: 0;
  background-color: #fff;
}
body,
button,
input,
select,
textarea {
  font-size: 12px;
  font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
}
img {
  border: 0;
  display: block;
}
form {
  display: inline;
}
h1,
h2,
h3,
h4,
h5,
h6,
ul,
dd,
dl,
dt,
p {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  list-style: outside none none;
}
u,
b,
em,
i {
  font-style: normal;
  list-style: none none;
  text-decoration: none;
}
input,
button,
select,
textarea {
  outline: none;
  border: none;
}
input[type=button],
input[type=submit],
input[type=file],
button {
  cursor: pointer;
  -webkit-appearance: none;
}
textarea {
  resize: none;
}
input:focus,
button:focus,
select:focus,
textarea:focus {
  box-shadow: none;
  outline: none;
}
a,
a:visited,
a:hover {
  text-decoration: none;
}
.ellipsis {
  display: block;
  overflow: hidden;
  word-break: keep-all;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0;
}
.box {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.clearfix:after {
  clear: both;
  content: '.';
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  height: 0;
}
/* fatNav 导航 */
.hamburger {
  left: auto !important;
  right: 0;
}
.fat-nav li {
  font-size: 16px;
}
/* 智齿 */
#zhichiBtnBox {
  right: 0 !important;
  bottom: 70px !important;
}
/* 控制tab显隐 */
.display-none,
.accordion-handle {
  display: none !important;
}
.common-layout-left {
  width: 880px;
}
.common-layout-right {
  width: 280px;
}
/* 媒体查询 pc */
@media screen and (min-width: 769px) {
  .hamburger {
    display: none !important;
  }
  .common-layout {
    width: 1180px !important;
    margin: 0 auto;
  }
  /* 图片放大效果 */
  .common-animate-img {
    -ms-transform: translate(-50%, -50%) !important;
    -moz-transform: translate(-50%, -50%) !important;
    -webkit-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    transition: all 0.6s !important;
  }
  .common-animate-img:hover {
    transform: translate(-50%, -50%) scale(1.2) !important;
  }
  /* 头部 header */
  .hyb-header-view .wrapper .logo {
    width: 400px;
    height: 50px;
    margin: 27px 0 0 0;
    float: left;
  }
  .hyb-header-view .wrapper .logo img {
    width: 100%;
    height: 100%;
  }
  .hyb-header-view .search-view {
    width: 330px;
    margin: 32px 0 0 76px;
    float: left;
  }
  .hyb-header-view .search-input {
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    height: 38px;
    border: 1px solid #f68;
    border-radius: 19px;
    overflow: hidden;
  }
  .hyb-header-view .search-input input {
    flex: 1;
    padding: 0 20px;
    color: #333;
    font-size: 14px;
    line-height: 36px;
  }
  .hyb-header-view .search-input a {
    width: 90px;
    line-height: 36px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    background: #f68;
    border-radius: 18px 0 0 18px;
  }
  .hyb-header-view .search-view ul {
    margin: 8px 0 0 18px;
  }
  .hyb-header-view .search-view ul li {
    float: left;
    margin-right: 10px;
  }
  .hyb-header-view .search-view ul li a {
    font-size: 12px;
    color: #666;
    line-height: 16px;
  }
  .hyb-header-view .search-view ul li a:hover {
    color: #f68;
  }
  .hyb-header-view .search-view ul li:last-child {
    margin-right: 0;
  }
  .hyb-header-view .app-download {
    float: right;
    margin: 36px 0 0 0;
  }
  .hyb-header-view .app-download a {
    display: flex;
    float: left;
    height: 46px;
    margin-right: 24px;
  }
  .hyb-header-view .app-download a:last-child {
    margin-right: 0;
  }
  .hyb-header-view .app-download a img {
    height: 100%;
  }
  .hyb-header-view .app-download a p {
    flex: 1;
    padding-top: 3px;
    margin-left: 10px;
    overflow: hidden;
    font-size: 16px;
    color: #333;
    line-height: 20px;
    font-weight: bold;
  }
  .hyb-header-view .app-download a p span {
    display: block;
    font-size: 12px;
    color: #999;
    font-weight: normal;
  }
  .hyb-header-view .app-download a:hover p span {
    color: #f68;
  }
  .hyb-header-view .menu-list {
    margin: 15px auto 0;
    display: table;
  }
  .hyb-header-view .menu-list .menu-item {
    float: left;
    margin-right: 12px;
    position: relative;
  }
  .hyb-header-view .menu-list .menu-item:last-child {
    margin-right: 0;
  }
  .hyb-header-view .menu-list .menu-item .menu-main {
    padding: 0 24px;
    font-size: 18px;
    line-height: 44px;
    color: #333;
    display: block;
  }
  .hyb-header-view .menu-list .menu-item ul {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 44px;
    width: 100%;
    background: transparent;
    z-index: 2;
    box-shadow: 0px 3px 4px 0px rgba(241, 241, 241, 0.5), 0px -3px 4px 0px rgba(241, 241, 241, 0.5);
  }
  .hyb-header-view .menu-list .menu-item ul li {
    background: #fff;
  }
  .hyb-header-view .menu-list .menu-item ul li:first-child {
    padding-top: 2.5px;
  }
  .hyb-header-view .menu-list .menu-item ul li:last-child {
    padding-bottom: 12.5px;
  }
  .hyb-header-view .menu-list .menu-item ul li a {
    padding: 7.5px 0;
    display: block;
    font-size: 14px;
    color: #333;
    line-height: 19px;
    text-align: center;
  }
  .hyb-header-view .menu-list .menu-item ul li a:hover {
    color: #f68;
  }
  .hyb-header-view .menu-list .menu-item.hover {
    height: 44px;
  }
  .hyb-header-view .menu-list .menu-item.hover .menu-main {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
  }
  .hyb-header-view .menu-list .menu-item.active .menu-main,
  .hyb-header-view .menu-list .menu-item.hover .menu-main {
    color: #f68;
  }
  /* 底部 footer */
  .hyb-footer-view {
    background-color: #f5f5f5;
  }
  .hyb-footer-view .wrapper {
    height: 270px;
    display: flex;
    align-items: center;
  }
  .hyb-footer-view .logo {
    width: 162px;
    height: 61px;
    margin: 0 45px 0 23px;
  }
  .hyb-footer-view .about-hyb {
    padding: 0 50px;
    position: relative;
  }
  .hyb-footer-view .about-hyb::before {
    content: '';
    display: block;
    width: 2px;
    height: 160px;
    margin-top: -80px;
    background: #eee;
    position: absolute;
    top: 50%;
    left: 0;
  }
  .hyb-footer-view .about-hyb::after {
    content: '';
    display: block;
    width: 2px;
    height: 160px;
    margin-top: -80px;
    background: #eee;
    position: absolute;
    top: 50%;
    right: 0;
    visibility: visible;
  }
  .hyb-footer-view .about-view {
    float: left;
    height: 181px;
    margin-right: 60px;
  }
  .hyb-footer-view .about-view:last-child {
    margin-right: 0;
  }
  .hyb-footer-view .about-view .title {
    font-size: 16px;
    color: #3E3E3E;
    line-height: 22px;
    margin-bottom: 37px;
  }
  .hyb-footer-view .about-view a {
    display: block;
    font-size: 12px;
    color: #9E9E9E;
    line-height: 17px;
    margin-bottom: 18px;
  }
  .hyb-footer-view .about-view a:last-child {
    margin-bottom: 0;
  }
  .hyb-footer-view .about-view a:hover {
    color: #f68;
  }
  .hyb-footer-view .about-view .code-div {
    float: left;
    margin-right: 25px;
  }
  .hyb-footer-view .about-view .code-div:last-child {
    margin-right: 0;
  }
  .hyb-footer-view .about-view .code-div img {
    width: 95px;
    height: 95px;
    display: block;
  }
  .hyb-footer-view .about-view .code-div p {
    font-size: 12px;
    color: #9E9E9E;
    line-height: 17px;
    text-align: center;
    margin-top: 13px;
  }
  .hyb-footer-view .contact-view {
    flex: 1;
    text-align: center;
  }
  .hyb-footer-view .contact-view .title {
    font-size: 18px;
    color: #3E3E3E;
    line-height: 25px;
  }
  .hyb-footer-view .contact-view .phone {
    font-size: 28px;
    color: #f68;
    line-height: 32px;
    font-weight: bold;
    margin-top: 27px;
  }
  .hyb-footer-view .contact-view .time {
    font-size: 12px;
    color: #9E9E9E;
    line-height: 17px;
    margin-top: 10px;
  }
  .hyb-footer-view .contact-view .kefu {
    display: block;
    width: 150px;
    line-height: 48px;
    background: #F68;
    margin: 50px auto 0;
    text-align: center;
    color: #FFF;
    font-size: 18px;
    border-radius: 25px;
  }
  .hyb-footer-view .links-view {
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
  }
  .hyb-footer-view .links-view p {
    font-size: 12px;
    color: #333;
    width: 65px;
    float: left;
    line-height: 30px;
  }
  .hyb-footer-view .links-view a {
    line-height: 30px;
    color: #9e9e9e;
  }
  .hyb-footer-view .links-view a:hover {
    color: #f68;
  }
  .hyb-footer-view .links-view li {
    float: left;
    font-size: 12px;
    color: #999;
    margin-right: 19px;
  }
  .hyb-footer-view .declare-view {
    padding: 40px 0;
  }
  .hyb-footer-view .declare-view p,
  .hyb-footer-view .declare-view a {
    font-size: 12px;
    color: #9e9e9e;
    line-height: 30px;
    text-align: center;
  }
  .hyb-footer-view-mobile {
    display: none;
  }
  /* 悬浮窗 */
  .hyb-suspend-view .suspend-right-view {
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 65px;
    position: fixed;
    z-index: 9999;
    right: -3px;
    top: 50%;
    background-color: white;
    display: block;
  }
  .hyb-suspend-view .suspend-right-view .suspend-smallman {
    position: absolute;
    left: 10px;
    top: -40px;
  }
  .hyb-suspend-view .suspend-right-view .suspend-smallman img {
    width: 41px;
    height: 47px;
  }
  .hyb-suspend-view .suspend-right-view .tags-list {
    position: relative;
  }
  .hyb-suspend-view .suspend-right-view .tags-list ul li {
    background-color: #F4F4F4;
    width: 100%;
    height: 60px;
    margin-top: 1px;
    cursor: pointer;
  }
  .hyb-suspend-view .suspend-right-view .tags-list ul li img {
    width: 32px;
    height: 30px;
    margin: 0 auto;
    padding-top: 15px;
  }
  .hyb-suspend-view .suspend-right-view .tags-list ul li:first-child {
    height: 120px;
    margin-top: 0;
    position: relative;
    background: url(//img.haoyunbang.cn/cooperate_gw/images/ico_hyb_font.png) no-repeat center / 27px 93px #FFE1E5;
  }
  .hyb-suspend-view .suspend-right-view .tags-list ul li:first-child img {
    width: 100%;
    height: 100%;
    padding: 0;
  }
  .hyb-suspend-view .suspend-right-view .suspend-barcode {
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    right: -55px;
    z-index: -1;
    top: 0;
    height: 120px;
    width: 120px;
    border: 2px solid #eee;
  }
  .hyb-suspend-view .suspend-right-view .suspend-barcode .bigman {
    position: absolute;
    right: 20px;
    bottom: 107px;
    display: none;
    width: 71px;
    height: 83px;
    overflow: hidden;
  }
  .hyb-suspend-view .suspend-right-view .suspend-barcode .bigman img {
    width: 100%;
    height: 100%;
  }
  .hyb-suspend-view .suspend-right-view .suspend-barcode .btn-cond {
    height: 34px;
    width: 34px;
    display: block;
    position: absolute;
    left: -20px;
    top: 40px;
    cursor: pointer;
  }
  .hyb-suspend-view .suspend-right-view .suspend-barcode .barcode {
    width: 116px;
    height: 116px;
    background: white;
    position: absolute;
    z-index: 100;
  }
  .hyb-suspend-view .suspend-right-view .suspend-barcode .barcode img {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .hyb-suspend-view .suspend-right-view .suspend-phonenumber {
    position: absolute;
    right: -95px;
    z-index: -1;
    top: 120px;
    height: 62px;
    width: 158px;
    font-size: 22px;
    color: #f78;
    font-weight: bold;
    background: white;
    text-align: center;
    line-height: 62px;
  }
  .hyb-suspend-view .suspend-right-bottom-view {
    position: fixed;
    bottom: 70px;
    right: 120px;
    z-index: 998;
    width: 150px;
    height: 150px;
  }
  .hyb-suspend-view .suspend-right-bottom-view img {
    width: 100%;
  }
  .hyb-suspend-view .suspend-bottom-view {
    display: none;
  }
}
/* 媒体查询 mobile */
@media screen and (max-width: 768px) {
  #zhichiBtnBox {
    display: none;
  }
  .common-layout {
    width: 100%;
    margin: 0;
  }
  .common-layout-left {
    width: 100%;
  }
  .common-layout-right {
    display: none;
  }
  /* 头部 header */
  .hyb-header-view {
    position: fixed;
    z-index: 999;
    background: #fff;
  }
  .hyb-header-view .wrapper .logo {
    height: 25px;
    margin: 10px 0 10px 15px;
    float: left;
  }
  .hyb-header-view .wrapper .logo img {
    height: 100%;
    width: auto;
  }
  .hyb-header-view .search-view {
    display: none;
  }
  .hyb-header-view .app-download {
    display: none;
  }
  .hyb-header-view .menu-list {
    display: none;
  }
  /* 底部 footer */
  .hyb-footer-view {
    display: none;
  }
  .hyb-footer-view-mobile {
    display: block;
    padding: 30px 0 100px;
  }
  .hyb-footer-view-mobile img {
    width: 60px;
    height: 60px;
    margin: 0 auto;
  }
  .hyb-footer-view-mobile .intro {
    font-size: 14px;
    color: #333;
    line-height: 20px;
    text-align: center;
    margin-top: 20px;
  }
  .hyb-footer-view-mobile .intro span {
    display: block;
    color: #999;
    font-size: 12px;
  }
  .hyb-footer-view-mobile ul {
    display: table;
    margin: 20px auto;
  }
  .hyb-footer-view-mobile ul li {
    float: left;
    margin-right: 20px;
  }
  .hyb-footer-view-mobile ul li:last-child {
    margin-right: 0;
  }
  .hyb-footer-view-mobile ul li a {
    color: #f68;
    font-weight: bold;
    font-size: 14px;
  }
  .hyb-footer-view-mobile .banquan,
  .hyb-footer-view-mobile .banquan_a {
    display: block;
    font-size: 12px;
    color: #999;
    line-height: 20px;
    text-align: center;
  }
  /* 悬浮窗 */
  .hyb-suspend-view .suspend-right-view {
    display: none;
  }
  .hyb-suspend-view .suspend-collect {
    display: none;
  }
  .hyb-suspend-view .suspend-bottom-view {
    width: 100%;
    height: 80px;
    background: #fff;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 998;
    box-shadow: rgba(15, 66, 76, 0.5) 0 0 14px 0;
  }
  .hyb-suspend-view .suspend-bottom-view .suspend-panel {
    width: 100%;
    height: 100%;
  }
  .hyb-suspend-view .suspend-bottom-view .person-img {
    width: 100px;
    height: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .hyb-suspend-view .suspend-bottom-view .info-view {
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: calc(100% - 100px);
    padding: 15px 0 0 75px;
    float: left;
  }
  @keyframes beat {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(0.6);
    }
  }
  .hyb-suspend-view .suspend-bottom-view .info-view p {
    font-size: 16px;
    line-height: 26px;
    color: #f68;
  }
  .hyb-suspend-view .suspend-bottom-view .info-view p i {
    display: inline-block;
    padding: 0 10px;
    animation-name: beat;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    font-size: 12px;
    line-height: 26px;
    color: #fff;
    background: #f68;
    border-radius: 13px;
    text-align: center;
  }
  .hyb-suspend-view .suspend-bottom-view .info-view span {
    display: block;
    font-size: 16px;
    color: #333;
  }
  .hyb-suspend-view .suspend-bottom-view .zixun-view {
    width: 100px;
    height: 100%;
    float: right;
    background: #fff0f0;
  }
  .hyb-suspend-view .suspend-bottom-view .zixun-view img {
    height: 24px;
    margin: 18px auto 0;
  }
  .hyb-suspend-view .suspend-bottom-view .zixun-view p {
    font-size: 14px;
    color: #f68;
    margin: 5px auto 0;
    text-align: center;
  }
}
/* CSS Document */
body {
  margin: 0;
  background-color: #ffffff !important;
}
img {
  border: 0;
}
form {
  display: inline;
}
h1,
h2,
h3,
h4,
h5,
h6,
ul,
dd,
dl,
dt,
p {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  list-style: outside none none;
}
input,
button,
select,
textarea {
  outline: none;
}
input[type=button],
input[type=submit],
input[type=file],
button {
  cursor: pointer;
  -webkit-appearance: none;
}
textarea {
  resize: none;
}
input:focus,
button:focus,
select:focus,
textarea:focus {
  box-shadow: none;
  outline: none;
}
a {
  color: #444141;
  text-decoration: none;
  outline: none;
}
a:visited {
  color: #444141;
  text-decoration: none;
}
a:hover {
  color: #f78;
  text-decoration: none;
}
a,
a:visited,
a:hover {
  text-decoration: none;
}
.fr {
  float: right;
}
.fl {
  float: left;
}
.mb20 {
  margin-bottom: 20px;
}
.center {
  width: 1140px;
  margin: 0 auto;
}
.powder {
  color: #ff97b2;
}
.hamburger {
  display: none;
}
.page-article-div {
  background: #f5f5f5;
}
.article_block_div {
  background: #fff;
  padding: 0 0 20px 0;
  margin: 20px 0;
}
/*新闻幻灯*/
.slide_box {
  height: 320px;
  width: 1140px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
.slide_box .news {
  width: 235px;
  border: 1px solid #fef3f4;
  padding: 0px 20px;
  height: 320px;
}
.slide_box .news h2 {
  border-left: 3px solid #f68;
  padding-left: 10px;
  color: #f68;
  font-size: 14px;
  font-weight: bold;
}
.slide_box .news .pic {
  width: 195px;
  text-align: center;
  line-height: 32px;
  color: #ff97b2;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 6px 0px;
}
.slide_box .news .pic img {
  width: 100%;
  height: 108px;
  margin-bottom: 10px;
}
.slide_box .news ul li {
  position: relative;
  padding-left: 15px;
  height: 31px;
  line-height: 31px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 15em;
}
.slide_box .news ul li::before {
  position: absolute;
  top: 12px;
  left: 0;
  content: '';
  background: url(../images/d.jpg) no-repeat;
  display: inline-block;
  width: 4px;
  height: 4px;
}
.slide_box .news ul li a {
  color: #525252;
  font-size: 14px;
  text-decoration: none;
}
.slide_box .switch {
  width: 640px;
  margin-left: 15px;
  height: 320px;
  background: #fef3f4;
}
/*孕育攻略*/
.strategy_box {
  height: 395px;
  min-width: 1140px;
  padding: 10px 0px 40px 0px;
  background: url(../images/strategy_bj.jpg) no-repeat center top;
}
.strategy_box .four {
  width: 1140px;
  background: #fff;
  height: 175px;
  padding: 25px 0px 0px 25px;
}
.strategy_box .four dl {
  width: 232px;
  float: left;
  overflow: hidden;
  height: 115px;
}
.strategy_box .four dl dt {
  color: #f68;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
}
.strategy_box .four dl dd {
  line-height: 30px;
}
.strategy_box .four dl dd a {
  color: #525252;
  float: left;
}
.strategy_box .four dl dd span {
  color: #aaa;
  float: left;
  padding: 0px 5px;
}
.strategy_box .four .line {
  height: 94px;
  width: 1px;
  background: #e7e7e7;
  margin: 26px 25px 0px 25px;
}
.strategy_box .news {
  height: 42px;
  line-height: 42px;
  background: #ff97b2;
  margin-top: 20px;
}
.strategy_box .news ul li {
  width: 31%;
  margin-left: 2%;
  float: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.strategy_box .news ul li a {
  color: #fff;
}
/*助孕宝典*/
.treasure_box {
  padding-top: 21px;
}
.treasure_tit {
  text-align: center;
}
.treasure_tit h1 {
  font-size: 30px;
  font-weight: bold;
  color: #f68;
}
.treasure_tit em {
  color: #feb1c6;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
}
.treasure_box .btn_box {
  width: 100%;
  height: 32px;
  margin: 35px 0px;
}
.treasure_box .btn_box {
  text-align: center;
  font-size: 0;
  margin: 35px auto 35px 0;
  text-transform: uppercase;
}
.treasure_box .btn_box a {
  height: 35px;
  display: inline-block;
  line-height: 35px;
  background: #f5f5f5;
  text-align: center;
  margin: 0px 5px;
  color: #525252;
  padding: 0 20px;
  border-radius: 17px;
  font-size: 14px;
  border: 1px solid #ebebeb;
}
.treasure_box .btn_box a:hover {
  background: #f68;
  border: 1px solid #f68;
  text-decoration: none;
  color: #fff;
  cursor: pointer;
}
.treasure_box .right_box {
  width: 620px;
  height: 495px;
  margin-left: 20px;
}
.treasure_box .right_box ul {
  margin-top: -20px;
}
.treasure_box .right_box ul li {
  height: 108px;
  border-bottom: 1px dotted #ebebeb;
  margin-top: -4px;
}
.treasure_box .right_box ul li .img_box {
  width: 150px;
  height: 90px;
  overflow: hidden;
  margin-right: 15px;
}
.treasure_box .right_box ul li .img_box img {
  width: 100%;
}
.treasure_box .right_box ul li h2 {
  font-size: 16px;
  color: #525252;
  padding: 5px 0px;
}
.treasure_box .right_box ul li p {
  font-size: 13px;
  color: #b3b2b2;
  line-height: 25px;
}
.treasure_box .left_box {
  width: 235px;
  border: 1px solid #fef3f4;
  padding: 20px;
  height: 480px;
}
#accordion .panel {
  border-radius: 0;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#accordion .panel-title a {
  display: block;
  padding: 12px 20px 12px 50px;
  background: #ebb710;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  border: 1px solid transparent;
  border-radius: 30px;
  position: relative;
  transition: all 0.3s ease 0s;
}
#accordion .panel-title a.collapsed {
  background: #fff;
  color: #0d345d;
  border: 1px solid #ddd;
}
#accordion .panel-title a:after,
#accordion .panel-title a.collapsed:after {
  content: "\f107";
  font-family: fontawesome;
  width: 55px;
  height: 55px;
  line-height: 55px;
  border-radius: 50%;
  background: #ebb710;
  font-size: 25px;
  color: #fff;
  text-align: center;
  border: 1px solid transparent;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.58);
  position: absolute;
  top: -5px;
  left: -20px;
  transition: all 0.3s ease 0s;
}
#accordion .panel-title a.collapsed:after {
  content: "\f105";
  background: #fff;
  color: #0d345d;
  border: 1px solid #ddd;
  box-shadow: none;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
  width: 195px;
  border: none;
  box-shadow: none;
}
.panel-group .panel a {
  font-size: 14px;
  color: #525252;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.panel-body {
  padding: 15px 0px;
  width: 195px;
  overflow: hidden;
}
.panel-body img {
  width: 100%;
}
.panel-group .panel + .panel {
  margin: 10px 0px 16px 0px;
}
/*详情页*/
.details_lbox {
  width: 750px;
}
.details_lbox .titcon {
  width: 750px;
  border-bottom: 2px solid #f0efef;
  height: 50px;
  line-height: 50px;
}
.details_lbox .titcon a {
  display: inline;
  text-decoration: none;
  color: #ff97b2;
}
.details_lbox .titcon h3 {
  color: #f68;
  border-bottom: 2px solid #f68ba7;
  padding: 0px 10px 0px 10px;
  margin-top: 7px;
  line-height: 40px;
  float: left;
  font-weight: bold;
  font-size: 18px;
}
.details_lbox .titcon span {
  color: #ff97b2;
  font-size: 14px;
  float: left;
  padding: 0px 3px;
}
.details_lbox .titcon span a {
  color: #ff97b2;
  font-size: 14px;
  display: inline;
}
.details_lbox h2 {
  font-size: 16px;
  color: #fd6186;
  font-weight: bold;
  line-height: 35px;
  margin: 0px;
  padding: 0px;
}
.details_lbox h2 em {
  font-size: 40px;
  color: #fd6186;
  font-weight: 500;
  padding: 0px;
  display: block;
  float: left;
  margin: 0px;
}
.details_lbox p {
  font-size: 14px;
  color: #525252;
}
.details_lbox .news {
  min-height: 200px;
}
.details_lbox .news ul li {
  width: 48%;
  margin-left: 1%;
  float: left;
  position: relative;
  padding-left: 15px;
  height: 31px;
  line-height: 31px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.details_lbox .news ul li::before {
  position: absolute;
  top: 12px;
  left: 0;
  content: '';
  background: url(../images/d.jpg) no-repeat;
  display: inline-block;
  width: 4px;
  height: 4px;
}
.details_lbox .news ul li a {
  color: #525252;
  font-size: 14px;
}
.details_lbox .news ul li a:hover {
  color: #ff97b2;
}
.details_lbox .label dl {
  background: #fafafa;
  border-top: 1px solid #f0efef;
  padding: 20px;
}
.details_lbox .label dl dt {
  border-left: 3px solid #f68;
  padding-left: 10px;
  color: #f68;
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
.details_lbox .label dl dd {
  font-size: 0;
  margin: 5px auto 5px 0;
}
.details_lbox .label dl dd a,
.details_lbox .label dl dd p {
  height: 35px;
  display: inline-block;
  line-height: 35px;
  background: #f5f5f5;
  text-align: center;
  margin: 3px 3px;
  color: #525252;
  padding: 0 20px;
  border-radius: 17px;
  font-size: 14px;
  border: 1px solid #ebebeb;
}
.details_lbox .label dl dd a:hover {
  background: #f68;
  border: 1px solid #f68;
  text-decoration: none;
  color: #fff;
  cursor: pointer;
}
.details_lbox .hospital {
  padding: 20px 10px;
}
.details_lbox .hospital dl {
  width: 48%;
  float: left;
  margin-right: 1%;
  margin-bottom: 10px;
}
.details_lbox .hospital dl::before {
  content: '';
  background: #eeee;
  display: inline-block;
  width: 1px;
  height: 4px;
}
.details_lbox .hospital dl dt {
  width: 110px;
  height: 80px;
  overflow: hidden;
  float: left;
}
.details_lbox .hospital dl dt img {
  width: 100%;
}
.details_lbox .hospital dl dd {
  width: 230px;
  overflow: hidden;
  float: right;
}
.details_lbox .hospital dl dd h3 {
  font-size: 16px;
  color: #525252;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 8px 0px;
}
.details_lbox .hospital dl dd h3 a {
  font-size: 16px;
  color: #525252;
  float: left;
  width: 160px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.details_lbox .hospital dl dd h3 span {
  font-size: 12px;
  color: #f68;
  float: left;
  line-height: 20px;
  margin-left: 3px;
}
.details_lbox .hospital dl dd .hospital_doctor {
  width: 100%;
  white-space: nowrap;
  color: #b3b2b2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}
.details_lbox .hospital dl dd .hospital_doctor a {
  padding: 0px 3px;
  display: inline-block;
  color: #b3b2b2;
}
.details_lbox .hospital dl dd .hospital_address {
  color: #b3b2b2;
  width: 225px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.details_lbox .hospital dl dd .hospital_doctor em,
.details_lbox .hospital dl dd .hospital_address em {
  width: 13px;
  height: 15px;
  float: left;
  margin-right: 5px;
}
.xie_m_on {
  display: none;
}
.details-cont h1 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 35px 0px;
  padding-bottom: 0;
}
.details-cont .wtt {
  font-size: 13px;
  font-weight: normal;
  text-align: center;
  color: #acabab;
  padding: 18px 0;
  margin-bottom: 15px;
  border-bottom: 1px solid #f0efef;
  width: 100%;
  display: inline-block;
}
.details-cont .wtt span {
  padding: 0px 15px;
}
.details-cont .details_txt {
  padding: 0 20px;
  box-sizing: border-box;
}
.details-cont .details_guanggao {
  width: 90%;
  padding: 25px;
  margin: auto;
}
.details-cont .details_guanggao_m {
  display: none;
}
.details-cont ul {
  width: 100%;
  clear: both;
  overflow: hidden;
  margin: 15px 0px 20px;
}
.details-cont ul li {
  width: 50%;
  float: left;
  border-bottom: 1px dotted #ddd;
  color: #000;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.details-cont ul li strong {
  display: inline-block;
  min-width: 100px;
  padding-right: 20px;
  color: #b3b2b2;
}
.details-cont h2 {
  font-size: 16px;
  color: #fd6186;
  font-weight: bold;
  line-height: 35px;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 0px;
  position: relative;
  top: -5px;
}
.details-cont h2:before {
  content: ".";
  font-size: 36px;
  position: relative;
  top: -3px;
  right: 5px;
}
.details-cont h2 a {
  text-decoration: none;
  color: #fd6186;
}
.pre_next {
  border-top: 1px solid #fd6186;
  padding-top: 20px;
}
.details_lbox .pre_next li a {
  float: none;
  display: inline-block;
  color: #525252;
  text-decoration: none;
  height: 36px;
}
.details-cont p {
  margin: 0px;
  padding-bottom: 10px;
  line-height: 30px;
  text-indent: 35px;
}
.details-cont p a {
  color: #f1a30f;
}
.details-cont p a:hover {
  color: #f1a30f;
}
.details-cont p img {
  max-width: 100%;
  margin: 0 auto;
}
.details-cont p strong {
  font-size: 16px;
}
/*问答块 （上问下答）*/
.details-cont {
  line-height: 24px;
  margin-bottom: 30px;
  background: #fff;
}
.details-cont p sup {
  padding: 10px 0;
  line-height: 24px;
  display: block;
}
.details-cont p sup:after {
  content: " ";
  clear: both;
  display: block;
  overflow: hidden;
}
.details-cont p sup strong {
  height: 50px;
  width: 50px;
  float: right;
  font-size: 12px;
  text-align: center;
  margin-left: 10px;
  display: inline;
  text-indent: 0px;
}
.details-cont p sup strong:before {
  content: ' ';
  display: block;
  width: 50px;
  height: 50px;
  background: url(/SuperStyle/images/wenlogo.jpg) no-repeat;
  border-radius: 50px;
}
.details-cont p sup em {
  max-width: 600px;
  padding: 10px 20px;
  background: #9eea6a;
  border-radius: 5px;
  float: right;
  font-size: 14px;
}
.details-cont p sup em img {
  padding: 10px 0;
  border: none;
  outline: none;
  margin: 0;
  vertical-align: middle;
  max-width: 100%;
}
/*答*/
.details-cont p sub {
  padding: 10px 0;
  line-height: 24px;
  display: block;
}
.details-cont p sub:after {
  content: " ";
  clear: both;
  display: block;
  overflow: hidden;
}
.details-cont p sub strong {
  height: 50px;
  width: 50px;
  float: left;
  font-size: 12px;
  text-align: center;
  margin-right: 10px;
  display: inline;
  text-indent: 0px;
}
.details-cont p sub strong:before {
  content: ' ';
  display: block;
  width: 50px;
  height: 50px;
  background: url(/SuperStyle/images/dalogo.jpg) no-repeat;
  border-radius: 50px;
}
.details-cont p sub em {
  max-width: 600px;
  padding: 10px 20px;
  background: #fdeff0;
  border-radius: 5px;
  float: left;
  font-size: 14px;
}
.details-cont p sub em img {
  padding: 10px 0;
  border: none;
  outline: none;
  margin: 0;
  vertical-align: middle;
  max-width: 100%;
}
/*简介*/
.article_des {
  clear: both;
  margin-top: 10px;
  margin-bottom: 10px;
}
.article_des_p {
  display: block;
  background-color: #fff5e5;
  border: solid 1px #ffe3b7;
  padding: 10px;
  font-size: 14px;
  letter-spacing: 1px;
}
/*块*/
.details-cont p big {
  display: block;
  background-color: #fff5e5;
  border: solid 1px #ffe3b7;
  padding: 10px;
  font-size: 14px;
}
.details-cont p big strong {
  display: block;
  color: #ff6900;
  text-indent: 30px;
}
/*右侧目录*/
.fr-box-Catalog {
  width: 220px;
  padding-top: 15px;
  position: relative;
  overflow: hidden;
}
.fr-box-Catalog.JS-fixed {
  position: fixed;
  top: 0;
  width: 360px;
  border: 0;
}
.fr-box-Catalog.JS-fixed-bot {
  position: fixed;
  bottom: 269px;
  width: 360px;
  border: 0;
}
.fr-box-Catalog .Catalog-right-Line {
  background: #ff96b2;
  height: 84%;
  position: absolute;
  left: 10px;
  top: 33px;
  width: 1px;
  color: #ff96b2;
  overflow: hidden;
}
.fr-box-Catalog .Catalog-title {
  font-size: 18px;
  margin-bottom: 10px;
}
.fr-box-Catalog .catalog-box {
  padding-left: 20px;
  z-index: 9;
}
.fr-box-Catalog .catalog-box a {
  font-size: 14px;
  display: block;
  line-height: 40px;
  padding-left: 5px;
  position: relative;
  z-index: 9;
  color: #f68;
  cursor: pointer;
}
.fr-box-Catalog .catalog-box a:before {
  content: ' ';
  display: block;
  width: 13px;
  height: 11px;
  position: absolute;
  border-radius: 6px;
  top: 18px;
  left: -16px;
  background: url(../images/icon_3.jpg) no-repeat;
  z-index: 99;
}
.fr-box-Catalog .catalog-box a.mulu {
  font-size: 14px;
  color: #f68;
}
.fr-box-Catalog .catalog-box a.mulu .active {
  color: #fff;
  background: #f68;
  font-size: 14px;
  border-top-left-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.fr-box-Catalog .catalog-box a.mulu:before {
  content: ' ';
  display: block;
  width: 15px;
  height: 13px;
  position: absolute;
  top: 14px;
  left: -17px;
  background: url(../images/icon_4.jpg) no-repeat;
  border-radius: inherit;
}
.fr-box-Catalog .catalog-box a:hover {
  text-decoration: underline;
  font-size: 14px;
}
.basic-info {
  width: 100%;
  margin: 20px 0 5px;
  *overflow: hidden;
  clear: both;
  display: inline-block;
}
.basicInfo-block {
  width: 50%;
  float: left;
}
.basicInfo-block .name {
  float: left;
  width: 90px;
  padding: 0 5px 0 12px;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  color: #999;
  border-bottom: 1px dotted #eee;
  height: 28px;
  line-height: 28px;
}
.basicInfo-block .value {
  zoom: 1;
  float: left;
  color: #333;
  width: 285px;
  position: relative;
  word-break: break-all;
  border-bottom: 1px dotted #eee;
  line-height: 28px;
  height: 28px;
}
/*快捷导航*/
.details_rbox {
  width: 360px;
}
.details_rbox .adv_r {
  overflow: hidden;
  width: 360px;
}
.details_rbox .adv_r img {
  display: block;
  width: 100%;
}
.details_rbox .nav_box {
  width: 360px;
  border: 1px solid #fef3f4;
  padding: 20px 20px 0;
  height: 430px;
  box-sizing: border-box;
}
.details_rbox .nav_box h2 {
  border-left: 3px solid #f68;
  padding-left: 10px;
  margin-bottom: 20px;
  color: #f68;
  font-size: 14px;
  font-weight: bold;
}
.details_rbox .nav_box ul li {
  width: 66px;
  float: left;
  margin: 0px 6px;
}
.details_rbox .nav_box ul li .icon {
  width: 66px;
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.details_rbox .nav_box ul li .icon img {
  display: block;
}
.details_rbox .nav_box ul li p {
  font-size: 13px;
  line-height: 20px;
  padding: 12px 0;
  text-align: center;
  color: #525252;
}
.details_rbox .nav_box ul li .icon {
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
}
.details_rbox .nav_box ul li:hover .icon {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.details_rbox .nav_box ul li:hover p {
  color: #f68;
  transition: color 0.2s;
}
/*广告*/
.adv {
  height: 120px;
  margin-bottom: 20px;
}
/*幻灯片*/
.yx-rotaion-btn,
.yx-rotaion-title,
.yx-rotation-focus,
.yx-rotation-t,
.yx-rotaion-btn {
  position: absolute;
}
.yx-rotation-title {
  position: absolute;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #000;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
  left: 0;
  bottom: 0;
  _bottom: -1px;
  z-index: 1;
}
.yx-rotation-t {
  color: #fff;
  font-size: 16px;
  font-family: microsoft yahei;
  z-index: 2;
  bottom: 0;
  left: 10px;
  line-height: 40px;
}
.yx-rotation-focus span,
.yx-rotaion-btn span {
  background: url(../images/ico.png) no-repeat;
  display: block;
}
.yx-rotation-focus {
  height: 40px;
  line-height: 40px;
  right: 39%;
  bottom: 0;
  z-index: 2;
}
.yx-rotation-focus span {
  width: 12px;
  height: 12px;
  line-height: 12px;
  float: left;
  margin-left: 5px;
  position: relative;
  top: 14px;
  cursor: pointer;
  background-position: -24px -126px;
  text-indent: -9999px;
}
.yx-rotaion-btn {
  width: 100%;
  height: 41px;
  top: 50%;
  margin-top: -20px;
}
.yx-rotaion-btn span {
  width: 41px;
  height: 41px;
  cursor: pointer;
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  opacity: 0.3;
  position: relative;
}
.yx-rotaion-btn .left_btn {
  background-position: -2px -2px;
  float: left;
  left: 10px;
}
.yx-rotaion-btn .right_btn {
  background-position: -2px -49px;
  float: right;
  right: 10px;
}
.yx-rotaion-btn span.hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
.yx-rotation-focus span.hover {
  background-position: -10px -126px;
}
.rotaion_list li {
  width: 660px;
  height: 320px;
  overflow: hidden;
}
.rotaion_list li img {
  width: 100%;
  height: 100%;
}
.yx-rotaion_a {
  width: 640px;
  height: 320px;
  float: left;
}
.yx-rotaion_a .yx-rotation-title {
  position: absolute;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #000;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  left: 0;
  bottom: 0;
  _bottom: -1px;
  z-index: 1;
}
.rotaion_list_a li {
  width: 640px;
  height: 320px;
  overflow: hidden;
}
.rotaion_list_a li img {
  width: 100%;
  height: 100%;
}
.yx-rotaion_a1,
.yx-rotaion_a2,
.yx-rotaion_a3,
.yx-rotaion_a4,
.yx-rotaion_a5 {
  width: 310px;
  height: 230px;
  float: left;
}
.yx-bj .yx-rotation-title {
  position: absolute;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #000;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  left: 0;
  bottom: 0;
  _bottom: -1px;
  z-index: 1;
}
.t-nav-warp .t-nav-pro.t-nav-sub-link .title-icon {
  padding-left: 5px;
  height: 20px;
  width: 25px;
  vertical-align: middle;
}
.iTop {
  width: 100%;
  min-width: 1140px;
  overflow: hidden;
  background-color: #fafafa;
}
/*列表页*/
.list-cont ul {
  width: 100%;
  clear: both;
  overflow: hidden;
  margin: 15px 0px 20px;
}
.list-cont ul li {
  width: 100%;
  float: left;
  color: #000;
  padding-left: 15px;
  position: relative;
  height: 36px;
}
.list-cont ul li:hover {
  color: #ff97b2;
}
.list-cont ul li a {
  float: left;
  color: #525252;
  text-decoration: none;
  width: 88%;
}
.list-cont ul li a:hover {
  color: #ff97b2;
}
.list-cont ul li:before {
  position: absolute;
  top: 12px;
  left: 0;
  content: '';
  background: url(../images/d.jpg) no-repeat;
  display: inline-block;
  width: 4px;
  height: 4px;
}
.list-cont ul .curr:before {
  background: none;
}
/*列表翻页*/
.page {
  height: 50px;
  line-height: 40px;
  text-align: center;
  clear: both;
  margin: 30px 0px;
}
.page li {
  display: inline-block;
  border: 1px solid #ff97b2;
  margin-right: 5px;
  color: #f68;
  line-height: 32px;
}
.page li a {
  color: #f68;
  display: block;
  padding: 0px 20px;
}
.page li a:hover {
  color: #ff97b2;
}
.page li:first-child,
.page li:nth-last-child(2) {
  padding: 0px 20px;
}
.page li:first-child a,
.page li:nth-last-child(2) a {
  padding: 0px;
}
.page li.thisclass {
  background: #ff97b2;
  color: #fff;
  padding: 0px 20px;
}
.page li.thisclass a {
  text-decoration: none;
  cursor: default;
  border-color: #0064c4;
  color: #fff;
}
.page .pageinfo strong {
  font-weight: normal;
}
.page li span {
  padding: 0px 20px;
}
/*医院速查列表*/
.select_list {
  width: 1140px;
  padding: 20px;
  background: #fff;
  margin-bottom: 20px;
  margin: 0 auto;
}
.select_list_di {
  width: 100%;
  overflow: hidden;
}
.select_list_di p {
  width: 100px;
  float: left;
  line-height: 36px;
  font-size: 14px;
  color: #7E7E7E;
}
.select_list_di p span {
  background-color: #ff97b2;
  color: #fffcfc;
  padding: 5px 8px 5px 8px;
  border-radius: 5px;
}
.select_list_di ul {
  width: 950px;
  overflow: hidden;
  float: left;
}
.select_list_di ul li {
  float: left;
  margin-right: 23px;
  font-size: 14px;
  color: #000;
  line-height: 36px;
  cursor: pointer;
}
.select_list_di ul li a {
  color: #444141;
  text-decoration: none;
  outline: none;
  display: block;
}
.select_list_di ul li a:hover {
  text-decoration: none;
  color: #f68;
}
.select_list_sheng {
  width: 100%;
  overflow: hidden;
}
.select_list_sheng p {
  width: 100px;
  float: left;
  line-height: 36px;
  font-size: 14px;
  color: #7E7E7E;
}
.select_list_sheng p span {
  background-color: #ff97b2;
  color: #fffcfc;
  padding: 5px 8px 5px 8px;
  border-radius: 5px;
}
.select_list_sheng ul {
  width: 950px;
  overflow: hidden;
  float: left;
}
.select_list_sheng ul li {
  float: left;
  margin-right: 23px;
  font-size: 14px;
  color: #000;
  line-height: 36px;
  cursor: pointer;
}
.select_list_sheng ul li a {
  text-decoration: none;
  color: #444141;
  outline: none;
  display: block;
}
.select_list_sheng ul li a:hover {
  text-decoration: none;
  color: #f68;
}
.select_list_sheng1 {
  width: 100%;
  overflow: hidden;
}
.select_list_sheng1 p {
  width: 126px;
  float: left;
  line-height: 36px;
  font-size: 14px;
  color: #7E7E7E;
}
.select_list_sheng1 p span {
  background-color: #ff97b2;
  color: #fffcfc;
  padding: 5px 8px 5px 8px;
  border-radius: 5px;
}
.select_list_sheng1 ul {
  width: 950px;
  overflow: hidden;
  float: left;
  padding-top: 50px;
}
.select_list_sheng1 ul li {
  float: left;
  margin-right: 23px;
  width: 14%;
  font-size: 20px;
  color: #000;
  line-height: 36px;
  cursor: pointer;
  text-align: center;
}
.select_list_sheng1 ul li img {
  border-radius: 74px;
  margin-bottom: 15px;
}
.select_list_sheng1 ul li a {
  text-decoration: none;
  color: #444141;
  outline: none;
  display: block;
}
.select_list_sheng1 ul li a:hover {
  text-decoration: none;
  color: #f68;
}
/*医院大全*/
.hospital_list {
  width: 100%;
  overflow: hidden;
  padding-top: 10px;
}
.hospital_list ul {
  padding-bottom: 20px;
}
.hospital_list ul li {
  overflow: hidden;
  padding: 20px 0;
  border-bottom: 1px solid #eee;
  height: 183px;
}
.hospital_list ul li .hospital_list_li {
  width: 750px;
  overflow: hidden;
}
.hospital_list ul li .hospital_list_li a {
  color: #444141;
  text-decoration: none;
}
.hospital_list ul li .hospital_list_li a .hospital_list_li_a {
  overflow: hidden;
}
.hospital_list_li_img {
  width: 200px;
  height: 126px;
  overflow: hidden;
  margin-right: 24px;
  float: left;
}
.hospital_list_li_img img {
  width: 100%;
  height: 126px;
  border: 0;
  display: block;
}
.hospital_list_li_ti {
  max-width: 520px;
  overflow: hidden;
  float: left;
  -webkit-flex: 1;
}
.hospital_list_li_ti_mu {
  padding-bottom: 10px;
  overflow: hidden;
  width: 100%;
}
.hospital_list_li_ti_mu h2 {
  font-size: 20px;
  color: #3E3E3E;
  letter-spacing: 0.24px;
  font-weight: normal;
  line-height: 28px;
  float: left;
  max-width: 400px;
}
.hospital_list_li_ti_mu i {
  font-size: 12px;
  color: #FFF;
  font-style: normal;
  padding: 5px;
  line-height: 12px;
  float: left;
  margin-left: 24px;
  background-color: #ff97b2;
  border-radius: 5px;
}
.hospital_list_li_ti p {
  font-size: 14px;
  color: #5E5E5E;
  line-height: 22px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hospital_list_li_ti_txt {
  width: 100%;
  overflow: hidden;
  margin-top: 15px;
}
.hospital_list_li_ti_txt span {
  padding: 0 6px;
  float: left;
  display: block;
  font-size: 12px;
  color: #7E7E7E;
  line-height: 25px;
  background: #F1F1F1;
  border-radius: 4px;
  margin-right: 16px;
  margin-bottom: 10px;
}
/*知名专家*/
.expert {
  width: 100%;
}
.expert_list {
  padding-top: 50px;
  overflow: hidden;
}
.expert_list_title {
  padding-bottom: 20px;
  border-bottom: 2px solid #EEEEEE;
  overflow: hidden;
}
.expert_list_title p {
  font-family: MicrosoftYaHeiUI;
  font-size: 26px;
  color: #444141;
  letter-spacing: 0;
  line-height: 33px;
  float: left;
}
.expert_list_title a {
  font-family: MicrosoftYaHeiUI;
  font-size: 18px;
  color: #7E7E7E;
  line-height: 23px;
  margin-top: 7px;
  cursor: pointer;
}
.expert_list_title a:hover {
  text-decoration: none;
}
.expert_list_content {
  overflow: hidden;
  padding-top: 7px;
}
.expert_list_content ul {
  overflow: hidden;
}
.expert_list_content ul li {
  float: left;
  margin-left: 20px;
  margin-top: 30px;
  cursor: pointer;
}
.expert_list_content ul li a {
  text-decoration: none;
}
.expert_list_content ul li a:hover {
  text-decoration: none;
  color: #FF6688;
}
.expert_list_img {
  width: 200px;
  height: 250px;
  overflow: hidden;
}
.expert_list_img img {
  width: 100%;
  border: 0;
  display: block;
}
.expert_list_content ul li h1 {
  font-weight: normal;
  font-family: MicrosoftYaHeiUI;
  font-size: 18px;
  color: #3E3E3E;
  letter-spacing: 0;
  line-height: 23px;
  padding: 12px 0;
}
.expert_list_content ul li h1:hover {
  color: #FF6688;
}
.expert_list_content ul li p {
  font-family: MicrosoftYaHeiUI;
  font-size: 12px;
  color: #9E9E9E;
  letter-spacing: 0;
  line-height: 18px;
  max-width: 200px;
}
.expert .expert_list_a {
  font-family: MicrosoftYaHeiUI;
  font-size: 12px;
  color: #FF6688;
  letter-spacing: 0;
  padding-top: 14px;
  line-height: 18px;
}
/*医院大全排序*/
.world {
  width: 100%;
}
.world_list {
  overflow: hidden;
}
.world_list_title {
  padding-bottom: 20px;
  border-bottom: 2px solid #EEEEEE;
  overflow: hidden;
}
.world_list_title p {
  font-family: MicrosoftYaHeiUI;
  font-size: 26px;
  color: #444141;
  letter-spacing: 0;
  line-height: 33px;
  float: left;
}
.world_list_title a {
  font-family: MicrosoftYaHeiUI;
  font-size: 18px;
  color: #7E7E7E;
  line-height: 23px;
  margin-top: 7px;
  cursor: pointer;
}
.world_list_title a:hover {
  text-decoration: none;
}
.world_list_content {
  overflow: hidden;
  padding-top: 7px;
}
.world_list_content ul {
  overflow: hidden;
  padding-bottom: 20px;
}
.world_list_content ul li {
  float: left;
  margin-left: 20px;
  margin-top: 30px;
  height: 400px;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2);
  padding: 10px;
  cursor: pointer;
  position: relative;
}
.world_list_content ul li a {
  text-decoration: none;
}
.world_list_content ul li a:hover {
  text-decoration: none;
  color: #FF6688;
}
.world_list_img {
  width: 335px;
  height: 240px;
  overflow: hidden;
}
.world_list_img img {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
.world_list_content ul li .world_list_timu {
  font-weight: normal;
  font-family: MicrosoftYaHeiUI;
  font-size: 18px;
  color: #3E3E3E;
  letter-spacing: 0;
  line-height: 23px;
  width: 335px;
  padding: 15px 0px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.world_list_content ul li p i {
  background-color: #ff97b2;
  color: #fffcfc;
  padding: 3px 8px;
  border-radius: 5px;
  font-size: 12px;
}
.world_list_content ul li p span {
  float: right;
  margin-right: 20px;
}
.world_list_content ul li h1:hover {
  color: #FF6688;
}
.world_list_content ul li p {
  font-family: MicrosoftYaHeiUI;
  font-size: 12px;
  color: #9E9E9E;
  letter-spacing: 0;
  line-height: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 335px;
}
.world .world_list_a {
  font-family: MicrosoftYaHeiUI;
  font-size: 12px;
  color: #FF6688;
  letter-spacing: 0;
  padding-top: 14px;
  line-height: 18px;
  position: absolute;
  bottom: 25px;
}
/*搜索页列表*/
.details_lbox .list-search ul {
  width: 100%;
  clear: both;
  overflow: hidden;
  margin: 15px 0px 20px;
}
.details_lbox .list-search ul li {
  width: 100%;
  float: left;
  color: #000;
  padding-left: 15px;
  position: relative;
}
.details_lbox .list-search ul li:hover {
  color: #ff97b2;
}
.details_lbox .list-search ul li a {
  float: left;
  color: #525252;
  text-decoration: none;
  width: 88%;
}
.details_lbox .list-search ul li a:hover {
  color: #ff97b2;
}
.details_lbox .list-search ul li:before {
  position: absolute;
  top: 12px;
  left: 0;
  content: '';
  background: url(../images/d.jpg) no-repeat;
  display: inline-block;
  width: 4px;
  height: 4px;
}
.details_lbox .list-search ul .curr:before {
  background: none;
}
.strategy_box .news_search {
  height: 62px;
  line-height: 42px;
  background: #ff97b2;
  margin-top: 20px;
  padding-top: 10px;
}
.searchDiv .form span {
  width: 50px;
  background-color: #fdfdfd;
  display: inline-block;
  text-align: center;
  float: left;
  margin-left: 30px;
  boder-top-left-radius: 30px;
  border-radius: 30px 0px 0px 30px;
}
.searchDiv .form .search-keyword {
  width: 80%;
  font-size: 16px;
  float: left;
}
.search-submit {
  float: left;
  width: 10%;
  border-radius: 0px 30px 30px 0px;
  background-color: #f68;
  color: #fffefe;
  font-size: 16px;
  letter-spacing: 10px;
}
/*孕育交流 相关文章列表*/
.wenli {
  width: 100%;
  margin-top: 40px;
}
.wenli h3 {
  width: 100%;
  text-align: center;
}
.wenli .wenliimg {
  width: 100%;
  text-align: center;
}
.wenli .wenliimg a {
  text-decoration: none;
  color: #525252;
}
.wenli .wenliimg a:hover {
  text-decoration: none;
}
.wenli .wenliimg a img {
  max-width: 360px;
  height: 100px;
  width: 100px;
  border-radius: 150px 150px 150px 150px;
}
.wenli .wenliimg span {
  margin-top: 10px;
  display: block;
  color: #525252;
}
.wenli .wenurl {
  display: block;
  text-align: center;
  margin-top: 30px;
  font-weight: bold;
}
.wenli .wenurl .wenurl1 {
  background-color: #fa7d3c;
  display: inline-block;
  text-align: center;
  width: 104px;
  height: 34px;
  line-height: 34px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  color: #ffffff;
  border-radius: 2px;
  margin-right: 20px;
}
.wenli .wenurl .wenurl2 {
  background-color: #696e78;
  display: inline-block;
  text-align: center;
  width: 104px;
  height: 34px;
  line-height: 34px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  color: #ffffff;
  border-radius: 2px;
}
.wenli .wenurl .wenurl1 em {
  margin-right: 4px;
}
.wenli .wenurl .wenurl1:hover {
  background-color: #eb7350;
  color: #ffffff;
  text-decoration: none;
}
.wenli .wenurl .wenurl2:hover {
  background-color: #646973;
  color: #ffffff;
  text-decoration: none;
}
.wenli .wenlispan {
  font-size: 18px;
  margin-top: 30px;
  margin-left: 10px;
  margin-bottom: 20px;
}
.wenli ul li {
  font-size: 14px;
  color: #ec537e;
  line-height: 35px;
  width: 340px;
  margin-left: 2%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.wenli ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #ff7788;
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px;
}
.wenli ul li a {
  color: #f68;
  text-decoration: none;
}
/*月子中心大全排序*/
.yuezibg {
  background: url(../images/yuezibg.png) no-repeat center top;
  width: 100%;
}
.yuezi {
  width: 100%;
  background-color: #ffffff;
}
.yuezi_list {
  overflow: hidden;
}
.yuezi_list_title {
  padding-bottom: 20px;
  border-bottom: 2px solid #EEEEEE;
  overflow: hidden;
}
.yuezi_list_title p {
  font-family: MicrosoftYaHeiUI;
  font-size: 26px;
  color: #444141;
  letter-spacing: 0;
  line-height: 33px;
  float: left;
}
.yuezi_list_title a {
  font-family: MicrosoftYaHeiUI;
  font-size: 18px;
  color: #7E7E7E;
  line-height: 23px;
  margin-top: 7px;
  cursor: pointer;
}
.yuezi_list_title a:hover {
  text-decoration: none;
}
.yuezi_list_content {
  overflow: hidden;
  padding-top: 7px;
}
.yuezi_list_content ul {
  overflow: hidden;
  padding-bottom: 20px;
}
.yuezi_list_content ul li {
  float: left;
  margin-left: 20px;
  margin-top: 30px;
  height: 400px;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2);
  padding: 10px;
  cursor: pointer;
  position: relative;
}
.yuezi_list_content ul li a {
  text-decoration: none;
}
.yuezi_list_content ul li a:hover {
  text-decoration: none;
  color: #FF6688;
}
.yuezi_list_img {
  width: 245px;
  height: 240px;
  overflow: hidden;
}
.yuezi_list_img img {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
.yuezi_list_content ul li .yuezi_list_timu {
  font-weight: normal;
  font-family: MicrosoftYaHeiUI;
  font-size: 18px;
  color: #3E3E3E;
  letter-spacing: 0;
  line-height: 23px;
  width: 245px;
  padding: 15px 0px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.yuezi_list_content ul li p i {
  background-color: #ff97b2;
  color: #fffcfc;
  padding: 3px 8px;
  border-radius: 5px;
  font-size: 12px;
}
.yuezi_list_content ul li p span {
  float: right;
  margin-right: 20px;
}
.yuezi_list_content ul li h1:hover {
  color: #FF6688;
}
.yuezi_list_content ul li p {
  font-family: MicrosoftYaHeiUI;
  font-size: 12px;
  color: #9E9E9E;
  letter-spacing: 0;
  line-height: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 245px;
}
.yuezi .yuezi_list_a {
  font-family: MicrosoftYaHeiUI;
  font-size: 12px;
  color: #FF6688;
  letter-spacing: 0;
  padding-top: 14px;
  line-height: 18px;
  position: absolute;
  bottom: 25px;
}
.azlli {
  width: 360px;
  border-bottom: 2px solid #f0efef;
  height: 50px;
  line-height: 50px;
}
.azlli h3 {
  color: #f68;
  border-bottom: 2px solid #f68ba7;
  padding: 0px 10px 0px 10px;
  margin-top: 7px;
  line-height: 40px;
  float: left;
  font-weight: bold;
  font-size: 18px;
}
.azlliu {
  overflow: hidden;
  padding: 10px;
}
.azlliu ul li {
  width: 98%;
  margin-left: 1%;
  float: left;
  position: relative;
  padding-left: 0px;
  height: 31px;
  line-height: 31px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.azlliu ul li a {
  color: #525252;
  font-size: 14px;
}
.azlliu ul li a:hover {
  color: #ff97b2;
}
.dqdh {
  width: 100%;
  font-weight: 500;
  color: #333;
  overflow: hidden;
  margin-bottom: 20px;
  font-size: 14px;
}
.dqdh .dqdh-title {
  width: 100%;
  height: 55px;
  line-height: 55px;
  text-align: center;
  border: 1px solid #e5e5e5;
  background-color: #FFF4F7;
  display: flex;
  justify-content: center;
  margin-top: -1px;
}
.dqdh .dqdh-title .title-a {
  width: 50%;
  height: 55px;
  line-height: 55px;
  text-align: center;
  border-right: #e5e5e5 1px solid;
  margin-right: -1px;
}
.dqdh .dqdh-box {
  background-color: #fff;
  width: 100%;
  height: 55px;
  line-height: 55px;
  text-align: center;
  border: 1px solid #e5e5e5;
  background-color: #FFF;
  display: flex;
  justify-content: left;
  margin-top: -1px;
}
.dqdh .dqdh-box .box-a {
  display: block;
  width: 33.33%;
  height: 55px;
  line-height: 55px;
  text-align: center;
  padding: 0;
  border-right: 1px solid #e5e5e5;
  margin-right: -1px;
  color: #f68;
}
.dqdh .dqdh-box .box-b {
  width: 50%;
  height: 55px;
  line-height: 55px;
  text-align: center;
  border-right: #e5e5e5 1px solid;
  margin-right: -1px;
}
.art_div {
  background: #fff;
  padding: 18px 14px 10px 12px;
  margin-bottom: 20px;
}
.art_tit_div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.art_tit {
  color: #ff6688;
  font-size: 16px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
}
.place {
  font-size: 10px;
  color: #999999;
  line-height: 14px;
  margin: 6px 0 0 8px;
}
.more {
  font-size: 12px;
  color: #FF6688;
  line-height: 17px;
}
.group_1 {
  background-color: #eeeeee;
  width: 336px;
  height: 1px;
  margin: 6px 0 0 0;
}
.art_tit_url {
  margin: 10px 6px;
}
.art_tit_li {
  line-height: 17px;
  height: 17px;
  color: #333333;
  font-size: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  margin-bottom: 12px;
}
.art_tit_li:last-child {
  margin-bottom: 20px;
}
.art_tit_li:before {
  content: "";
  margin-bottom: 2px;
  margin-right: 6px;
  display: inline-block;
  width: 0;
  background-color: #ff6688;
  border-radius: 50%;
  width: 4px;
  height: 4px;
}
.art_tit_bts {
  background-color: #ffebef;
  border-radius: 4px;
  height: 28px;
  width: 76px;
  text-align: center;
}
.art_tit_bt {
  width: 48px;
  height: 15px;
  overflow-wrap: break-word;
  color: #ff6688;
  font-size: 12px;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 28px;
}
.art_tit_bt_div:nth-child(4n) {
  display: flex;
  flex-wrap: wrap;
}
.art_tit_bt_div_group {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 11px;
}
.section_11 {
  background-color: #ff6688;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  margin-top: 7px;
}
.pc_art_div {
  display: none;
}
