.jyzn-main {
  padding-top: 18.23vw;
}
.tab-common-cont {
  background-color: #fff;
  height: 70px;
  width: 100%;
}

.tab-inner-cont {
  margin: 0 auto 24px;
}
.tab-inner-cont,
.tab-inner-cont .el-tabs,
.tab-inner-cont .el-tabs__nav-wrap,
.tab-inner-cont .el-tabs__header,
.tab-inner-cont .el-tabs__nav-scroll,
.tab-inner-cont .el-tabs__nav {
  height: 100%;
}
.tab-inner-cont .el-tabs__nav {
  width: 100%;
}
.tab-inner-cont .el-tabs__nav-wrap::after {
  display: none;
}

.tab-inner-cont .el-tabs__item {
  height: 70px;
  line-height: 70px;
  font-size: 18px;
  color: rgba(48, 49, 51, 1);
  padding: 0;
  text-align: center;
}
.tab-inner-cont .el-tabs__item a {
  color: rgba(48, 49, 51, 1);
}
.tab-inner-cont .el-tabs__item.is-active {
  font-size: 22px;
  font-weight: bold;
}
.tab-inner-cont .el-tabs__item.is-active a {
  color: rgba(45, 62, 226, 1);
}
.jyzn-tab-inner-cont .el-tabs__item {
  width: 20%;
}
.jyzn-list-cont {
  padding: 10px 30px;
  border-radius: 2px;
  background-color: #fff;
  margin: 30px auto;
}
.list-empty-img {
  display: block;
  width: 400px;
  margin: 0 auto;
}
.jyzn-list-item {
  height: 88px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(229, 229, 229, 1);
}
.jyzn-list-item-title {
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 20px;
  color: rgba(51, 51, 51, 1);
  cursor: pointer;
}
.jyzn-list-item:hover .jyzn-list-item-title {
  color: rgba(45, 62, 226, 1);
}
.jyzn-list-item-date {
  font-size: 16px;
  color: rgba(48, 49, 51, 1);
}
.xwzx-list-cont {
  margin: 30px auto;
}
.xwzx-list-item {
  height: 233px;
  border-radius: 2px;
  background-color: #fff;
  padding: 33px 39px 31px 35px;
  position: relative;
  display: flex;
  margin: 0 0 27px;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 2px;
}
.xwzx-list-item:hover {
  border: 1px solid rgba(229, 229, 229, 1);
  box-shadow: 0px 0px 12px 4px rgba(0, 0, 0, 0.08);
}
.xwzx-list-item:hover .xwzx-list-item-title {
  color: rgba(45, 62, 226, 1);
}
.xwzx-list-item-left {
  width: 296px;
  height: 169px;
  position: relative;
  margin-right: 30px;
}
.xwzx-list-item-img {
  display: block;
  width: 100%;
  height: 100%;
}
.xwzx-list-item-right {
  flex: 1;
  overflow: hidden;
}
.xwzx-list-item-title {
  font-size: 24px;
  color: rgba(48, 49, 51, 1);
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 20px;
}
.xwzx-list-item-desc {
  font-size: 16px;
  color: rgba(96, 98, 102, 1);
  line-height: 28px;
  height: 84px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  margin-bottom: 12px;
}
.xwzx-list-item-date {
  font-size: 14px;
  color: rgba(144, 147, 153, 1);
}
.tab-common-cont-item-a {
  display: block;
  width: 100%;
  height: 100%;
}
.jyzn-tab-inner-cont .el-tabs__nav-scroll{
    overflow-x: auto;
    padding-bottom: 0.1vw;
}

/* 新闻中心移动端样式 */
@media (max-width: 768px) {
  /* 调整标签页样式 */
  .tab-common-cont {
    margin-bottom: 5vw;
        margin-top: 20vw;
  }
  .list-empty-img {
    width: 50vw;
    margin: 0 auto 30px;
  }
  
  .tab-inner-cont {
    padding: 0 3vw;
  }
  
  .jyzn-tab-inner-cont {
    overflow-x: auto;
  }
  
  .el-tabs :deep(.el-tabs__nav-scroll) {
    overflow-x: auto;
    overflow-y: hidden;
  }
  .el-tabs__nav-scroll{
    overflow-x: auto;
    overflow-y: hidden;
  }
  .el-tabs :deep(.el-tabs__nav) {
    min-width: max-content;
    font-size: 3.5vw;
  }
  
  /* 调整新闻列表容器 */
  .xwzx-list-cont {
    padding: 0 3vw;
  }
  .jyzn-tab-inner-cont .el-tabs__item{
    width: fit-content;
    padding: 0 2vw;
  }
  /* 调整新闻列表项 */
  .xwzx-list-item {
    flex-direction: column;
    margin-bottom: 5vw;
    padding: 3vw;
        height: unset;
  }
  
  .xwzx-list-item-left {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 3vw;
  }
  
  .xwzx-list-item-img {
    aspect-ratio: 16/9;
    object-fit: cover;
  }
  
  .xwzx-list-item-title {
    font-size: 4vw;
    margin-bottom: 2vw;
  }
  
  .xwzx-list-item-desc {
    font-size: 3.5vw;
    line-height: 5vw;
    height: auto;
    -webkit-line-clamp: 2;
    margin-bottom: 2vw;
  }
  
  .xwzx-list-item-date {
    font-size: 3.5vw;
  }
}