.banner {
  height: 2.5rem;
  background: url("../images/banner-bg.jpg") center 0 no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%; }

.newslist {
  margin-left: .5rem;
  margin-right: .5rem;
  min-height: 18vh; }
  .newslist li {
    margin-top: .6rem; }
  .newslist h3 {
    line-height: 1.5;
    margin-bottom: 5px; }
  .newslist .tag {
    width: .7rem;
    height: .32rem;
    line-height: .32rem;
    color: #997636;
    margin-right: 3px;
    text-align: center;
    background: url("/static/news/images/tag-bg.png") 0 0 no-repeat;
    -webkit-background-size: contain;
    background-size: contain; }
  .newslist .date {
    margin-left: .75rem; }

.newsdetail {
  padding: .3rem .4rem; }
  .newsdetail .newstit {
    margin-bottom: .3rem; }
    .newsdetail .newstit h2 {
      font-size: .28rem;
      margin-bottom: .4rem; }
    .newsdetail .newstit span {
      font-size: .2rem;
      color: #999; }
  .newsdetail .newscont {
    margin-bottom: .5rem; }
    .newsdetail .newscont img {
      max-width: 100%;
      margin-top: 10px;
      margin-bottom: 10px; }
    .newsdetail .newscont p {
      margin-bottom: 10px; }

.pagebox {
  text-align: center;
  margin: .8rem 0; }
  .pagebox a {
    display: inline-block;
    width: 2.4rem;
    height: .6rem;
    line-height: .6rem;
    color: #000;
    border: 1px solid #000;
    margin: 0 .3rem; }

/*# sourceMappingURL=common.css.map */
