/* 信息公开页面样式 */
section,header,footer,.page-banner{
  max-width: 1920px;
  margin: 0 auto;
}
/* 页面banner */
.page-banner {
  height: 400px;
  padding: 80px 0;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  background-image: url("../images/information/informationTop.png");
}
.page-banner h2{
  text-align: center;
  padding-top: 100px;
  font-size: 50px;
  color: #000;
  font-weight: 600;
}
.page-banner p{
  margin-top: 20px;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  font-weight: 600;
}

/* 选项卡样式 */
.infoBox{
  width: 100%;
}
.containerBxo{
  width: 1200px;
  margin: 0 auto;
}
.containerBxo .news-item{
  height:150px;
  display: flex;
  margin-bottom: 30px;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}
.news-item:hover {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}
.news-info {
  flex: 1;
  padding: 20px;
}

.news-info h3 {
  font-size: 20px;
  color: #333;
  margin-bottom: 10px;
}

.news-info p {
  color: #666;
  line-height: 1.6;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 3.2em; 
  text-indent: 2em;
}
.news-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #eee;
  padding-top: 15px;
  margin-top: 15px;
}
#laypage {
  text-align: center;
}
.news-item {
  height: 200px;
  display: flex;
  margin-bottom: 30px;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.news-item:hover {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}



@media (max-width: 480px) {
  .page-banner h1 {
    font-size: 1.8rem;
  }

  .info-section h2 {
    font-size: 1.5rem;
  }
}
