.home_body {
  width: 100%;
  margin-top: 28px;
  margin-bottom: 40px;
}
.home-item {
  display: flex;
  justify-content: space-between;
}
.item-left {
  width: 820px;
  background: #ffffff;
  box-shadow: 0px 12px 28px 0px rgba(194, 196, 199, 0.23);
  border-radius: 12px;
}
.top-block {
  /* height: 700px; */
  margin-bottom: 20px;
}
.item-right {
  width: 560px;
}
.bottom-block {
  height: auto;
  background: #ffffff;
  box-shadow: 0px 12px 28px 0px rgba(194, 196, 199, 0.23);
  border-radius: 12px;
}
.swiper-block {
  width: 100%;
  height: 440px;
  margin-bottom: 20px;
}
.swiper-block img {
  width: 100%;
  height: 440px;
}
.swiper-container {
  height: 440px;
}
.list-dot {
  width: 6px;
  height: 6px;
  background: #154977;
  border-radius: 3px;
  margin-right: 10px;
}
.list-item {
  display: flex;
  align-items: center;
  margin: 0 20px;
  line-height: 28px;
  margin-bottom: 20px;
  justify-content: space-between;
}
.list-time {
  width: 98px;
  margin-left: 20px;
  font-weight: 400;
  font-size: 16px;
  color: #999999;
}
.list-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 400;
  font-size: 18px;
  color: #666666;
}
.list-title:hover {
  color: #154977;
  cursor: pointer;
}
.img-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.img-menu-item {
  width: 270px;
  height: 146px;
  box-shadow: 0px 12px 28px 0px rgba(194, 196, 199, 0.23);
  border-radius: 12px;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 22px;
  color: #ffffff;
  line-height: 36px;
}
.img-menu-item:first-child {
  width: 560px;
  height: 202px;
  font-size: 32px;
  line-height: 51px;
  margin-top: 0;
}
.img-1 {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.img-1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* 黑色半透明蒙层 */
  background-color: rgba(0, 0, 0, 0.3);
  /* 也可以使用其他颜色和透明度 */
  border-radius: 12px;
  /* background-color: rgba(255, 255, 255, 0.3); */
}
.img-1 .text a {
  position: relative;
  z-index: 1;
  color: white; /* 文字颜色与蒙层对比 */
}
.img-2 {
  background: url("../images/test.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.img-3 {
  background: url("../images/test.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.img-4 {
  background: url("../images/test.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.img-5 {
  background: url("../images/test.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.img-6 {
  background: url("../images/test.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.img-7 {
  background: url("../images/test.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.block-title {
  padding-top: 20px;
  padding-bottom: 16px;
  margin: 0 20px;
  margin-bottom: 26px;
  border-bottom: 1px solid #eaedef;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.left-title {
  font-weight: 500;
  font-size: 21px;
  color: #333333;
  line-height: 28px;
  cursor: pointer;
}
.more-text {
  font-weight: 400;
  font-size: 16px;
  color: #999999;
  line-height: 28px;
  cursor: pointer;
}
.item-right .more-text {
  display: none;
}
.item-right .more-text.active {
  display: block;
}
.item-right .list-block {
  display: none;
}
.item-right .list-block.active {
  display: block;
}
.tabs-item {
  font-weight: 400;
  font-size: 20px;
  color: #666666;
  line-height: 28px;
  margin-right: 22px;
  cursor: pointer;
}
.activeBtn {
  font-weight: bold;
  font-size: 21px;
}
.tabs-btn {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.swiper-pagination {
  text-align: end !important;
}
.swiper-pagination-bullet {
  width: 14px!important;
  height: 14px!important;
  background: #ffffff !important;
  border-radius: 7px!important;
  opacity: 1!important;
  margin: 0 12px 0 0!important;
}
.swiper-pagination-bullet-active {
  width: 40px!important;
}
.img-title {
  position: absolute;
  bottom: 10px;
  left: 20px;
  color: #ffffff;
  font-size: 18px;
}
.swiper-container {
  border-radius: 12px 12px 0 0;
}

/*# sourceMappingURL=home.css.map */
