.containerBox .headerFiexd .banner .bannerDes {
  position: absolute;
  top: 1.96rem;
  left: 2.42rem;
  z-index: 9;
}
.containerBox .headerFiexd .banner .bannerDes .swiper_text {
  font-family: Source Han Sans CN-Medium;
  font-weight: 500;
  font-size: 0.48rem;
  color: #333333;
  line-height: 0.82rem;
  margin-bottom: 0.12rem;
}
.containerBox .headerFiexd .banner .bannerDes .swiper_btn {
  font-family: Source Han Sans CN-Regular;
  font-weight: 400;
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.3rem;
  width: 6.2rem;
}
.containerBox {
  background: #ffffff;
}
.containerBox .headerFiexd .banner {
  position: relative;
  width: 100%;
  height: 5rem;
}
.containerBox .headerFiexd .banner .swiper-container {
  height: 5rem;
}
.containerBox .headerFiexd .banner .swiper-container img {
  height: 5rem !important;
}
.containerBox .content {
  padding-top: 0.66rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #333333;
}
.containerBox .content .noData {
  color: #333333;
  font-size: 0.3rem;
  height: 3rem;
  line-height: 3rem;
}
.containerBox .content .contentBox {
  width: 14.4rem;
  height: 2.1rem;
  padding: 0.2rem;
  box-sizing: border-box;
  margin-bottom: 0.2rem;
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  cursor: pointer;
}
.containerBox .content .contentBox .image {
  width: 3rem;
  height: 1.7rem;
  border-radius: 0.04rem;
  overflow: hidden;
  margin-right: 0.24rem;
  flex-shrink: 0;
}
.containerBox .content .contentBox .image img {
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
}
.containerBox .content .contentBox .image img:hover {
  transform: scale(1.1);
}
.containerBox .content .contentBox .desContent {
  width: 10.8rem;
  height: 100%;
  padding: 0.14rem 0;
  box-sizing: border-box;
}
.containerBox .content .contentBox .desContent .title {
  font-family: Source Han Sans CN-Medium;
  font-weight: 500;
  font-size: 0.2rem;
  color: #333333;
  margin-bottom: 0.12rem;
  white-space: nowrap;
  /* 溢出部分隐藏 */
  overflow: hidden;
  /* 使用省略号表示被截断的文本 */
  text-overflow: ellipsis;
}
.containerBox .content .contentBox .desContent .des {
  font-family: Source Han Sans CN-Normal;
  font-weight: 400;
  font-size: 0.16rem;
  color: #666666;
  margin-bottom: 0.2rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 这里设置显示的行数 */
  overflow: hidden;
  height: 0.52rem;
  line-height: 0.26rem;
}
.containerBox .content .contentBox .desContent .infoContent {
  display: flex;
  align-items: center;
}
.containerBox .content .contentBox .desContent .infoContent .line {
  width: 1px;
  height: 0.16rem;
  background: rgba(0, 0, 0, 0.1);
  margin: 0 0.2rem;
}
.containerBox .content .contentBox .desContent .infoContent .publishtime .key {
  font-family: Source Han Sans CN-Regular;
  font-weight: 400;
  font-size: 0.16rem;
  color: #999999;
}
.containerBox .content .contentBox .desContent .infoContent .publishtime .val {
  font-family: Source Han Sans CN-Medium;
  font-weight: 400;
  font-size: 0.16rem;
  color: #666666;
}
.containerBox .content .contentBox .desContent .infoContent .browse .key {
  font-family: Source Han Sans CN-Regular;
  font-weight: 400;
  font-size: 0.16rem;
  color: #999999;
}
.containerBox .content .contentBox .desContent .infoContent .browse .val {
  font-family: Source Han Sans CN-Medium;
  font-weight: 400;
  font-size: 0.16rem;
  color: #666666;
}
.containerBox .content .contentBox_Active {
  background: #f8f8f8;
}
.containerBox .tabContent {
  width: 14.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0.69rem auto 0;
}
.containerBox .tabContent .tabBox {
  display: flex;
  align-items: center;
}
.containerBox .tabContent .tabBox .tabBox_item {
  font-family: Source Han Sans CN-Regular;
  font-weight: 400;
  font-size: 0.24rem;
  color: #333333;
  line-height: 0.41rem;
  height: 0.41rem;
  margin-right: 0.92rem;
  cursor: pointer;
}
.containerBox .tabContent .tabBox .tabBox_item.tabBox_item_active {
  font-family: Source Han Sans CN-Bold;
  font-weight: bold;
  font-size: 0.28rem;
  color: #333333;
  line-height: 0.41rem;
  position: relative;
}
.containerBox .tabContent .tabBox .tabBox_item.tabBox_item_active::after {
  position: absolute;
  bottom: -0.06rem;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  display: block;
  width: 0.4rem;
  height: 0.04rem;
  border-radius: 0.13rem;
  background-color: #3082FF;
}
.containerBox .tabContent .tabSearchBox {
  position: relative;
}
.containerBox .tabContent .tabSearchBox #searchVal {
  width: 4.15rem;
  height: 0.6rem;
  font-size: 0.2rem;
  font-family: Source Han Sans CN-Regular;
  box-sizing: border-box;
  padding: 0.15rem 1.16rem 0.15rem 0.2rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.containerBox .tabContent .tabSearchBox .tabSearchBtn {
  position: absolute;
  right: 0rem;
  width: 1.16rem;
  height: 0.6rem;
  background: #3082FF;
  border: 1px solid #3082FF;
  font-family: Source Han Sans CN-Regular;
  font-weight: 400;
  font-size: 0.2rem;
  color: #FFFFFF;
}
