/* PC端 */
@media (min-width: 751px) {
  .paginationMobile {
    display: none;
  }

}

/* 移动端 */
@media (max-width: 750px) {
  .pagination {
    display: none;
  }
  .paginationMobile{
    display: flex;
    flex-direction: row-reverse;
    padding-bottom: 20px;
  }
  .banner{
    margin-top: 0;
  }
  .content{
    padding-top: 0;
  }
  #mobile_footer .row .content{
    background-color: rgba(0, 0, 0, 0);
    padding: 0;
  }
  .banner .w {
    top: 0;
    /* border: 1px solid #f00; */
    width: calc(100% - 32px) !important;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transform: none;
    left: 16px;
  }

  .news-tabs {
    /* border: 1px solid #f00; */
    width: calc(100% - 32px);
    overflow: auto;
    white-space: nowrap;
    margin: 20px 16px 0;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .banner .banner-title {
    height: auto;
    /* border: 1px solid #f00; */
  }

  .banner .banner-title .cornerPin {
    width: 16px;
    height: 17px;
    background-size: 16px 17px;
  }

  .banner .banner-subtitle {
    font-size: 14px;
    margin-top: 0;
  }

  .news-content {
    /* border: 1px solid #f00; */
    margin: 20px 16px;
  }

  .news-content .recommend {
    display: none;
  }

  .news-content .news-list {
    /* border: 1px solid blue; */
    width: 100%;
    border-radius: 5px;
  }

  .news-list-item {
    padding-bottom: 0;
  }

  .news-list-item .item-left {
    width: 100%;
  }

  .news-content .news-list {
    padding: 0;
  }

  .news-content .news-list .news-page{
    padding: 20px 0;
  }
  .news-content .news-list .news-page a {
    /* border: 1px solid green; */
    flex-direction: column;
    margin-left: 16px;
    margin-right: 16px;
  }

  .news-list-item .item-right {
    margin-left: 0;
    padding: 10px 16px;
  }

  .news-list-item .item-right .news-title {
    width: 100%;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: auto;
    white-space: inherit;
  }

  .news-list-item .item-right .news-text {
    margin: 5px 0;
    line-height: normal;
    -webkit-line-clamp: 3;
  }


  /* 新闻详情 */
  .content-navigation{
    /* border: 1px solid #f00; */
    width: 100%;
    overflow: auto;
    white-space: nowrap;
    scrollbar-width: none;
    -ms-overflow-style: none;
    margin-bottom: 15px;
  }
  .content-title{
    font-weight: bold;
  }
  .content-navigation .navigation-main-title a{
    font-size: 12px;
  }
  .content-navigation .navigation-title{
    font-size: 12px;
  }
  .content-title{
    width: 100%;
  }
  .content-time{
    width: 100%;
  }
  .content-html {
    width: 100%;
  }
}