@charset "utf-8";
* {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

a:link,
a:visited {
  color: #000000;
  text-decoration: none;
}

a:hover {
  color: #ff0000;
  text-decoration: underline;
}

input,
select,
textarea {
  font-size: 12px;
  color: #000000;
  line-height: 120%;
}

html {
  width: 100%;
}

body {
  /* font-family: "Alibaba PuHuiTi R";
  font-weight: normal;
  font-style: normal; */
  font-family: "Microsoft YaHei";
  font-size: 14px;
  color: #000000;
  /* width: 100%; */
  background: #f5f5f5 url(../images/subbg.jpg) no-repeat center top;

  line-height: 26px;
}

/*table,td,tr,th{ font-size:14px; line-height:26px}*/

body,
html,
div,
form,
p,
img,
ul,
li,
ol,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

img {
  border: none;
}

/* 去掉链接的虚线框 */

a {
  outline: none;
}

.w1000 {
  width: 1000px;
  margin: 0 auto;
}

.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.w1400 {
  width: 1400px;
  margin: 0 auto;
}

.mt5 {
  margin-top: 5px;
}

.mt8 {
  margin-top: 8px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}
.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt80 {
  margin-top: 80px;
}

.mt85 {
  margin-top: 85px;
}

.p20 {
  padding: 20px;
}
.p20-1 {
  padding: 0 20px;
}
.p35 {
  padding: 35px 20px;
}
.p15 {
  padding: 15px;
}
.pb10 {
  padding-bottom: 10px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb60 {
  padding-bottom: 60px;
}

.pt10 {
  padding-top: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pt20 {
  padding-top: 20px;
}
.pt40 {
  padding-top: 40px;
}

.ml5 {
  margin-left: 5px;
}

.mr5 {
  margin-right: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

.ml25 {
  margin-left: 25px;
}

.ml40 {
  margin-left: 40px;
}

.ml45 {
  margin-left: 45px;
}

.ml55 {
  margin-left: 55px;
}

.ml120 {
  margin-left: 120px;
}

.ml140 {
  margin-left: 180px;
}
.mr20 {
  margin-right: 20px;
}
.fl {
  float: left;
  display: inline;
}

.fr {
  float: right;
  display: inline;
}

.clear {
  clear: both;
}

.clr {
  zoom: 1;
}

.clr:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

h2,
h1 {
  font-weight: normal;
}

.mb20 {
  margin-bottom: 20px;
}
.ml30 {
  margin-left: 30px;
}
.mr5 {
  margin-right: 5px;
}

.mr6 {
  margin-right: 6px;
}

.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

.mr25 {
  margin-right: 25px;
}

.mr30 {
  margin-right: 30px;
}

.mr55 {
  margin-right: 55px;
}

.mr120 {
  margin-right: 140px;
}

.none {
  display: none;
}

.indent {
  text-indent: 2em;
}

.tleft {
  text-align: left;
}

.tcenter {
  text-align: center;
}

.tright {
  text-align: right;
}

.pos_rel {
  position: relative;
}

.pos_abs {
  position: absolute;
}
.bg1 {
  background-color: #fff;
  border-radius: 6px;
}
.bg2 {
  background-color: #fff;
}
/* 内容区域（1400px 居中） */
#content {
  width: 1400px;
  max-width: 1400px;
  margin: 0 auto; /* 水平居中 */
  position: relative; /* 让子元素相对于它定位 */
}
/* .content-box {
  margin-left: 3px;
} */
/* 要固定在右侧的 div：贴齐视口右缘，随视口缩放避免被裁切 */
#agent-box {
  z-index: 999;
  position: fixed;
  right: 0;
  top: clamp(72px, 18vh, 200px);
  line-height: 0;
}
#agent-box > a {
  display: block;
}
.agent-box {
  --agent-h: 443;
  --agent-max-h: calc(100vh - 120px);
  --agent-w: min(229px, 100vw, calc(var(--agent-max-h) * 229 / var(--agent-h)));
  width: var(--agent-w);
  height: calc(var(--agent-w) * var(--agent-h) / 229);
  background: url("../images/ai.png") no-repeat right top;
  background-size: 100% 100%;
  cursor: pointer;
  z-index: 999;
}

.subject-top-qgrdh1403 {
  background: url("../images/subject-top-qgrdh1403.jpg") no-repeat center top;
  height: 413px;
  width: 100%;
}
.subject-top-qgrdh1404 {
  background: url("../images/subject-top-qgrdh1404.jpg") no-repeat center top;
  height: 413px;
  width: 100%;
}
.sub-nav {
  background: url("../images/snav.jpg") repeat-x;
  width: 100%;
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  color: #333;
}
.sub-nav-box {
  display: flex;
  justify-content: center;
  background: #ededed;
  height: 44px;
  line-height: 44px;
  font-size: 20px;
  color: #ac0000;
}
.sub-nav-box div {
  /* margin: 0 20px; */
  position: relative;
  padding: 0 20px 0 20px;
}
.sub-nav-box div::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: 1px;
  transform: translateY(-50%);
  height: 20px; /* shorter than the 24px line-height */
  border-right: 2px solid #bf0000;
}
.sub-nav-box div:last-child::after {
  display: none;
}

