/* 轮播图 */

.swiper-container {
  width: 100%;
  height: 220px;
  position: relative;
  overflow: hidden;
}

.swiper-slide {
  width: 100%;
  height: 100%;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
}

/* 圆点颜色 */

.swiper-pagination-bullet-active {
  --swiper-theme-color: #fff;
}

/* 左右箭头样式 */

.swiper-button-next,
.swiper-button-prev {
  color: var(--bs-dark) !important;
}

/* 内容主体 */

.content {
  padding: 0 16px;
}

.content .news,
.content .notice {
  width: 100%;
  height: 60px;
  line-height: 60px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #d6d6d6;
  font-size: 18px;
  margin: 15px 0;
}

.flexs {
  display: flex;
  align-items: center;
}

.flexs img {
  width: 28px;
  height: 28px;
}

/* 图片 */

.article-img {
  width: 100%;
  display: flex;
  font-size: 16px;
  flex-direction: column;
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 20px;
}

.article-img div {
  width: 100%;
  height: 100%;
}

.article-img a span {
  margin: 10px 0 15px;
}

.article-img img {
  width: 100%;
  height: 100%;
}

/* 文章 */

.article-box {
  width: 100%;
}

.article-box ul li {
  border-bottom: 1px solid #d6d6d6;
}

.article-box ul li a {
  display: flex;
  justify-content: space-between;
  /* height: 50px;
    line-height: 50px; */
  padding: 20px 0;
  font-size: 16px;
  color: black;
  align-items: center;
}

.article-box ul li a .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 30px;
}

.article-box ul li a .title1 {
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-right: 30px;
}

.dangImg {
  padding: 0 16px;
  margin: 40px 0;
}

.dangImg .img1,
.dangImg .img2 {
  width: 100%;
  height: 150px;
}

.dangImg .img1 img,
.dangImg .img2 img {
  width: 100%;
  height: 100%;
}
