.conlx {
  display: flex;
  justify-content: space-between;
}
.conlx .ml {
  width: 56.6%;
}

.conlx .mr {
  width: 40%;
  border-bottom: 1px solid #d4b9a4;
}

.conlx .news_imgs {
  padding-top: 0.01%;
}


.imgboxs11 {
  position: relative;
}

.conlx .mr .newslx .news_title {
  font-size:16px;
  line-height: 4.1;
  box-sizing: border-box;
  border-top: 1px solid #d4b9a4;
}
.conlx .news_text {
  font-size: var(--titleSize);
  line-height: 1.27;
  color: #555555;
  font-family: 'calibril';
}
.conlx .news_text a {
  color: #555555;
}
.conlx .news_date {
  font-size: var(--smailSize);
  color: #999999;
  line-height: 1.18;
}
.conlx .ml .news_title {
  line-height: 4.2rem;
  position: absolute;
  bottom: 0;
  z-index: 1;
  color: #fff;
  /*text-align: center;*/
  /*width: 100%;*/
  box-sizing: border-box;
  padding: 0 0.1rem;
  font-size: 18px;
}
.mask11 {
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../img/mask11.png) no-repeat center center / cover;
  width: 100%;
  height: 3.98rem;
  z-index: 1;
}






.newsly {
    width: 100%;
    padding: 5px 0 1px;
    overflow: hidden; /* 修复浮动塌陷 */
}
.newsly .layout {
    max-width: 1320px;
    margin: 0 auto;
    overflow: hidden;
}
.newsly .layout .lanmu {
    overflow: hidden;
    margin-bottom: 22px;
    background-repeat: no-repeat;
    background-position-y: bottom;
}
.newsly .layout .lanmu h2 {
    float: left;
    font-size: 28px;
    position: relative;
    font-weight: bold;
    color: #b01f24;
    margin: 0;
    padding-left: 25px;
}
.newsly .layout .lanmu h2::before{
    height: 28px;
    border-left: 7px solid #b01f24;
    left: 0;top: 50%;top:50%;
    transform: translateY(-50%);
    position: absolute;content: "";
}
.left-news {
    width: 68%;
    float: left;
    margin-right: 2%;
}
.right-news {
    width: 30%;
    float: right;
}
.newsly .layout .lanmu .more {
    height: 20px;
    font-size: 14px;
    color: #666;
    line-height: 49px;
    float: right;
}
.newsly .layout .lanmu .more:hover {
    color: #003f88;
}
.newsly .layout .lanmu .top-left-1 a{
    height: 20px;
    font-size: 16px;
    color: #333;
    font-family: 'Microsoft Yahei';
    line-height: 49px;
}

.top-left-1 {
    height: 48px;
    width: 90px;
    float: right;
    background-image: url(../image/add.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position-x: right;
    background-position-y: center;
}

/* 轮播容器 */
.carousel-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}
/* 轮播轨道 */
.carousel-track {
  display: flex;
  width: 400%;
  height: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  transition: transform 0.5s ease;
}
/* 每个轮播项 */
.carousel-item2 {
  width: 100%;
  flex-shrink: 0;
}
/* 指示器样式 */
.carousel-dots {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  gap: 8px;
  z-index: 99;
}
.carousel-dots span {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255,255,255,0.5);
  cursor: pointer;
}
.carousel-dots span.active {
  background: #fff;
}