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

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

.customized1-news-right {
  width: 350px;
  box-sizing: border-box;
  background: #fafafa;
  border-radius: 10px;
  padding: 40px 20px;
}

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

.customized1-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;
}

.customized1-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;
}

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

.customized1-news-right .side-news-list {
  margin: 0 0 20px;
}

.customized1-news-right .side-news-list h4 {
  font-size: 17px;
  color: var(--title-text-color);
  font-weight: 700;
  line-height: 48px;
  display: flex;
  align-items: center;
}

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

.customized1-news-right .side-news-list ul li {
  display: flex;
  margin-bottom: 10px;
  align-items: center;
}
.customized1-news-right .side-news-list ul li img {
  width: 40%;
  height: 100px;
  object-fit: cover;
  border-radius: 10px;
  margin-right: 20px;
}

.customized1-news-right .side-news-list ul li h5 {
  color: var(--title-text-color);
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
  display: -webkit-box; /* 使用 flexbox 模拟多行文本 */
  -webkit-line-clamp: 2; /* 限制显示两行 */
  -webkit-box-orient: vertical; /* 垂直排列 */
  overflow: hidden; /* 超出隐藏 */
  text-overflow: ellipsis; /* 添加省略号 */
  margin-bottom: 10px;
}

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

.customized1-news-right .side-news-list ul li p {
  font-size: 12px;
}

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

.customized1-news-right .side-pro .more {
  margin-bottom: 20px;
  background: #ededed;
  border-radius: 6px;
  color: #696868;
  font-size: 14px;
  line-height: 37px;
  height: 37px;
  font-weight: 700;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 12px;
}

.customized1-news-right .side-pro .more:hover {
  color: var(--color-primary);
}

.customized1-news-right .side-product-list {
  margin: 0 0 20px;
}

.customized1-news-right .side-product-list h4 {
  font-size: 17px;
  color: var(--title-text-color);
  font-weight: 700;
  line-height: 48px;
  display: flex;
  align-items: center;
}

.customized1-news-right .side-product-list .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border-radius: 20px;
  border: 2px solid #101010;
  padding: 20px;
}

.customized1-news-right .side-product-list .swiper-pagination {
  margin-top: 10px;
  bottom: 0;
}
.customized1-news-right .side-product-list .swiper-pagination-bullet-active {
  background: #000000;
}

.customized1-news-right .side-product-list .swiper-button-prev,
.customized1-news-right .side-product-list .swiper-button-next {
  color: #333;
}

.customized1-news-right .side-product-list .swiper-slide img {
  width: 100%;
  aspect-ratio: 1.5;
  object-fit: cover;
  margin-bottom: 10px;
}
.customized1-news-right .side-product-list a {
  width: 100%;
  display: block;
}
.customized1-news-right .side-product-list h5 {
  margin-bottom: 10px;
  color: var(--title-text-color);
  font-size: 17px;
  font-weight: 700;
  line-height: 25px;
  white-space: nowrap; /* 强制文本不换行 */
  overflow: hidden; /* 超出部分隐藏 */
  text-overflow: ellipsis; /* 添加省略号 */
  text-decoration: underline; /* 添加下划线 */
}

.customized1-news-right .side-product-list a:hover h5 {
  color: var(--color-primary);
}

.customized1-news-right .side-product-list p {
  margin-bottom: 10px;
  width: 100%;
  font-size: 12px;
  white-space: nowrap; /* 强制文本不换行 */
  overflow: hidden; /* 超出部分隐藏 */
  text-overflow: ellipsis; /* 添加省略号 */
}

