 
.news-overview {
  background: linear-gradient(to right, #f8f9fb, #ffffff);
  border-left: 5px solid #13306f;
  padding: 22px 26px;
  margin: 0 0 35px 0;
  border-radius: 0 10px 10px 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}
.news-overview .overview-text {
  font-size: 16px;
  color: #222;
  line-height: 1.8;
  margin: 0;
  font-style: normal;
  letter-spacing: 0.3px;
}

.bobo-news-read.main {
  padding-top: 80px;
  padding-bottom: 50px;
}

.bobo-news-read .news-left {
  -webkit-flex: 1;
  flex: 1;
  margin-right: 27px;
  overflow: hidden;
}

.bobo-news-right {
  width: 290px;
  border-left: 1px solid #e7e7e7;
  padding-left: 27px;
  box-sizing: border-box;
}

.bobo-news-right .side-search {
  margin-bottom: 20px;
  position: relative;
  border: 1px solid #d9d9d9;
  border-radius: 35px;
}

.bobo-news-right .side-search .submit_text {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 60px 0 20px;
  font-size: 14px;
  background: 0 0;
  box-sizing: border-box;
}

.bobo-news-right .side-search .submit_btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  display: block;
  cursor: pointer;
  text-align: center;
  background: 0 0;
}

.bobo-news-right .side-search .submit_btn i {
  font-size: 21px;
}

.bobo-news-right .side-news-list {
  margin: 0 0 30px;
}

.bobo-news-right .side-news-list h4 {
  font-size: 17px;
  color: var(--title-text-color);
  font-weight: 700;
  border-bottom: 2px solid #13306f;
  line-height: 48px;
  display: flex;
  align-items: center;
}

.bobo-news-right .side-news-list h4 img {
  margin-right: 12px;
}

.bobo-news-right .side-news-list ul li {
  padding: 16px 0;
  border-bottom: 1px dashed #e1e1e1;
  transition: all 0.2s ease;
}

.bobo-news-right .side-news-list ul li:hover {
  padding-left: 6px;
}

