.breadcrumbs .active {
  text-align: left;
  width: 300px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.news_content {
  width: 100%;
  height: auto;
  margin-top: 146px;
}

.news_content .banner {
  width: 100%;
  height: 245px;
}

.news_content .banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news_content .box {
  width: 100%;
  height: auto;
  padding: 41px 0 74px;
}

.news_content .box .news_box {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.news_content .box .news_box .new_title_box {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.news_content .box .news_box .new_title_box .news_title {
  color: #222;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.news_content .box .news_box .new_title_box span {
  margin-top: 20px;
  color: #666;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 175% */
  text-transform: capitalize;
}

.news_content .box .news_box .new_content {
  width: 100%;
  height: auto;
  margin-top: 50px;
}

.news_content .box .news_box .new_content p {
  text-align: left;
  color: #222;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625;
  text-transform: capitalize;
}

.news_content .box .next_prev {
  width: 100%;
  height: auto;
  margin-top: 50px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  justify-content: space-between;
}

.news_content .box .next_prev .prev {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.news_content .box .next_prev .prev:hover {
  text-decoration: underline;
}

.news_content .box .next_prev .prev img {
  width: 8px;
  height: auto;
}

.news_content .box .next_prev .prev p {
  margin-left: 10px;
  color: #222;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}

.news_content .box .next_prev .next {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.news_content .box .next_prev .next:hover {
  text-decoration: underline;
}

.news_content .box .next_prev .next img {
  width: 8px;
  height: auto;
}

.news_content .box .next_prev .next p {
  margin-right: 10px;
  color: #222;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}

.news_content .box .next_prev .nodata {
  opacity: 0.5;
}

@media screen and (max-width: 960px) {
  .news_content {
    width: 100%;
    height: auto;
    margin-top: 11.73333vw;
  }
  .news_content .banner {
    width: 100%;
    height: 32.66667vw;
  }
  .news_content .banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .news_content .box {
    width: 100%;
    height: auto;
    padding: 5.46667vw 0 9.86667vw;
  }
  .news_content .box .news_box {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .news_content .box .news_box .new_title_box {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .news_content .box .news_box .new_title_box .news_title {
    color: #222;
    text-align: center;
    font-size: 4.53333vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
  }
  .news_content .box .news_box .new_title_box span {
    margin-top: 2.66667vw;
    color: #666;
    text-align: center;
    font-size: 3.46667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 6.53333vw;
    /* 175% */
    text-transform: capitalize;
  }
  .news_content .box .news_box .new_content {
    width: 100%;
    height: auto;
    margin-top: 6.66667vw;
  }
  .news_content .box .news_box .new_content p {
    text-align: left;
    color: #222;
    font-size: 3.46667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 6.53333vw;
    text-transform: capitalize;
  }
  .news_content .box .next_prev {
    width: 100%;
    height: auto;
    margin-top: 6.66667vw;
    display: flex;
    flex-direction: row;
    justify-content: center;
    justify-content: space-between;
  }
  .news_content .box .next_prev .prev {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .news_content .box .next_prev .prev:hover {
    text-decoration: underline;
  }
  .news_content .box .next_prev .prev img {
    width: 2.13333vw;
    height: auto;
  }
  .news_content .box .next_prev .prev p {
    margin-left: 1.33333vw;
    color: #222;
    font-size: 3.46667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 6.53333vw;
  }
  .news_content .box .next_prev .next {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .news_content .box .next_prev .next:hover {
    text-decoration: underline;
  }
  .news_content .box .next_prev .next img {
    width: 2.13333vw;
    height: auto;
  }
  .news_content .box .next_prev .next p {
    margin-right: 1.33333vw;
    color: #222;
    font-size: 3.46667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 6.53333vw;
  }
  .news_content .box .next_prev .nodata {
    opacity: 0.5;
  }
}
