.single_news_banner {
  position: relative;
  padding-top: 280px;
  height: 450px;
  /* overflow: hidden; */
  background: url(../img/page_single_news-banner_bg.png) no-repeat center/cover;
  background-attachment: fixed;
  background-attachment: scroll\9;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 10rem;
}

.single_news_banner::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: '';
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 5;
}

.single_news_banner .content {
  position: relative;
  z-index: 20;
}

.single_news_banner .single_news_banner-title {
  background-image: var(--hover-color);
  padding: 3rem;
  text-align: center;
  width: 1220px;
  transform: translateY(50%);
}

.single_news_banner .single_news_banner-title h1 {
  color: #fff;
  font-size: 44px;
  font-weight: 400;
  text-align: center;
  max-width: 80%;
  margin: 0 auto 30px;

  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.single_news_banner .single_news_banner-title a.button_red {
  margin-top: 35px;
}

.single_news_main {
  padding-top: 60px;
  padding-bottom: 8.75rem;
}

.single_news_main .content {
  display: flex;
  justify-content: space-between;
}

.single_news_main .single_news_main-inner {
  width: 65%;
}

.single_news_main .single_news_main-aside {
  width: 28%;
}
.single_news_main-inner ul>li{
  font-weight: 500;
  line-height: 20px;
  font-size: 17px;
}
.single_news_main-inner p {
  word-break: keep-all;
}

.single_news_main-inner h2 {
  margin-bottom: 27px;
  margin-top: 4.375rem;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2rem;
  text-align: left;
  font-family: 'Poppins*', sans-serif;
  /* color: var(--hover-color); */
}

.single_news_main-inner h2:first-child {
  margin-top: 0;
}

.single_news_main-inner h3 {
  color: #585858;
  line-height: 2rem;
  font-size: 1.25rem;
  margin-bottom: 27px;
  margin-top: 2rem;
  font-weight: 500;
}

.single_news_main-inner h2:first-of-type {
  margin-top: 0;
}

.single_news_main-inner .wp-block-group__inner-container {
  background-color: #F7F7F7;
  padding: 2.5rem 2rem;
  border-radius: 6px;
  margin-bottom: 1rem;
}

.single_news_main-inner img {
  margin-top: 10px;
  margin-bottom: 30px;
  max-width: 100%;
  border-radius: 7px !important;
}

.single_news_main-inner ul {
  padding-left: 1rem;
  margin-bottom: 30px;
}

.single_news_main-inner ul li {
  list-style: disc;
  margin-bottom: 0;
}

.single_news_main-inner ul li~li {
  margin-top: 1rem;
}

.single_news_main-inner ul li::marker {
  color: var(--hover-color);
}

.main__share {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 4.5rem;
  padding-top: 37px;
}

.main__share .main_share_left {
  display: flex;
  align-items: center;
}
.main__share ul.share{
  margin-top: 0;
}
.main__share ul.share li{
  background-color: rgb(239, 239, 239);
}
.main__share ul.share li i{
  filter: brightness(0);
}
.main__share ul.share li:hover{
  background-image: var(--hover-color);
}
.main__share ul.share li:hover i{
  filter: brightness(1);
}
.main__share .main_share_left strong {
  margin-right: 1rem;
  font-size: 17px;
}

.main__share .main_share_left span {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0.5rem 1rem;
  font-size: 16px;
  border-radius: 4px;
  color:#888888;
  margin-bottom: 0;
  min-width: 120px;
  text-align: center;
}

.main__share .main_share_left span~span {
  margin-left: 0.5rem;
}

.main__share li {
  list-style-type: none;
  vertical-align: top;
  margin-top: 0;
}

/* .single_news_main-inner .main__share {
  margin-top: 5rem;
  padding-top: 1rem;
  border-top: 1px solid #eee;
}
.single_news_main-inner .main__share ul {
  display: flex;
}
.single_news_main-inner .main__share ul li {
  list-style-type: none;
  margin-right: 1.56rem;
}
.single_news_main-inner .main__share ul li img {
  width: 1.625rem;
  height: 1.375rem;
} */

.single_news_main-aside__obj {
  display: flex;
  flex-direction: column;
  margin-bottom: 3rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 2rem 2rem 1.5rem;
}

.single_news_main-aside__obj .item_img {
  flex-grow: 0;
  flex-shrink: 0;
  width: 75px;
  min-width: 75px;
  height: 75px;
  border-radius: 6px;
  overflow: hidden;
  margin-right: 0.95rem;
}

.single_news_main-aside__obj .item_img .img {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.single_news_main-aside__obj strong {
  margin-bottom: 2rem;
  font-size: 24px;
  line-height: 2rem;
  font-weight: 600;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 1rem;
  position: relative;
  font-family: 'Poppins', sans-serif;
}

.single_news_main-aside__obj strong::before {
  content: '';
  width: 4rem;
  height: 2px;
  background-color: var(--hover-color);
  position: absolute;
  bottom: -1px;
  left: 0;
}

.single_news_main-aside__obj .view_all {
  position: relative;
  width: max-content;
  transform: translateY(-50%);
  color: var(--hover-color);
  font-size: 17px;
  font-weight: 500;
  margin-top: 16px;
}
.single_news_main-aside__obj .view_all::after{
  position: absolute;
  right: -30px;
  top: 50%;
  width: 20px;
  height: 11px;
  transform: translateY(-50%);
  content: "";
  background: #fff url('../img/icon-arrow-blue.svg') no-repeat center /cover;
}
.aside__news>ul {
  /* border-bottom: 1px solid #e8e8e8; */
}

.aside__news li:nth-child(1) .img {
  background-image: url(../img/page_home-our_news-img_small1.png);
}

.aside__news li:nth-child(2) .img {
  background-image: url(../img/page_home-our_news-img_small2.png);
}

.aside__news li:nth-child(3) .img {
  background-image: url(../img/page_home-our_news-img_small3.png);
}

.aside__news li>a {
  height: 6rem;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
}

.aside__news li>a .aside__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  word-break: break-all;
}

.aside__news li>a .aside__text p {
  font-size: 17px;
  font-weight: 450;
  word-break: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom:0 ;
}

.aside__news li>a .aside__text span {
  display: block;
  padding-top: 0.75rem;
  font-size: 1rem;
  color: #909090;
  margin-bottom: 0;
}

.aside__link>ul>li:nth-child(1) .img {
  background-image: url(../img/page_our_fairs-main_img1.png);
}

.aside__link>ul>li:nth-child(2) .img {
  background-image: url(../img/jietua.png);
}

.aside__link>ul>li {
  padding-bottom: 15px;
  margin-bottom: 18px;
  border-bottom: 1px solid #e8e8e8;
}

.aside__link .item_img {
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  height: 189px;
}

.aside__link .aside__text {
  padding-top: 15px;
  font-weight: 500;
  font-size: 15px;
}

.single_reviews .single_reviews-title {
  padding-bottom: 31px;
  border-bottom: 1px solid #e8e8e8;
}

.single_reviews p.title {
  font-weight: 600;
  color: #25292d;
  font-size: 32px;
}

.single_reviews-item {
  display: flex;
  justify-content: space-between;
  padding-top: 45px;
  padding-bottom: 45px;
  border-bottom: 1px solid #e8e8e8;
}

.single_reviews-item div.item_text {
  flex: 1;
  margin-left: 1.5rem;
}

.single_reviews-item .item_img {
  flex-shrink: 0;
  flex-grow: 0;
  width: 56px;
  height: 56px;
  margin-right: 10px;
}

.single_reviews-item .item_img .img {
  background: url(../img/avatar.jpg);
  background-repeat: no-repeat;
  border-radius: 50%;
  background-size: contain;
  background-position: center;
}

.single_reviews-item p.name {
  font-weight: 500;
  font-size: 20px;
}

.single_reviews-item p.des {
  margin-top: 10px;
  color: #666666;
  font-size: 18px;
  line-height: 33px;
}

.single_reviews-item .item_data {
  display: flex;
  column-gap: 25px;
  margin-top: 20px;
}

.single_reviews-item .item_data p {
  flex-shrink: 0;
  flex-grow: 0;
}

.single_reviews-item .item_data p.data {
  font-size: 16px;
  color: #989898;
}

.single_reviews-item .item_data a.replay {
  font-weight: 500;
  font-size: 16px;
  color: #333333;
}

.single_reviews-push {
  margin-top: 100px;
  margin-bottom: 225px;
}

.single_reviews-push p.success {
  margin-top: 0.5rem;
  color: forestgreen;
}

.single_reviews-push p.des {
  margin-top: 20px;
  font-size: 16px;
  color: #666666;
}

.single_reviews-push form {
  margin-top: 40px;
}

.single_reviews-push input:not([type="submit"]) {
  margin-right: 1rem;
}

.single_reviews-push input[type="submit"] {
  border-radius: 30px;
  width: auto;
  min-width: 15rem;
}

.single_reviews-push input,
.single_reviews-push select,
.single_reviews-push textarea {
  font-weight: 500;
  width: 32.4%;
  height: 4rem;
  margin-bottom: 1.9rem;
  padding: 0 1.5625rem;
  background-color: #fff;
  border-radius: 0.3125rem;
  border: 0.0625rem solid #e5e5e5;
  font-size: 18px;
  outline: none;
}

.single_reviews-push textarea:placeholder,
.single_reviews-push textarea {
  font-family: 'Open Sans', sans-serif;
}

.single_reviews-push textarea {
  padding: 20px;
  height: 290px;
  width: 100%;
}

.single_reviews-push button.button_red {
  padding: 20px 80px;
  margin-top: 40px;
  font-size: 20px;
  cursor: pointer;
}

.single_news_banner span {
  color: rgba(255, 255, 255, 0.65);
  padding: 0.5rem 0 0.3rem 2.5rem;
  font-size: 20px;
  background-size: 1.3rem;
  background-position: left 60%;
  background-repeat: no-repeat;
  margin: 0 1.5rem;
  line-height: 2.5rem;
}

.single_news_banner span.category {
  background-image: url('../img/icon-kanban.svg');
}

.single_news_banner span.date {
  background-image: url('../img/icon-rili.svg');
}

.single_news_banner span.author {
  background-image: url('../img/icon-pople.svg');
}

aside .categories li ~ li {
  margin-top: 1rem;
}

aside .categories li a {
  color: #777777;
}

aside .categories li.active a {
  color: var(--hover-color);
}

aside .categories li a {
  padding-left: 2rem;
  position: relative;
}

aside .categories li a:before {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  display: block;
  position: absolute;
  left: 0;
  top: calc(50% - 0.6rem);
  background: url('../img/arrow-right-primary.svg') no-repeat center;
  background-size: 0.5rem;
  filter: brightness(0);
}

aside .categories li.active a:before {
  filter: none;
}

.single_news_main-inner .wp-block-table td {
  padding: 1rem;
  border: 1px solid #666;
}

.single_news_main-inner .wp-block-image figcaption {
  text-align: center;
  margin-top: -1rem;
  font-size: 13px;
  color: #333333;
}

.wp-block-table figcaption {
  text-align: center;
  font-size: 13px;
  color: #333333;
}

@media screen and (max-width: 768px) {

  .single_news_main-inner h2 {
    font-size: 1.1rem;
    line-height: unset;
    margin-bottom: 1rem;
    margin-top: 1rem;
  }
  .single_news_main-inner p,
  .single_news_main-inner ul>li {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 1rem;
  }

  .single_news_main-inner .wp-block-image {
    margin-bottom: 0;
  }

  .single_news_main-inner h3 {
    margin: 1.5rem 0 1rem;
    font-size: 16px;
    line-height: unset;
  }

  .single_news_main-inner img {
    margin-bottom: 0;
  }

  .main__share {
    margin-top: 3rem;
    margin-right: 1rem;
    margin-left: 1rem;
    margin-bottom: 3rem;
    flex-flow: wrap;
  }

  ul.share {
    margin-top: 0;
  }

  .single_news_main-aside__obj {
    padding: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .single_news_main-aside__obj strong {
    font-size: 16px;
    font-weight: 500;
    line-height: unset;
  }

  .aside__news li>a .aside__text p {
    font-size: 14px;
    line-height: unset;
  }

  .aside__news li>a .aside__text span {
    font-size: 12px;
  }

  .single_news_main-aside__obj .view_all {
    font-size: 12px;
  }

  .single_news_main-inner .wp-block-group__inner-container {
    padding: 1.5rem;
  }
  .main__share .main_share_left span{
    padding: 0.2rem 0.5rem;
    font-size: 13px;
  }
  .main__share .main_share_left strong{
    font-size: 15px;
  }
  .main__share ul.share{
    margin-top: 1rem;
  }
  .aside__news li>a{
    margin-bottom: 0.5rem;
  }
}