.w416 {
  width: 416px;
}
.w950 {
  width: 950px;
}

.ohid {
  overflow: hidden !important;
}

/* 焦点图通用 */
.swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.swiper-slide {
  text-align: center;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition-property: all;
}
.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  line-height: 1.5;
  position: relative;
  overflow: hidden;
}
.swiper-slide a h1 {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 5px;
  font-weight: normal;
  font-size: 16px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.6);
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.swiper-slide a i {
  font-style: normal;
  font-size: 14px;
  text-align: justify;
}
.swiper-button-prev,
.swiper-button-next {
  --swiper-navigation-size: 33px;
  --swiper-navigation-color: #cc0000;
  outline: none;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  --swiper-navigation-color: #000000;
}
.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 1);
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background: rgba(255, 0, 0, 1);
  opacity: 1;
}

/* 广告 */
.swiper-box {
  width: 560px;
  height: 360px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.swiper-box .swiper-pagination {
  text-align: right;
  right: 10px !important;
  left: auto !important;
}
.swiper-box .swiper-pagination-bullet {
  background: #fff;
}
.swiper-box .swiper-pagination-bullet-active {
  background: yellow;
}

.tt-top {
  text-align: center;
  display: flex;
  justify-content: center;
  padding-top: 40px;
}
.tt-btn {
  background: url("../images/tt.png") no-repeat left center;
  width: 131px;
  height: 49px;
  margin-right: 20px;
}
.tt-top .tt-txt {
  color: #990101;
  font-size: 44px;
  line-height: 36px;
  font-weight: bold;
  text-decoration: none;
}
.tt-top .tt-txt a {
  color: #990101;
}
.tt-info {
  font-size: 16px;
  line-height: 36px;
  color: #333;
}
.column-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.column-name {
  color: #b20000;
  font-size: 30px;
  font-weight: bold;
}
.column-name a {
  color: #b20000;
}
.column-line {
  background: #f4e3d7;
  height: 2px;
  width: 1060px;
}
.column-more {
  background: #f4e3d7;
  font-size: 16px;
  color: #999;
  height: 28px;
  line-height: 28px;
  border-radius: 15px;
  text-align: center;
  padding: 0 10px;
}
.column-more a {
  font-size: 16px;
  color: #999;
}

.column-line2 {
  background: #f4e3d7;
  height: 2px;
  width: 900px;
}
.column-line3 {
  background: #f4e3d7;
  height: 2px;
  width: 590px;
}
.sdxw {
  width: 730px;
}
.sdxw h2 a {
  font-size: 26px;
  color: #333;
  line-height: 36px;
}
.sdxw p {
  font-size: 16px;
  color: #333;
  line-height: 36px;
}
.list li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 1px dashed #cccccc;
  line-height: 56px;
  font-size: 20px;
  color: #333333;
}
.list li a {
  color: #333333;
}
.list li:last-child {
  border-bottom: none;
}
.list li span.dot:before {
  content: "•";
  padding-right: 10px;
  color: #b80101;
}
.list li span.dot {
  font-size: 18px;
  line-height: 30px;
  color: #b80101;
}
.list li span.date {
  float: right;
  font-size: 20px;
  color: #999;
}