.customized1-news-right .side-product-list .more {
  width: 200px;
  background: #000000;
  border-radius: 20px;
  color: #ffffff;
  font-size: 14px;
  line-height: 40px;
  height: 40px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.customized1-news-right .side-product-list .more:hover {
  color: var(--color-primary);
}

.customized1-news-read .news-top a {
  font-size: 16px;
  font-weight: 700;
}

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

.customized1-news-read .newsnr h1 {
  font-size: 36px;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}

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

.customized1-news-read .newsnr .artInfo span {
  margin: 0 30px;
  line-height: 20px;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
}

.customized1-news-read .newsnr .artInfo span.time {
  padding: 0 0 0 36px;
}

.customized1-news-read .newsnr .artInfo span.hit {
  padding: 0 0 0 36px;
}

.customized1-news-read .newsnr .artInfo span.time i,
.customized1-news-read .newsnr .artInfo span.hit i {
  color: var(--color-primary);
}

.customized1-news-read .myart {
  /* margin: 60px 0 0; */
  line-height: 32px;
  font-size: 17px;
}

.customized1-news-read .myart h5 {
  font-size: 22px;
  color: var(--title-text-color);
  font-weight: 700;
  margin-bottom: 15px;
}

.customized1-news-read .myart p {
  margin-bottom: 20px;
}

.customized1-news-read .myart .row {
  margin-bottom: 20px;
}

.customized1-news-read .myart .row p {
  text-align: center;
}

.customized1-news-read .myart table {
  width: 100%;
}

.customized1-news-read .myart table td {
  padding: 5px;
  border: 1px solid #333;
  text-align: center;
}

.customized1-news-read .scroll-pic {
  margin-bottom: 30px;
  margin-top: 30px;
  overflow: hidden;
}

.customized1-news-read .scroll-pic p {
  text-align: center;
  margin-top: 10px;
}

.customized1-news-read .scroll-pic .swiper-pagination {
  position: static;
  width: 100%;
  margin-top: 25px;
}

.customized1-news-read .scroll-pic .swiper-pagination-bullet {
  height: 9px;
  width: 9px;
  margin: 0 12px;
  background: #ccc;
  border-radius: 0;
  opacity: 1;
  box-sizing: border-box;
}

.customized1-news-read .scroll-pic .swiper-pagination-bullet-active {
  background: var(--color-primary);
}

.customized1-news-read .pro-bar {
  margin: 55px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 45px 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}

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

.customized1-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;
}

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

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

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

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

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

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

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

.customized1-news-read .pro-bar a:hover {
  color: var(--color-primary);
}

.customized1-news-read .pro-bar a:hover p {
  text-decoration: underline;
  color: var(--color-primary);
}

.customized1-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;
}

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

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

.customized1-news-read .rela-pro .tit .page .swiper-button-prev,
.customized1-news-read .rela-pro .tit .page .swiper-button-next {
  width: 37px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  background: var(--color-primary);
  position: static;
  margin-top: 0;
}

.customized1-news-read .rela-pro .tit .page .swiper-button-prev i,
.customized1-news-read .rela-pro .tit .page .swiper-button-next i {
  font-size: 13px;
  color: var(--text-color);
  display: inline-block;
  margin-top: 2px;
}

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

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

.customized1-news-read .rela-pro .tit .page .swiper-button-prev:hover,
.customized1-news-read .rela-pro .tit .page .swiper-button-next:hover {
  background: var(--color-primary);
}

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

.customized1-news-read .rela-pro .swiper-slide {
}

