.l-content {
  background-color: #eff7fb;
  align-items: center;
}

.l-content .l-content-right{
   display: flex;
   flex-direction: column;
   align-items: center;
}


.l-content-right .news-list .news_ul {
  display: flex;
  flex-direction: column;
  gap: .49rem;
  padding: .61rem 0;
  width: 14.47rem;
}

.l-content-right .news-list{
  width: 14.47rem;
}

.l-content-right .news-list .news_ul .news_ul_li {
  width: 14.47rem;
  height: 4.25rem;
  position: relative;
  display: flex;
  align-items: center;
  z-index: 1;
}

.l-content-right .news-list .news_ul .news_ul_li .l-news-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 10.26rem;
  height: 3.99rem;
  padding-right: 1rem;
  background: #FDFDFD;
  border-radius: .15rem;
}




/* .l-content-right .news-list .news_ul .news_ul_li:nth-child(even) .l-news-img {
  margin-right: 0rem;
}

.l-content-right .news-list .news_ul .news_ul_li:nth-child(odd) .l-news-img {
  margin-right: .36rem;
  margin-left: -.87rem;

} */

/* 2,4... */
.l-content-right .news-list .news_ul .news_ul_li:nth-child(even) .l-news-img {
  position: absolute;
  left: 0;
}

/* 1,3... */
.l-content-right .news-list .news_ul .news_ul_li:nth-child(odd) .l-news-img {
  position: absolute;
  right: 0;
}

/* 2,4... */
.l-content-right .news-list .news_ul .news_ul_li:nth-child(even) .l-news-info {
  padding: .68rem .54rem .68rem 0;
  position: absolute;
  right: 0;
  z-index: 10;
}



/* 1,3... */
.l-content-right .news-list .news_ul .news_ul_li:nth-child(odd) .l-news-info {
  padding: .68rem 0 .68rem .35rem;
  position: absolute;
  left: 0;
  z-index: 10
}

.l-content-right .news-list .news_ul .news_ul_li .l-news-img {
  margin-left: auto;
  z-index: 22;

  display: inline-block;
  width: 5.21rem;
  /* 容器宽度 = 图片原始宽度 */
  height: 4.5rem;
  /* 容器高度 = 图片原始高度 */
  overflow: hidden;
  /* 确保圆角生效 */
  border-radius: 0.2rem;
  /* 圆角大小（可调整） */
}



.l-content-right .news-list .news_ul .news_ul_li .l-news-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;

  /* clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 10% 100%);  */
  /* 梯形裁剪 */
  border-radius: 0.2rem;
  /* 圆角（与容器一致） */
}


.l-content-right .news-list .news_ul .news_ul_li .l-news-info .title {
  width: 7rem;
}

.l-content-right .news-list .news_ul .news_ul_li .l-news-info .title,
.l-content-right .news-list .news_ul .news_ul_li .l-news-info .title span,
.l-content-right .news-list .news_ul .news_ul_li .l-news-info .title a {
  font-weight: 400;
  font-size: .54rem;
  color: #282828;
  white-space: nowrap;
  /* 禁止换行 */
  overflow: hidden;
  /* 隐藏超出部分 */
  text-overflow: ellipsis;
  /* 超出部分显示省略号 */
  display: block;
}

.l-content-right .news-list .news_ul .news_ul_li .l-news-info .desc {
  width: 7rem;
}

.l-content-right .news-list .news_ul .news_ul_li .l-news-info .desc,
.l-content-right .news-list .news_ul .news_ul_li .l-news-info .desc span,
.l-content-right .news-list .news_ul .news_ul_li .l-news-info .desc a {
  font-weight: 400;
  font-size: .28rem;
  color: #282828;
  display: -webkit-box;
  /* 使用弹性盒子布局 */
  -webkit-box-orient: vertical;
  /* 垂直方向排列 */
  -webkit-line-clamp: 3;
  overflow: hidden;
  /* 超出部分隐藏 */
  text-overflow: ellipsis;
  /* 超出部分显示省略号 */
  word-break: break-word;
  /* 允许单词换行（防止长单词溢出） */
}

.l-content-right .news-list .news_ul .news_ul_li:nth-child(even) .l-news-info {
  padding-left: 2.44rem;
}



.l-content-right .news-list .news_ul .news_ul_li .l-news-info .right-arrow {
  width: .31rem;
  height: .26rem;
  margin-top: auto;
  margin-left: auto;
  margin-right: .02rem;
  background-image: url(/_upload/tpl/12/70/4720/template4720/resources/images/newsImage/icons/right_arrow.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.l-content-right .news-list .news_ul .news_ul_li .l-news-info .line {
  width: 100%;
  height: .03rem;
  background: #E7B064;
  margin-top: .15rem;
}



.l-content-right .news-list .news_ul .news_ul_li .l-news-info .info {
  font-size: .18rem;
  color: #202020;
  margin-bottom: .2rem;
}

.l-content-right .news-list .news_ul .news_ul_li .l-news-info .info a {
  display: block;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.l-content-right .news-list .news_ul .news_ul_li .l-news-info .date {
  font-size: .18rem;
  color: #C18C3A;
}


.l-content-right .middle-trapezoid {
  width: .89rem;
  height: 3.38rem;
  z-index: 11;
  background-size: cover;
}

.l-content-right .news-list .news_ul .news_ul_li:nth-child(odd) .middle-trapezoid {
  background-image: url(/_upload/tpl/12/70/4720/template4720/resources/images/right_trapezoid.png);
  position: absolute;
  left: 6.25rem;
}

.l-content-right .news-list .news_ul .news_ul_li:nth-child(even) .middle-trapezoid {
  background-image: url(/_upload/tpl/12/70/4720/template4720/resources/images/left_trapezoid.png);
  position: absolute;
  left: 5.01rem;

  /* margin-left: ; */
  /* margin-right: -2px; */
}


@media (max-width: 768px) {

  .l-content-right .news-list .news_ul .news_ul_li .l-news-info .desc,
  .l-content-right .news-list .news_ul .news_ul_li .l-news-info .desc span,
  .l-content-right .news-list .news_ul .news_ul_li .l-news-info .desc a {
    font-size: .35rem;
  }


}