.column-piclist .pics-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 20px;
  margin-top: 20px;
}
.column-piclist .pics-box:last-child {
  border-bottom: none;
}
.column-piclist .pics-box .pics {
  width: 248px;
  height: 166px;
}
.column-piclist .pics-box .pics img {
  width: 100%;
  height: 100%;
}

.column-piclist .pics-box .pics-info {
  background-color: #f5f5f5;
  width: 1064px;
  height: 166px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.column-piclist .pics-box .info {
  width: 950px;
  padding-left: 20px;
}
.column-piclist .pics-box .info .title a {
  font-size: 20px;
  color: #333;
  line-height: 30px;
  font-weight: bold;
}
.column-piclist .pics-box .info .brief {
  font-size: 16px;
  color: #333;
  line-height: 30px;
}
.column-piclist .pics-box .date {
  padding-right: 10px;
  font-size: 20px;
  color: #999;
}
.piccollist {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.piccollist .itemcon {
  width: 406px;
  margin: 20px 5px;
}

.piccollist .itemcon .item-pic {
  width: 406px;
  height: 256px;
}
.piccollist .itemcon .item-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.piccollist .itemcon .item-title {
  margin-top: 4px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background-color: #f3f3f3;
  font-size: 16px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 2px;
}
.piccollist .itemcon .item-title a {
  color: #333;
  text-decoration: none;
}

/* 版权 */
#copylinkBox {
  width: 100%;
  margin: 10px auto 0;
  background: #b80201;
  padding: 40px 0;
}
#copylink {
  display: flex;
  justify-content: center;
  align-items: center;
}
#copylink .copy-cont {
  margin-left: 40px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  line-height: 36px;
}
#copylink .copy-cont a {
  color: #fff;
}

.list_page_r .item .item-lists {
  margin-top: 5px;
}
.list_page_r .item .item-lists li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 1px dashed #cccccc;
  line-height: 56px;
  font-size: 20px;
  color: #333333;
}
.list_page_r .item .item-lists li:last-child {
  border-bottom: none;
}
.list_page_r .item .item-lists li span.dot:before {
  content: "•";
  padding-right: 10px;
  color: #b80101;
}
.list_page_r .item .item-lists li span.dot {
  font-size: 18px;
  line-height: 30px;
  color: #b80101;
}
.list_page_r .item .item-lists li span.date {
  float: right;
  font-size: 20px;
  color: #999;
}

/* 翻页 */

#pagenum {
  padding: 3px;
  margin: 30px 6px 3px 6px;
  text-align: center;
  font-size: 18px;
  font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif, "宋体";
}

#pagenum a {
  padding: 3px 10px;
  margin-right: 8px;
  background: #f5f5f5;
  color: #333;
  text-decoration: none;
  border-radius: 5px;
}

#pagenum a:hover {
  padding: 3px 10px;
  margin-right: 8px;
}

#pagenum a:active {
  padding: 3px 10px;
  margin-right: 8px;
  background: #b60106;
  color: #fff;
}

#pagenum a.current {
  padding: 3px 10px;
  margin-right: 8px;
  font-weight: bold;
  background: #b60106;
  color: #fff;
}

#pagenum span.disabled {
  padding: 3px 10px;
  margin-right: 2px;
  background: #f5f5f5;
  color: #333;
}

#page_txt li {
  font-size: 18px;
  color: #333;
  line-height: 56px;
}

#webreal_scol_title {
  font-family: Microsoft YaHei;
  font-size: 20px;
  color: #000000;
  text-align: center;
}

#webreal_scol_title h1 {
  font-size: 24px !important;
  line-height: 50px;
}

#scol_time {
  color: #999;
  padding: 0 0 5px 0;
  text-align: center;
  font-size: 16px;
}

#scol_time a {
  color: #999;
}

