.ouruidi-news-read {
  padding: 0 0 80px;
  background-color: #fff;
}
.ouruidi-news-read .news-top{
    background-color: #f6f6f6;
    height: 712px;
}
.ouruidi-news-read .news-content{
  padding-top: 40px;
  margin-top: -712px;
}
.ouruidi-news-read .news-title h1,.ouruidi-news-read .related-news h2 {
  margin-bottom: 28px;
  font-size: 28px;
  color: #0D0D0D;
  line-height: 60px;
  text-align: center;
  font-weight: 400;
}
.ouruidi-news-read .related-news h2 {
  text-align: center;
  margin-bottom: 24px;
}
.ouruidi-news-read .news-date{
  margin-bottom: 48px;
  color: #035A8F;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
.ouruidi-news-read .news-img{
  margin-bottom: 30px;
  text-align: center;
}
.ouruidi-news-read .news-img img{
  width: 50%;
}

.ouruidi-news-read .news-text{
  font-size: 18px;
}

/* 社交媒体分享 */
.media-links {
  margin-bottom: 18px;
}

.widget-right-section {
  margin-bottom: 40px;
}

.widget-title-box {
  margin-bottom: 20px;
}

.widget-title {
  font-size: 20px;
  color: #333;
  margin: 0;
  font-weight: 600;
}

.media-list {
  display: flex;
  gap: 30px;
  list-style: none;
  padding: 0;
  margin-bottom: 10px;
}

.media-list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 40px;
  border-radius: 50%;
  color: #b1b1b1;
  transition: all 0.3s ease;
}

.media-list li a:hover {
  background-color: var(--theme-color);
  color: #000;
}

.media-list li a i {
  font-size: 18px;
}

@media (max-width: 991px) {
  .media-links {
    margin-bottom: 20px;
  }
  
  .widget-title {
    font-size: 18px;
  }
  
  .media-list {
    gap: 12px;
  }
  
  .media-list li a {
    width: 36px;
    height: 36px;
  }
  
  .media-list li a i {
    font-size: 16px;
  }
}

.related-news {
  margin-top: 80px;
  display: none;
}

.related-news h2 {
  font-size: 36px;
  color: #0D0D0D;
  margin-bottom: 40px;
}

.related-news ul {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

.related-news .related-item {
  flex: 1;
  min-width: 0;
  max-width: calc(33.333% - 22px);
}

.related-news .related-pic {
  margin-bottom: 24px;
  overflow: hidden;
}

.related-news .related-pic img {
  width: 100%;
  aspect-ratio: 1.4;
  object-fit: cover;
  display: block;
}

.related-news .related-title h6 {
  font-size: 20px;
  color: #0D0D0D;
  line-height: 1.4;
  margin: 0 0 16px;
  font-weight: 600;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}

.related-news .related-desc {
  font-size: 15px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
}

.related-news .related-link a {
  display: inline-flex;
  align-items: center;
  color: #035A8F;
  font-size: 15px;
}

.related-news .related-link a i {
  margin-left: 8px;
  font-size: 12px;
}

/* 上一篇下一篇导航栏 */
.pro-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 60px 0;
  padding: 30px 0;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
}

.pro-bar a {
  display: flex;
  align-items: center;
  color: #0D0D0D;
  font-size: 16px;
  transition: color 0.3s;
}

.pro-bar a:hover {
  color: #035A8F;
}

.pro-bar a span {
  display: flex;
  align-items: center;
  font-weight: 600;
}

.pro-bar a span i {
  font-size: 14px;
}

.pro-bar a:first-child span i {
  margin-right: 8px;
}

.pro-bar a:last-child span i {
  margin-left: 8px;
}

.pro-bar a p {
  max-width: 300px;
  margin: 0 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 15px;
  color: #666;
}

.pro-bar a:hover p {
  color: #035A8F;
}

/* 导航栏样式 */
.pro_tab_box {
  height: 49px;
  margin-bottom: 30px;
}

.pro_tab {
  height: 49px;
  width: 100%;
  box-sizing: border-box;
  z-index: 99;
  background: #fff;
  transition: all 0.3s ease;
}

