.news-information-details {
  background: #f7f7f7;
}
.news-information-details-content {
  width: 1392px;
  margin: 0 auto;
  padding-top: 24px;
  padding-bottom: 72px;
}

.news-information-details-content-box {
  margin-top: 12px;
  padding: 0;
}
.news-information-details-content-left {
  background-color: #fff;
  padding: 24px;
  padding-top: 17px;
  border-radius: 8px;
}
.news-information-details-content-left-crumbs-current-icon {
  width: 16px;
  height: 18px;
  margin-top: -2px;
}
.news-information-details-content-left-crumbs {
  display: flex;
  align-items: center;
}
.news-information-details-content-left-crumbs-current {
  display: flex;
  align-items: center;
  gap: 2px;
  font-weight: 400;
  font-size: 12px;
  color: #515762;
  margin-right: 10px;
}
.news-information-details-content-left-crumbs-box {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 400;
  font-size: 12px;
  color: #515762;
}
/* 可点击 */
.news-information-details-content-left-crumbs-box-item {
  cursor: pointer;
}
.news-information-details-content-left-crumbs-box-item:hover {
  color: #0066ff;
}
.news-information-details-content-left-crumbs-box-active {
  color: #2d3139;
}
.news-information-details-content-left-line {
  width: 100%;
  height: 1px;
  background: #eeeeee;
  margin-top: 17px;
}
.news-information-details-content-left-title {
  font-weight: bold;
  font-size: 20px;
  color: #2d3139;
  line-height: 23px;
  margin-top: 24px;
  margin-bottom: 10px;
}
.news-information-details-content-left-info {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 12px;
  color: #515762;
  line-height: 24px;
}
.news-information-details-content-left-info-time,
.news-information-details-content-left-info-source,
.news-information-details-content-left-info-author {
  margin-right: 12px;
  margin-left: 2px;
}
.news-information-details-content-left-info-read {
  margin-left: 2px;
}
/* 具体的内容 */
.news-information-details-content-left-text {
  font-weight: 400;
  font-size: 14px;
  color: #515762;
  line-height: 24px;
  text-align: justify;
  margin-top: 24px;
  margin-bottom: 48px;
}
.news-information-details-content-left-text img{
  max-width: 100% !important;
  height: auto !important;
}
/* 免责声明 */
.news-information-details-content-left-disclaimer {
  width: 100%;
  background: #f7f7f7;
  border-radius: 2px;
  padding: 12px;
  font-weight: 400;
  font-size: 12px;
  color: #898f98;
  line-height: 18px;
  text-align: justify;
}
.news-information-details-content-left-keyword {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 400;
  font-size: 12px;
  color: #515762;
  margin: 24px 0;
}
.news-information-details-content-left-keyword-item {
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f7f7f7;
  border-radius: 8px;
  padding: 0 12px;
  font-weight: 400;
  font-size: 12px;
  color: #515762;
}
.news-information-details-content-left-bottom-line {
  width: 100%;
  height: 1px;
  background: #eeeeee;
}
.news-information-details-content-left-bottom {
  height: 66px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 400;
  font-size: 14px;
  color: #898f98;
}
.news-information-details-content-left-bottom-previous,
.news-information-details-content-left-bottom-next {
  max-width: 50%;
  display: flex;
  align-items: center;
  gap: 2px;
}
.news-information-details-content-left-bottom-next-text,
.news-information-details-content-left-bottom-previous-text {
  color: #2d3139;
  font-size: 14px;
  transition: all 0.3s;
}
.news-information-details-content-left-bottom-next-text:hover a,
.news-information-details-content-left-bottom-previous-text:hover a{
  color: #0066ff ;
  cursor: pointer;
}
.is-disabled {
  color: #2d3139;
}
.news-information-details-content-left-bottom-previous-text {
  max-width: 75%;
}
.news-information-details-content-left-related {
  background: #ffffff;
  border-radius: 8px;
  padding: 16px 24px;
  padding-bottom: 30px;
  margin-top: 12px;
}
.news-information-details-content-left-related-title {
  font-weight: bold;
  font-size: 14px;
  color: #121418;
  line-height: 16px;
}
.news-information-details-content-left-related-line {
  width: 100%;
  height: 1px;
  background: #eeeeee;
  margin: 16px 0;
}
.news-information-details-content-left-related-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0 24px;
}
.news-information-details-content-left-related-list-item {
  width: 48%;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 13px;
  color: #2d3139;
  line-height: 36px;
}
.news-information-details-content-left-related-list-item:hover {
  color: #0066ff;
  cursor: pointer;
}
.news-information-details-content-left-related-list-item:hover
  .news-information-details-content-left-related-list-item-dot {
  background-color: #0066ff;
  cursor: pointer;
}
.news-information-details-content-left-related-list-item-dot {
  width: 4px;
  height: 4px;
  flex-shrink: 0;
  background: #2d3139;
  border-radius: 50%;
  margin-right: 6px;
}
.news-information-details-content-left-related-list-item-text {
  max-width: 97%;
}
.news-information-details-content-left-bottom-next-text {
  max-width: 75%;
}
.news-information-details-content-right {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.news-information-details-content-right-box {
  padding: 16px 24px 24px 24px;
  background: #ffffff;
  border-radius: 8px;
}
.news-information-details-content-right-box-title {
  width: 100%;
  font-weight: bold;
  font-size: 14px;
  color: #121418;
}
.news-information-details-content-right-box-line {
  width: 100%;
  height: 1px;
  background: #eeeeee;
  margin-top: 17px;
  margin-bottom: 24px;
}
.news-information-details-content-right-box-tools,
.news-information-details-content-right-box-consultation {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  gap: 12px; /* 横向和纵向间距 */
}
.news-information-details-content-right-box-tools-item-content {
  max-width: 100%;
  height: 36px;
  display: flex;
  align-items: center;
  /* justify-content: center; */
  gap: 6px;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding-left: 12px;
}
.news-information-details-content-right-box-tools-item {
  height: 36px;
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #eeeeee;
  padding: 0;
  font-weight: 400;
  font-size: 12px;
  color: #515762;
  margin: 0;
  cursor: pointer;
}
.news-information-details-content-right-box-tools-item:hover{
  border-color: #0066ff;
} 
.news-information-details-content-right-box-tools-item:hover .tool-title{
  color: #0066ff;
} 
.tool-title {
  max-width: 55%;
  font-size: 13px;
}
.news-information-details-content-right-box-tools-item-icon {
  width: 20px;
  height: 20px;
}
.news-information-details-content-right-box-information-item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 400;
  font-size: 13px;
  color: #2d3139;
  line-height: 36px;
}
.news-information-details-content-right-box-information-item-text {
  max-width: 70%;
  /* width: 50%; */
}
.news-information-details-content-right-box-information-item-time {
  color: #515762;
}
.news-information-details-content-right-box-information-item:hover,
.news-information-details-content-right-box-consultation-item:hover {
  color: #0066ff;
  border-color: #0066ff;
  cursor: pointer;
}
.news-information-details-content-right-box-information-item:hover,
.news-information-details-content-right-box-information-item:hover
  .news-information-details-content-right-box-information-item-time {
  cursor: pointer;
  color: #0066ff;
}

.news-information-details-content-right-box-consultation-item {
  height: 36px;
  line-height: 34px;
  padding: 0 12px;
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #eeeeee;
  font-weight: 400;
  font-size: 13px;
  color: #2d3139;
  text-align: center;
}
.full-block-link {
  max-width: 98%;
  display: flex; /* 让 <a> 填满 <li> */
  align-items: center;
  text-decoration: none; /* 可选：移除下划线 */
  color: inherit; /* 继承文字颜色 */
}
