.super1_ul li{
	width:100%;
	height:552px;
	position:relative;
}
.super1_ul li>a{
	display: block;
	width:100%;
	height:100%;
}
.super1_ul li>a img{
	display: block;
	width:100%;
	height:100%;
}

.news-item {
  /* margin-bottom: 20px; */
  background-color: #fff;
  padding: 30px 0px;
  border-radius: 5px;
  /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); */
  border-bottom: 1px dashed #cacaca;
}

/* 标题样式 */
h2.title {
  font-size: 22px;
  /* font-weight: bold; */
  margin: 0;
  color: #000000;
  margin-bottom: 20px;
  font-weight: normal;
}
h2.title a{
	color: #000;
}
h2.title:hover{
	color:#3764b9;
}
h2.title:hover a{
	color:#3764b9;
}
/* 来源/日期样式 */
.meta {
  font-size: 16px;
  color: #a29d9d;
  margin-top: 5px;
}
.meta a{
	color: #a29d9d;
}
.source {
  margin-right: 20px;
}
/* 图文组合新闻样式 */
.news-with-image {
  display: flex;
  gap: 10px;
}

.image {
  /* flex: 0 0 200px; */ /* 图片宽度固定200px，可根据实际调整 */
  overflow: hidden;
  border-radius: 5px;
  width: 221px;
  height: 150px;
  margin-right: 15px;
}
.image img {
  width: 100%;
  height: 100%;
}

.content {
  flex: 1;
}
.news-with-image .title{
	padding-top: 22px;
}
.list_cc{
	margin-bottom:8%;
}
.super1>div{
	position: relative;
}
.super1_ul{
	    text-align: center;
	    display: inline-block;
}
.super1_ul li p{
	position: absolute;
	left:0px;
	right:0px;
	padding:10px 3% 20px 3%;
	bottom:0px;
	background:rgba(73,73,73,0.61);
	color:white;
	font-size: 18px;
}
.super1_ul li p a{
	color:white;
}
.btn{
	position: absolute;
	bottom: 6px;
	right: 0px;
	left: 0px;
	text-align: center;
}
.btn ul{
	display: inline-block;
	text-align: center;
	/* width: 100%; */
}
.btn ul li{
	float: left;
	width:51px;
	height:2px;
	background:white;
	margin: 0px 5px;
}
.btn ul li.on{
	background:#3764b9;
}


.container .h1 {
      font-size: 34px;
      font-weight: bold;
      text-align: center;
      margin: 20px 0;
      color: #000000;
    }
.container .h2 {
      font-size: 16px;
      font-weight: bold;
      text-align: center;
      margin: 10px 0;
      color: #888888;
      font-weight: normal;
    }
  .container .posit {
      /* text-indent: 2em; */ /* 首行缩进 */
      margin: 10px 0;
      font-size: 15px;
      color: #000000;
    }
    .container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 20px;
    }
    .dashed-line {
      border-top: 1px dashed #ccc;
      margin: 20px 0;
    }
    .image-container {
      text-align: center;
      margin: 20px 0;
    }
    .image-container img,.container p img,.container img {
      max-width: 100%;
      height: auto;
      display: block;
      width: auto;
      margin: auto!important;
    }
    .image-caption {
      font-size: 18px;
      font-weight: bold;
      text-align: center;
      margin: 10px 0 30px 0px;
      font-size: 18px !important;
    }
	.container p{
		color:#000000;
		font-size: 20px;
		font-weight: normal;
		line-height: 39px;
		margin-bottom: 20px;
	}
	.image-caption p{
		font-size:24px;
	}
	
	
	 .footer-container {
	      width: 100%;
	      text-align: center;
	      margin-top: 100px; /* 顶部间距，可根据需求调整 */
	      margin-bottom: 40px;
	    }
	    .editor {
	      margin-bottom: 20px;
	      font-size: 18px;
	      color: #9f9f9f;
	      text-align: right;
	      margin-top: 20px;
	    }
	    .like-btn {
	      display: inline-block;
	      /* background-color: #f2f2f2; */
	      border-radius: 20px;
	      padding: 3px 20px;
	      font-size: 16px;
	      color: #666;
	      cursor: pointer;
	      border: 1px solid #abaaab;
	      margin-bottom: 30px;
	    }
	    .dashed-line {
	      margin: 20px auto;
	      border-top: 1px dashed #ccc;
	    }
	    .copyright {
	      margin: 12px 0;
	      font-size: 16px;
	      color: #abaaab;
	    }