:root {
  --news-radius: 12px;
  --news-shadow: 0 6px 24px rgba(0,0,0,0.05);
  --news-hover-shadow: 0 12px 36px rgba(0,0,0,0.08);
  --news-transition: all 0.35s ease;
}

.bobo-news-list2.main {
  padding-top: clamp(30px, 4.166667vw, 80px);
  padding-bottom: clamp(30px, 4.166667vw, 80px);
  background: #fafbfc;
}

/* ä¸»å†…å®¹åŒº */
.bobo-news-list2 .flex-wrap .news-left {
  flex: 1;
  margin-right: 27px;
  overflow: hidden;
}

/* å³ä¾§è¾¹æ  */
.bobo-news-right {
  width: 290px;
  border-left: 1px solid #f0f0f0;
  padding-left: 27px;
  box-sizing: border-box;
}

/* çƒ­é—¨æ–°é—»æ¨¡å— */
.bobo-news-right .side-news-list {
  margin: 0 0 30px;
  background: #fff;
  border-radius: var(--news-radius);
  padding: 20px;
  box-shadow: var(--news-shadow);
}

.bobo-news-right .side-news-list h4 {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #222;
  font-weight: 700;
  border-bottom: 1px solid #f0f0f0;
  line-height: 48px;
  padding-bottom: 8px;
  margin-bottom: 10px;
}

.bobo-news-right .side-news-list h4 img {
  margin-right: 12px;
  width: 18px;
}

.bobo-news-right .side-news-list ul li {
  padding: 14px 0;
  border-bottom: 1px dashed #f0f0f0;
  transition: var(--news-transition);
}

.bobo-news-right .side-news-list ul li:hover {
  padding-left: 6px;
}

.bobo-news-right .side-news-list ul li:last-child {
  border-bottom: none;
}

.bobo-news-right .side-news-list ul li h5 a {
  color: #333;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6;
  transition: var(--news-transition);
}

