  body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    margin: 0;
    padding: 0;
	background:#F5F6F7;
  }
.news_list2{
	flex-wrap:wrap;
	background:#fff;
	border-radius:30px;
	box-shadow:0 0 5px #ddd;
}
.news_list2 .tab-buttons{
	width:100%;
	height:55px;
	line-height:55px;
	display:flex;
	border-bottom:1px solid #ddd;
}
.news_list2 .tab-buttons div{
	width:25%;
	text-align:center;
	font-weight:600;
	color:#555;
	font-size:20px;
	cursor:pointer;
}
.news_list2 .tab-buttons div.active{
	color:#0143F8;
}
.news_list2 .tab-content{
	width:100%;
	box-sizing:border-box;
	padding:20px;
}
.news_item{
	width:100%;
	display:flex;
	margin:10px 0px;
}
.news_item img{
	width:200px;
	height:150px;
	margin-right:15px;flex: 0 0 auto;

}
.news_item .news_text{
	width:calc(100% - 215px);
}
.news_item a{
	color:#000;
	text-decoration:none;
}
.news_item p{
	width:100%;
	font-size:19px;
	margin-top:15px;
	margin-bottom:15px;
	white-space: nowrap;        /* 不换行 */
	overflow: hidden;           /* 溢出隐藏 */
	text-overflow: ellipsis;    /* 超出部分显示省略号 */
}
.news_item span{
	color:#666;
	display:block;
	margin-bottom:15px;
}
  .news_detail {
    max-width: 1200px;
    margin: 40px auto;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 0 5px #aaa;
    border-radius: 12px;
  }

  .news_detail h1 {
    font-size: 1.65rem;
	padding:20px 0px;
    font-weight: bold;
    margin-bottom: 24px;
    text-align: center;
    color: #222;
	border-bottom:1px solid #ddd;
  }

  .news_detail .content {
    font-size: 1rem;
    line-height: 1.8;
    color: #444;
    word-break: break-word;
  }

  .news_detail .content img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 20px auto;
    border-radius: 8px;
  }
.pagination {
  text-align: center;
  margin-top: 20px;
}
.pagination span {
  margin: 0 5px;
  padding: 5px 10px;
}
.pagination span.active {
  background-color: #0056b3;
  color: white;
}
  @media screen and (max-width: 768px) {
    .news_detail {
      margin: 20px 15px;
      padding: 15px;
    }
	.news_list2{
        width: 96%;
        margin: 0 2%;
	}

    .news_detail h1 {
      font-size: 1.5rem;
    }

    .news_detail .content {
      font-size: 0.95rem;
    }
	.news_item img{
		width:100px;
		height:75px;
		margin-right:5px;
	}
	.news_item .news_text{
		width:calc(100% - 100px);
	}
	.news_item p,.news_item span,.news_item a{
		margin:0;
		font-size:14px;
	}
	.news_item p{
		margin-bottom:5px;
	}
	.news_list2 .tab-buttons div{
		font-size:16px;
	}
	.news_list2 .tab-content{
		padding:6px;
	}
  }

  @media screen and (max-width: 480px) {
    .news_detail h1 {
      font-size: 1.3rem;
    }

    .news_detail .content {
      font-size: 0.9rem;
    }
  }
  
.news-item {
  border-bottom: 1px solid #eee;
  padding: 0px 0;
}
.news-item h3 {
  font-size: 18px;
}
.news-item p {
  font-size: 14px;
  color: #666;
}

.pagination {
  margin-top: 20px;
  text-align: center;
}
.pagination button {
  margin: 0 5px;
  padding: 5px 10px;
}
.pagination button.active {
  background: #004080;
  color: white;
}