#mainv {
  position: relative;
  min-width: 1000px;
  background: url("../../img/news-mainv.png") no-repeat center;
  background-size: cover;
  width: 100%
}

#mainv .inner {
  width: 1000px;
  margin: 0 auto;
  display: table;
  min-height: 300px
}

#mainv .title {
  position: relative;
  z-index: 2;
  display: table-cell;
  vertical-align: middle;
  text-align: center
}

#mainv:before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../../img/dot.gif") repeat 0 0;
  z-index: 1
}

#news-topic {
  margin: 74px auto 30px;
  width: 1000px;
  padding-bottom: 80px
}

#news-topic .inner {
  width: 1000px
}

#news-topic .topic-title {
  font-size: 2.4rem;
  padding-bottom: 3px;
  font-weight: bold;
  border-bottom: 1px solid #333
}

#news-topic .genre-date {
  margin-top: 20px;
  overflow: hidden;
  *zoom: 1
}

#news-topic .genre-date .genre {
  display: inline-block;
  color: #fff;
  padding: 3px 10px;
  font-size: 1.2rem;
  text-align: center
}

#news-topic .genre-date .genre1 {
  background: #333
}

#news-topic .topic-contents {
  padding: 30px 0
}

#news-topic .topic-contents em{
  font-weight: bold;
}

#news-topic .topic-contents .right{
  text-align: right;
}

#news-topic .this-topic-contact {
  background: #f7f7f7;
  padding: 20px
}

#news-topic .this-topic-contact .this-topic-contact-heading {
  font-weight: bold
}

@media screen and (max-width: 768px) {
  #mainv {
    min-width: auto;
    margin-top: 55px;
    background-size: auto
  }

  #mainv .inner {
    width: 90%
  }

  #news-topic {
    margin: 30px auto;
    padding: 0 15px;
    width: auto
  }

  #news-topic .inner {
    width: auto
  }

  #news-topic .topic-title {
    line-height: 1.2
  }
}