.bobo-news-right .side-news-list ul li h5 {
  color: var(--title-text-color);
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.bobo-news-right .side-news-list ul li h5 a:hover {
  color: var(--color-primary);
  text-decoration: underline;
}

.bobo-news-right .side-news-list ul li p {
  font-size: 12px;
  text-align: right;
  color: #888;
}

.bobo-news-right .side-pro a {
  display: block;
}

.bobo-news-right .side-pro .more {
  background: var(--color-primary);
  border-radius: var(--button-radius);
  color: #fff;
  font-size: 13px;
  line-height: 37px;
  height: 37px;
  font-weight: 700;
  text-align: center;
  margin-top: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 12px;
  transition: all 0.2s ease;
}

.bobo-news-right .side-pro .more:hover {
  background: #13306f;
  border: 1px solid var(--color-primary);
  color: #fff;
}

.bobo-news-read .news-top a {
  font-size: 16px;
  font-weight: 700;
  color: #13306f;
  transition: all 0.2s ease;
}

.bobo-news-read .news-top a:hover {
  padding-left: 5px;
}

.bobo-news-read .news-top a i {
  font-size: 18px;
  vertical-align: middle;
}

.bobo-news-read .newsnr h1 {
  font-size: 26px;
  line-height: 1.5;
  margin: 30px 0 0;
  font-weight: 700;
  text-align: center;
  color: #13306f;
}

.bobo-news-read .newsnr .artInfo {
  text-align: center;
  margin: 20px 0;
  position: relative;
}

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

 
.bobo-news-read .newsnr .artInfo span.time i {
  color: #13306f;
}
/* 新闻整体容器 */
.newsnr {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  line-height: 1.7;
}

/* 新闻标题 */
.newsnr h1 {
  font-size: 26px;
  font-weight: bold;
  color: #333;
  margin: 0 0 15px 0;
  text-align: left;
}

/* 发布时间 */
.newsnr .artInfo {
  margin-bottom: 25px;
}
.newsnr .time {
  font-size: 14px;
  color: #666;
}

/* 新闻主图（全屏、左右对齐） */
.news-main-img {
  width: 100%;
  margin: 0 0 25px 0;
}
.news-main-img img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.news-main-img .img-caption {
  text-align: center;
  font-size: 16px;
  color: #000;
  margin: 10px 0 0 0;
}

/* 新闻概要 */
.news-overview {
  margin-bottom: 25px;
}
.overview-text {
  font-size: 16px;
  color: #333;
  font-weight: 500;
  line-height: 1.8;
}

/* 正文段落统一样式 */
.myart p {
  font-size: 18px;
  color: #000;
  line-height: 1.8;
  margin: 20px 0;
  /* text-align: justify; */
}
.bobo-news-read .pro-bar {
  margin: 55px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 35px 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  background: #fcfdff;
  border-radius: 10px;
}

.bobo-news-read .pro-bar a {
  line-height: 28px;
  font-size: 14px;
  font-weight: 700;
  box-sizing: border-box;
  color: #333;
}

.bobo-news-read .pro-bar a:not(:nth-child(2)) {
  -webkit-flex: 1;
  flex: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}

.bobo-news-read .pro-bar a:nth-child(2) {
  width: 125px;
  text-align: center;
  display: block;
  color: #13306f;
}

.bobo-news-read .pro-bar a span {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.bobo-news-read .pro-bar a span i {
  margin: 2px 20px 0 0;
  font-size: 20px;
  vertical-align: middle;
  display: inline-block;
}

.bobo-news-read .pro-bar a p {
  margin: 0 0 0 20px;
}

.bobo-news-read .pro-bar a:last-child {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.bobo-news-read .pro-bar a:last-child span i {
  margin: 2px 0 0 20px;
}

.bobo-news-read .pro-bar a:last-child p {
  margin: 0 20px 0 0;
}

.bobo-news-read .pro-bar a:hover {
  color: #13306f;
}

.bobo-news-read .pro-bar a:hover p {
  text-decoration: underline;
  color: #13306f;
}

.bobo-news-read .rela-pro .tit {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}

.bobo-news-read .rela-pro .tit h5 {
  font-size: 22px;
  color: var(--title-text-color);
  font-weight: 700;
  line-height: 1;
}

.bobo-news-read .rela-pro .tit .page {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.bobo-news-read .rela-pro .tit .page .swiper-button-prev,
.bobo-news-read .rela-pro .tit .page .swiper-button-next {
  width: 37px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  background: #13306f;
  position: static;
  margin-top: 0;
  border-radius: 50%;
  transition: all 0.2s ease;
}

.bobo-news-read .rela-pro .tit .page .swiper-button-prev:hover,
.bobo-news-read .rela-pro .tit .page .swiper-button-next:hover {
  background: #0d2352;
  transform: scale(1.08);
}

.bobo-news-read .rela-pro .tit .page .swiper-button-prev i,
.bobo-news-read .rela-pro .tit .page .swiper-button-next i {
  font-size: 13px;
  color: #fff;
  display: inline-block;
  margin-top: 2px;
}

.bobo-news-read .rela-pro .tit .page .swiper-button-next {
  margin-left: 14px;
}

.bobo-news-read .rela-pro .tit .page .swiper-button-prev::after,
.bobo-news-read .rela-pro .tit .page .swiper-button-next::after {
  display: none;
}

.bobo-news-read .rela-pro .list {
  margin: 25px 0 0;
}

.bobo-news-read .rela-pro .swiper-slide a {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.bobo-news-read .rela-pro .swiper-slide a > img {
  width: 100%;
  display: block;
  transition: all 0.35s ease;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.bobo-news-read .rela-pro .swiper-slide a:hover img {
  transform: scale(1.08);
}

.bobo-news-read .rela-pro .swiper-slide .t {
  position: absolute;
  background: rgba(19, 48, 111, 0.85);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  opacity: 0;
  transition: all 0.35s ease;
  border-radius: 10px;
}

.bobo-news-read .rela-pro .swiper-slide .t p {
  font-size: 15px;
  color: #fff;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}

.bobo-news-read .rela-pro .swiper-slide:hover .t {
  opacity: 1;
}

.bobo-news-read .rela-pro .swiper-pagination {
  display: none;
}

@media screen and (max-width: 992px) {
  .bobo-news-read .rela-pro .swiper-slide .t {
    padding: 0 8px;
  }
}

@media screen and (max-width: 768px) {
  .bobo-news-read {
    padding-top: 25px;
    padding-bottom: 30px;
  }

  .bobo-news-read .news-left {
    -webkit-flex: none;
    flex: none;
    width: 100%;
    margin: 0;
  }

  .bobo-news-right {
    width: 100%;
    border-left: none;
    padding: 20px 0 0;
  }

  .bobo-news-right .side-pro {
    display: none;
  }

  .bobo-news-read .news-top a {
    font-size: 15px;
  }

  .bobo-news-read .newsnr h1 {
    font-size: 22px;
    line-height: 1.4;
    margin: 15px 0 0;
  }

  .bobo-news-read .newsnr .artInfo span {
    margin: 0 5px;
    font-size: 13px;
  }

  .bobo-news-read .myart img {
    width: 100%;
    height: auto;
  }

  .bobo-news-read .myart {
    line-height: 1.7;
    font-size: 15px;
    margin: 20px 0 0;
    padding: 20px 0 15px;
  }

  .bobo-news-read .myart h5 {
    font-size: 20px;
    margin-bottom: 12px;
  }

  .bobo-news-read .scroll-pic {
    margin-bottom: 15px;
  }

  .bobo-news-read .pro-bar {
    margin: 20px 0;
    padding: 20px 15px;
  }

  .bobo-news-read .pro-bar a p {
    display: none;
  }

  .bobo-news-read .rela-pro .tit h5 {
    font-size: 20px;
  }

  .bobo-news-read .rela-pro .swiper-slide .t {
    opacity: 1;
    background: rgba(19, 48, 111, 0.75);
  }

  .bobo-news-read .rela-pro .swiper-slide .t p {
    font-size: 14px;
  }
}