body {
  font-size: 14px;
  background: #F2F2F2;
}

a {
  text-decoration: none !important;
  color: #333 !important;
}

#app-wrap {
  display: none;
}
#pc-wrap .footer-box{
  padding: 15px !important;
}
.main {
  /* margin-bottom: 30px; */
}

.Headbanner {
  position: relative;
}
.Headbanner img {
  width: 100%;
  height: 300px;
}
.Headbanner .logo {
  width: 200px;
  height: 67px;
  display: inline-block;
  background-image: url(./header-logo.png);
  background-size: 100%;
  position: absolute;
  left: 20px;
  top: 20px;
}

.zcTitle {
  width: 100%;
  height: 80px;
  background: url(./titleBanner.jpg) 0 0 no-repeat;
  background-size: 100%;
}

.zcNewsList {
  width: 80%;
  height: 300px;
  margin: 0 auto;
  overflow: hidden;
}
.zcNewsList li {
  height: 50px;
  text-align: 50px;
}
.zcNewsList li a {
  font-size: 26px;
  color: #333;
}
.zcNewsList li a::before {
  content: " ";
  width: 10px;
  height: 10px;
  background-color: #1892ff;
  border-radius: 50%;
  display: inline-block;
  margin-right: 5px;
}

.linkUl {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0;
}
.linkUl li {
  width: 33.33%;
  margin: 5px 0;
}/*# sourceMappingURL=index.css.map */