.tab-pane{ padding:0px 12px; }

.features3{ padding:40px 40px; border-radius: 20px;
  background: #fff;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  
}
.features4{ width:48%; margin-right:4%; padding:40px 40px; border-radius: 20px; background: #fff;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);}
.features5{ width:48%;  padding:40px 40px; border-radius: 20px; background: #fff;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);}

.newspiclist{ width:100%; overflow: hidden;}


/*
.news-list {
	
}
*/

.news-item {
  display: flex;
  padding: 1.2% 3% 1.2% 3%;
  border-bottom: 1px solid #eee;
  transition: background-color 0.3s;
  justify-content: flex-start;
  align-items: center; /* 添加这行使所有子项垂直居中 */
}

.news-item:last-child {
  border-bottom: none;
}

.news-item:hover {
  background-color: rgba(226, 241, 251, 0.7);
}

.news-date {
  width: 6%;
	min-width:66px;
  height: 19%;
  text-align: center;
  margin-right: 15px;
  flex-shrink: 0;
  border-radius: 5px;
  border: 2px solid #1e4d96;
  display: flex; /* 添加flex布局 */
  flex-direction: column; /* 垂直排列子元素 */
  justify-content: center; /* 垂直居中内容 */
}

.news-date .day {
  font-size: 1.5rem;
  font-weight: bold;
  color: #1e4d96;
  line-height: 1;
  padding-top: 10%;
}

.news-date .year-month {
  font-size: 0.9rem;
  color: #1e4d96;
  margin-top: 1%;
	margin-bottom: 5%;
}

.news-content h5 {
   font-size:clamp(14px, 2.0vw, 16px);
  margin-bottom: 0.5%;
   color: #282E2E;
   font-weight: normal;
}

.news-content p {
   font-size:clamp(14px, 2.0vw, 15px);
  color: rgba(105,117,116,1);
  margin-bottom: 0;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}



@media (min-width: 980px) {
  .news-content p {
	  
	}

}
@media (min-width: 1100px) {
    .news-content p {
	}
}
@media (min-width: 1400px) {
  .news-content p {
	  -webkit-line-clamp: 2;
	}

}
@media (min-width: 1560px) {
  .news-content p {
	  
	}

}
@media (min-width: 1900px) {
  .news-content p {
	}
	

}
@media (min-width: 2400px) {
  .news-content p {
	  
	}

}
/* 轮播新闻图文 */



/* 修改后的文字容器样式 - 不再是绝对定位 */
.blue-bg-caption {
  background-color: rgba(30, 77, 150, 1);
  color: white;
  text-align: left;
  padding: 15px !important;
  border-top: 2px solid #c29c6c;
}

/* 标题样式 */
.blue-bg-caption h5 {
  color: white;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

/* 简介文字样式 */
.blue-bg-caption p {
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 0.3rem;
  font-size: 1rem;
}

/* 图片填充容器 */
.object-fit-cover {
  object-fit: cover;
}

/* 确保carousel-item填充整个高度 */
.carousel-item {
  height: 100%;
  
}
#newsCarousel{
	border-radius: 10px;
	overflow: hidden;
}


/*小框列表*/
.news-list {
	min-height: 500px;
	padding-left: 0rem;
}
.news-s-item {
	margin-bottom: 1rem;
	padding-bottom: 0.5rem;
}
.news-s-date {
	color: #a1a1a1;
	margin-right: 10px;
}
.news-s-title {
	font-size: 1.2rem;
	display: -webkit-box;
	  -webkit-line-clamp: 1;
	  -webkit-box-orient: vertical;
	  overflow: hidden;
}
.news-s-title:hover {
	text-decoration: none;
}

.seach_rshow1{ height: auto;}
.seach_keyshow1{ width:100%; height: 46px; border:1px solid #003766; border-radius: 30px; overflow: hidden; padding: 1px; margin: 0 0 10px 0;background-color: #fff;}
.seach_keyshow1 input{ float:left; height:100%; line-height: 150%;}
.seach_keyshow1 input[type="text"]{ width:76%; height:100%; text-align: left; margin: 0px; padding: 0px 0 0 2%; border:0px;}
.seach_keyshow1 input[type="submit"]{ width:24%; text-align: center; padding: 0px; border: 0px; border-radius: 30px;background-color: #003766;}

.seach_rshow1 select{ background-color: #e6e6e6;}
.seach_rshow1 select option{ background-color: #ffffff;}


.newsIm-item{
  float: left;
  width:30%;
  aspect-ratio: 1 / 1.18;
  overflow: hidden;
  margin: 1% 1.5% 1% 1.5%;
  border-bottom: 0px solid #eee;
  justify-content: flex-start;
  align-items: top; /* 添加这行使所有子项垂直居中 */
  border-radius: 10px;
  background-color: #ffffff;
}

.newsIm-img{
 display: block;
 width:100%;
}
.newsIm-img img{

 width:100%;
}
.newsIm-content{
  display: block;
  width:100%;
  
   
}
.newsIm-content h5 {
   font-size:clamp(16px, 2.0vw, 18px);
   padding: 15px 5% 0 5%;
   color: #333;
   font-weight: bold;
}

.newsIm-content p {
  padding: 0 5%;
   font-size:clamp(14px, 2.0vw, 15px);
  color: #444;
  margin-bottom: 5px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.newsIm-content a.more1{
  border-radius: 20px;
  border: 1px solid #ccc;
  font-size: 15px;
   padding:3px 20px;
   color:#444;
   margin-left: 3%;
}
.newsIm-content a.m_wx{
  margin-right: 5%;
  display: none;
}
.newsIm-content a.m_wx img{ width:8%;}

.newsIm-item:hover{background-color: #003766;}
.newsIm-item:hover h5,.newsIm-item:hover p,.newsIm-item:hover a{color: #fff;}

.newsIm-item.nolist1:hover{background-color: #ffffff;}
.newsIm-item.nolist1:hover h5,.newsIm-item:hover p,.newsIm-item:hover a{color: #898989;}





