/* 通用样式文件 */
/* 通用样式文件 */
/* 通用样式文件 */
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;
  }
}
.xie_m_off {
  display: none;
}
.page-article-div {
  background-color: #f5f5f5;
}
.page-article-div .details-cont {
  padding: 10px;
  font-size: 12px;
  background-color: #fff;
  margin-top: 20px;
}
.page-article-div .details-cont h1 {
  font-size: 15px;
}
.page-article-div .details-cont .wtt {
  color: #999;
  padding: 5px 0;
}
.page-article-div .details-cont .details_txt {
  font-size: 14px;
  padding: 5px 0;
  line-height: 30px;
  box-sizing: border-box;
}
.page-article-div .details-cont .details_txt p {
  width: 100%;
  padding: 5px 0;
  color: #525252;
  text-indent: 15px;
}
.page-article-div .details-cont .details_txt p img {
  width: 100%;
}
.page-article-div .details-cont .details_guanggao {
  width: 100%;
}
.page-article-div .details-cont .details_guanggao_pc {
  display: none;
}
.page-article-div .pre_next {
  font-size: 14px;
  color: #9e9e9e;
  background-color: #fff;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
.page-article-div .pre_next li {
  padding: 5px 10px ;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 95%;
}
.page-article-div .pre_next li a {
  color: #525252;
  text-decoration: none;
  margin: 5px;
}
.page-article-div .label {
  display: none;
}
.page-article-div .article_block_div {
  background-color: #fff;
  padding: 10px;
  margin-bottom: 10px;
}
.page-article-div .article_block_div .titcon {
  color: #ff6688;
  padding-bottom: 5px;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
}
.page-article-div .article_block_div .titcon .powder {
  font-size: 12px;
  margin-top: 9px;
  color: #999;
}
.page-article-div .article_block_div .news {
  padding: 5px 0;
  font-size: 14px;
  line-height: 30px;
}
.page-article-div .article_block_div .news ul li {
  margin: 5px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 95%;
}
.page-article-div .article_block_div .news ul li a {
  color: #525252;
}
.page-article-div .article_block_div .hospital {
  margin: 10px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.page-article-div .article_block_div .hospital dl {
  width: 48%;
  margin: 10px 0;
}
.page-article-div .article_block_div .hospital dl dt {
  width: 95%;
  height: 115px;
  margin: auto;
  border-radius: 5px;
  overflow: hidden;
}
.page-article-div .article_block_div .hospital dl dt img {
  width: 100%;
  height: 100%;
}
.page-article-div .article_block_div .hospital dl dd {
  padding: 2px 5px;
}
.page-article-div .article_block_div .hospital dl dd h3 {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
}
.page-article-div .article_block_div .hospital dl dd h3 a {
  color: #525252;
}
.page-article-div .article_block_div .hospital dl dd h3 span {
  display: block;
  color: #ff6688;
  font-size: 12px;
}
.page-article-div .article_block_div .hospital dl dd .hospital_address {
  color: #999;
  /* 多行省略号样式 */
  text-overflow: -o-ellipsis-lastline;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
.page-article-div .details_rbox {
  display: none;
  margin: 2px;
}
.dqdh {
  width: 100%;
  font-weight: 500;
  color: #333;
  overflow: hidden;
  margin-bottom: 20px;
  margin-left: -1px;
  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_li a {
  color: #525252;
}
.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: block;
}