.bobo-news-right .side-news-list ul li h5 a:hover {
  color: var(--color-primary);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.bobo-news-right .side-news-list ul li p {
  font-size: 12px;
  text-align: right;
  color: #888;
  margin-top: 4px;
}

/* å³ä¾§å¹¿å‘ŠæŒ‰é’® */
.bobo-news-right .side-pro {
  background: #fff;
  border-radius: var(--news-radius);
  overflow: hidden;
  box-shadow: var(--news-shadow);
}

.bobo-news-right .side-pro a img {
  aspect-ratio: 262 / 151;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.bobo-news-right .side-pro a:hover img {
  transform: scale(1.06);
}

.bobo-news-right .side-pro .more {
  background: var(--color-primary);
  border-radius: 50px;
  color: #fff;
  font-size: 16px;
  line-height: 40px;
  height: 40px;
  text-align: center;
  margin: 10px;
  transition: var(--news-transition);
  display: block;
}

.bobo-news-right .side-pro .more:hover {
  background: #222;
  color: #fff;
  border: none;
}

/* ç½®é¡¶å¤§æ–‡ç«  */
.bobo-news-list2 .news-list-top {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: var(--news-radius);
  overflow: hidden;
  box-shadow: var(--news-shadow);
  transition: var(--news-transition);
}

.bobo-news-list2 .news-list-top:hover {
  box-shadow: var(--news-hover-shadow);
}

.bobo-news-list2 .news-list-top .txt {
  flex: 1;
  box-sizing: border-box;
  padding: 30px 40px;
}

.bobo-news-list2 .news-list-top .txt h5 a {
  color: #222;
  font-size: clamp(17px, 1.15vw, 22px);
  line-height: 1.5;
  font-weight: 700;
  transition: var(--news-transition);
}

.bobo-news-list2 .news-list-top .txt h5 a:hover {
  color: var(--color-primary);
}

.bobo-news-list2 .news-list-top .txt em {
  color: #888;
  margin-top: 15px;
  font-size: 14px;
  display: block;
}

.bobo-news-list2 .news-list-top .txt em i {
  color: var(--color-primary);
  margin-right: 6px;
}

.bobo-news-list2 .news-list-top .txt p {
  color: #555;
  font-size: clamp(14px, 0.83vw, 16px);
  line-height: 1.8;
  margin: 18px 0 0;
}

.bobo-news-list2 .news-list-top .txt .more {
  margin: 26px 0 0;
  width: 160px;
  height: 42px;
  line-height: 42px;
  display: block;
  text-align: center;
  color: #fff;
  font-size: clamp(14px, 0.83vw, 16px);
  background: var(--color-primary);
  border-radius: 50px;
  transition: var(--news-transition);
}

.bobo-news-list2 .news-list-top .txt .more:hover {
  background: #222;
  color: #fff;
  transform: translateY(-2px);
}

.bobo-news-list2 .news-list-top .pic {
  width: 47%;
  position: relative;
  overflow: hidden;
}

.bobo-news-list2 .news-list-top .pic img {
  aspect-ratio: 16/9;
  object-fit: cover;
  transition: transform 0.5s ease;
  width: 100%;
  height: 100%;
}

.bobo-news-list2 .news-list-top .pic:hover img {
  transform: scale(1.06);
}

/* æ™®é€šæ–°é—»åˆ—è¡¨ */
.bobo-news-list2 .newslist ul li {
  overflow: hidden;
  margin: 40px 0 0;
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: var(--news-radius);
  padding: 20px;
  box-shadow: var(--news-shadow);
  transition: var(--news-transition);
}

.bobo-news-list2 .newslist ul li:hover {
  box-shadow: var(--news-hover-shadow);
  transform: translateY(-3px);
}

.bobo-news-list2 .newslist ul li .pic {
  width: 42.5%;
  overflow: hidden;
  border-radius: 8px;
}

.bobo-news-list2 .newslist ul li .pic img {
  aspect-ratio: 16/9;
  object-fit: cover;
  transition: transform 0.5s ease;
  width: 100%;
}

.bobo-news-list2 .newslist ul li .txt {
  flex: 1;
  box-sizing: border-box;
  margin-left: 26px;
  border: none;
}

.bobo-news-list2 .newslist ul li .txt h5 a {
  color: #222;
  font-size: clamp(17px, 0.99vw, 19px);
  line-height: 1.5;
  font-weight: 700;
  transition: var(--news-transition);
}

.bobo-news-list2 .newslist ul li .txt h5 a:hover {
  color: var(--color-primary);
}

.bobo-news-list2 .newslist ul li .txt em {
  margin-top: 12px;
  font-size: 14px;
  color: #888;
  display: block;
}

.bobo-news-list2 .newslist ul li .txt em i {
  color: var(--color-primary);
  margin-right: 6px;
}

.bobo-news-list2 .newslist ul li .txt p {
  font-size: clamp(14px, 0.78vw, 15px);
  line-height: 1.7;
  margin: 14px 0 0;
  color: #555;
}

.bobo-news-list2 .newslist ul li .txt .more {
  margin: 20px 0 0;
  width: 150px;
  height: 40px;
  line-height: 40px;
  display: block;
  text-align: center;
  color: #fff;
  font-size: clamp(14px, 0.83vw, 16px);
  background: var(--color-primary);
  border-radius: 50px;
  transition: var(--news-transition);
}

.bobo-news-list2 .newslist ul li .txt .more:hover {
  background: #222;
  transform: translateY(-2px);
}

/* =======================================
   å“åº”å¼ä¼˜åŒ–
======================================= */
@media screen and (max-width: 1500px) {
  .bobo-news-list2 .news-list-top .txt p,
  .bobo-news-list2 .newslist ul li .txt p{overflow: hidden; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}

  .bobo-news-list2 .news-list-top .txt .more,
  .bobo-news-list2 .newslist ul li .txt .more { margin: 15px 0 0;width: 140px;height: 38px;line-height: 38px;}
}



@media screen and (max-width: 992px) {
  .bobo-news-list2 .flex-wrap {
    flex-direction: column;
  }
  .bobo-news-right {
    width: 100%;
    border-left: none;
    padding: 30px 0 0;
  }
  .bobo-news-list2 .flex-wrap .news-left {
    margin-right: 0;
  }
}

@media screen and (max-width: 991px) {

  .bobo-news-list2 .news-list-top {
    flex-direction: column;
  }
  .bobo-news-list2 .news-list-top .pic {
    width: 100%;
  }
  .bobo-news-list2 .news-list-top .txt {
    padding: 20px;
  }
  .bobo-news-list2 .newslist ul li {
    flex-direction: column;
    padding: 0;
  }
  .bobo-news-list2 .newslist ul li .pic {
    width: 100%;
  }
  .bobo-news-list2 .newslist ul li .txt {
    margin: 0;
    padding: 20px;
  }
}

@media screen and (max-width: 600px) {
  .bobo-news-list2 .news-list-top .txt h5 a {
  }
  .bobo-news-list2 .newslist ul li .txt h5 a {
  }
}