.customized1-news-read .rela-pro .swiper-slide a {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

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

.customized1-news-read .rela-pro .swiper-slide .t {
  position: absolute;
  background: var(--color-primary);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 40px;
  opacity: 0;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
  transition: opacity 0.2s, transform 0.35s;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.customized1-news-read .rela-pro .swiper-slide .t::after {
  content: "";
  height: 2px;
  position: absolute;
  left: 15px;
  width: 0;
  bottom: 16px;
  background: rgba(255, 255, 255, 0.5);
  transition: all 0.3s ease 0.3s;
  -webkit-transition: all 0.3s ease 0.3s;
}

.customized1-news-read .rela-pro .swiper-slide .t p {
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 0.5px;
  padding: 0 0 0 30px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.customized1-news-read .rela-pro .swiper-slide .t p::before {
  content: "+";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 24px;
  color: #fff;
  font-weight: 400;
}

.customized1-news-read .rela-pro .swiper-slide .t2 {
  padding: 0 70px;
}

.customized1-news-read .rela-pro .swiper-slide .t2 p {
  font-size: 17px;
  line-height: 36px;
}

.customized1-news-read .rela-pro .swiper-slide:hover .t {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.customized1-news-read .rela-pro .swiper-slide:hover .t::after {
  width: calc(100% - 30px);
}

.customized1-news-read .rela-pro .swiper-pagination {
  display: none;
  position: static;
  width: 100%;
  margin-top: 20px;
}

.customized1-news-read .rela-pro .swiper-pagination-bullet {
  height: 8px;
  width: 8px;
  margin: 0 3px;
  background: var(--color-priamry);
  border-radius: 10px;
  opacity: 1;
  box-sizing: border-box;
}

.customized1-news-read .rela-pro .swiper-pagination-bullet-active {
  width: 12px;
  background: var(--color-priamry);
}

/* Author Section */
.customized1-news-read .author-section {
  border-top: 1px solid #ddd;
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

/* Author Info */
.customized1-news-read .author-info {
  display: flex;
  gap: 1.5rem; /* 24px */
}

.customized1-news-read .author-avatar {
  width: 5rem; /* 80px */
  height: 5rem; /* 80px */
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}

.customized1-news-read .avatar-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Author Details */
.customized1-news-read .author-details {
  display: flex;
  flex-direction: column;
  gap: 0.75rem; /* 12px */
}

.customized1-news-read .author-header {
  display: flex;
  align-items: center;
  gap: 0.75rem; /* 12px */
}

.customized1-news-read .author-name {
  font-size: 18px;
  font-weight: 600;
  color: #1a202c;
}

.customized1-news-read .author-social-links {
  display: flex;
  gap: 0.5rem; /* 8px */
}

.customized1-news-read .social-link {
  color: #6b7280; /* Tailwind's text-gray-500 */
  transition: color 0.3s;
}

.customized1-news-read .social-link img {
  max-width: 20px;
  aspect-ratio: 1;
}

.customized1-news-read .social-link:hover {
  color: #374151; /* Tailwind's text-gray-700 */
}

/* Author Bio */
.customized1-news-read .author-bio {
  color: #4b5563; /* Tailwind's text-gray-600 */
  font-size: 1rem; /* 16px */
  line-height: 1.75; /* 28px */
  max-width: 48rem; /* 768px */
}

/* Return Link */
.customized1-news-read .return-link {
  display: flex;
  height: 50px;
  align-items: center;
  gap: 20px;
  padding-right: 20px;
  background-color: #f3f4f6;
  color: #1a202c;
  border-radius: 9999px;
  transition: background-color 0.3s;
}

.customized1-news-read .return-link i {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  background: #000;
  border-radius: 50%;
  text-align: center;
}

.customized1-news-read .return-link:hover {
  background-color: #e5e7eb; /* Tailwind's bg-gray-200 */
}

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

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

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

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

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

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

  .customized1-news-read .newsnr h1 {
    font-size: 18px;
    line-height: 1.5;
  }

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

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

  .customized1-news-read .myart {
    line-height: 24px;
    font-size: 14px;
    margin: 20px 0 0;
    padding: 20px 0 15px;
  }

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

  .customized1-news-read .myart .row {
    margin-bottom: 0;
  }

  .customized1-news-read .myart .row > divl {
    margin-bottom: 5px;
  }

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

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

  .customized1-news-read .pro-bar a span i {
    margin: 2px 15px 0 0;
  }

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

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

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

  .customized1-news-read .rela-pro .tit .page .swiper-button-prev,
  .customized1-news-read .rela-pro .tit .page .swiper-button-next {
    width: 34px;
    height: 34px;
    line-height: 34px;
  }

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

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

  .customized1-news-read .rela-pro .swiper-slide .t {
    position: static;
    padding: 15px 10px;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  .customized1-news-read .rela-pro .swiper-slide .t::after {
    display: none;
  }

  .customized1-news-read .rela-pro .swiper-slide .t p {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.5px;
    padding: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .customized1-news-read .rela-pro .swiper-slide .t p::before {
    display: none;
  }

  .customized1-news-read .rela-pro .swiper-slide .t2 {
    padding: 15px 10px;
  }

  .customized1-news-read .rela-pro .swiper-slide .t2 p {
    font-size: 14px;
    line-height: 22px;
  }
}
