.warp_mobile .contR_cont .date {
  display: inline;
}
/* 手机端样式 */
@media screen and (max-width: 768px) {
  body {
    width: 100%;
    overflow-x: hidden;
  }
  .hidden-pc {
    display: block;
  }

  .hidden-mobile {
    display: none;
  }

  .hide {
    display: none;
  }

  .menu-button {
    position: relative;
  }

  .menu-button {
    background: #f2f2f2;
    display: block;
    padding: 20px;
    color: #000000;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
  }

  .back-home {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 15px;
  }

  .menu {
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    height: calc(100vh - 40px);
    background-image: url(/szgyyq/xhtml/images/mobile-menu-bg.png);
    background-size: 100% 100%;
    overflow: hidden;
    z-index: 2;
  }

  .menu-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 40px;
  }

  .hnew-navbar-center-list-item {
    background: #fff;
    width: 120px;
    display: inline-block;
    margin: 10px 0;
    height: 32px;
    line-height: 32px;
    text-decoration: none;
    border-radius: 4px;
    color: #1d71b7;
    text-align: center;
    font-size: 14px;
  }

  .menu-button::before {
    content: '';
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    width: 15px;
    height: 3px;
    border-top: 2px solid #000000;
    border-bottom: 2px solid #000000;
  }

  .menu-button::after {
    content: '';
    position: absolute;
    top: 15px;
    right: 20px;
    display: block;
    width: 15px;
    height: 2px;
    background: #000000;
  }

  .img-mobile {
    width: 50px;
    margin: 20px auto 0;
  }

  .img-title {
    width: 90%;
    margin: 15px auto;
  }

  .header-img {
    width: 100vw;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .search {
    width: calc(100vw - 80px);
    margin: 40px 40px 30px 0;
  }

  .search dl {
    position: relative;
    width: 100%;
    background-color: #fff;
    border: 1px solid #b5b5b5;
    border-radius: 30px;
    overflow: hidden;
  }

  .search dl dd {
    margin-right: 70px;
    padding-left: 10px;
    height: 33px;
    background-color: transparent;
    border: none;
  }

  .search dl dd input[type='text'] {
    padding: 0;
    height: 33px;
    line-height: 33px;
    width: 100%;
    font-size: 14px;
    color: #999;
    background: none;
    border: 0;
    vertical-align: top;
  }

  .search dl dt.button {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 33px;
    border-left: 1px solid #b5b5b5;
  }

  .search dl dt input.searchBtn {
    width: 100%;
    height: 33px;
    color: #fff;
    background: url(http://www.sipac.gov.cn/szgyyq/xhtml/images/public/header-search-btn.jpg)
      no-repeat center;
    -webkit-appearance: none;
    border: none;
    vertical-align: top;
    cursor: pointer;
  }

  .title-news-center {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 59px;
    background-size: 100% 100%;
    color: #fff;
    font-size: 18px;
    background-image: url(../images/news-center-bg.png);
  }

  /* 工作状态、通知公告 */
  .n_listBox,
  .n_listBox1 {
    width: calc(100% - 20px);
    margin-left: 10px;
  }

  .n_l_nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #eee;
  }

  .n_l_nav a {
    color: #235399;
    font-size: 14px;
  }

  .n_l_nav span {
    font-weight: bold;
    display: block;
    float: left;
    cursor: pointer;
    padding: 0 10px;
    font: bold 16px/33px 宋体;
    color: #333333;
    /* background: #EEEEEE; */
  }

  a {
    color: #434343;
    text-decoration: none;
  }

  .n_l_nav span.on {
    /* color: #FFF; */
    /* background: #258BCB; */
    font: bold 16px/33px 宋体;
    border-bottom: 1px solid #1461b5;
  }

  .n_listBox ul,
  .n_listBox1 ul {
    width: 100%;
    padding: 10px 0;
  }

  .n_listBox ul li,
  .n_listBox1 ul li {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
  }

  .n_listBox ul li a,
  .n_listBox1 ul li a {
    font-size: 15px;
  }

  .n_listBox .cont .date,
  .n_listBox1 .cont .date {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    color: #666666;
    margin-top: 6px;
  }

  .warp_mobile {
    width: calc(100% - 20px);
    margin-left: 10px;
  }

  .warp_mobile ul {
    width: 100%;
    padding: 10px 0;
  }

  .warp_mobile ul li {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
  }

  .warp_mobile ul li a {
    font-size: 15px;
  }

  .warp_mobile .contR_cont .date {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    color: #666666;
    margin-top: 6px;
  }

  .systemBox {
    display: flex;
    justify-content: space-between;
    margin: 10px 10px 20px;
    width: calc(100vw - 20px);
  }

  .systemBox a {
    display: flex;
    align-items: center;
    width: 48%;
    height: 60px;
    background: #589ad2;
    text-decoration: none;
    overflow: hidden;
  }

  .systemBox a:first-child {
    background: #de78a7;
  }
  .systemBox a span {
    color: rgb(255, 255, 255);
    width: 150px;
    display: inline-block;
    font: 18px / 36px 微软雅黑;
    padding: 5px 0px;
    text-decoration: none;
  }

  .systemBox em {
    font-size: 32px;
    line-height: 60px;
    margin: 0 5px 0 0;
    color: #fff;
    width: 45px;
    text-align: center;
    display: inline-block;
  }
  .infoList {
    width: 100%;
    padding: 10px 0;
  }

  .infoList li {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
  }

  .infoList li a {
    float: none;
    font-size: 20px;
    font-weight: bold;
  }
  .infoList li h4 a:before {
    content: '';
    display: none;
  }

  .infoList .time {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    color: #666666;
    margin-top: 6px;
  }

  /*page*/
  #page_div {
    padding: 20px 10px;
    font-size: 14px;
    color: #333;
    line-height: 28px;
    text-align: center;
    clear: both;
  }

  #page_div a {
    color: #333;
  }

  #page_div .moye,
  #page_div .arrow a,
  #page_div .index_num,
  #page_div .pagination_index_last,
  #page_div #pagination_input,
  #page_div #currentPage {
    display: inline-block;
    *display: inline;
    margin: 4px;
    zoom: 1;
    border: #dfdfdf 1px solid;
    border-radius: 3px;
    vertical-align: top;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    background: #f1f1f1;
    background: -webkit-linear-gradient(#ffffff 10%, #f1f1f1);
    background: -o-linear-gradient(#ffffff 10%, #f1f1f1);
    background: -moz-linear-gradient(#ffffff 10%, #f1f1f1);
    background: linear-gradient(#ffffff 10%, #f1f1f1);
  }

  #page_div .arrow a:hover,
  #page_div .index_num {
    background: #0063b8;
    border-color: #0063b8;
    color: #fff;
    text-decoration: none;
  }

  #page_div .moye,
  #page_div .arrow a,
  #page_div .index_num {
    padding: 0 10px;
  }

  #page_div .index_num {
    font-weight: 700;
  }

  #page_div .pagination_index_last {
    padding: 0 6px;
  }

  #page_div #pagination_input {
    width: 40px;
    height: 30px;
    color: #888;
    text-align: center;
    background: #fff;
  }

  #page_div #currentPage {
    width: 40px;
    height: 30px;
    color: #888;
    text-align: center;
    background: #fff;
  }
}
