.bobo-news-list2.main {
  padding-top: 80px;
  padding-bottom: 50px;
}

.bobo-news-list2 .flex-wrap .news-left {
  width: 100%;
  overflow: hidden;
}

.bobo-news-right {
  width: 290px;
  border-left: 1px solid #e7e7e7;
  padding-left: 27px;
  box-sizing: border-box;
}

.bobo-news-right .side-search {
  margin-bottom: 20px;
  position: relative;
  border: 1px solid #d9d9d9;
  border-radius: 35px;
  overflow: hidden;
}

.bobo-news-right .side-search .submit_text {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 60px 0 20px;
  font-size: 14px;
  background: 0 0;
  box-sizing: border-box;
}

.bobo-news-right .side-search .submit_btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  display: block;
  cursor: pointer;
  text-align: center;
  background: 0 0;
}

.bobo-news-right .side-search .submit_btn i {
  font-size: 21px;
}

.bobo-news-right .side-news-list {
  margin: 0 0 30px;
}

.bobo-news-right .side-news-list h4 {
  display: flex;
  align-items: center;
  font-size: 17px;
  color: var(--title-text-color);
  font-weight: 700;
  border-bottom: 1px solid #d9d9d9;
  line-height: 48px;
}
.bobo-news-right .side-news-list h4 img {
  margin-right: 12px;
}

.bobo-news-right .side-news-list ul li {
  padding: 20px 0;
  border-bottom: 1px dashed #e1e1e1;
}

.bobo-news-right .side-news-list ul li h5 a {
  color: var(--title-text-color);
  font-size: 12px;
  font-weight: 700;
  line-height: 25px;
}

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

.bobo-news-right .side-news-list ul li p {
  font-size: 12px;
  text-align: right;
}

.bobo-news-right .side-pro a {
  display: block;
}

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

.bobo-news-right .side-pro .more {
  background: var(--color-primary);
  border-radius: var(--button-radius);
  color: var(--title-text-color);
  font-size: 13px;
  line-height: 37px;
  height: 37px;
  font-weight: 700;
  text-align: center;
  margin-top: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 12px;
}

.bobo-news-right .side-pro .more:hover {
  background: none;
  border: 1px solid var(--color-primary);
  color: var(--color-primary);
}

.bobo-news-list2 .news-list-top {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  background: #f8f8f8;
}

.bobo-news-list2 .news-list-top .txt {
  -webkit-flex: 1;
  flex: 1;
  box-sizing: border-box;
  padding: 0 15px 0 45px;
}

.bobo-news-list2 .news-list-top .txt h5 a {
  color: var(--title-text-color);

  font-size: 20px;
  line-height: 2;
  font-weight: 700;
}

.bobo-news-list2 .news-list-top .txt h5 a,
.bobo-news-list2 .newslist ul li .txt h5 a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  word-break: break-word;
}

.bobo-news-list2 .news-list-top .txt em {
  color: var(--text-color);
  margin-top: 15px;
  font-size: 14px;
  display: block;
}

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

.bobo-news-list2 .news-list-top .txt p {
  color: var(--text-color);
  font-size: 16px;
  line-height: 2;
  margin: 20px 0 0;
}
.bobo-news-list2 .news-list-top .txt p,
.bobo-news-list2 .newslist ul li .txt p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  word-break: break-word;
}

.bobo-news-list2 .news-list-top .txt .more {
  margin: 30px auto 0 0;
  width: 160px;
  height: 38px;
  line-height: 38px;
  display: block;
  text-align: center;
  color: var(--title-text-color);
  font-size: 14px;
  font-weight: 700;
  background: var(--color-primary);
}

.bobo-news-list2 .news-list-top .txt .more:hover {
  background: none;
  color: var(--color-primary);
  border: 1px solid var(--color-primary);
}

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

.bobo-news-list2 .news-list-top .pic img {
  aspect-ratio: 1.5;
  object-fit: cover;
  transition: all 0.3s ease 0s;
}

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

