#mainv {
  background: url("../../img/subdir_mainv4.png") no-repeat center #297f01;
  background-position: 55% 50%;
}

#news {
  margin: 74px auto 0;
  width: 1000px;
  padding-bottom: 80px;
  min-height: 550px
}

#news .tab-list {
  overflow: hidden;
  text-align: center;
  width: 100%;
  margin-bottom: 40px;
}

#news .tab-list li {
  display: inline-block;
  text-align: center;
  font-weight: bold;
  width: 150px;
  min-height: 40px;
  cursor: pointer;
  border-bottom: 4px solid #fff;
  -moz-transition: .3s;
  -o-transition: .3s;
  -webkit-transition: .3s;
  transition: .3s
}

#news .tab-list li.active {
  border-bottom: 4px solid #297f01;
  color: #297f01;
}

#news .tab-list li:hover {
  color: #43b30f
}

#news .information-box.hidden {
  display: none
}

#news .info-list {
  margin-bottom: 30px
}

#news .info-list li {
  border-bottom: 1px solid #eee
}

#news .info-list li:first-child {
  border-top: 1px solid #eee
}

#news .info-list li.no-article {
  text-align: center;
  padding: 15px 0
}

#news .info-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 .info-list a:before,
#news .info-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 .info-list a:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0.5);
  transform: scale(0.5)
}

#news .info-list a:hover:after {
  background: #297f01;
  -webkit-transform: scale(1);
  transform: scale(1)
} */
@media (min-width: 897px) {
  #news .info-list a:hover .link-box .tag-type.color1 {
    background: #297f01;
  }
  #news .info-list a:hover .link-box {
    color: #43b30f;
  }
  
  #news .info-list a:hover .link-box:before,
  #news .info-list a:hover .link-box:after {
    right: 10px;
    transition: 0.6s;
  }
  
  #news .info-list a:hover .link-box:before {
    background: #297f01;
  }
  
  #news .info-list a:hover .link-box:after {
    border-top: 2px solid #297f01;
    border-right: 2px solid #297f01;
  }
}

#news .info-list .link-box {
  position: relative;
  padding: 34px 70px 34px 30px;
  display: block;
  color: #333;
  line-height: 1.7
}

#news .info-list .link-box .tag-type {
  width: 115px;
  margin: 0 30px;
  display: inline-block;
  background: #787878;
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
}

#news .info-list .link-box .date {
  margin: 0 10px 0 0;
}

#news .info-list .link-box .tag-type.color1 {
  background: #1e3b50
}

#news .info-list .link-box .tag-type.color2 {
  background: #ffbc00
}

#news .info-list .link-box .tag-type.color3 {
  background: #1bc7a8
}

#news .info-list .link-box .tag-type.color4 {
  background: #ef717d
}

#news .info-list .link-box:before,
#news .info-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 .info-list .link-box:before {
  right: 35px;
  width: 27px;
  height: 2px;
  background: #333
}

#news .info-list .link-box:after {
  right: 35px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

#news .info-list .link-box .report-title {
  display: inline-block
}

@media screen and (max-width: 890px) {
  #mainv {
    min-width: auto;
    padding-top: 35.67708%;
    background-size: auto;
    width: 100%;
    background-size: cover;
    box-sizing: border-box;
    position: relative
  }

  #mainv .inner {
    width: 90%;
    display: block;
    min-height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 2
  }

  #mainv .title {
    display: block
  }

  #news {
    margin-top: 30px;
    padding: 0 15px;
    width: auto
  }

  #news .tab-list li {
    width: auto;
    margin: 0 7px
  }

  #news .info-list a .tag-type {
    margin-right: 0
  }

  #news .info-list a:hover:before,
  #news .info-list a:hover:after {
    right: 0
  }

  #news .info-list .link-box {
    padding: 15px 35px 15px 15px;
  }

  #news .info-list .link-box .tag-type {
    font-size: 1.2rem;
    margin: 0 10px
  }

  #news .info-list .link-box:before,
  #news .info-list .link-box:after {
    right: 15px
  }

  #news .info-list .link-box:before {
    width: 10px
  }

  #news .info-list .link-box:after {
    width: 5px;
    height: 5px
  }
}