.news .title {
  padding-top: 100px;
  background-color: #000000;
  background-size: cover;
  background-position: top;
}
.news .title p {
  padding: 64px 24px 42px;
  margin: 0;
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 36px;
  line-height: 56px;
  color: #ffffff;
  letter-spcaing: 5px;
  text-align: center;
  text-transform: uppercase;
}
.news .new-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0 16px;
}
.news .new-list .new-item {
  width: calc(33.3333333333% - 16px);
  margin: 0 8px 40px;
}
.news .new-list .new-item .new-thumb {
  position: relative;
  width: 100%;
  height: 230px;
  overflow: hidden;
  margin-bottom: 16px;
}
.news .new-list .new-item .new-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.news .new-list .new-item .new-thumb .new-time {
  position: absolute;
  bottom: 6px;
  left: 6px;
  background: #ffffff;
  padding: 8px;
  text-align: center;
  font-family: "Montserrat";
  font-size: 16px;
  line-height: 18px;
  color: #000000;
}
.news .new-list .new-item .new-detail h3 {
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #000000;
  margin-bottom: 16px;
}
.news .new-list .new-item .new-detail p {
  font-family: "Montserrat";
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  margin-bottom: 16px;
}
.news .new-list .new-item .new-detail .new-detail-description {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  min-height: 100px;
}
.news .new-list .new-item .new-detail .new-read-more {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #000000;
  display: inline-block;
  cursor: pointer;
  transition: all 0.3s;
}
.news .pagination {
  margin-bottom: 3rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.news .pagination .pagination-item {
  padding: 7px 0;
  padding-bottom: 5px;
  width: 32px;
  height: 32px;
  font-family: "Montserrat";
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  color: #000000;
  transition: all 0.3s;
}
.news .pagination .pagination-item:hover {
  background: #000000;
  color: #ffffff;
}
.news .pagination .pagination-item.pagination-active {
  background: #000000;
  color: #ffffff;
}
@media screen and (max-width: 992px) {
.news .title {
    padding-top: 64px;
    background-color: #000000;
    background-size: cover;
    background-position: top;
}
.news .title p {
    padding: 30px 2vw;
    font-size: 24px;
    line-height: 32px;
}
.news .new-list {
    display: flex;
    flex-direction: column;
    padding: 0 2vw;
}
.news .new-list .new-item {
    width: 100%;
    margin: 0;
}
.news .new-list .new-item:not(:first-child) {
    margin-top: 30px;
}
.news .pagination {
    margin-top: 20px;
}
}
.trans-new-button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  transition: all 0.3s;
  margin-bottom: 16px;
}
.trans-new-button:hover {
  color: #000000 !important;
}
.trans-new-button .new-read-more {
  text-decoration: underline;
  color: #000000 !important;
}
.new-tag-list {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin: 10px 0;
}
.new-tag-list .new-tag-item {
  padding: 8px;
  background: #000000;
  font-family: "Montserrat";
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  color: #ffffff;
}
