/* 统一的项目样式 */
.news_item {
  display: flex;
  margin-bottom: 10px;
  width: 944px;
  height: 174px !important;
  flex-direction: column;
  background: #FAFAFA;
  padding: 0 !important;
  border: none !important;
  border-radius: 8px 8px 8px 8px;
  text-decoration: none;
  color: inherit;
}

/* 标题、内容和时间的样式 */
.item_title {
  width: 800px;
  height: 28px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 800;
  font-size: 20px;
  color: #2C313D;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin: 17px 24px;
  overflow: hidden;         /* 超出部分隐藏 */
  text-overflow: ellipsis;  /* 超出部分显示省略号 */
}

.item_content {
  width: 895px;
  height: 53px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 16px;
  color: #9B9B9B;
  line-height: 28px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  text-indent: 2em;
  overflow: hidden;         /* 超出部分隐藏 */
  text-overflow: ellipsis;  /* 超出部分显示省略号 */
  margin-left: 24px;
}

.item_time {
  width: 200px;
  height: 22px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 800;
  font-size: 16px;
  color: #707070;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin: 18px 24px;
}

/* 鼠标悬停效果 */
.news_item:hover, .news_item.hover-effect {
  box-shadow: 0px 0px 12px 1px rgba(12, 111, 64, 0.18);
  border: none;
  transition: all 0.3s ease; /* 添加过渡效果 */
}

/* 其他原有样式保留或调整 */
.top_one{
  margin-top: 10px;
  background: #FAFAFA;
}

.btn_list .active {
  width: 220px;
  height: 52px;
  background: #D3EAFF;
  text-align: start;
  line-height: 52px;
  padding-left: 10px;
  font-family: PingFang SC, PingFang SC;
  font-weight: bold;
  font-size: 16px;
  color: #007AEF;
}

.item_text .text_date{
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: 14px;
  font-style: normal;
}

.item_text .text_more{
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 500;
  font-size: 16px;
  font-style: normal;
}

.top_title{
  width: 208px;
  height: 28px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 800;
  font-size: 20px;
  color: #2C313D;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin: 17px 24px;
  overflow: hidden;         /* 超出部分隐藏 */
  text-overflow: ellipsis;  /* 超出部分显示省略号 */
}

.top_T2{
  width: 96px;
  height: 22px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 800;
  font-size: 16px;
  color: #707070;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin: 18px 24px;
}