#news #list-container .banner-box {
  position: relative;
  z-index: 3;
  padding-top: 0;
  margin-top: 70px;
}

#news #list-container .banner-box img {
  min-height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
}

#news #list-container .banner-box .txt-box {
  position: absolute;
  top: 85px;
  left: 120px;
  width: 30%;
  line-height: 3rem;
  font-family: 'CenturyGothic', serif;
}

#news #list-container .banner-box .txt-box .cn {
  color: #fff;
  text-align: left;
  font-size: 3rem;
  letter-spacing: 1.1rem;
  margin: 0;
}

#news #list-container .banner-box .txt-box .en {
  color: #b6986a;
  font-size: 2rem;
  text-align: left;
  letter-spacing: 1.2rem;
  text-transform: uppercase;
}

@media screen and (max-width: 991px) {
  #news #list-container .banner-box .txt-box {
    max-width: 50%;
  }

  #news #list-container .banner-box .txt-box .cn {
    font-size: 2rem;
  }

  #news #list-container .banner-box .txt-box .en {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  #news #list-container .banner-box .txt-box {
    max-width: none;
    width: 100%;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  #news #list-container .banner-box .txt-box .cn {
    text-align: center;
    margin-bottom: 10px;
    font-size: 1.5rem;
  }

  #news #list-container .banner-box .txt-box .en {
    color: #fff;
    padding: 0;
    font-weight: 700;
    font-size: 3rem;
    text-align: center;
  }
}
#news #list-container #news-flters {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#news #list-container #news-flters li {
  list-style: none;
  margin-right: 20px;
  border: 1px solid #818181;
  color: #818181;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  padding: 5px 10px;
  cursor: pointer;
}

#news #list-container #news-flters li:hover {
  background: #818181;
  color: #fff;
}

#news #list-container #news-flters li:last-child {
  margin-right: 0;
}

@media screen and (max-width: 576px) {
  #news #list-container #news-flters {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  #news #list-container #news-flters li {
    font-size: 0.9rem;
  }
}
#news #list-container #news-list .news-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0;
  cursor: pointer;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

#news #list-container #news-list .news-box img {
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  max-height: 250px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 480px;
  -o-object-position: center bottom;
  object-position: center bottom;
}

#news #list-container #news-list .news-box .txt-box {
  position: relative;
  margin-left: 30px;
  margin-top: 20px;
  padding-right: 20%;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

#news #list-container #news-list .news-box .txt-box .title {
  color: #3f3e3c;
  font-size: 0.9rem;
  margin-bottom: 30px;
}

#news #list-container #news-list .news-box .txt-box .title .txt {
  font-size: 1.1rem;
  font-weight: 900;
}

#news #list-container #news-list .news-box .txt-box .description {
  color: #6d6a66;
  font-size: 0.9rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

#news #list-container #news-list .news-box .txt-box .date {
  position: absolute;
  right: 10%;
  top: 0;
  color: #a2a09d;
  font-size: 0.9rem;
}

#news #list-container #news-list .news-box .txt-box .date .day {
  color: #000;
  margin-top: 26px;
  font-size: 2.6rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.3rem;
}

#news #list-container #news-list .news-box:hover {
  background: #ebeaea;
}

#news #list-container #news-list .news-box:hover img,
#news #list-container #news-list .news-box:hover .txt-box {
  -webkit-transform: translate(10px, -10px);
  transform: translate(10px, -10px);
}

@media screen and (max-width: 991px) {
  #news #list-container #news-list .news-box img {
    width: 300px;
  }

  #news #list-container #news-list .news-box .txt-box {
    margin-top: 10px;
    padding-right: 18%;
  }

  #news #list-container #news-list .news-box .txt-box .title {
    margin-bottom: 15px;
  }

  #news #list-container #news-list .news-box .txt-box .date {
    right: 7.5%;
  }
}
@media screen and (max-width: 768px) {
  #news #list-container #news-list .news-box img {
    width: 200px;
    max-height: unset;
  }

  #news #list-container #news-list .news-box .txt-box .title .txt {
    font-size: 1rem;
  }
}
@media screen and (max-width: 576px) {
  #news #list-container #news-list .news-box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #news #list-container #news-list .news-box img {
    width: 90%;
    margin: 0 auto;
  }

  #news #list-container #news-list .news-box .txt-box {
    margin-left: 15px;
    padding-right: 25%;
  }

  #news #list-container #news-list .news-box .txt-box .title .txt {
    font-size: 1rem;
  }

  #news #list-container #news-list .news-box .txt-box .date {
    top: 50%;
    right: 5%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
#news #list-container .btn-primary {
  border-color: #818181;
  color: #818181;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

#news #list-container .btn-primary:hover {
  background: #818181;
  color: #fff;
}
