﻿@media screen and (min-width: 100px) and (max-width: 1024px) {
  /* @import url(images/appCss/reset.css);
  @import url(images/appCss/common.css);
  @import url(images/appCss/home.css); */
  * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  *:before,
  *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  body,
  div,
  dl,
  dt,
  dd,
  ul,
  ol,
  li,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  pre,
  code,
  form,
  fieldset,
  legend,
  input,
  button,
  textarea,
  p,
  blockquote {
    margin: 0;
    padding: 0;
  }
  html {
    font-size: 50px;
    opacity: 0;
  }
  body {
    color: #333;
    font-size: 0.28rem;
    font-family: sans-serif;
  }
  td,
  th,
  caption {
    font-size: 0.28rem;
  }
  h1 {
    font-size: 0.4rem;
  }
  h2 {
    font-size: 0.36rem;
  }
  h3 {
    font-size: 0.32rem;
  }
  a {
    cursor: pointer;
    color: #333;
    text-decoration: none;
  }
  a:hover {
    text-decoration: none;
  }
  img {
    border: none;
    vertical-align: middle;
    max-width: 100%;
  }
  ol,
  ul,
  li {
    list-style: none;
  }
  input,
  textarea,
  select,
  button {
    font: 0.28rem sans-serif;
    outline: none;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  table {
    border-collapse: collapse;
  }
  /*公共类*/
  .clearfix {
    zoom: 1;
  }
  .clearfix:after,
  .clearfix:before {
    content: '';
    display: table;
    clear: both;
  }
  .fl {
    float: left !important;
  }
  .fr {
    float: right !important;
  }
  .al {
    text-align: left !important;
  }
  .ac {
    text-align: center !important;
  }
  .ar {
    text-align: right !important;
  }
  .hide {
    display: none !important;
  }
  .show {
    display: block !important;
  }
  .mt0 {
    margin-top: 0 !important;
  }
  .mt10 {
    margin-top: 0.1rem !important;
  }
  .mt20 {
    margin-top: 0.2rem !important;
  }
  .mt30 {
    margin-top: 0.3rem !important;
  }
  .mt40 {
    margin-top: 0.4rem !important;
  }
  .mt50 {
    margin-top: 0.5rem !important;
  }
  .mb0 {
    margin-bottom: 0 !important;
  }
  .mb10 {
    margin-bottom: 0.1rem !important;
  }
  .mb20 {
    margin-bottom: 0.2rem !important;
  }
  .mb30 {
    margin-bottom: 0.3rem !important;
  }
  .mb40 {
    margin-bottom: 0.4rem !important;
  }
  .mb50 {
    margin-bottom: 0.5rem !important;
  }
  .ml0 {
    margin-left: 0 !important;
  }
  .ml10 {
    margin-left: 0.1rem !important;
  }
  .ml20 {
    margin-left: 0.2rem !important;
  }
  .ml30 {
    margin-left: 0.3rem !important;
  }
  .ml40 {
    margin-left: 0.4rem !important;
  }
  .ml50 {
    margin-left: 0.5rem !important;
  }
  .mr0 {
    margin-right: 0 !important;
  }
  .mr10 {
    margin-right: 0.1rem !important;
  }
  .mr20 {
    margin-right: 0.2rem !important;
  }
  .mr30 {
    margin-right: 0.3rem !important;
  }
  .mr40 {
    margin-right: 0.4rem !important;
  }
  .mr50 {
    margin-right: 0.5rem !important;
  }
  .over-line1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .over-line2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .over-line3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .over-line4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
  .over-line5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
  }

  #pc-wrap,
  .fixedBox {
    display: none !important;
  }
  #app-wrap{
    display: block !important;
    width: 100%;
  }
  #app-wrap .home {
    width: 100%;
    background-image: none !important;
  }
  .govpushinfo150203{
    height: 260px;
    font-size: 14px;
    overflow: hidden;
  }
  .govpushinfo150203 li{
    height: 51px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
    padding-left: 20px;
    border-bottom: 1px solid #ececec;
  }
   .govpushinfo150203 li::before{
    content: "";
    position: absolute;
    left: 2px;
    top: 26px;
    margin-top: -5px;
    width: 5px;
    height: 5px;
    background: #10568a;
  }
  .govpushinfo150203 li span {
    width: 40% !important;
    text-align: right;
    font-size: 13px;
  }
   .govpushinfo150203 li a {
    width: 95% !important;
    font-size: 13px;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 0 !important;
  }
  
}