#scol_txt {
  font-size: 18px;
  color: #333333;
  line-height: 36px;
  font-family: "微软雅黑";
}

#scol_txt p {
  margin: 10px 0;
}

/* 响应式设计 - 移动端适配 */
@media screen and (max-width: 768px) {
  /* 移动端去掉page-normal-bg背景 */
  .page-normal-bg {
    background: #ffffff !important;
  }
  .subject-top-qgrdh1403 {
    background: none;
    height: auto;
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .subject-top-qgrdh1403 .w1400 {
    width: 100%;
    padding: 0;
    margin: 0;
    max-width: none;
  }

  .subject-top-qgrdh1403 .mobile-img {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .subject-top-qgrdh1403 .mobile-img img {
    width: 100%;
    height: auto;
    display: block;
    max-width: 100%;
  }
  
  .subject-top-qgrdh1404 {
    background: none;
    height: auto;
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .subject-top-qgrdh1404 .w1400 {
    width: 100%;
    padding: 0;
    margin: 0;
    max-width: none;
  }

  .subject-top-qgrdh1404 .mobile-img {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .subject-top-qgrdh1404 .mobile-img img {
    width: 100%;
    height: auto;
    display: block;
    max-width: 100%;
  }
  /* 基础布局调整 */
  .w1400 {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }

  .w1000 {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }

  .w1200 {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }

  /* 顶部图片区域 */
  .subject-top-rdyqctx {
    height: auto;
    width: 100%;
    margin: 0;
    padding: 0;
    background: none;
  }

  .subject-top-rdyqctx .w1400 {
    width: 100%;
    padding: 0;
    margin: 0;
    max-width: none;
  }

  .subject-top-rdyqctx img {
    width: 100%;
    height: auto;
    display: block;
  }

  .subject-top-rdyqctx .mobile-img {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .subject-top-rdyqctx .mobile-img img {
    width: 100%;
    height: auto;
    display: block;
  }

  /* 移动端显示移动端图片，隐藏桌面端图片 */
  .desktop-img {
    display: none !important;
  }

  .mobile-img {
    display: block;
  }

  /* 移动端只加载移动端JS，隐藏桌面端JS */
  .desktop-js {
    display: none;
  }

  .mobile-js {
    display: block;
  }

  /* 导航区域 */
  .sub-nav {
    height: auto;
    line-height: 1.5;
    padding: 10px 0;
    font-size: 14px;
  }

  .sub-nav-box {
    flex-direction: column;
    height: auto;
    line-height: 1.5;
    font-size: 14px;
  }

  .sub-nav-box div {
    padding: 8px 15px;
    text-align: center;
    border-bottom: 1px solid #ddd;
  }

  .sub-nav-box div:last-child {
    border-bottom: none;
  }

  .sub-nav-box div::after {
    display: none;
  }

  /* 内容区域 */
  .list_page {
    margin: 10px 0;
  }

  .p35 {
    padding: 20px 15px;
  }

  .p15 {
    padding: 10px;
  }

  /* 栏目标题 */
  .column-btn {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    border-bottom: 1px solid #f4e3d7;
    padding-bottom: 2vw;
  }

  .column-name {
    font-size: 16px;
    margin-bottom: 0;
    flex: 1;
  }

  .column-line,
  .column-line2,
  .column-line3 {
    display: none;
  }

  .column-more {
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    padding: 0 8px;
    flex-shrink: 0;
  }
  .column-more a {
    font-size: 12px;
  }
  /* 列表样式 */
  .list li {
    font-size: 14px;
    line-height: 40px;
    padding: 3px 0;
  }

  .list li span.date {
    font-size: 14px;
    margin-left: 10px;
  }

  .list li span.dot {
    font-size: 16px;
  }

  /* 图片列表 */
  .column-piclist .pics-box {
    flex-direction: column;
    gap: 15px;
  }

  .column-piclist .pics-box .pics {
    width: 100%;
    height: 200px;
  }

  .column-piclist .pics-box .pics-info {
    width: 100%;
    height: auto;
    padding: 15px;
  }

  .column-piclist .pics-box .info {
    width: 100%;
    padding-left: 0;
  }

  .column-piclist .pics-box .info .title a {
    font-size: 18px;
    line-height: 24px;
  }

  .column-piclist .pics-box .info .brief {
    font-size: 14px;
    line-height: 20px;
  }

  .column-piclist .pics-box .date {
    font-size: 14px;
    padding-right: 0;
    margin-top: 10px;
  }

  /* 图片网格 */
  .piccollist {
    justify-content: center;
  }

  .piccollist .itemcon {
    width: 100%;
    max-width: 350px;
    margin: 15px 0;
  }

  .piccollist .itemcon .item-pic {
    width: 100%;
    height: 200px;
  }

  .piccollist .itemcon .item-title {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
  }

  /* 修复sdxw在移动端的宽度问题 */
  .sdxw {
    width: 100% !important;
    margin-top: 15px;
  }

  /* 修复轮播图在移动端的布局 */
  .column-pic {
    flex-direction: column;
  }

  .swiper-box {
    width: 100% !important;
    margin-bottom: 15px;
  }

  .swiper1,
  .swiper2,
  .swiper3 {
    width: 100% !important;
    height: 250px !important;
  }

  /* 翻页 */
  #pagenum {
    font-size: 16px;
  }

  #pagenum a {
    padding: 5px 8px;
    margin-right: 5px;
    font-size: 14px;
  }

  /* 标题区域 */
  .tt-top {
    flex-direction: column;
    padding-top: 20px;
  }

  .tt-btn {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .tt-top .tt-txt {
    font-size: 28px;
    line-height: 30px;
  }

  .tt-info {
    font-size: 14px;
    line-height: 20px;
  }

  /* 焦点图 */
  .swiper-box {
    width: 100%;
    height: 250px;
  }

  .swiper-slide a h1 {
    font-size: 14px;
    padding: 3px;
  }

  .swiper-slide a i {
    font-size: 12px;
  }

  /* 版权区域 */
  #copylink {
    flex-direction: column;
    text-align: center;
  }

  #copylink .copy-cont {
    margin-left: 0;
    margin-top: 20px;
    font-size: 14px;
    line-height: 24px;
  }
}
.img100 {
  width: 100%;
}

/* 平板端适配 */
@media screen and (min-width: 769px) and (max-width: 1399px) {
  .w1400 {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }

  .column-name {
    font-size: 22px;
    flex-shrink: 0;
  }
  .column-name a {
    font-size: inherit;
  }
  .column-line,
  .column-line2,
  .column-line3 {
    flex: 1;
    width: auto;
    min-width: 0;
    margin: 0 12px;
  }

  .list li {
    font-size: 16px;
    line-height: 42px;
  }
  .list li span.date {
    font-size: 15px;
  }

  .piccollist .itemcon {
    width: 31%;
    max-width: none;
    margin: 12px 1% 12px 0;
  }

  .column-piclist .pics-box .pics-info {
    width: 70%;
  }

  /* 平板端：左图右列表流体宽 */
  .column-pic {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
  }
  .sdxw {
    float: none !important;
    width: 58% !important;
    min-width: 0;
  }
  .swiper-box {
    float: none !important;
    width: 38% !important;
    height: 240px;
  }

  /* 专题顶图：按屏宽完整显示，避免左右被裁切 */
  .subject-top-qgrdh1403 {
    background-size: 100% auto;
    background-position: center top;
    background-repeat: no-repeat;
    /* 设计稿约 1920×413 */
    height: calc(100vw * 413 / 1920);
    min-height: 160px;
  }
  .subject-top-qgrdh1404 {
    background-size: 100% auto;
    background-position: center top;
    background-repeat: no-repeat;
    /* 设计稿约 1920×413 */
    height: calc(100vw * 413 / 1920);
    min-height: 160px;
  }
}

/* 大屏幕优化 */
@media screen and (min-width: 1400px) {
  .w1400 {
    max-width: 1400px;
  }
}

/* 桌面端图片显示控制 */
@media screen and (min-width: 769px) {
  .page-normal-bg {
    background: #f5f5f5 url(../images/top-2.jpg) no-repeat center top;
  }
  .desktop-img {
    display: block;
  }

  .mobile-img {
    display: none;
  }

  /* 桌面端只加载桌面端JS，隐藏移动端JS */
  .desktop-js {
    display: block;
  }

  .mobile-js {
    display: none;
  }

  /* 桌面端头图铺满 */
  .subject-top-rdyqctx {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .subject-top-rdyqctx .w1400 {
    width: 100%;
    max-width: none;
    padding: 0;
    margin: 0;
  }

  .subject-top-rdyqctx img {
    width: 100%;
    height: auto;
    display: block;
  }

  /* .subject-top-rdyqctx .desktop-img {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .subject-top-rdyqctx .desktop-img .top-2 {
    width: 100%;
    height: auto;
  } */

  /* 桌面端qgrdh1403样式 */
  .subject-top-qgrdh1403 {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .subject-top-qgrdh1403 .w1400 {
    width: 100%;
    max-width: none;
    padding: 0;
    margin: 0;
  }

  .subject-top-qgrdh1403 .desktop-img {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .subject-top-qgrdh1403 .desktop-img .top-2 {
    width: 100%;
    height: auto;
  }

  .subject-top-qgrdh1404 {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .subject-top-qgrdh1404 .w1400 {
    width: 100%;
    max-width: none;
    padding: 0;
    margin: 0;
  }

  .subject-top-qgrdh1404 .desktop-img {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .subject-top-qgrdh1404 .desktop-img .top-2 {
    width: 100%;
    height: auto;
  }
}

/* ========== 全国人代会专题 qgrdh1403/1404：PC + Pad + 手机（仅写在 subject.css） ========== */
.subject-page-qgrdh1403 .sub-nav-box,
.subject-page-qgrdh1404 .sub-nav-box {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 44px;
  line-height: 44px;
  background: #ededed;
  font-size: 20px;
  color: #ac0000;
  box-sizing: border-box;
}
.subject-page-qgrdh1403 .sub-nav-box div,
.subject-page-qgrdh1404 .sub-nav-box div {
  position: relative;
  flex: 0 0 auto;
  padding: 0 20px;
  border-bottom: none;
}
.subject-page-qgrdh1403 .sub-nav-box div a,
.subject-page-qgrdh1404 .sub-nav-box div a {
  color: #ac0000;
  white-space: nowrap;
}
.subject-page-qgrdh1403 .sub-nav-box div::after,
.subject-page-qgrdh1404 .sub-nav-box div::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: 1px;
  transform: translateY(-50%);
  height: 20px;
  border-right: 2px solid #bf0000;
}
.subject-page-qgrdh1403 .sub-nav-box div:last-child::after,
.subject-page-qgrdh1404 .sub-nav-box div:last-child::after {
  display: none;
}
.subject-page-qgrdh1403 .list li,
.subject-page-qgrdh1404 .list li {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  overflow: hidden;
  white-space: nowrap;
  height: 56px;
  line-height: 56px;
  box-sizing: border-box;
}
.subject-page-qgrdh1403 .list li span.dot,
.subject-page-qgrdh1404 .list li span.dot {
  float: none;
  flex: 0 0 auto;
  line-height: 56px;
}
.subject-page-qgrdh1403 .list li span.date,
.subject-page-qgrdh1404 .list li span.date {
  float: none;
  flex: 0 0 auto;
  order: 3;
  margin-left: auto;
  padding-left: 24px;
  text-align: right;
  white-space: nowrap;
}
.subject-page-qgrdh1403 .list li a,
.subject-page-qgrdh1404 .list li a {
  display: block;
  flex: 0 1 auto;
  min-width: 0;
  max-width: 78%;
  order: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.subject-page-qgrdh1403 .list li a br,
.subject-page-qgrdh1404 .list li a br {
  display: none;
}

@media screen and (max-width: 1399px) {
  .subject-page-qgrdh1403 .list_page.w1400,
  .subject-page-qgrdh1404 .list_page.w1400 {
    display: block;
    width: 100%;
    max-width: 1400px;
    box-sizing: border-box;
    overflow: hidden;
  }
  .subject-page-qgrdh1403 .list_page .p35,
  .subject-page-qgrdh1404 .list_page .p35 {
    display: block;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 20px 16px;
    overflow: hidden;
  }
  .subject-page-qgrdh1403 .list_page .p35 > .sub-nav-box,
  .subject-page-qgrdh1403 .list_page .p35 > .p15,
  .subject-page-qgrdh1404 .list_page .p35 > .sub-nav-box,
  .subject-page-qgrdh1404 .list_page .p35 > .p15 {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
  /* 子导航：与 PC 一致横排 + 竖线分隔，勿竖排、勿藏分隔线 */
  .subject-page-qgrdh1403 .list_page .p35 > .sub-nav-box,
  .subject-page-qgrdh1404 .list_page .p35 > .sub-nav-box,
  .subject-page-qgrdh1403 .sub-nav-box,
  .subject-page-qgrdh1404 .sub-nav-box {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 44px;
    line-height: 44px;
    background: #ededed;
    font-size: 16px;
    padding: 0;
    box-sizing: border-box;
  }
  .subject-page-qgrdh1403 .sub-nav-box div,
  .subject-page-qgrdh1404 .sub-nav-box div {
    padding: 0 12px;
    border-bottom: none !important;
    text-align: center;
  }
  .subject-page-qgrdh1403 .sub-nav-box div::after,
  .subject-page-qgrdh1404 .sub-nav-box div::after {
    display: block !important;
    height: 16px;
    border-right: 2px solid #bf0000;
  }
  .subject-page-qgrdh1403 .sub-nav-box div:last-child::after,
  .subject-page-qgrdh1404 .sub-nav-box div:last-child::after {
    display: none !important;
  }
  .subject-page-qgrdh1403 .list_page .p35 > .p15,
  .subject-page-qgrdh1404 .list_page .p35 > .p15 {
    display: block;
  }
  .subject-page-qgrdh1403 .column-btn,
  .subject-page-qgrdh1404 .column-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
  }
  .subject-page-qgrdh1403 .column-name,
  .subject-page-qgrdh1404 .column-name {
    font-size: 20px;
    flex-shrink: 0;
  }
  .subject-page-qgrdh1403 .column-line,
  .subject-page-qgrdh1403 .column-line2,
  .subject-page-qgrdh1403 .column-line3,
  .subject-page-qgrdh1404 .column-line,
  .subject-page-qgrdh1404 .column-line2,
  .subject-page-qgrdh1404 .column-line3 {
    flex: 1;
    width: auto;
    min-width: 0;
    margin: 0 12px;
  }
  .subject-page-qgrdh1403 .column-pic,
  .subject-page-qgrdh1404 .column-pic {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
    box-sizing: border-box;
  }
  .subject-page-qgrdh1403 .column-pic .swiper-box,
  .subject-page-qgrdh1404 .column-pic .swiper-box {
    float: none;
    width: 38%;
    max-width: 420px;
    height: 240px;
    margin: 0 2% 0 0;
    box-sizing: border-box;
  }
  .subject-page-qgrdh1403 .column-pic .swiper-box .swiper-container,
  .subject-page-qgrdh1404 .column-pic .swiper-box .swiper-container {
    width: 100%;
    height: 100%;
  }
  .subject-page-qgrdh1403 .column-pic .sdxw,
  .subject-page-qgrdh1404 .column-pic .sdxw {
    float: none;
    width: 58%;
    max-width: none;
    min-width: 0;
    box-sizing: border-box;
  }
  .subject-page-qgrdh1403 .piccollist,
  .subject-page-qgrdh1404 .piccollist {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
  }
  .subject-page-qgrdh1403 .piccollist .itemcon,
  .subject-page-qgrdh1404 .piccollist .itemcon {
    width: 31%;
    max-width: none;
    margin: 12px 2% 12px 0;
    box-sizing: border-box;
  }
  .subject-page-qgrdh1403 .piccollist .itemcon:nth-child(3n),
  .subject-page-qgrdh1404 .piccollist .itemcon:nth-child(3n) {
    margin-right: 0;
  }
  .subject-page-qgrdh1403 .piccollist .itemcon .item-pic,
  .subject-page-qgrdh1404 .piccollist .itemcon .item-pic {
    width: 100%;
    height: 0;
    padding-bottom: 63%;
    position: relative;
    overflow: hidden;
  }
  .subject-page-qgrdh1403 .piccollist .itemcon .item-pic a,
  .subject-page-qgrdh1404 .piccollist .itemcon .item-pic a {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .subject-page-qgrdh1403 .piccollist .itemcon .item-pic img,
  .subject-page-qgrdh1404 .piccollist .itemcon .item-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .subject-page-qgrdh1403 .list li,
  .subject-page-qgrdh1404 .list li {
    height: 42px;
    line-height: 42px;
    font-size: 15px;
  }
  .subject-page-qgrdh1403 .list li span.dot,
  .subject-page-qgrdh1403 .list li span.date,
  .subject-page-qgrdh1403 .list li a,
  .subject-page-qgrdh1404 .list li span.dot,
  .subject-page-qgrdh1404 .list li span.date,
  .subject-page-qgrdh1404 .list li a {
    line-height: 42px;
  }
  .subject-page-qgrdh1403 .list li a,
  .subject-page-qgrdh1404 .list li a {
    max-width: 78%;
  }
}

@media screen and (max-width: 768px) {
  .subject-page-qgrdh1403 .sub-nav-box,
  .subject-page-qgrdh1404 .sub-nav-box {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    height: auto !important;
    min-height: 44px;
    line-height: 1.4;
    font-size: 14px;
    padding: 6px 0;
  }
  .subject-page-qgrdh1403 .sub-nav-box div,
  .subject-page-qgrdh1404 .sub-nav-box div {
    padding: 6px 10px;
    border-bottom: none !important;
  }
  .subject-page-qgrdh1403 .sub-nav-box div::after,
  .subject-page-qgrdh1404 .sub-nav-box div::after {
    display: block !important;
    height: 14px;
  }
  .subject-page-qgrdh1403 .sub-nav-box div:last-child::after,
  .subject-page-qgrdh1404 .sub-nav-box div:last-child::after {
    display: none !important;
  }
  .subject-page-qgrdh1403 .column-pic .swiper-box,
  .subject-page-qgrdh1403 .column-pic .sdxw,
  .subject-page-qgrdh1404 .column-pic .swiper-box,
  .subject-page-qgrdh1404 .column-pic .sdxw {
    width: 100%;
    max-width: 100%;
    margin: 0 0 12px;
  }
  .subject-page-qgrdh1403 .piccollist .itemcon,
  .subject-page-qgrdh1404 .piccollist .itemcon {
    width: 48%;
    margin: 10px 2% 10px 0;
  }
  .subject-page-qgrdh1403 .piccollist .itemcon:nth-child(3n),
  .subject-page-qgrdh1404 .piccollist .itemcon:nth-child(3n) {
    margin-right: 2%;
  }
  .subject-page-qgrdh1403 .piccollist .itemcon:nth-child(2n),
  .subject-page-qgrdh1404 .piccollist .itemcon:nth-child(2n) {
    margin-right: 0;
  }
  .subject-page-qgrdh1403 .list li,
  .subject-page-qgrdh1404 .list li {
    height: auto;
    line-height: 1.45;
    padding: 10px 0;
    align-items: flex-start;
    white-space: normal;
  }
  .subject-page-qgrdh1403 .list li a,
  .subject-page-qgrdh1404 .list li a {
    max-width: none;
    white-space: normal;
    text-overflow: clip;
    word-break: break-word;
    line-height: 1.45;
  }
  .subject-page-qgrdh1403 .list li span.dot,
  .subject-page-qgrdh1403 .list li span.date,
  .subject-page-qgrdh1404 .list li span.dot,
  .subject-page-qgrdh1404 .list li span.date {
    line-height: 1.45;
  }
}
