#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;
  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 {
  margin: 74px auto 0;
  width: 1000px;
  padding-bottom: 80px
}

#news .news-list {
  margin-top: 20px;
  margin-bottom: 30px
}

#news .news-list li {
  border-bottom: 1px solid #eee
}

#news .news-list li:first-child {
  border-top: 1px solid #eee
}

#news .news-list a {
  position: relative;
  display: inline-block;
  width: 100%;
  text-decoration: none;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s
}

#news .news-list a:before, #news .news-list a:after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s
}

#news .news-list a:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0.5);
  transform: scale(0.5)
}

#news .news-list a:hover:after {
  background: #333;
  -webkit-transform: scale(1);
  transform: scale(1)
}

#news .news-list a:hover .link-box {
  color: #fff
}

#news .news-list a:hover .link-box:before, #news .news-list a:hover .link-box:after {
  right: 10px
}

#news .news-list a:hover .link-box:before {
  background: #fff
}

#news .news-list a:hover .link-box:after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff
}

#news .news-list .link-box {
  position: relative;
  padding: 34px 70px 34px 30px;
  display: block;
  color: #333;
  line-height: 1.7
}

#news .news-list .link-box .tag-type {
  width: 140px;
  margin: 0 30px;
  display: inline-block;
  background: #787878;
  color: #fff;
  text-align: center
}

#news .news-list .link-box .tag-type.notice2 {
  background: #09af79
}

#news .news-list .link-box .tag-type.notice3 {
  background: #1468A6
}

#news .news-list .link-box:before, #news .news-list .link-box:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  transition: all .14s ease-out .2s
}

#news .news-list .link-box:before {
  right: 35px;
  width: 27px;
  height: 2px;
  background: #877970
}

#news .news-list .link-box:after {
  right: 35px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #877970;
  border-right: 2px solid #877970;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

#news .news-list .link-box .report-title {
  display: inline-block
}

@media screen and (max-width: 768px) {
  #mainv {
    min-width: auto;
    margin-top: 55px;
    background-size: auto
  }
  #mainv .inner {
    width: 90%
  }
  #news {
    margin-top: 30px;
    padding: 0 15px;
    width: auto
  }
  #news .news-list a .tag-type {
    margin-right: 0
  }
  #news .news-list a:hover:before, #news .news-list a:hover:after {
    right: 0
  }
  #news .news-list .link-box {
    padding: 15px 45px 15px 0px
  }
  #news .news-list .link-box .tag-type {
    width: 130px;
    font-size: 1.2rem;
    margin: 0 10px
  }
  #news .news-list .link-box:before, #news .news-list .link-box:after {
    right: 15px
  }
}