.recommendPage .swiper {
  width: 100%;
  height: 60vh;
}
.recommendPage .swiper .swiper-slide {
  width: 100%;
}
.recommendPage .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swperBox .swiper-pagination {
  bottom: 50px !important;
}

.swperBox .swiper-pagination-bullet {
  width: 20px !important;
  height: 20px !important;
  border-radius: 8px !important;
}

.swperBox .swiper-pagination-bullet-active {
  background: #005edb !important;
  /*background: url("../img/jzyIcon.png"); */
  /*background-size: cover; */

}

.ListBody {
  padding: 30px 0;
  display: flex;
  justify-content: center;
}

.ListBody .flexBox {
  width: 80%;
  /* background: #f5f5f5; */
  display: flex;
  justify-content: space-around;
}

.ListBody .flexBox .ClasssFyList {
  width: 230px;
  /* background: #f5f5f5; */
  border-top: 1px solid #e9e4ed;

  height: auto;
  border-bottom-right-radius: 15px;
  position: relative; /* 添加相对定位 */
  display: flex;
  flex-direction: column;
}

.ListBody .flexBox .ClasssFyList .item {
  height: 60px;
  font-size: 21px;
  display: flex;
  border-right: 1px solid #e9e4ed;

  border-left: 3px solid #007bff;
  cursor: pointer;
  font-weight: bold;
  color: #6c6173;
  justify-content: center;
  align-items: center;
  position: relative; /* 添加相对定位 */
  z-index: 1; /* 确保内容在伪元素之上 */
  background: linear-gradient(to right, #3d93f0, #007bff) left center / 0 100%
    no-repeat;
  transition: background-size 0.5s ease-in-out, color 0.5s ease-in-out;
}

.ListBody .flexBox .ClasssFyList .item a {
  color: #6c6173;
  text-decoration: none;
  text-align: center;
}

.ListBody .flexBox .ClasssFyList .item:last-child {
  border-bottom: 1px solid #e9e4ed;
}

.ListBody .flexBox .ClasssFyList .item:hover {
  width: 110%;
  border-right: none;
  border-bottom-right-radius: 25px;
  color: #fff; /* 鼠标悬停时文字颜色变为蓝色 */
  background-size: 100% 100%; /* 背景渐变宽度从0变为100% */
}

.ListBody .flexBox .ClasssFyList .item-select {
  width: 110%;
  border-bottom-right-radius: 25px;
  color: #fff; /* 鼠标悬停时文字颜色变为蓝色 */
  background-size: 100% 100%; /* 背景渐变宽度从0变为100% */
}

.ListBody .flexBox .ClasssFyList .item:hover a {
  width: 110%;
  border-right: none;
  border-bottom-right-radius: 25px;
  color: #fff; /* 鼠标悬停时文字颜色变为蓝色 */
  background-size: 100% 100%; /* 背景渐变宽度从0变为100% */
}

.ListBody .flexBox .ClasssFyList .item-select a {
  width: 110%;
  border-bottom-right-radius: 25px;
  color: #fff; /* 鼠标悬停时文字颜色变为蓝色 */
  background-size: 100% 100%; /* 背景渐变宽度从0变为100% */
}

.ListBody .ListBox {
}
.ListBody .ListBox::-webkit-scrollbar {
  display: none;
}
.MainBox {
  flex: 1;
  margin-left: 3%;
}

.ListBody .ListBox .items {
  display: flex;
  border: 1px solid #e9e4ed;
  padding: 5px 5px;
  border-radius: 8px;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 20px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15); /* 增加阴影深度 */
}

.ListBody .ListBox .imgContainer {
  width: 300px;
  height: 100%;
}
.ListBody .ListBox .imgContainer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ListBody .ListBox .textBox {
  width: 85%;
  padding: 0 3%;
  box-sizing: border-box;
  height: 100%;
}

.ListBox a {
  color: #000;
}

.ListBody .ListBox .textBox h1 {
  font-size: 19px;
}

.ListBody .ListBox .textBox p {
  color: #767676;
  font-size: 15px; /* 设置字体大小 */
  max-height: 100px; /* 设置最大高度 */
  overflow: hidden; /* 隐藏溢出的文本 */
  text-overflow: ellipsis; /* 显示省略号 */
  display: -webkit-box; /* 使用 flexbox 布局 */
  -webkit-line-clamp: 5; /* 最多显示4行 */
  -webkit-box-orient: vertical; /* 垂直排列 */
  white-space: normal; /* 允许文本换行 */
  word-wrap: break-word; /* 允许单词换行 */
}

.ListBody .ListBox .timeBox {
  width: 10%;
  height: 50%;
  font-size: 20px;
  /* background: #007bff; */
  border-radius: 5px;
  font-weight: bold;
  display: flex;
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.timeBox p {
  margin-bottom: 5px;
  font-size: 25px;
}

.MenuNavs {
  margin-left: 1%;
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #007bff;
  border-bottom: 1px solid #e9e4ed;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.MenuNavs a {
  text-decoration: none;
  color: #007bff;
}

.PicListBox {
  display: flex;
  flex-wrap: wrap;
}
.PicListBox .items {
  width: 260px;
  height: 180px;
  position: relative;
  margin: 20px;
}

.PicListBox .items img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.PicListBox .items .textInfoBox {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  text-align: center;
  background-color: #000;
  opacity: 0.8;
  filter: alpha(opacity = 80);
  margin-top: -36px;
  color: #fff;
}

.PicListBox .items .textInfoBox .text {
  margin: 0 auto;
  width: 79%;
  overflow: hidden;
  text-overflow: ellipsis; /* 超出部分显示省略号 */
  white-space: nowrap; /* 文本不换行 */
}



.frameworkBox .title {
  width: 100%;
  height: 50px;
  position: relative;
  padding-left: 20px;
  display: flex;
  align-items: center;
  background-color: #f0f0f0; /* 浅灰色背景 */

}

.frameworkBox .title::after {
  content: '';
  position: absolute;
  background: #0a7ffd;
  left: 0;
  height: 100%;
  width: 5px;

}

.frameworkBox .content{
  display: flex;
  flex-wrap: wrap;
}


.frameworkBox .items {
  margin: 10px 13px;
  font-size: 16px;
  color: #333;
  width: 200px;
  border: 1px solid #007bff;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}