.bd_weixin_popup {
  box-sizing: content-box;
}

.guidang,
.feizhi {
  position: absolute;
  top: 60px;
  right: 0;
  transform: translateY(-50%) scale(0.8);
  z-index: 1;
}

.index-table {
  display: table;
  background-color: #fafafa;
  border-spacing: 0;
  border-collapse: collapse;
  margin-bottom: 30px;
  width: 100%;
}
.index-table .index-row {
  display: table-row;
}
.index-table .index-row .index-cell-label {
  display: table-cell;
  width: 160px;
  vertical-align: middle;
  height: 45px;
  border: 1px #ebebeb solid;
  text-align: center;
  font-size: 24px;
  color: #333;
}
.index-table .index-row .index-cell-content {
  display: table-cell;
  width: 35%;
  height: 45px;
  line-height: 1.9;
  border: 1px #ebebeb solid;
  font-size: 24px;
  color: #333;
  padding-left: 20px;
  vertical-align: middle;
}

.title {
  font-size: 30px;
  margin: 0;
  text-align: center;
  line-height: 1.27;
  font-weight: bold;
}

.tools-container {
  margin-top: 49px;
  padding-bottom: 20px;
  background: url(/images/yj-zx-detail-bg-line.png) repeat-x center bottom;
  *zoom: 1;
  font-size: 22px;
  color: #999;
  line-height: 36px;
}
.tools-container:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.tools-container .left-container {
  float: none;
  text-align: center;
}
.tools-container .left-container span:nth-child(1) {
  margin-right: 20px;
}
.tools-container .right-container {
  float: none;
  text-align: center;
}
.tools-container .right-container > div {
  display: inline-block;
  vertical-align: middle;
}
.tools-container .right-container > span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}
.tools-container .right-container .bds_weixin {
  background-image: url(/images/yj-zx-detail-ic-wechat.png);
  background-position: center;
}
.tools-container .right-container .bds_tsina {
  background-image: url(/images/yj-zx-detail-ic-weibo.png);
  background-position: center;
}
.tools-container .right-container .bds_qzone {
  background-image: url(/images/yj-zx-detail-ic-qq.png);
  background-position: center;
}
.tools-container .right-container .bds_mail {
  background-image: url(/images/yj-zx-detail-ic-email.png);
  background-position: center;
}
.tools-container .right-container .bds_print {
  background-image: url(/images/yj-zx-detail-ic-print.png);
  background-position: center;
}
.tools-container .right-container .bds_copy {
  background-image: url(/images/yj-zx-detail-ic-copy.png);
  background-position: center;
}
.tools-container .right-container .fonts span {
  cursor: pointer;
}
.tools-container .right-container .fonts span:nth-of-type(2) {
  margin-left: 10px;
  margin-right: 10px;
}
.tools-container .right-container .fonts .cur {
  color: #0764cc;
}
.tools-container .yybb-controls {
  position: relative;
  left: auto;
  transform: none;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
}

.detail-article {
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 1.8;
  font-size: 24px;
}

.detail-article table {
  max-width: 90% !important;
  height: auto;
  margin: auto;
}

.ue_table {
  overflow-x: auto;
}

.detail-article .ue_table table {
  max-width: unset !important;
}

.detail-article video,
.detail-article img {
  display: block;
  max-width: 90% !important;
  height: auto;
  margin: auto;
}

iframe.edui-upload-video {
  width: 70% !important;
}

.xgxw {
  margin-top: 30px;
  padding: 15px 20px;
  background-color: #f3f5f7;
  display: block;
  box-sizing: border-box;
}
.xgxw .tit span {
  padding-bottom: 10px;
  color: #3063cd;
  font-weight: bold;
  position: relative;
  font-size: 24px;
}
.xgxw .nr-tit ul li {
  margin-top: 10px;
  padding-left: 10px;
  list-style-type: none;
  position: relative;
}
.xgxw .nr-tit ul li::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #0764cc;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.xgxw .nr-tit ul li a {
  font-size: 24px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}

.zzb-news-detail #div_div {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}
.zzb-news-detail #div_div > div {
  font-size: 24px;
  margin-bottom: 10px;
}

@media screen and (max-width: 992px) {
  .guidang,
  .feizhi {
    position: absolute;
    top: 80px;
    right: 0;
    transform: translate(20%, -35%) scale(0.5);
  }
  .index-table {
    display: block;
    background-color: #fafafa;
    border-spacing: 0;
    border-collapse: collapse;
    margin-bottom: 15px;
  }
  .index-table .index-row {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
  }
  .index-table .index-row:first-child {
    border-top: 1px #ebebeb solid;
  }
  .index-table .index-row .index-cell-label {
    display: block;
    width: 35%;
    min-height: 45px;
    height: auto;
    border-top: 0;
    border-right: 0;
    text-align: center;
    line-height: 1.9;
    font-size: 18px;
  }
  .index-table .index-row .index-cell-content {
    display: block;
    width: 65%;
    min-height: 45px;
    height: auto;
    line-height: 1.9;
    border-top: 0;
    font-size: 18px;
    padding-left: 10px;
    word-break: break-all;
  }
  .title {
    font-size: 23.4px;
    font-size: calc(26 * var(--font-scale) * 1px);
  }
  .tools-container {
    margin-top: 10px;
    padding-bottom: 10px;
    line-height: 36px;
    font-size: 18px;
  }
  .tools-container .left-container {
    float: none;
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
  }
  .tools-container .left-container span:nth-child(1) {
    margin-right: 0;
  }
  .tools-container .left-container span {
    display: block;
    width: 100%;
    text-align: center;
  }
  .tools-container .right-container {
    float: none;
    text-align: center;
  }
  .tools-container .right-container > div {
    display: block;
  }
  .tools-container .right-container > span {
    display: none;
  }
  .tools-container .right-container .fonts span:nth-of-type(2) {
    margin-left: 10px;
    margin-right: 10px;
  }
  .tools-container .right-container .bdsharebuttonbox {
    display: none;
  }
  .detail-article {
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 22px;
  }
  .ue_table {
    overflow-x: auto;
  }
  .detail-article table,
  .detail-article .ue_table table {
    max-width: unset !important;
    width: auto !important;
  }
  #div_div {
    display: none;
  }
  .xgxw {
    margin-top: 30px;
    padding: 15px;
    margin-bottom: 20px;
  }
  .xgxw .tit span {
    padding-bottom: 10px;
  }
  .xgxw .nr-tit ul li {
    margin-top: 10px;
    padding-left: 10px;
  }
  .xgxw .nr-tit ul li a {
    font-size: 18px;
  }
  iframe.edui-upload-video {
    width: 100% !important;
  }
}