/* 增加手机端查看新闻页面 start 20250806 */
@media screen and (max-width: 768px) {
  .yzh-header .yzh-content {
    flex-direction: column;
    height: 70px;
    padding: 0 !important;
  }

  .yzh-header .yzh-content div:first-child {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
  }

  .yzh-header .yzh-content div:first-child a {
    width: 80% !important;
    margin: 0 !important;
  }

  .yzh-header .yzh-content>div:nth-child(2) {
    display: none;
  }

  .yzh-header .yzh-content .yzh-logo {
    width: 100% !important;
    margin: 0 !important;
  }

  .menu-show {
    display: block;
  }

  #yzh-now-home {
    display: none;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    overflow-y: auto;
    height: 100%;
    width: 100%;
  }

  .yzh-now .yzh-bg1>div:first-child {
    width: auto !important;
  }

  .yzh-now .yzh-bg1 img {
    max-width: 100%;
  }

  .back-top {
    display: block;
  }

  .back-top-phone {
    display: block !important;
  }

  .menu-show-phone {
    display: block !important;
  }
  .yzh-now-close {
    display: flex;
    justify-content: center;
  }
  .yzh-now .yzh-content {
    padding: 20px 24px;
  }

  .yzh-now-close span {
    display: block;
    width: 100px;
    text-align: center;
    background-color: #003399;
    border-radius: 6px;
    line-height: 46px;
    color: #fff;
    margin-top: 20px;
    font-size: 18px;
  }
}
/* info 新闻详情页 */

.back-top-phone,.share-button-phone {
  position: fixed;
  bottom: 30px;
  right: 20px;
  background: #003399;
  width: 40px;
  height: 40px;
  border-radius: 30px;
  border: solid 1px #fff;
  cursor: pointer;
  box-shadow: 0 0 5px rgba(0, 0, 0, .8);
  display: none;
  padding: 8px;
  box-sizing: border-box;
}

.menu-show-phone {
  position: fixed;
  left: 20px;
  bottom: 30px;
  background: #003399;
  box-shadow: 0 0 5px rgba(0, 0, 0, .8);
  width: 40px;
  height: 40px;
  padding: 5px;
  box-sizing: border-box;
  border-radius: 4px;
  border: solid 1px #fff;
  display: none;
}
.share-button-phone{
  bottom: 80px;
}
/* 增加手机端查看新闻页面 end 20250806 */