/* BLOG 页 BANNER 样式（基于 case-banner-v5.css，nybanner 组件复用） */

.nybanner--blog {
  position: relative;
  width: 100%;
  height: clamp(320px, 22vw, 420px);
  overflow: hidden;
  background: #102a55;
}

.nybanner--blog .nybanne1 {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.nybanner--blog .nybanne2 {
  position: absolute;
  inset: 0;
  transform: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
}

.nybanner--blog .nybanne2 .container2 {
  box-sizing: border-box;
  width: 100%;
  padding: 0 clamp(30px, 5vw, 96px);
}

.nybanner--blog .nybanne3 {
  box-sizing: border-box;
  position: static;
  width: fit-content;
  max-width: 1180px;
  margin: 0 auto;
  padding: 28px clamp(32px, 3vw, 52px) 30px;
  text-align: center;
  background: rgba(7, 35, 84, .7);
  border: 1px solid rgba(255, 255, 255, .42);
  border-radius: 14px;
  box-shadow: 0 10px 28px rgba(3, 18, 48, .28);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}

.nybanner--blog .nybanne3_1 {
  width: auto;
  margin: 0 0 16px;
  color: #fff;
  font-size: clamp(40px, 3.25vw, 56px);
  font-weight: 800;
  line-height: 1.06;
  letter-spacing: .01em;
  text-shadow: 0 2px 4px rgba(0, 0, 0, .42);
}

.nybanner--blog .nybanne3_2 {
  width: auto;
  max-width: 980px;
  margin: 0 auto;
  color: #f6f9ff;
  font-size: clamp(19px, 1.42vw, 24px);
  font-weight: 650;
  line-height: 1.4;
  text-shadow: 0 1px 3px rgba(0, 0, 0, .45);
}

@media (max-width: 767px) {
  .nybanner--blog {
    height: 210px;
  }

  .nybanner--blog .nybanne2 {
    background: transparent;
  }

  .nybanner--blog .nybanne2 .container2 {
    padding: 0 12px;
  }

  .nybanner--blog .nybanne3 {
    width: 100%;
    max-width: 370px;
    padding: 17px 14px 18px;
    background: rgba(7, 35, 84, .74);
    border-radius: 10px;
  }

  .nybanner--blog .nybanne3_1 {
    margin-bottom: 10px;
    font-size: clamp(25px, 7.2vw, 29px);
    line-height: 1.08;
  }

  .nybanner--blog .nybanne3_2 {
    max-width: 340px;
    font-size: 15px;
    line-height: 1.34;
  }
}
/* 缩小BLOG页面包屑与搜索框之间的空白 */
.tit_bo {
  margin: 15px auto;
}
.news_bo {
  margin-top: 0;
  margin-bottom: 80px;
}

/* BLOG页搜索框移到面包屑右侧 */
.blog-header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.blog-search-inline {
  margin: 0;
  margin-left: auto;
}

.blog-search-inline .news_search {
  width: 220px;
  height: 36px;
  border: 1px solid #C5D1E4;
  border-radius: 4px;
  overflow: hidden;
  display: flex;
}

.blog-search-inline .news_search input {
  width: calc(100% - 36px);
  height: 100%;
  padding: 0 10px;
  font-size: 13px;
  border: none;
  outline: none;
}

.blog-search-inline .news_search button {
  width: 36px;
  height: 100%;
  background: #004EBB;
  border: none;
  outline: none;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.blog-search-inline .news_search button svg {
  width: 14px;
  height: 14px;
}

/* 删除文章列表上方留白 */
.news_list {
  margin-top: 0;
}

/* BLOG页去除黄色底色 */
body,
.news_box,
.news_bo,
.news_list,
.news_lia,
.news_lib {
  background: #fff !important;
}

