@media screen and (max-width: 778px) {
  * {
    margin: 0;
    padding: 0;
  }
  body {
    font-size: 16px;
  }
  .Mobile .homePage {
    background-color: #f5f5f5;
  }
  .Mobile .homePage .indexBox .boxTitle {
    border-bottom: 1px solid #ccc;
  }
  .Mobile .homePage .indexBox .boxTitle h1 {
    line-height: 60px;
    text-align: center;
    font-size: 1.25rem;
    color: #0746ad;
  }
  .Mobile .homePage .newsList {
    padding: 15px;
  }
  .Mobile .homePage .newsList .item {
    text-decoration: none;
    padding: 1.5rem 0;
    display: flex;
    border-bottom: 1px solid #eee;
  }
  .Mobile .homePage .newsList .item .ListBoxTitle {
    flex: 1;
  }
  .Mobile .homePage .newsList .item .ListBoxTitle h1 {
    color: #333333;
    font-size: 1rem;
    font-weight: normal;
    margin-bottom: 0.7rem;
  }
  .Mobile .homePage .newsList .item .ListBoxTitle p {
    font-size: 0.75rem;
    color: #848e98;
  }
  .Mobile .homePage .newsList .item .ListBoxImage {
    width: 7.125rem;
    height: 4.25rem;
    margin-left: 0.7rem;
  }
  .Mobile .homePage .newsList .item .ListBoxImage img {
    width: 7.125rem;
    height: 100%;
  }
  .Mobile .homePage .pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.25rem 0;
  }
  .Mobile .homePage .pagination img {
    width: 22px;
    height: 22px;
    margin: 0 1.25rem;
  }
  .Mobile .homePage .pagination .consultationListTotal {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .Mobile .homePage .pagination .consultationListTotal p {
    margin: 0;
  }
  .Mobile .homePage .active {
    transform: translate3d(14.1rem, 0, 0);
    transition: all 0.5s;
  }
}
