.namespace-news {
  color: #424242;
}
.namespace-news .hide {
  display: none !important;
}
.namespace-news .wrap {
  padding-top: 60px;
  padding-bottom: 80px;
}
.namespace-news .sec-title {
  font-size: 96px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}
.namespace-news .sec-des {
  font-size: 21px;
  line-height: 31.5px;
  font-weight: bold;
  margin-bottom: 40px;
  max-width: 926px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.namespace-news .list-wrap {
  margin-right: 0px;
  margin-bottom: 110px;
}
.namespace-news .list-wrap .width-box3 {
  width: 33.33%;
  display: inline-block;
  vertical-align: top;
}
.namespace-news .list-wrap .item {
  display: inline-block;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 50px;
}
.namespace-news .list-wrap .item a {
  text-decoration: none;
}
.namespace-news .list-wrap .img-wrap {
  max-height: 320px;
  margin-bottom: 20px;
  overflow: hidden;
}
.namespace-news .list-wrap .img-wrap img {
  max-height: 320px;
  width: 100%;
  transition: all 0.6s;
}
.namespace-news .list-wrap .img-wrap img:hover {
  transform: scale(1.4);
}
.namespace-news .list-wrap .time {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  color: #0050A0;
  padding-top: 10px;
  border-top: 2px solid #0050A0;
}
.namespace-news .list-wrap .item-til {
  font-size: 24px;
  line-height: 1.5;
  color: #0050A0;
  font-weight: bold;
}
.namespace-news .list-wrap .item-des {
  font-size: 16px;
  line-height: 1.5;
  color: #212121;
}
.namespace-news .view-btn {
  display: inline-block;
  font-size: 24px;
  line-height: 32px;
  color: #fff;
  font-weight: bold;
  background-color: #D7000F;
  padding: 20px 86px;
  text-decoration: none;
  cursor: pointer;
}

@media (min-width: 0px) and (max-width: 443px) {
  .namespace-news .sec-title {
    font-size: 40px;
  }

  .namespace-news .wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .namespace-news .list-wrap {
    margin-right: 0;
  }

  .namespace-news .list-wrap .item {
    margin-right: 0;
    margin-left: 0;
  }

  .namespace-news .list-wrap .width-box3 {
    width: 100%;
  }

  .namespace-news .sec-des {
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
  }

  .namespace-news .list-wrap .item-til {
    font-size: 20px;
  }

  .namespace-news .view-btn {
    padding: 10px 50px;
    font-size: 16px;
  }

  .namespace-news .list-wrap .item {
    margin-bottom: 35px;
  }

  .namespace-news .list-wrap {
    margin-bottom: 0px;
  }
}

/*# sourceMappingURL=news.css.map */