.bobo-news-list2 .newslist ul li {
  overflow: hidden;
  margin: 60px 0 0;
  padding-bottom: 40px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
  border-bottom: 2px solid #eee;
}

.bobo-news-list2 .newslist ul li .pic {
  width: 42.5%;
  max-width: 471px;
  overflow: hidden;
  margin-right: 30px;
  flex-shrink: 0;
}

.bobo-news-list2 .newslist ul li .pic img {
  aspect-ratio: 1.5;
  object-fit: cover;
  transition: all 0.3s ease 0s;
}

.bobo-news-list2 .newslist ul li .txt {
  -webkit-flex: 1;
  flex: 1;
  box-sizing: border-box;
  -webkit-flex-direction: column;
  flex-direction: column;
  position: relative;
  border-bottom: none;
  margin-right: 0;
}

.bobo-news-list2 .newslist ul li .txt h5 a {
  color: var(--title-text-color);
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  word-break: break-word;
}

.bobo-news-list2 .newslist ul li .txt em {
  margin-top: 15px;
  font-size: 14px;
  display: block;
}
.bobo-news-list2 .newslist ul li .txt em i {
  color: var(--color-primary);
}

.bobo-news-list2 .newslist ul li .txt p {
  font-size: 16px;
  line-height: 2;
  margin: 20px 0 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  word-break: break-word;
}

.bobo-news-list2 .newslist ul li .txt .more {
  margin: 30px auto 0 0;
  width: 160px;
  height: 38px;
  line-height: 38px;
  display: block;
  text-align: center;
  color: var(--title-text-color);
  font-size: 14px;
  font-weight: 700;
  background: var(--color-primary);
  border-radius: var(--button-radius);
}

.bobo-news-list2 .newslist ul li .txt .more:hover {
  background: none;
  color: var(--color-primary);
  border: 1px solid var(--color-primary);
}

.bobo-news-list2 .newslist ul li .pic:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}

.bobo-news-list2 .newslist ul li.news-no-pic .pic {
  display: none;
}

.bobo-news-list2 .newslist ul li.news-no-pic .txt {
  width: 100%;
  flex: none;
}

@media screen and (max-width: 1500px) {
  .bobo-news-list2 .newslist ul li .pic {
    width: 46.5%;
    overflow: hidden;
  }
  .bobo-news-list2 .news-list-top .txt h5 a,
  .bobo-news-list2 .newslist ul li .txt h5 a {
    font-size: 18px;
    line-height: 1.6;
  }
  .bobo-news-list2 .news-list-top .txt p {
    line-height: 1.6;
    margin-top: 20px;
  }
  .bobo-news-list2 .newslist ul li .txt p {
    line-height: 1.6;
    margin: 20px 0 0;
  }
  .bobo-news-list2 .news-list-top .txt .more {
    margin: 25px auto 0 0;
  }
  .bobo-news-list2 .newslist ul li .txt .more {
    margin: 25px auto 0 0;
  }
}

