.banner_wrap {
  position: relative;
  width: calc(100% - 8vw);
  max-width: 1620px;
  height: 265px;
  margin-bottom: 110px;
  margin-left: auto;
}

.banner {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  background-color: #0f1110;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: auto 100%;
  width: 100%;
  height: 100%;
}

.banner:before {
  position: absolute;
  top: 0;
  display: block;
  content: '';
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  background-color: #f0eef1;
  width: 100%;
  height: 60px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}

.banner.active:before {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.banner_unittitle {
  position: absolute;
  z-index: 1;
  top: 58%;
  right: 15%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 320px;
  letter-spacing: 0.4em;
  color: #fff;
  font-family: "cwtexfangsong", serif;
  font-size: 26px;
}

.banner_unittitle:before {
  position: relative;
  display: block;
  content: '';
  background-color: #fff;
  width: 130px;
  height: 1px;
}

.banner_object {
  position: absolute;
  bottom: 0;
  left: 15%;
  -webkit-transform: translateY(30%);
  -ms-transform: translateY(30%);
  transform: translateY(30%);
  font-size: 0;
}

@media only screen and (max-width: 1560px) {
  .banner_wrap {
    width: 100%;
    margin-bottom: 80px;
    background-size: auto 80%;
  }
  .banner_wrap:before {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

@media only screen and (max-width: 1280px) {
  .banner_wrap {
    height: auto;
    margin-bottom: 50px;
  }
  .banner {
    position: relative;
    height: 265px;
  }
  .banner:before {
    height: 60px;
  }
  .banner_unittitle {
    position: relative;
    top: 0;
    right: initial;
    margin-bottom: 0;
    padding-left: 45px;
    color: #000;
    font-size: 22px;
  }
  .banner_unittitle:before {
    display: none;
  }
  .banner_object {
    left: 23%;
  }
}

@media only screen and (max-width: 650px) {
  .banner {
    height: 50vw;
    margin-top: -30px;
  }
  .banner_object {
    width: 30vw;
  }
}

.page_content {
  padding-top: 240px;
}

.banner {
  background-image: url("../images/news/banner_news.jpg");
}

.banner_object {
  left: 11%;
}

.news_wrap {
  position: relative;
  max-width: 1200px;
  margin: 0 auto 140px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 65px 17px;
}

.news_item {
  position: relative;
  border: 1px solid #c6c6c6;
  padding: 50px 50px 30px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  overflow: hidden;
  width: 286px;
  height: 380px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.news_t1 {
  position: relative;
  width: 100%;
  letter-spacing: 0.2em;
  line-height: 1.8em;
  font-family: "cwtexfangsong", serif;
  height: 64px;
  overflow: hidden;
  font-family: 'cwtexfangsong',serif;
  font-size: 18px;
}

.news_t1.overletter::after {
  content: '...';
  display: block;
  position: absolute;
  left: 0;
  bottom: -15px;
}

.news_overfont {
  display: none;
}

.news_overfont.active {
  width: 100%;
  display: block;
  margin-bottom: 40%;
  letter-spacing: 0.2em;
}

.news_dateBox {
  position: relative;
  width: 100px;
}

.news_month {
  font-size: 16px;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
}

.news_day {
  font-size: 30px;
  letter-spacing: 0.2em;
}

.news_year {
  border-top: 1px solid #c8adbf;
  padding-top: 10px;
  font-size: 12px;
  margin-top: 10px;
  color: #b9b7ba;
}

.news_hoverBox {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #202165;
  border-top: 1px solid #c6c6c6;
  -webkit-transform: translateY(calc(100% + 20px));
  -ms-transform: translateY(calc(100% + 20px));
  transform: translateY(calc(100% + 20px));
  background-image: url("../images/news/news_default.jpg");
  width: 100%;
  height: 155px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.news_moreBtn {
  position: absolute;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #c8adbf;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.1em;
  -webkit-transform: translateY(-50%) translateX(100%);
  -ms-transform: translateY(-50%) translateX(100%);
  transform: translateY(-50%) translateX(100%);
  width: 107px;
  height: 38px;
  -webkit-transition: all 0.5s ease 0.4s;
  -moz-transition: all 0.5s ease 0.4s;
  -o-transition: all 0.5s ease 0.4s;
  -ms-transition: all 0.5s ease 0.4s;
  transition: all 0.5s ease 0.4s;
}

@media only screen and (min-width: 1025px) {
  .news_item:hover {
    background-color: #f8f8f8;
  }
  .news_item:hover .news_hoverBox {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .news_item:hover .news_moreBtn {
    -webkit-transform: translateX(0) translateY(-50%);
    -ms-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%);
  }
}

@media only screen and (max-width: 1400px) {
  .news_wrap {
    max-width: 900px;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media only screen and (max-width: 1000px) {
  .news_wrap {
    max-width: 588px;
    width: calc(100% - 80px);
    grid-template-columns: 1fr 1fr;
  }
}

@media only screen and (max-width: 650px) {
  .banner {
    background-position: 13% bottom;
  }
  .banner_object {
    width: 40vw;
    left: 12%;
  }
  .news_wrap {
    max-width: 900px;
    grid-template-columns: 1fr;
    grid-gap: 27px;
  }
  .news_item {
    width: 100%;
    padding: 30px 25px 25px;
    width: 100%;
    height: auto;
  }
  .news_dateBox {
    width: 100%;
  }
  .news_month {
    font-size: 12px;
  }
  .news_day {
    position: absolute;
    right: -5px;
    bottom: 0;
  }
  .news_year {
    width: 80px;
  }
  .news_t1 {
    margin-bottom: 30px;
  }
  .news_t1.overletter::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: initial;
    content: '...';
    display: inline-block;
    padding-left: 60px;
    background-color: #f0eef1;
  }
  .news_overfont.active {
    display: none;
  }
}

@media only screen and (max-width: 350px) {
  .news_t1 {
    height: auto;
    max-height: 96px;
  }
}

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