body,
header,
footer,
div,
p,
ul,
li,
section,
article,
nav {
  font-family: "Helvetica Neue", Helvetica, "PingFang SC", Tahoma, Arial, sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a,
a:visited,
a:hover,
a:active {
  color: inherit;
  text-decoration: none !important;
}
.fx {
  display: flex;
}
.w100 {
  width: 100% !important;
}
.w50 {
  width: 50% !important;
}
.h100 {
  height: 100%;
}
.bc {
  height: 35px;
  font-size: 16px;
  display: flex;
  align-items: center;
  line-height: 35px;
  font-weight: bold;
}
.bc img {
  margin-right: 10px;
  width: 15px;
  height: 15px;
  margin-top: -4px;
}
.swiper-title {
  position: relative;
  display: flex;
  height: 36px;
  margin: 0;
  justify-content: start;
  background: rgba(0, 0, 0, 0.3);
  align-items: center;
  padding-left: 10px;
  bottom: 36px;
  color: white;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}
.nav {
  width: 100%;
  background-color: #0b4fbf;
}
.nav .nav-box {
  margin-right: auto;
  margin-left: auto;
  height: 48px;
  margin-bottom: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: start;
}
.nav .item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  position: relative;
  box-sizing: border-box;
  padding-right: 30px;
  padding-left: 20px;
  color: #fff;
}
.nav .item:not(:last-child)::after {
  position: absolute;
  top: 0;
  right: -1;
  /* 根据需要改方向 */
  content: '|';
  height: 48px;
  line-height: 48px;
  font-size: 18px;
  font-weight: bold;
}
.nav .item a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}
.banner {
  width: 100%;
  background: url(../images/topic/i1-bg1.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner .img {
  background-image: url(../images/topic/i1-title.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  height: 246px;
  background-position: center 0px;
}
.banner .video {
  width: 80%;
}
.btm-bg {
  background-image: url(../images/topic/lh2026-bj.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.content-bg {
  background: linear-gradient(to bottom, #FFF68F,white);
  min-height: 500px;
  margin-top: -15px;
}
.page-box .header {
  width: 100%;
  height: auto;
}
.page-box .header img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  border: none;
}
.page-box .footer {
  display: flex;
  align-items: center;
  justify-content: center;
  /* background-color: #d00000; */
  color: #FFFFFF;
  font-size: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
 
}
.footer-bg{
  height: 150px;
     background-image: url(../images/topic/lh2026-bottom.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    /* background-color: red; */
}
.page-box .footer a {
  color: #FFF;
}
.page-box .footer a:hover {
  color: #FFF;
}
.page-box .main-page .top-title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-family: "SourceHanSansCN Bold", "Microsoft Yahei";
  color: #d80d0e;
  font-weight: bold;
  margin-top: 15px;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}
.page-box .main-page .swiper-box {
  width: 100%;
  height: 410px;
}
@media (max-width: 480px) {
  .page-box .main-page .swiper-box {
    width: 100%;
    height: auto;
  }
}
.page-box .main-page .list-box {
  display: block;
  width: 100%;
  /* height: 690px; */
  list-style: none;
  font-size: 14px;
}
.page-box .main-page .list-box li {
  font-family: "宋体";
  width: 100%;
  height: 45px;
  line-height: 45px;
  padding-left: 15px;
  border-bottom: 1px dashed #ceb489;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.page-box .main-page .list-box li:hover {
  background-color: #cb0000;
  color: white;
}
.page-box .main-page .more-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.page-box .main-page .more-box .more-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #dc3545;
  height: 38px;
  border: 1px solid #dc3545;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 5px;
}
.page-box .main-page .more-box .more-btn:hover {
  background-color: #dc3545;
  color: #fff;
}
.page-box .main-page .sd-box .sd-title {
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #cb0000;
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 480px) {
  .page-box .main-page .sd-box .sd-title {
    height: 50px;
  }
}
.page-box .main-page .sd-box .sd-title .more {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 20px;
  width: 82px;
  color: #cb0000;
}
@media (max-width: 480px) {
  .page-box .main-page .sd-box .sd-title .more {
    margin-right: 5px;
    font-size: 16px;
  }
}
.page-box .main-page .sd-box .sd-title .more img {
  width: 28px;
  height: 28px;
  margin-top: 1px;
}
.page-box .main-page .sd-box .sd-body {
  height: 270px;
}
.page-box .main-page .sd-box .sd-body img {
  width: 100%;
  height: 100%;
}
.page-box .main-page .sd-box .sd-body .txt-header {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  padding-left: 15px;
  padding-right: 15px;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.page-box .main-page .box-0 .box-title {
  height: 85px;
  background: url(../images/topic/lh2026-title1.jpg) no-repeat;
  background-size: 100% 100%;
  display: flex;
  justify-content: end;
  align-items: center;
  }
.page-box .main-page .box-1 .box-title {
  height: 106px;
  background: url(../images/topic/lh2026-title3.png) no-repeat;
  background-size: 100% 100%;
  display: flex;
  justify-content: end;
  align-items: center;
}
@media (max-width: 480px) {
  .page-box .main-page .box-1 .box-title {
    height: 40px;
    background: url(../images/topic/lh2026-title3-sj.png) no-repeat;
    background-size: 100% 100%;
  }
}
.page-box .main-page .box-1 .box-title .more {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 24px;
  width: 82px;
  color: #cb0000;
}
@media (max-width: 480px) {
  .page-box .main-page .box-1 .box-title .more {
    margin-right: 5px;
    font-size: 16px;
  }
}
.page-box .main-page .box-1 .box-title .more img {
  width: 34px;
  height: 34px;
  margin-top: 3px;
}
.page-box .main-page .box-1 .top-article {
  width: 100%;
  height: 350px;
  color: black;
}
.page-box .main-page .box-1 .top-article .atl-title {
  /* padding: 15px; */
  font-weight: bold;
  line-height: 45px;
  /* font-family: "宋体" !important; */
  background-color: #E8E8E8;
  overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.page-box .main-page .box-1 .top-article .atl-body {
  height: 300px;
}
.page-box .main-page .box-1 .top-article .atl-body img
{
height: 300px;
width: 100%;
}
.page-box .main-page .box-1 .article-list {
  list-style: none;
}
.page-box .main-page .box-1 .article-list li {
  display: flex;
  color: #333;
  position: relative;
  padding-left: 24px;
  font-family: "微软雅黑";
  font-size: 14px;
  height: 38px;
  line-height: 38px;
}
.page-box .main-page .box-1 .article-list li a {
  color: #333;
  display: flex;
  width: 100%;
  flex-direction: row;
  text-decoration: none;
  border-bottom: 1px dotted #FFE4C4;
}
.page-box .main-page .box-1 .article-list li a:hover {
  color: #777;
}
.page-box .main-page .box-1 .article-list li .title {
  display: block;
  flex: 1;
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.page-box .main-page .box-1 .article-list li .date {
  display: block;
  width: 90px;
  text-align: end;
  color: #777;
}
.page-box .main-page .box-1 .article-list li::before {
  position: absolute;
  content: '•';
  left: 0;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  color: #333;
  font-size: 12px;
  padding-left: 8px;
  padding-right: 8px;
}
.page-box .main-page .box-1 .content {
  color: #000000;
  font-weight: normal;
  font-family: "SourceHanSansCN Bold", "Microsoft Yahei";
  font-size: 20px;
  line-height: 30px;
  height: 90px;
  overflow: hidden;
}
.page-box .main-page .box-2 .box-title {
  height: 106px;
  background: url(../images/topic/lh2026-title2.png) no-repeat;
  background-size: 100% 100%;
  display: flex;
  justify-content: end;
  align-items: center;
}
@media (max-width: 480px) {
  .page-box .main-page .box-2 .box-title {
    height: 40px;
    background: url(../images/topic/lh2026-title2-sj.png) no-repeat;
    background-size: 100% 100%;
  }
}
.page-box .main-page .box-2 .box-title .more {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 24px;
  float: right;
  margin-right: 15px;
  color: #cb0000;
  width: 82px;
}
@media (max-width: 480px) {
  .page-box .main-page .box-2 .box-title .more {
    margin-right: 5px;
    font-size: 16px;
  }
}
.page-box .main-page .box-2 .box-title .more img {
  width: 34px;
  height: 34px;
  margin-top: 3px;
}
.page-box .main-page .box-2 .card-box {
    display: flex;
    align-items: flex-start; /* 顶部对齐 */
    gap: 15px; /* 图片和内容之间的间距 */
    border: 1px solid #eee;
    padding: 15px;
    /* height: 100%; */
    background-image: url(../images/topic/lh2026-lvgsbj.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;

}
  /* 右侧内容容器 */
.page-box .main-page .box-2 .card-box .card-content {
    flex: 1; /* 占据剩余空间 */
    overflow: hidden; /* 防止内容溢出 */
    width: 100%;
}
.page-box .main-page .box-2 .card-box .card-title {
   font-size: 16px;
  margin-bottom: 8px;
  font-weight: bold;
  color: white;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  /* 关键：将文本拆分为内联元素，方便伪元素处理 */
            white-space: pre-line; 
            position: relative;
}
.page-box .main-page .box-2 .card-box .card-title a {
  font-family: serif;
  font-size: 20px;
  font-weight: bold;
  color: white;
   word-break: keep-all;
overflow-wrap: break-word;
  
}


.page-box .main-page .box-2 .card-box .card-img {
   flex: 0 0 50%; /* 固定宽度，不伸缩 */
  max-width: 50%;
}
.page-box .main-page .box-2 .card-box .card-img a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.page-box .main-page .box-2 .card-box .card-img img {
  width: 100%;
  height: 300px; /* 固定图片高度 */
  object-fit: cover; /* 保持图片比例，裁剪多余部分 */
  
}

/* 响应式适配 - 小屏幕下改为上下排列 */
@media (max-width: 820px) {
    .card-box {
        flex-direction: column;
    }
    .card-img {
        flex: 0 0 auto;
        max-width: 100%;
        margin-bottom: 10px;
    }
    .card-img img {
        height: auto;
    }
    .page-box .main-page .box-2 .card-box .card-img {
    flex: 0 0 300px;
    max-width: 300px;
}
}
.page-box .main-page .box-2 .card-box .card-info {
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: justify;
  letter-spacing: 2px;
  font-family: sans-serif;
  font-size: 14px;
  color: white;
  line-height: 1.5;
  overflow: hidden;
}
.page-box .list-page {
  background-color: #fff;
}
.page-box .list-page .list {
  line-height: 28px;
  color: #333;
}
.page-box .list-page .list li {
  display: flex;
  width: 100%;
  color: #333;
  position: relative;
  padding-left: 24px;
  margin-right: 10px;
  font-family: "微软雅黑";
  font-size: 14px;
  height: 38px;
  line-height: 38px;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  border-bottom-color: #999;
}
.page-box .list-page .list li a {
  color: #333;
  display: flex;
  width: 100%;
  flex-direction: row;
  text-decoration: none;
}
.page-box .list-page .list li a:hover {
  color: #777;
}
.page-box .list-page .list li .title {
  display: block;
  flex: 1;
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.page-box .list-page .list li .date {
  display: block;
  width: 90px;
  text-align: end;
  color: #777;
}
.page-box .list-page .list li::before {
  position: absolute;
  content: '•';
  left: 0;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  color: #333;
  font-size: 12px;
  padding-left: 8px;
  padding-right: 8px;
}
.page-box .list-page .img-list .img-box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-box .list-page .img-list .img-box img {
  display: block;
  max-width: 100%;
  height: 180px;
}
.page-box .list-page .img-list .title {
  color: black;
  font-size: 18px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
}
.page-box .list-page .page {
  display: flex;
  flex-direction: row;
  list-style: none;
  align-items: center;
  justify-content: end;
  color: #333;
  height: 38px;
}
.page-box .list-page .page li {
  margin-right: 10px;
  font-size: 16px;
  cursor: not-allowed;
}
.page-box .list-page .page li a {
  cursor: pointer;
}
.page-box .content-page article .head {
  text-align: center;
  color: #333333;
  line-height: 24px;
  font-size: 18px;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}
.page-box .content-page article .ps {
  color: #333333;
  display: flex;
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-size: 14px;
  border-bottom-color: #b4b4b4;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
}
.page-box .content-page article .ps .gap {
  margin-left: 10px;
  margin-right: 10px;
}
.page-box .content-page article .content {
  color: #333333;
}
.page-box .content-page article .content img {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  justify-content: center;
   align-items: center;
}

@media (max-width: 480px) {
  .page-box .content-page article .content img {
  max-width: 300px;
  }
  .bc {
        font-size: 7px;

  }
}
.page-box .content-page .page-content {
  display: flex;
  flex-direction: row;
  list-style: none;
  align-items: center;
  justify-content: end;
  margin-top: 10px;
  font-size: 14px;
}
.page-box .content-page .page-content p {
  display: inline-block;
  width: 100%;
}
.page-box .content-page .page-content p a {
  display: flex;
  align-items: center;
  width: 100%;
}
.page-box .content-page .page-content p a span {
  display: inline-block;
  height: 20px;
  line-height: 20px;
}
.page-box .content-page .page-content p a:visited {
  color: #333;
}
.page-box .content-page .page-content p a:hover {
  color: #333;
}
.page-box .content-page .page-content .title {
  width: 60%;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.page-box .content-page .page-content .prev {
  display: flex;
  justify-content: start;
  align-items: center;
}
.page-box .content-page .page-content .prev a {
  justify-content: start;
  text-align: left;
}
.page-box .content-page .page-content .next {
  display: flex;
  justify-content: end;
  align-items: center;
}
.page-box .content-page .page-content .next a {
  justify-content: end;
  text-align: right;
}
@media (max-width: 480px) {
  .page-box .main-page .sd-box .sd-body {
    height: 130px;
}
   .page-box .main-page .sd-box .sd-body img {
    width: 100%;
    height: 110px;
}
.page-box .main-page .box-1 .top-article{
  height: 300px;
}
.page-box .main-page .box-1 .top-article .atl-body{
   height: 250px;
}
.page-box .main-page .box-1 .top-article .atl-body img{
  height: 250px;
}
.bc {
   
    font-size: 14px;
    
}

.page-box .main-page .more-box .more-btn {
 

    height: 24px;
    border: 1px solid #dc3545;
    padding-left: 5px;
    padding-right: 5px;

}
.page-box .main-page .more-box .more-btn a {
 font-size: 12px;

}
.page-box .main-page .box-0 .box-title{
  height: 40px;
}
.page-box .main-page .box-2 .card-box
{
    background-image: url(../images/topic/lh2026-lvgsbj-sj.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.footer-bg{
  /* height: 150px; */
     background-image: url(../images/topic/lh2026-bottom-sj.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
  
}

}