@media screen and (max-width: 1280px) {
  .bobo-news-list2 .news-list-top .txt h5 a,
  .bobo-news-list2 .newslist ul li .txt h5 a {
    -webkit-line-clamp: 1;
    font-size: 17px;
    line-height: 1.4;
  }

  .bobo-news-list2 .news-list-top .txt {
    padding: 0 30px;
  }

  .bobo-news-list2 .news-list-top .txt p {
    margin: 15px 0 0;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
  }

  .bobo-news-list2 .news-list-top .txt .more,
  .bobo-news-list2 .newslist ul li .txt .more {
    margin: 18px auto 0 0;
    width: 150px;
    height: 34px;
    line-height: 34px;
  }

  .bobo-news-list2 .newslist ul li .txt p {
    line-height: 1.6;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 15px 0 0;
  }
}
@media screen and (max-width: 1200px) {
  .bobo-news-list2 .news-list-top .txt h5 a,
  .bobo-news-list2 .newslist ul li .txt h5 a {
    -webkit-line-clamp: 1;
    font-size: 16px;
  }
  .bobo-news-list2 .newslist ul li .txt em,
  .bobo-news-list2 .newslist ul li .txt p,
  .bobo-news-list2 .news-list-top .txt em,
  .bobo-news-list2 .news-list-top .txt p {
    margin-top: 12px;
    font-size: 14px;
  }

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

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

/* news-detail 详情页样式 */
.bobo-news-list2.main {
  padding-top: 80px;
  padding-bottom: 50px;
}

.bobo-news-list2 .news-left {
  flex: 1;
  margin: 0;
}

.bobo-news-list2 .newsnr h1 {
  font-size: 22px;
  line-height: 2;
  margin: 30px 0 0;
  font-weight: 700;
  text-align: center;
}

.bobo-news-list2 .newsnr .artInfo {
  text-align: center;
  margin: 25px 0 0;
  position: relative;
}

.bobo-news-list2 .newsnr .artInfo span {
  margin: 0 30px;
  line-height: 20px;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
}

.bobo-news-list2 .newsnr .artInfo span.time {
  padding: 0 0 0 36px;
}

.bobo-news-list2 .newsnr .artInfo span.time i {
  color: var(--color-primary);
}

.bobo-news-list2 .myart {
  margin: 60px 0 0;
  padding: 50px 0 0;
  line-height: 32px;
  font-size: 17px;
  border-top: 1px solid #eee;
}

.bobo-news-list2 .pro-bar {
  margin: 55px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 45px 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}

.bobo-news-list2 .pro-bar a {
  line-height: 28px;
  font-size: 14px;
  font-weight: 700;
  box-sizing: border-box;
}

.bobo-news-list2 .pro-bar a:not(:nth-child(2)) {
  flex: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}

.bobo-news-list2 .pro-bar a:nth-child(2) {
  width: 125px;
  text-align: center;
  display: block;
}

.bobo-news-list2 .pro-bar a span {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.bobo-news-list2 .pro-bar a span i {
  margin: 2px 20px 0 0;
  font-size: 20px;
  vertical-align: middle;
  display: inline-block;
}

.bobo-news-list2 .pro-bar a p {
  margin: 0 0 0 20px;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.4;
}

.bobo-news-list2 .pro-bar a:last-child {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.bobo-news-list2 .pro-bar a:last-child span i {
  margin: 2px 0 0 20px;
}

.bobo-news-list2 .pro-bar a:last-child p {
  margin: 0 20px 0 0;
  text-align: right;
}

.bobo-news-list2 .pro-bar a:hover {
  color: var(--color-primary);
}

.bobo-news-list2 .pro-bar a:hover p {
  text-decoration: underline;
  color: var(--color-primary);
}

@media screen and (max-width: 768px) {
  .bobo-news-list2.main {
    padding-top: 80px;
    padding-bottom: 30px;
  }

  .bobo-news-right {
    width: 100%;
    border-left: none;
    padding: 20px 0 0;
  }

  .bobo-news-right .side-pro {
    display: none;
  }

  .bobo-news-list2 .news-list-top .txt {
    -webkit-flex: 1;
    flex: 1;
    box-sizing: border-box;
    padding: 0 25px;
  }

  .bobo-news-list2 .news-list-top .txt h5 a,
  .bobo-news-list2 .newslist ul li .txt h5 a {
    line-height: 1.3;
  }

  .bobo-news-list2 .news-list-top .txt em,
  .bobo-news-list2 .newslist ul li .txt em {
    margin-top: 12px;
    font-size: 13px;
  }

  .bobo-news-list2 .news-list-top .txt .more {
    display: none;
  }

  .bobo-news-list2 .news-list-top .pic {
    width: 47%;
  }

  /* news-detail 移动端 */
  .bobo-news-list2 .news-left {
    flex: none;
    width: 100%;
    margin: 0;
  }

  .bobo-news-list2 .newsnr h1 {
    font-size: 18px;
    line-height: 1.5;
    margin: 15px 0 0;
  }

  .bobo-news-list2 .newsnr .artInfo span {
    margin: 0 5px;
    font-size: 13px;
  }

  .bobo-news-list2 .myart img {
    width: 100%;
    height: auto;
  }

  .bobo-news-list2 .myart {
    line-height: 24px;
    font-size: 14px;
    margin: 20px 0 0;
    padding: 20px 0 15px;
  }

  .bobo-news-list2 .pro-bar {
    margin: 20px 0;
    padding: 20px 0;
  }

  .bobo-news-list2 .pro-bar a span i {
    margin: 2px 15px 0 0;
  }

  .bobo-news-list2 .pro-bar a p {
    display: none;
  }

  .bobo-news-list2 .pro-bar a:last-child span i {
    margin: 2px 0 0 15px;
  }

  .bobo-news-list2 .newslist ul li {
    margin: 20px 0 0;
    padding-bottom: 20px;
  }

  .bobo-news-list2 .newslist ul li .pic {
    width: 42.5%;
  }

  .bobo-news-list2 .newslist ul li .txt {
    -webkit-flex: 1;
    flex: 1;
    box-sizing: border-box;
    -webkit-flex-direction: column;
    flex-direction: column;
    position: relative;
    border-bottom: none;
    margin-right: 0;
  }
  .bobo-news-list2 .newslist ul li .txt p {
    font-size: 15px;
    line-height: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: 15px 0 0;
  }

  .bobo-news-list2 .newslist ul li .txt .more {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .bobo-news-list2 .newslist ul li {
    -webkit-flex-direction: column;
    flex-direction: column;
    padding-bottom: 20px;
  }

  .bobo-news-list2 .newslist ul li .pic {
    width: 100%;
  }

  .bobo-news-list2 .newslist ul li .txt {
    margin-top: 15px;
  }

  .bobo-news-list2 .news-list-top {
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  .bobo-news-list2 .news-list-top .pic {
    width: 100%;
  }

  .bobo-news-list2 .news-list-top .txt {
    padding: 15px 10px;
  }
}


/* News list row/col structure */
.bobo-news-list2 .news-list {
  list-style: none;
  padding: 0;
  margin: 0 -15px;
}

.bobo-news-list2 .news-list li {
  margin-bottom: 25px;
}

.bobo-news-list2 .news-list-box {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 25px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
  height: 100%;
}

.bobo-news-list2 .news-list-box:hover {
  box-shadow: 0 4px 20px rgba(0,0,0,0.12);
  transform: translateY(-2px);
}

.bobo-news-list2 .news-date {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: var(--color-primary);
  color: #fff;
  border-radius: 6px;
  padding: 10px 14px;
  min-width: 70px;
  flex-shrink: 0;
}

.bobo-news-list2 .news-date .year {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.bobo-news-list2 .news-date .day {
  font-size: 14px;
  line-height: 1.2;
  opacity: 0.9;
}

.bobo-news-list2 .news-txt {
  flex: 1;
}

.bobo-news-list2 .news-txt h5 {
  margin: 0 0 8px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.4;
}

.bobo-news-list2 .news-txt h5 a {
  color: var(--title-text-color);
  text-decoration: none;
  transition: color 0.3s ease;
}

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

.bobo-news-list2 .news-txt p {
  margin: 0;
  color: var(--text-color);
  font-size: 14px;
  line-height: 1.7;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  word-break: break-word;
}

.bobo-news-list2 .more {
  text-align: center;
  margin-top: 30px;
}

.bobo-news-list2 .more a {
  display: block;
  width: 194px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  color: var(--title-text-color);
  background: var(--color-primary);
  border-radius: var(--button-radius);
  text-decoration: none;
  margin: 0 auto;
  transition: all 0.3s ease;
}

.bobo-news-list2 .more a:hover {
  background: none;
  color: var(--color-primary);
  border: 1px solid var(--color-primary);
}

@media screen and (max-width: 768px) {
  .bobo-news-list2 .news-list-box {
    flex-direction: column;
    gap: 12px;
    padding: 20px;
  }

  .bobo-news-list2 .news-date {
    flex-direction: row;
    gap: 8px;
    padding: 8px 12px;
    align-self: flex-start;
  }

  .bobo-news-list2 .news-date .year {
    font-size: 16px;
  }

  .bobo-news-list2 .news-txt h5 {
    font-size: 16px;
  }

  .bobo-news-list2 .news-txt p {
    font-size: 13px;
  }
}

/* News list with image cover and hover zoom */
.bobo-news-list2 .news-list-box {
  display: block;
  text-decoration: none;
  color: inherit;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
  height: 100%;
}

.bobo-news-list2 .news-list-box:hover {
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
  transform: translateY(-4px);
}

.bobo-news-list2 .news-img {
  width: 100%;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  position: relative;
}

.bobo-news-list2 .news-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.bobo-news-list2 .news-list-box:hover .news-img img {
  transform: scale(1.08);
}

.bobo-news-list2 .news-body {
  padding: 20px 25px 25px;
}

.bobo-news-list2 .news-date {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--color-primary);
  color: #fff;
  padding: 6px 12px;
  border-radius: 4px;
  margin-bottom: 12px;
  font-size: 13px;
}

.bobo-news-list2 .news-date .year {
  font-weight: 700;
  font-size: 14px;
}

.bobo-news-list2 .news-date .day {
  opacity: 0.9;
}

.bobo-news-list2 .news-txt h5 {
  margin: 0 0 10px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--title-text-color);
}

.bobo-news-list2 .news-txt h5 a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}

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

.bobo-news-list2 .news-txt p {
  margin: 0;
  color: var(--text-color);
  font-size: 14px;
  line-height: 1.7;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  word-break: break-word;
}

.bobo-news-list2 .more {
  text-align: center;
  margin-top: 40px;
}

.bobo-news-list2 .more a {
  display: block;
  width: 194px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  color: var(--title-text-color);
  background: var(--color-primary);
  border-radius: var(--button-radius);
  text-decoration: none;
  margin: 0 auto;
  transition: all 0.3s ease;
}

.bobo-news-list2 .more a:hover {
  background: none;
  color: var(--color-primary);
  border: 1px solid var(--color-primary);
}

@media screen and (max-width: 768px) {
  .bobo-news-list2 .news-img {
    height: 180px;
  }

  .bobo-news-list2 .news-body {
    padding: 15px;
  }

  .bobo-news-list2 .news-txt h5 {
    font-size: 16px;
  }

  .bobo-news-list2 .news-txt p {
    font-size: 13px;
  }
}


/* News horizontal 2-column layout - image left, text right */
.bobo-news-list2 .news-card {
  display: flex !important;
  flex-direction: row !important;
  text-decoration: none;
  color: inherit;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
  height: 100%;
  overflow: hidden;
}

.bobo-news-list2 .news-card:hover {
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
  transform: translateY(-3px);
}

.bobo-news-list2 .news-card .news-img {
  width: 45%;
  flex-shrink: 0;
  overflow: hidden;
  position: relative;
  border-radius: 8px 8px 8px 8px;
}

.bobo-news-list2 .news-card .news-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

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

.bobo-news-list2 .news-card .news-body {
  flex: 1;
  padding: 18px 20px;
  display: flex;
  flex-direction: column;
}

.bobo-news-list2 .news-card .news-date {
  margin-top: auto;
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--color-primary);
  color: #fff;
  padding: 3px 10px;
  border-radius: 4px;
  font-size: 12px;
}

.bobo-news-list2 .news-card .news-date .year {
  font-weight: 700;
  font-size: 13px;
}

.bobo-news-list2 .news-card .news-date .day {
  opacity: 0.9;
}

.bobo-news-list2 .news-card .news-body h5 {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--title-text-color);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.bobo-news-list2 .news-card .news-body p {
  margin: 0;
  color: var(--text-color);
  font-size: 13px;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.bobo-news-list2 .more {
  text-align: center;
  margin-top: 40px;
}

.bobo-news-list2 .more a {
  display: block;
  width: 194px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  color: var(--title-text-color);
  background: var(--color-primary);
  border-radius: var(--button-radius);
  text-decoration: none;
  margin: 0 auto;
  transition: all 0.3s ease;
}

.bobo-news-list2 .more a:hover {
  background: none;
  color: var(--color-primary);
  border: 1px solid var(--color-primary);
}

@media screen and (max-width: 768px) {
  .bobo-news-list2 .news-card {
    flex-direction: column !important;
  }

  .bobo-news-list2 .news-card .news-img {
    width: 100%;
    height: 0;
    padding-bottom: 66.67%;
    aspect-ratio: 3 / 2;
  }

  .bobo-news-list2 .news-card .news-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .bobo-news-list2 .news-card .news-body {
    padding: 15px;
  }
}


/* News card layout: title -> desc -> date */
.bobo-news-list2 .news-card .news-body {
  flex: 1;
  padding: 18px 20px;
  display: flex;
  flex-direction: column;
}

.bobo-news-list2 .news-card .news-body h5 {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.45;
  color: var(--title-text-color);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.bobo-news-list2 .news-card .news-body p {
  margin: 0 0 14px;
  color: var(--text-color);
  font-size: 13px;
  line-height: 1.65;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.bobo-news-list2 .news-card .news-date {
  margin-top: auto;
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--color-primary);
  color: #fff;
  padding: 3px 10px;
  border-radius: 4px;
  font-size: 12px;
}

.bobo-news-list2 .news-card .news-date .day {
  font-weight: 700;
  font-size: 13px;
  opacity: 1;
}

.bobo-news-list2 .news-card .news-date .year {
  font-size: 12px;
  opacity: 0.9;
}


/* ===== 荣誉资质轮播 ===== */
.honor-carousel-wrapper {
  width: 100%;
  overflow: hidden;
  padding: 50px 0 60px;
  position: relative;
  margin-top: 60px;
}

.honor-carousel-inner {
  max-width: 1440px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 12px;
}

.honor-carousel-track {
  display: flex;
  align-items: stretch;
  gap: 1.5rem;
  width: max-content;
  animation-play-state: paused;
  will-change: transform;
}

.honor-carousel-track.is-scrolling {
  animation: scrollHonor 32s linear infinite;
  animation-play-state: running;
}

.honor-carousel-wrapper:hover .honor-carousel-track.is-scrolling {
  animation-play-state: paused;
}

.honor-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  width: 280px;
  background: #ffffff;
  border-radius: 12px;
  padding: 0.75rem;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  transition: box-shadow 0.3s ease;
  cursor: pointer;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.04);
  position: relative;
}

.honor-card:hover {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.honor-card .honor-img-wrap {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  background: #f1f5f9;
}

.honor-card .honor-img-wrap img {
  width: 100%;
  height: 200px;
  object-fit: contain;
  display: block;
  background: #f1f5f9;
}

.honor-card .honor-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  color: white;
  font-size: 2rem;
  pointer-events: none;
  border-radius: 12px;
  z-index: 5;
}

.honor-card:hover .honor-overlay {
  opacity: 1;
}

@keyframes scrollHonor {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

@media (max-width: 768px) {
  .honor-carousel-wrapper {
    padding: 30px 0 40px;
  }
  .honor-card {
    width: 200px;
    padding: 0.5rem;
  }
  .honor-card .honor-img-wrap img {
    height: 140px;
  }
  .honor-carousel-track {
    gap: 1rem;
  }
  .honor-card .honor-overlay {
    font-size: 1.5rem;
  }
}

@media (max-width: 480px) {
  .honor-card {
    width: 150px;
    padding: 0.4rem;
    border-radius: 8px;
  }
  .honor-card .honor-img-wrap img {
    height: 110px;
  }
  .honor-carousel-track {
    gap: 0.8rem;
  }
  .honor-card .honor-overlay {
    font-size: 1.2rem;
  }
}

/* ===== Lightbox 模态框 ===== */
.lightbox-modal {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background: rgba(0, 0, 0, 0.92) !important;
  z-index: 9999 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  visibility: hidden !important;
  opacity: 0 !important;
  transition: visibility 0.25s, opacity 0.25s !important;
  cursor: pointer !important;
}

.lightbox-modal.active {
  visibility: visible !important;
  opacity: 1 !important;
  display: flex !important;
}

.lightbox-img {
  max-width: 92% !important;
  max-height: 85% !important;
  object-fit: contain !important;
  border-radius: 8px !important;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5) !important;
  cursor: default !important;
}

.lightbox-close {
  position: absolute !important;
  top: 20px !important;
  right: 30px !important;
  font-size: 1.8rem !important;
  color: #fff !important;
  cursor: pointer !important;
  background: rgba(255, 255, 255, 0.12) !important;
  width: 48px !important;
  height: 48px !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: all 0.25s !important;
  z-index: 10000 !important;
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
}

.lightbox-close:hover {
  background: rgba(255, 255, 255, 0.25) !important;
  transform: scale(1.08) !important;
}

@media (max-width: 640px) {
  .lightbox-close {
    top: 12px !important;
    right: 16px !important;
    width: 40px !important;
    height: 40px !important;
    font-size: 1.4rem !important;
  }
  .lightbox-img {
    max-width: 96% !important;
    max-height: 80% !important;
  }
}

/* ===== 侧边栏 Tooltip 悬浮提示 ===== */
.sidebar-btn-wrap {
  position: relative;
}
.sidebar-tooltip {
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%) translateX(10px);
  margin-right: 10px;
  background: #fff;
  color: #333;
  padding: 8px 14px;
  border-radius: 6px;
  white-space: nowrap;
  font-size: 13px;
  font-weight: 500;
  box-shadow: 0 4px 14px rgba(0,0,0,0.15);
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s ease;
  pointer-events: none;
  z-index: 10;
}
.sidebar-tooltip::after {
  content: '';
  position: absolute;
  right: -6px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 12px;
  height: 12px;
  background: #fff;
  box-shadow: 2px -2px 4px rgba(0,0,0,0.08);
}
.sidebar-btn-wrap:hover .sidebar-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%) translateX(0);
}
.sidebar-btn-wrap .sidebar-contact-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  min-width: 46px;
  min-height: 46px;
  border-radius: 5px;
}
.sidebar-btn-wrap .sidebar-contact-btn span {
  font-size: 9px;
  line-height: 1;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.02em;
}
/* 侧边栏按钮：用 sidebar-btn-wrap 包裹后，覆盖原有样式 */
.bobo-side-bar .sidebar-btn-wrap > a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  background: var(--color-primary);
  border-radius: 5px;
  text-decoration: none;
  cursor: pointer;
}
.bobo-side-bar .sidebar-btn-wrap > a i {
  font-size: 26px;
  line-height: 1;
  color: var(--title-text-color);
}
.bobo-side-bar .sidebar-btn-wrap > a span {
  font-size: 10px;
  line-height: 1;
  color: var(--title-text-color);
  font-weight: 500;
  margin-top: 2px;
}
.bobo-side-bar .sidebar-btn-wrap + .sidebar-btn-wrap {
  margin-top: 12px;
}
.bobo-side-bar a#bobo-gotop {
  margin-top: 12px;
  background: var(--color-primary);
}
.bobo-side-bar a#bobo-gotop:hover {
  background: #f5f5f5;
}
.bobo-side-bar .sidebar-btn-wrap > a:hover {
  background: #f5f5f5;
}
