body, h1, h2, h3, h4, h5, h6, div, p, dl, dt, dd, ol, ul, li, form, table, th, td, a, img, span, strong, var, em, input, textarea, select, option {
  margin: 0;
  padding: 0;
}

html, body {
  font-family: "Microsoft YaHei";
}

ul, ol {
  list-style: none;
}

img {
  border: 0;
}

input, select, textarea {
  outline: 0;
}

textarea {
  resize: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th, strong, var, em {
  font-weight: normal;
  font-style: normal;
}

a {
  text-decoration: none;
  color: #000;
}

a:link, a:visited, a:hover, a:active {
  text-decoration: none;
  color: #000;
}

.clearfix:after {
  content: "\200B";
  display: block;
  height: 30px;
  clear: both;
}

.clearfix {
  *zoom: 1;
}

/*本页面css*/
body {
  font-size: 18px !important;
}

.g_banner {
  background: url(zcxzjbanner.png) center bottom no-repeat;
  width: 100%;
  height: 400px;
}

.g_mobile_banner {
  display: none;
  width: 100%;
}

.g_layout {
  width: 1200px;
  margin: 40px auto 0;
}

.m_title {
  width: 100%;
  position: relative;
}

.m_title img {
  width: 100%;
}

.m_title a {
  position: absolute;
  right: 15px;
  top: 35px;
  font-size: 22px;
  color: #ee4e39;
}

/*最新征集*/
.m_collect li {
  width: 100%;
  overflow: hidden;
  margin-top: 20px;
  height: 106px;
}

.m_collect li div {
  width: 247px;
  height: 105px;
  float: left;
  background: url(timebg.png) no-repeat;
  padding-top: 20px;
}

.m_collect li div p {
  color: #fff;
  font-size: 22px;
  line-height: 24px;
  padding: 0 20px 0 50px;
  text-align: center;
}

.m_collect li span {
  width: 934px;
  float: right;
  line-height: 38px;
  margin-top: 13px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.u_nothting {
  width: 100%;
  margin-top: 20px;
  display: none;
}

/*最新反馈*/
.m_feedback {
  padding: 35px 50px 80px;
}

.m_feedback li {
  line-height: 60px;
  background: url(listbg.png) no-repeat left center;
  padding-left: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media only screen and (max-width: 414px) {
  .g_banner {
    display: none;
  }
  
  .g_mobile_banner {
    display: block;
  }
  
  .g_layout {
    width: 100%;
  }
  
  .m_title {
    overflow: hidden;
  }
  
  .m_title img {
    width: 200%;
  }
  
  .m_title a {
    top: 25px;
  }
  
  /*最新征集*/
  .m_collect li {
    height: auto;
    padding: 0 10px;
    width: auto;
  }
  
  .m_collect li div {
    margin: 0 auto;
    float: none;
    overflow: hidden;
  }
  
  .m_collect li span {
    width: auto;
    float: none;
    line-height: 38px;
    margin-top: 13px;
    display: inline;
    -webkit-box-orient: inherit;
    -webkit-line-clamp: inherit;
    overflow: inherit;
  }
  
  .u_nothting {
    width: 100%;
    margin-top: 20px;
    display: none;
  }
  
  /*最新反馈*/
  .m_feedback {
    padding: 20px 10px 80px;
  }
}