.news .container {
  padding: 6rem 8rem 8rem;
}

.news__more {
  margin: 0 auto;
  font: 600 1.4rem/normal var(--GS);
  text-transform: uppercase;
  padding: 1.6rem 2rem 1.6rem 2rem;
  max-width: 19.6rem;
  width: 100%;
  text-align: center;
  display: block;
  border: 0.1rem solid var(--color-text);
}

.news__flex {
  display: -ms-flexbox;
  display: flex;
  gap: 8rem;
}

.news__img {
  position: relative;
  width: 100%;
  height: 36rem;
  overflow: hidden;
}

.news__img:before {
  content: '';
  position: absolute;
  top: -100%;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 3rem;
  height: 3rem;
  z-index: 2;
  background: url(../img/plus.svg) center/3rem 3rem no-repeat;
}

.news__img:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: -100%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.news__img-wrap {
  position: relative;
}

.news__img-wrap .latest__time-day {
  font-size: 2rem;
}

.news__img-wrap .latest__time-month {
  font-size: 1.6rem;
}

.news__item:hover .news__img:before, .news__item:hover .news__img:after {
  top: 50%;
  transition: all 0.5s ease-in;
}

.news__info {
  margin-bottom: 2rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  gap: 1rem;
  -ms-flex-align: center;
      align-items: center;
  padding: 2rem 0;
  border-bottom: 0.1rem solid var(--color-primary-light);
}

.news__social {
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem;
}

.news__social > * {
  filter: brightness(0) saturate(100%) invert(13%) sepia(10%) saturate(2437%) hue-rotate(121deg) brightness(97%) contrast(88%);
  width: 2.4rem;
  height: 2.4rem;
}

.news__social-btn {
  display: none;
  width: 2rem;
  height: 2rem;
}

.news__comment {
  padding-left: 2.8rem;
  position: relative;
  text-transform: capitalize;
  font: 500 1.6rem/normal var(--GS);
}

.news__comment:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  background: url("../img/comment.svg") center/2rem 2rem no-repeat;
}

.news__author {
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
  -ms-flex-align: center;
      align-items: center;
}

.news__author-img {
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
}
.news__author-img {
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
}
.news__author-img  img{
  border-radius: 50%;
}

.news__author-text {
  display: -ms-flexbox;
  display: flex;
  gap: 0.2rem;
  -ms-flex-direction: column;
      flex-direction: column;
}

.news__author-text h3 {
  font: 600 1.4rem/normal var(--GS);
  text-transform: uppercase;
}

.news__author-text p {
  font: 400 1.2rem/normal var(--GS);
}

.news__time {
  bottom: unset;
  left: unset;
  top: 2rem;
  right: 2rem;
}

.news__title {
  font: 600 2rem/140% var(--GS);
  text-transform: capitalize;
  margin-bottom: 1.2rem;
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
  cursor: pointer;
}

.news__title:hover {
  color: var(--color-beige-dark);
  background-size: 100% 1px;
}

.news__text {
  font: 400 1.4rem/160% var(--GS);
  -webkit-line-clamp: 3;
  overflow: hidden;
  display: -webkit-box;
  margin-bottom: 1.6rem;
  margin-top: 1.2rem;
}

.news__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 6rem;
}

.news__list-wrap {
  width: 66%;
}

.news__side {
  width: calc(34% - 8rem);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 4rem;
}

.news__side-title {
  margin-bottom: 0.8rem;
  font: 600 1.6rem/160% var(--GS);
}

.news__search input {
  line-height: 2.2rem;
  font-size: 1.4rem;
  padding: 1.3rem 2.4rem;
}

.news__search button {
  width: 4.8rem;
  height: 4.8rem;
  min-width: 4.8rem;
}

.news__search button:after {
  width: 1.6rem;
  height: 1.6rem;
  background: url(../img/search.svg) center/1.6rem 1.6rem no-repeat;
}

