.news-wrap {
  position: relative;
  display: block;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  width: 100%;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 4%;
  padding-bottom: 0%;
  padding-right: 5%;
  padding-left: 5%;
  z-index: 3;
  background-color: rgba(var(--color-i5u7h47va), 1);
  box-shadow: 0px 0px 0px 1px rgba(var(--color-i85k7s59q), 0.2);
}
.news-title-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 4%;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 479px) {
  .news-title-link {
    justify-content: center;
    margin-bottom: 20px;
  }
}
.news-title {
  font-size: 2.6vw;
  font-weight: 700;
  min-width: 162px;
  margin-right: 60px;
}
@media (max-width: 991px) {
  .news-title {
    font-size: 40px;
    margin-right: 40px;
  }
}
@media (max-width: 767px) {
  .news-title {
    font-size: 30px;
    margin: 0;
  }
}
@media (max-width: 479px) {
  .news-title {
    font-size: 24px;
    text-align: center;
  }
}
@media (max-width: 360px) {
  .news-title {
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
  }
}
.news-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: 400;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  text-decoration: none;
  color: rgba(var(--color-imlvdcap6), 1);
}
@media (max-width: 991px) {
  .news-link {
    font-size: 20px;
  }
}
.news-link:hover {
  text-decoration: underline;
}
.news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.news-list__item {
  padding-top: 5%;
  margin-left: 0px;
  margin-right: 0px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-bottom: 5%;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: rgba(var(--color-ivml627qo), 0.1);
  min-height: 300px;
}
.news-name a {
  font-size: 22px;
  font-weight: 600;
  color: rgba(var(--color-i7u9ivgn6), 1);
  text-decoration: none;
}
@media (max-width: 479px) {
  .news-name a {
    font-size: 18px;
  }
}
.news-name {
  margin-bottom: 20px;
  width: 55%;
  display: block;
}
@media (max-width: 768px) {
  .news-name {
    width: 100%;
  }
}
.news-desc {
  line-height: 1.6em;
  color: rgba(var(--color-i60l8qnxh), 0.7);
  margin-bottom: 30px;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 55%;
  font-size: 19px;
  display: block;
}
@media (max-width: 768px) {
  .news-desc {
    width: 100%;
  }
}
@media (max-width: 479px) {
  .news-desc {
    font-size: 16px;
  }
}
.news-bata-btn__wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .news-bata-btn__wrap {
    width: 100%;
    justify-content: space-between;
  }
}
@media (max-width: 479px) {
  .news-bata-btn__wrap {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.news-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.6em;
  color: rgba(var(--color-in3zc37ij), 0.7);
  min-width: 180px;
  font-size: 19px;
}
@media (max-width: 479px) {
  .news-data {
    min-width: auto;
  }
}
.news-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  justify-content: flex-end;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  /* margin-left: 200px; */
  /* margin-top: -26px; */
}
.news-btn a {
  left: auto;
  font-weight: 400;
  font-size: 18px;
  text-decoration: none;
  color: rgba(var(--color-iev4x64u6), 1);
}
.news-header__wrap {
  position: relative;
  display: inline-block;
  background-color: rgba(var(--color-ikuuexqjk), 1);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  width: 100%;
  margin-left: auto;
  margin-right: 0px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 30px;
  padding-left: 30px;
  box-shadow: 0px 0px 0px 1px rgba(var(--color-ir9knq8ps), 0.2);
  z-index: 3;
}
.news-header__wrap .news-title-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 5%;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(var(--color-i7dirimhl), 0.1);
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-end;
  align-items: center;
}
.news-header__wrap .news-list-header__ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.news-list-header__item .news-name {
  width: 100%;
  margin-bottom: 16px;
}
.news-list-header__item .news-name a {
  font-size: 20px;
}
.news-list-header__item .news-desc {
  width: 100%;
  font-size: 17px;
}
.news-list-header__item .news-bata-btn__wrap {
  justify-content: space-between;
}
.text-block-wrap-div a {
  text-decoration: none;
  color: #fff;
}
