.banner {
  position: relative;
  height: 4.84rem;
  overflow: hidden;
  background: url("../images/banner.jpg") center 0 no-repeat;
  background-size: cover;
}

.banner h2 {
  width: 1200px;
  margin: 2.2rem auto 0 auto;
  font-size: .54rem;
  text-transform: uppercase;
}

.comtab li:hover a, .comtab li.active a {
  color: #fff;
}

.comtab a {
  display: block;
  color: #333;
}

.comMore {
  margin-bottom: 0.5rem;
  color: #333;
}

.content {
  padding: 1rem 1.4rem;
  background: #fff url("../images/bg.jpg") center bottom no-repeat fixed;
  background-size: cover;
}

.newsdetail {
  padding: 1rem 1.4rem;
  background: #fff url("../images/bg.jpg") center bottom no-repeat fixed;
  background-size: cover;
  color: #333;
}

.newsdetail .newstit {
  text-transform: uppercase;
}

.newsdetail .newstit h2 {
  font-size: .3rem;
  font-family: Cambria;
  line-height: 1.4;
  margin-bottom: .1rem;
  padding-bottom: .1rem;
}

.newsdetail .newstit span {
  font-size: .18rem;
  line-height: 1;
}

.newsdetail .newscont {
  margin-top: .2rem;
  line-height: 1.8;
  font-size: .14rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.newsdetail .newscont img {
  max-width: 100%;
  margin-top: .2rem;
  margin-bottom: .2rem;
}

.newsdetail .newscont a {
  color: #333;
}

@media screen and (max-width: 1200px) {
  .content {
    padding: .5rem .2rem;
  }
  .banner h2 {
    width: 90%;
  }
  .comMore {
    padding-left: .15rem;
  }
  .comtab li {
    letter-spacing: 1px;
    font-size: .13rem;
    margin-right: 0.1rem;
  }
}
/*# sourceMappingURL=index.css.map */