.news__recent {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 1.6rem;
}

.news__recent-item {
  max-height: 11rem;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  background-color: var(--color-primary-light);
}

.news__recent-img {
  min-width: 11rem;
  width: 11rem;
  height: 11rem;
}

.news__recent-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 1.2rem;
  padding: 1rem 1rem 1rem 2rem;
}

.news__recent-text p {
  padding-left: 2rem;
  font: 500 1.2rem/normal var(--GS);
  text-transform: capitalize;
  position: relative;
}

.news__recent-text p:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1.4rem;
  height: 1.4rem;
  background: url("../img/user.svg") center/1.4rem 1.4rem no-repeat;
}

.news__recent-text h3 {
  font: 600 1.6rem/160% var(--GS);
  display: block;
  -webkit-line-clamp: 2;
  overflow: hidden;
  display: -webkit-box;
}

.news__achieve {
  background: rgba(217, 195, 169, 0.5);
  padding: 1.6rem 2.4rem;
}

.news__achieve > * {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 1.6rem 0;
  gap: 1rem;
  -ms-flex-align: center;
      align-items: center;
  font: 500 1.6rem/160% var(--GS);
  transition: .2s ease;
}

.news__achieve > *.active {
  font-weight: 700;
  color: var(--color-beige-dark);
}

.news__achieve > *:hover {
  color: var(--color-beige-dark);
}

.news__achieve > *:not(:last-child) {
  border-bottom: 0.1rem solid var(--color-beige-dark);
}

.news__one-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 1.6rem;
  width: 66%;
}

.news__one .content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 1.6rem;
}

.news__one .section__title.vertical {
  display: block;
  text-align: left;
}

.news__one .news__title {
  margin: 0;
  font: 600 5.6rem/normal var(--GS);
  text-transform: capitalize;
}

.news__one .news__title:hover {
  background-size: 0;
  color: inherit;
}

.news__one .news__info {
  padding: 0;
  margin: 0.8rem 0;
  border: none;
}

.news__review {
  margin: 2.4rem 0 4.4rem;
  padding-top: 4rem;
  border-top: 0.1rem solid var(--color-beige-dark);
}

.news__review-form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 2.4rem;
  margin-top: 3rem;
}

.news__review-title {
  font: 600 2rem/140% var(--GS);
  text-transform: capitalize;
  margin-bottom: 2rem;
}

.news__subtitle {
  padding-left: 2.2rem;
  margin-bottom: 1.6rem;
  position: relative;
  font: 600 1.2rem/normal var(--GS);
  color: var(--color-primary-light);
  text-transform: uppercase;
}

.news__subtitle:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0.2rem;
  transform: translateY(-50%);
  width: 1.2rem;
  height: 1.2rem;
  background: url("../img/article-icon.svg") center/1.2rem 1.2rem no-repeat;
}

.news .latest__item a {
  padding: 3rem 2rem 4.4rem;
  gap: 2rem;
}

.news .latest__title {
  font-size: 1.6rem;
}

.news__more-btn {
  display: none;
  margin: 2.8rem auto 0;
}

.comment {
  margin-bottom: 2.4rem;
}

.comment__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 2.8rem;
  margin-bottom: 2.8rem;
}

.comment__item {
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem;
  -ms-flex-direction: column;
      flex-direction: column;
  transition: all 0.3s ease;
}

.comment__item:nth-of-type(n+5) {
  display: none;
}

.comment__item.show {
  transition: all 0.3s ease;
  display: -ms-flexbox;
  display: flex;
}

.comment__item > h3 {
  font: 600 1.4rem/normal var(--GS);
  padding-left: 2.2rem;
  position: relative;
}

.comment__item > h3:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1.6rem;
  height: 1.6rem;
  background: url("../img/user.svg") center/1.6rem 1.6rem no-repeat;
}

