.jycyzd-outer-cont {
  width: 72.92vw;
  margin: 0 auto;
  background: linear-gradient(180deg, #f6fbff 0%, #ffffff 99%);
  padding: 1.04vw 2.08vw;
}
.jycyzd-row {
  flex-wrap: wrap;
  margin-top: 1.56vw;
}
.jycy-item {
  padding: 0.26vw;
  position: relative;
  margin-bottom: 1.46vw;
}
.jycy-inner-item {
  background-color: #fff;
  height: 16.67vw;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  padding: 0.52vw;
  position: relative;
  border-radius: 0.26vw;
  overflow: hidden;
}
.jycy-img {
  display: block;
  width: 100%;
  height: 9.69vw;
  margin-bottom: 0.83vw;
}
.jycy-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  font-size: 1.04vw;
  color: #3d3d3d;
}
.jycy-time {
  position: absolute;
  font-size: 0.83vw;
  color: #999;
  bottom: 0.52vw;
  right: 0.52vw;
}

/* 人在职场模块样式优化 */
.list-cover {
  height: 22.92vw;
  padding-top: 2.08vw; /* 增加顶部间距，拉开与tab切换头的距离 */
}

.jycy-list-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.04vw 1.77vw;
  margin-bottom: 1.04vw; /* 增加各内容项间距 */
  background-color: #fff;
  border-radius: 0.52vw;
  box-shadow: 0 0.13vw 0.52vw rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  position: relative;
}

.jycy-list-item:hover {
  transform: translateY(-0.13vw);
  box-shadow: 0 0.26vw 0.78vw rgba(0, 119, 211, 0.15);
  background-color: #f9fcff;
}

.jycy-title-text {
  flex: 1;
  font-size: 1.04vw;
  color: #3d3d3d;
  line-height: 1.5;
  margin-right: 1.04vw;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.jycy-time-text {
  font-size: 0.83vw;
  color: #999;
  white-space: nowrap;
}

.jycy-list-item:hover .jycy-title-text {
  color: #0077d3;
}

/* 美化更多按钮样式 */
.jycy-more-btn {
  display: inline-flex;
  align-items: center;
  padding: 0.52vw 1.04vw;
  background: linear-gradient(135deg, #0077d3 0%, #0087f0 100%);
  color: #fff !important;
  text-decoration: none;
  border-radius: 0.39vw;
  font-size: 0.94vw;
  transition: all 0.3s ease;
  box-shadow: 0 0.13vw 0.52vw rgba(0, 119, 211, 0.2);
}

.jycy-more-btn:hover {
  transform: translateY(-0.13vw);
  box-shadow: 0 0.26vw 0.78vw rgba(0, 119, 211, 0.3);
  background: linear-gradient(135deg, #0066bb 0%, #0077d3 100%);
}

.jycy-more-btn::after {
  content: '»';
  margin-left: 0.26vw;
  transition: transform 0.3s ease;
}

.jycy-more-btn:hover::after {
  transform: translateX(0.13vw);
}
