.guanxiang-news-read .news-wrapper {
  display: flex;
  gap: 60px;
}

.guanxiang-news-read .newsnr {
  width: 75%;
  flex-shrink: 0;
  overflow: hidden;
}

.guanxiang-news-read .news_sidebar {
  flex: 1;
}

.guanxiang-news-read .sidebar-wrapper {
  position: sticky;
  top: 180px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.guanxiang-news-read .latest-news-box {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
  background: #FFF;
}

.guanxiang-news-read .sidebar_header {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #333;
  font-family: var(--font-family);
  font-size: var(--font-16);
  font-weight: 400;
  line-height: 1.5;
}

.guanxiang-news-read .sidebar_news_list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.guanxiang-news-read .sidebar_news_item {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-bottom: 16px;
  border-bottom: 1px solid #E2E2E2;
}

.guanxiang-news-read .sidebar_news_item p {
  color: #333;
  font-size: var(--font-16);
  font-weight: 400;
  line-height: normal;
  font-family: var(--font-family);
}

@media screen and (max-width: 1580px) {
  .guanxiang-news-read .news-wrapper {
    gap: 40px;
  }
}

@media screen and (max-width: 1280px) {
  .guanxiang-news-read .news-wrapper {
    gap: 20px;
  }
}

@media screen and (max-width: 991px) {
  .guanxiang-news-read .news-wrapper {
    flex-direction: column;
  }

  .guanxiang-news-read .newsnr {
    width: 100%;
  }
}

/* news-read */

.guanxiang-news-read .newsnr h1 {
  font-size: 22px;
  line-height: 1;
  margin: 30px 0 0;
  color: #333;
  text-align: center;
  font-family: Arial;
}

.guanxiang-news-read .newsnr .artInfo {
  padding: 15px 0 20px;
  border-bottom: 1px solid #D9D9D9;
  text-align: center;
  margin: 25px 0 0;
  position: relative;
}

.guanxiang-news-read .newsnr .artInfo::after {
  content: "";
  display: block;
  height: 3px;
  background: #0B3A7B;
  width: 200px;
  position: absolute;
  bottom: -2px;
  left: 50%;
  margin: 0 0 0 -100px;
  z-index: 1;
}

.guanxiang-news-read .newsnr .artInfo span {
  margin: 0 10px;
  line-height: 20px;
  display: inline-block;
  font-size: 15px;
  color: #666;
}

.guanxiang-news-read .newsnr .artInfo span.time {
  background: url(../images/time.png) no-repeat left center;
  padding: 0 0 0 20px;
}

.guanxiang-news-read .newsnr .artInfo span.hit {
  background: url(../images/hit.png) no-repeat left center;
  padding: 0 0 0 23px;
}

.guanxiang-news-read .myart {
  margin: 20px 0;
  line-height: 26px;
  font-size: 16px;
  color: #666;
  font-family: Arial;
}

.guanxiang-news-read .myart p {
  margin: 10px 0 0 0;
}

.guanxiang-news-read .pnbar {
  margin: 30px 0;
}

.guanxiang-news-read .pnbar p {
  float: left;
  width: 48%;
  line-height: 44px;
  height: 44px;
  background: #fff;
  border: 1px solid #D9D9D9;
  font-size: 16px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0 10px;
}

.guanxiang-news-read .pnbar p:last-child {
  float: right;
}

.guanxiang-news-read .pnbar p a {
  color: #666;
  font-family: Arial;
}

.guanxiang-news-read .pnbar p a i {
  color: #666;
  font-size: 12px;
}

.guanxiang-news-read .pnbar p:hover a {
  color: var(--color-primary);
}

.guanxiang-news-read .pnbar p:hover a i {
  color: var(--color-primary);
}
.guanxiang-news-read .nav-sub {
  margin-left: 20px;
  list-style: none;
  padding-left: 0;
}
.guanxiang-news-read .sidebar_news_sub {
  display: block;
  padding: 5px 0 5px 10px;
  font-size: 14px;
  text-decoration: none;
}

@media screen and (max-width: 1280px) {
  .guanxiang-news-read .swiper-pagination-progressbar {
    width: 600px;
  }
}

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

  .guanxiang-news-read .swiper-pagination {
    margin-left: 0;
  }

  .guanxiang-news-read .swiper-pagination-progressbar {
    width: 160px;
  }

  .guanxiang-news-read .detail-input .div_info .input-position {
    width: 100%;
  }
}