.pro_tab.scroll-top {
  position: fixed;
  top: 80px;
  left: 0;
  right: 0;
  z-index: 100;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.pro_tab ul {
  height: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  border-bottom: 1px solid #f1f1f1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.pro_tab ul li {
  box-sizing: border-box;
  height: 48px;
  line-height: 48px;
  text-align: center;
  position: relative;
  font-size: 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  color: #666;
  transition: all 0.3s ease;
}

.pro_tab ul li::after {
  content: "";
  width: 0;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: -1px;
  border-radius: 3px;
  transition: all 0.3s ease;
  background: linear-gradient(90deg, var(--color-primary), var(--color-second));
}

.pro_tab ul li.active {
  color: var(--color-primary);
  font-weight: 600;
}

.pro_tab ul li.active::after {
  width: 100%;
}

.pro_tab ul li:hover {
  color: var(--color-primary);
}

/* 响应式布局 */
@media screen and (max-width: 1580px) {
  .ouruidi-news-read .news-title h1 {
    font-size: 42px;
    line-height: 52px;
  }
  
  .related-news h2 {
    font-size: 32px;
    margin-bottom: 36px;
  }
  
  .related-news ul {
    gap: 28px;
  }
  
  .related-news .related-item {
    max-width: calc(33.333% - 19px);
  }
  
  .pro_tab ul {
    padding: 0 30px;
  }
  
  .pro_tab ul li {
    font-size: 14px;
    padding: 0 15px;
  }
}

@media screen and (max-width: 1400px) {
  .ouruidi-news-read .news-title h1 {
    font-size: 38px;
    line-height: 48px;
  }
  
  .related-news {
    margin-top: 70px;
    padding-top: 50px;
  }
  
  .related-news h2 {
    font-size: 30px;
    margin-bottom: 32px;
  }
  
  .related-news ul {
    gap: 24px;
  }
  
  .related-news .related-item {
    max-width: calc(33.333% - 16px);
  }
  
  .related-news .related-title h6 {
    font-size: 18px;
  }
  
  .pro-bar {
    margin: 50px 0;
    padding: 25px 0;
  }
  
  .pro-bar a p {
    max-width: 250px;
  }
  
  .pro_tab ul {
    padding: 0 20px;
  }
  
  .pro_tab ul li {
    padding: 0 12px;
  }
}

@media screen and (max-width: 1280px) {
  .ouruidi-news-read .news-title h1 {
    font-size: 34px;
    line-height: 44px;
    margin-bottom: 24px;
  }
  
  .ouruidi-news-read .news-date {
    margin-bottom: 36px;
    font-size: 16px;
  }
  
  .related-news {
    margin-top: 60px;
    padding-top: 40px;
  }
  
  .related-news h2 {
    font-size: 28px;
    margin-bottom: 28px;
  }
  
  .related-news ul {
    gap: 20px;
  }
  
  .related-news .related-item {
    max-width: calc(33.333% - 14px);
  }
  
  .related-news .related-pic {
    margin-bottom: 20px;
  }
  
  .related-news .related-title h6 {
    font-size: 17px;
    margin-bottom: 12px;
  }
  
  .related-news .related-desc {
    font-size: 14px;
    margin-bottom: 16px;
  }
  
  .pro-bar {
    margin: 40px 0;
    padding: 20px 0;
  }
  
  .pro-bar a {
    font-size: 15px;
  }
  
  .pro-bar a p {
    max-width: 200px;
    font-size: 14px;
  }
  
  .pro_tab ul {
    padding: 0 15px;
  }
  
  .pro_tab ul li {
    font-size: 13px;
    padding: 0 10px;
  }
}

@media screen and (max-width: 960px) {
  .ouruidi-news-read .news-title h1 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px;
  }
  
  .ouruidi-news-read .news-date {
    margin-bottom: 32px;
    font-size: 15px;
  }
  
  .ouruidi-news-read .news-img {
    margin-bottom: 60px;
  }
  
  .related-news {
    margin-top: 50px;
    padding-top: 30px;
  }
  
  .related-news h2 {
    font-size: 24px;
    margin-bottom: 24px;
  }
  
  .related-news ul {
    gap: 16px;
  }
  
  .related-news .related-item {
    max-width: calc(50% - 8px);
    margin-bottom: 16px;
  }
  
  .related-news .related-pic {
    margin-bottom: 16px;
  }
  
  .related-news .related-title h6 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  
  .related-news .related-desc {
    font-size: 14px;
    margin-bottom: 12px;
    -webkit-line-clamp: 2;
  }
  
  .related-news .related-link a {
    font-size: 14px;
  }
  
  .pro-bar {
    margin: 30px 0;
    padding: 15px 0;
  }
  
  .pro-bar a {
    font-size: 14px;
  }
  
  .pro-bar a p {
    max-width: 150px;
    margin: 0 10px;
    font-size: 13px;
  }
  
  .pro_tab_box {
    height: 44px;
    margin-bottom: 20px;
  }
  
  .pro_tab {
    height: 44px;
  }
  
  .pro_tab ul {
    padding: 0 10px;
  }
  
  .pro_tab ul li {
    height: 43px;
    line-height: 43px;
    font-size: 12px;
    padding: 0 8px;
  }
}

@media screen and (max-width: 767px) {
  .ouruidi-news-read .news-title h1 {
    font-size: 26px;
    line-height: 36px;
  }
  
  .related-news .related-item {
    max-width: 100%;
  }
  
  .pro-bar {
    margin: 20px 0;
    padding: 15px 0;
  }
  
  .pro-bar a p {
    display: none;
  }
  
  .pro-bar a span {
    font-size: 14px;
  }
  
  .pro_tab_box {
    height: 40px;
    margin-bottom: 15px;
  }
  
  .pro_tab {
    height: 40px;
  }
  
  .pro_tab.scroll-top {
    top: 60px;
  }
  
  .pro_tab ul li {
    height: 39px;
    line-height: 39px;
    padding: 0 5px;
  }
}
