/* 手机端样式 */
@media screen and (max-width: 768px) {
  .mobile-top {
    color: #333333;
    padding: 0.8px 5px 3px 20px;
  }

  .parentName {
    display: none;
  }

  .mainContent {
    width: 100vw !important;
  }

  .sideMenu {
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    width: 100vw;
  }

  .sideMenu li {
    width: 46%;
    height: 45px;
    line-height: 40px;
    background: transparent;
    background-color: #f1f1f1;
    color: #1d71b7;
    text-align: center;
    margin-left: 3%;
    margin-top: 3%;
  }

  .mainContent {
    width: 100%;
  }

  .common-title {
    display: none;
  }

  .infoContent {
  }

  .infoList {
    padding: 0 12px;
  }
  .infoList li {
    overflow: hidden;
    border-bottom: dashed 1px #dadada;
    margin: 0;
    padding: 10px 0;
  }

  .infoList li a {
    display: block;
    float: none;
    width: 100%;
    margin-bottom: 5px;
  }

  .infoList li span {
    display: block;
    width: auto;
    float: none;
    color: #666;
    text-align: center;
  }

  /*pagediv*/
  .pagediv {
    margin-left: -40px;
    padding: 20px 10px;
    font-size: 14px;
    color: #333;
    line-height: 28px;
    text-align: center;
    clear: both;
  }

  .pagediv a {
    color: #333;
  }

  .pagediv .moye,
  .pagediv .arrow a,
  .pagediv .index_num,
  .pagediv .pagination_index_last,
  .pagediv #pagination_input,
  .pagediv #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);
  }

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

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

  .pagediv .index_num {
    font-weight: 700;
  }

  .pagediv .pagination_index_last {
    padding: 0 6px;
  }

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

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