.comment__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 0.8rem;
  padding: 1.2rem 1.6rem;
  background-color: rgba(217, 195, 169, 0.3);
}

.comment__content > * {
  font: 400 1.4rem/160% var(--GS);
}

.comment__button {
  display: none;
}

@media only screen and (max-width: 666px) {
  .news__flex {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 2.4rem;
  }
  .news__flex > * {
    width: 100%;
  }
  .news__img {
    height: 81.5vw;
  }
  .news__one-content .news__img {
    margin-top: -1.6rem;
  }
  .news__list-wrap {
    margin-bottom: 3.6rem;
  }
  .wrap .news .container {
    padding: 2.4rem 1.6rem 6rem;
  }
  .news__img-wrap .latest__time-day {
    font-size: 1.6rem;
  }
  .news__img-wrap .latest__time-month {
    font-size: 1.4rem;
  }
  .news__social-btn {
    display: block;
  }
  .news__social-wrap {
    position: relative;
  }
  .news__social {
    background-color: white;
    padding: 0.5rem 1rem;
    position: absolute;
    -ms-flex-direction: column;
        flex-direction: column;
    top: 2.4rem;
    display: none;
    gap: 2rem;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
    z-index: 2;
  }
  .news__social > * {
    width: 2rem;
    height: 2rem;
  }
  .news__social.show {
    display: -ms-flexbox;
    display: flex;
  }
  .news__comment span {
    display: none;
  }
  .news__comment {
    padding: 0 2.6rem 0 0;
  }
  .news__comment:after {
    left: unset;
    right: 0;
  }
  .news__info {
    margin-bottom: 1.6rem;
    padding: 1.6rem 0;
  }
  .news__author {
    gap: 0.8rem;
  }
  .news__author-img {
    width: 3.2rem;
    height: 3.2rem;
  }
  .news__author-text h3 {
    font-size: 1.2rem;
  }
  .news__author-text p {
    font-size: 1rem;
  }
  .news__comment {
    position: absolute;
    right: 3.2rem;
    top: 50%;
    transform: translateY(-50%);
  }
  .news__info {
    position: relative;
    gap: 5.4rem;
  }
  .news__title {
    font-size: 1.6rem;
    margin-bottom: 0.8rem;
  }
  .news__text {
    font-size: 1.2rem;
    margin-bottom: 1.2rem;
  }
  .news__list {
    gap: 3.6rem;
  }
  .news__recent-text h3 {
    font-size: 1.4rem;
  }
  .news__achieve > * {
    padding: 1.2rem 0;
    font-size: 1.4rem;
  }
  .news__time {
    top: 1.6rem;
    right: 1.6rem;
  }
  .news__one .news__title {
    font-size: 2.8rem;
    line-height: 140%;
  }
  .news__one .content {
    gap: 1.2rem;
  }
  .news__one-content .news__info {
    margin: 0;
    padding: 1.6rem 0;
    border-top: 0.1rem solid var(--color-primary-light);
  }
  .news__review-form {
    gap: 1.6rem;
    margin-top: 2.8rem;
  }
  .news__review-title {
    margin-bottom: 2.8rem;
  }
  .news .latest__item a {
    padding: 3.2rem 1.6rem 4.8rem;
  }
  .news__more {
    margin-top: 3.6rem;
  }
  .news__more-btn {
    display: block;
    margin-bottom: 2.6rem;
    width: 100%;
  }
  .article__side > .category__filter {
    display: none;
  }
  .news__review {
    margin-top: 2.8rem;
    padding-top: 2.8rem;
  }
  .comment__list {
    gap: 1.6rem;
    margin-bottom: 1.6rem;
  }
  .comment {
    margin-bottom: 4rem;
  }
  .news__more-block .section__button-wrap .section__button {
    max-width: 28.8rem;
    padding-top: 1.6rem;
    text-align: center;
    padding-bottom: 1.6rem;
    width: 100%;
    margin: 0 auto;
  }
}
