.mian_bao_xue {
  font-size: medium;
  font-weight: 400;
  display: flex;
  align-items: center;
  color: #666666;
  line-height: 24px;
}

.title.main_title {
  font-size: calc(1rem + 1vw);
  padding: 1.5rem 0;
}

.ct {
  font-size: medium;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
}

.flex_center {
  width: 1000px;
  min-width: 80vw;
  max-width: 100%;
}

@media (max-width: 768px) {
  .flex_center {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    display: inherit;
  }
}

.more_list {
  width: 270px;
  margin: 10px;
  min-height: 200px;
  background: #F7F7F7;
  padding: 1em;
}

@media (max-width: 768px) {
  .more_list {
    width: auto;
    margin: 0.5rem;
    min-height: 200px;
    background: #F7F7F7;
    padding: 1em;
  }
}

.zui_xin {
  font-size: 18px;
  font-weight: bold;
  color: #010101;
  line-height: 36px;
}

.news_image {
  width: 86px;
  height: 54px;
  background-repeat: no-repeat;
  background-size: cover;
}

.news_list_title {
  margin-right: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
}

.news_detail_ct {
  border-bottom: 1px solid rgba(0,0,0,0.1);
  font-size: 13px;
  font-weight: 400;
  color: #999999;
  padding-bottom: 5px;
}

.center_link.button.button-primary.list_more {
  border-radius: 100px;
}

#news_list {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}

#news_list li:last-child .news_detail_ct {
  border-bottom: none;
}

#news_list li {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}

.news_detail_introduce_body {
  background: #F7F7F7;
  border-radius: 10px;
  margin: 15px;
  padding: 20px;
}

@media (max-width: 768px) {
  .news_detail_introduce_body {
    background: #F7F7F7;
    border-radius: 10px;
    margin: 0.5rem;
    padding: 0.6rem;
  }
}

.news_detail_html {
  margin: 15px;
}

.fen {
  margin: 0 6px;
}

.news_detail_introduce {
  color: #666;
  font-size: smaller;
  margin-top: 5px;
}

.news_detail_introduce_body p {
  font-size: large;
  margin-bottom: 0;
}

.image_url {
  width: 100%;
  display: block;
}

.image_url_body {
  padding: 15px;
}

.news_list_title_item {
  padding: 10px 0;
  display: block;
}

@media (min-width: 768px) {
  .ding_bu {
    padding: 15px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.ding_bu {
}

#ding_bu_title {
  background-image: url("/assets/img/news_center/news_detail_top.png");
  background-position: center;
  background-size: cover;
  padding: 15px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 768px) {
  #ding_bu_title {
    display: inherit;
  }
}

.mian_bao_xue {
  font-size: 0.8rem;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .title.main_title {
    margin-top: 0.5rem;
  }
}

@media (max-width: 768px) {
  #pagination_contain {
    margin-bottom: 1rem;
  }
}

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

