@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(https://wximg.chuanbaoguancha.cn/FsLRgXVora-5EMjubYXFm5W5FVDy) 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;
}

.top-rdh {
  margin: 0 auto;
  width: 100%;
  max-width: 1400px;
  box-sizing: border-box;
}
.top-rdh img {
  width: 100%;
  height: auto;
  display: block;
}
.w1000 {
  width: 1000px;
  margin: 0 auto;
}
.w1100 {
  width: 1040px;
  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;
}
.p40-1 {
  padding: 0 60px;
}
.p35 {
  padding: 35px 20px;
}

.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;
  background: #fff;
  padding: 30px 20px;
}

.top {
  height: 622px;
}
.top-2 {
  height: 400px;
}

.w416 {
  width: 416px;
}
.w950 {
  width: 950px;
}

.ohid {
  overflow: hidden !important;
}

/* .box2list {
  margin-top: 20px;
} */
.box2list li span:before {
  content: "•";
  padding-right: 10px;
  color: #333;
}
.box2list li span {
  font-size: 18px;
  line-height: 30px;
  color: #333;
}
.box2list li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 1px solid #e8e8e8;
  line-height: 53px;
  font-size: 20px;
  color: #333333;
}
.box2list li:last-child {
  border-bottom: none;
}
.box2list li a {
  color: #333333;
  text-decoration: none;
}

.sbg {
  background: url(../images/sbg.jpg) repeat-x;
  height: 44px;
}
.box3btn {
  display: flex;
  justify-content: space-betwwen;
  line-height: 44px;
  padding: 0 10px;
}
.box3btn .column-name {
  color: #b60106;
  font-size: 24px;
}
.box3btn .column-name a {
  color: #b60106;
}
.box3btn .more {
  text-align: right;
  margin-left: auto;
}

.box3btn .more a {
  color: #666666;
  font-size: 18px;
  line-height: 44px;
}
.line1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  /* text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical; */
}
.bor1 {
  border-bottom: 1px solid #cccccc;
}

/* 焦点图通用 */
.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;
}

/* 广告 */
.swiper1 {
  width: 1400px;
  height: 90px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.swiper1 .swiper-pagination {
  text-align: right;
  right: 10px !important;
  left: auto !important;
}
.swiper1 .swiper-pagination-bullet {
  background: #fff;
}
.swiper1 .swiper-pagination-bullet-active {
  background: yellow;
}

/* 版权 */
#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;
}
.dhyx-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.dhyx-item {
  width: 256px;
  margin: 20px 29px 10px 0;
  text-align: center;
  font-size: 16px;
  color: #333;
  line-height: 40px;
}
.dhyx-item:nth-child(5n) {
  margin-right: 0;
}
.dhyx-item img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}
.dhyx-item p {
  margin-top: 10px;
  line-height: 26px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  text-align: left;
}
.box1 {
  display: flex;
  justify-content: space-between;
}
.box1 .sdtp {
  width: 440px;
}

/* 视点图片 */
.swiper2 {
  width: 440px;
  height: 294px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.swiper2 .swiper-pagination {
  right: 10px !important;
  left: auto !important;
  text-align: right;
}

.swiper2 .swiper-pagination-bullet {
  background: #fff;
}
.swiper2 .swiper-pagination-bullet-active {
  background: yellow;
}
.box1 .sdxw {
  width: 450px;
}
.box1 .dhyc {
  width: 450px;
}

.more {
  color: #666666;
  font-size: 18px;
  line-height: 32px;
  text-align: right;
}
.more a {
  color: #666666;
}
.contbox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contboxl {
  width: 925px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.contboxr {
  width: 450px;
}
.sbox {
  width: 450px;
  margin-top: 20px;
}
.cl {
  clear: both;
  margin: 0;
  padding: 0;
  border: none;
  overflow: hidden;
}

/*二三级页面*/
.page2-nav-bg {
  background: #ededed;
  height: 44px;
  line-height: 44px;
  font-size: 20px;
  padding-left: 2%;
  font-weight: normal;
}
/* .page2-nav-bg a {
  color: #b80101;
} */
.page2_nav {
  line-height: 62px;
  font-size: 16px;
  color: #333;
}
.page2_nav a {
  color: #b80101;
}
.w318 {
  width: 338px;
}
.w316 {
  width: 316px;
}

.w1000 {
  width: 1000px;
}

#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;
  padding-bottom: 10px;

  border-bottom: 1px solid #cccccc;
}

#webreal_scol_title h1 {
  font-size: 30px !important;
  line-height: 60px;
  font-weight: bold;
}

#scol_time {
  color: #999;
  padding: 0 0 5px 0;
  text-align: center;
  font-size: 16px;
  display: flex;
  justify-content: flex-start;
  margin-left: 15px;
  margin-top: 10px;
}
#scol_time .author {
  margin-left: 30px;
}
#scol_time .time {
  margin-left: 30px;
}

#scol_time a {
  color: #999;
}

#scol_txt {
  font-size: 18px;
  color: #333333;
  line-height: 36px;
  font-family: "微软雅黑";
}
#scol_txt div {
  font-size: 18px;
}

#scol_txt p {
  margin: 10px 0;
}
#scol_txt p img {
  max-width: 1200px;
}

/* #scol_txt table {
  width: 800px;
  text-align: center;
  display: table-cell;
  margin-left: 300px;
} */

#scol_note {
  color: #666666;
  text-align: center;
}

#scol_note span {
  float: right;
  color: #666666;
}

.page_bottom {
  background: #e7ebf0;
  height: 50px;
  width: 100%;
}

/* 翻页 */
#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;
}

.note {
  color: #fff;
}

.note-u {
  color: #fff;
  text-decoration: underline;
}

.time {
  text-align: center;
}

/* .title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #ff0000;
} */

.text-b {
  font-weight: bold;
}

.text-d {
  font-size: 14px;
  line-height: 20px;
  text-align: left;
}

.text-s {
  font-size: 12px;
  line-height: 120%;
}

.text-l {
  line-height: 250%;
}

.collist {
  text-align: left;
}

.page {
  text-align: center;
  font-size: 14px;
}

@media screen and (max-width: 1024px) {
  .rdjj-box {
    flex-direction: column;
    align-items: center;
  }

  .rdjj-box div {
    width: 100%;
    max-width: 520px;
  }
}

@media screen and (max-width: 768px) {
  .rdgk {
    padding: 25px 20px;
  }

  .cwhld-box {
    flex-direction: column;
    align-items: center;
    padding: 20px 15px;
  }

  .cwhld-left {
    width: 100%;
    max-width: 280px;
  }

  .cwhld-leader-pic,
  .cwhld-leader-pic img {
    width: 100%;
    height: auto;
  }

  .cwhld-row {
    gap: 10px;
  }

  .cwhld-item {
    width: calc(50% - 10px);
  }

  .cwhld-pic {
    width: 100px;
    height: 130px;
  }

  .cwhld-name {
    font-size: 14px;
    min-height: 40px;
  }
}

/* 无缝滚动样式 */
.scroll-container {
  position: relative;
  overflow: hidden;
}

.scroll-container > div {
  position: relative;
  height: 100%;
  overflow-y: auto;
  /* 隐藏滚动条但保持滚动功能 */
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE and Edge */
}

.scroll-container > div::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}

/*
 * 人代会专题 Pad 适配（含荣耀）：
 * 断点用 1599：荣耀横屏常报 ~1400，原 1399 会漏掉导致头图偏窄、右侧留白
 * 不用 flex gap / aspect-ratio，间距用 margin
 */
@media screen and (min-width: 769px) and (max-width: 1599px) {
  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
  }

  body {
    background-size: 100% auto !important;
    background-position: center top !important;
    background-repeat: no-repeat !important;
  }

  .top-rdh,
  .w1400,
  .adbox.w1400 {
    width: 100% !important;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
    padding-left: 0;
    padding-right: 0;
  }
  .top-rdh img,
  .adbox img {
    width: 100%;
    height: auto;
    display: block;
  }

  #content {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 20px 16px;
  }

  /* 页脚通栏，避免右侧露白 */
  #copylinkBox {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }

  /* 顶部三列均分，顶对齐 */
  .box1 {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0;
  }
  .box1 .sdtp,
  .box1 .sdxw,
  .box1 .dhyc {
    width: auto;
    flex: 1;
    min-width: 0;
    margin-right: 16px;
    box-sizing: border-box;
  }
  .box1 .dhyc {
    margin-right: 0;
  }
  .box1 .sdtp {
    flex-shrink: 0;
    max-width: 34%;
  }
  .swiper2 {
    width: 100%;
    height: 0;
    padding-bottom: 66.8%;
    margin: 0;
    position: relative;
    overflow: hidden;
  }
  .swiper2 .swiper-container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }

  .box3btn {
    align-items: center;
  }
  .box3btn .column-name {
    font-size: 17px;
  }
  .box3btn .more a,
  .more {
    font-size: 13px;
  }
  .box2list li {
    font-size: 14px;
    line-height: 36px;
  }
  .box2list li span {
    font-size: 13px;
    line-height: 22px;
  }

  /* 右侧滚动区文字缩小（覆盖内联 style），并与左侧列表更协调 */
  .box1 .dhyc .scroll-container,
  .contboxr .scroll-container {
    font-size: 13px !important;
    line-height: 26px !important;
  }
  .box1 .dhyc .scroll-container *,
  .contboxr .scroll-container *,
  .box1 .dhyc .box2list,
  .contboxr .box2list {
    font-size: 13px !important;
    line-height: 26px !important;
  }
  .contboxr .box3btn .column-name {
    font-size: 16px;
  }

  /* 中部：左双列 + 右栏顶对齐 */
  .contbox {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0;
  }
  .contboxl {
    width: 66%;
    margin-right: 2%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    box-sizing: border-box;
  }
  .contboxr {
    width: 32%;
    min-width: 0;
    box-sizing: border-box;
  }
  .sbox {
    width: 48%;
    margin-right: 4%;
    margin-top: 16px;
    box-sizing: border-box;
  }
  .contboxl .sbox:nth-child(2n) {
    margin-right: 0;
  }
  .contboxr .sbox {
    width: 100%;
    margin-right: 0;
  }
  .contboxl > .sbox:nth-child(1),
  .contboxl > .sbox:nth-child(2),
  .contboxr > .sbox:first-child {
    margin-top: 16px;
  }
  /*
   * 左侧每行约：margin16 + 标题44 + 6条×36 ≈ 276，两行 ≈ 552
   * 右侧「大会议程」块结束后，「大会机构」标题应与第三行（媒体评论/决议公告）齐平
   */
  .contboxr > .sbox:nth-child(2) {
    margin-top: 68px;
  }
  #scroll-dhyc-wrapper {
    height: 450px !important;
  }
  #scroll-dhjg-wrapper {
    height: 280px !important;
  }
  #scroll-dhrc-wrapper {
    height: 200px !important;
  }

  /* 大会影像：仍一行五个，宽度改比例；图高固定像素（兼容荣耀） */
  .dhyx-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 0;
  }
  .dhyx-item {
    width: 18.4%;
    margin: 14px 2% 8px 0;
    box-sizing: border-box;
    font-size: 13px;
    line-height: 22px;
  }
  .dhyx-item:nth-child(5n) {
    margin-right: 0;
  }
  .dhyx-item a {
    display: block;
  }
  .dhyx-item img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    display: block;
  }
  .dhyx-item p {
    font-size: 13px;
    line-height: 20px;
    margin-top: 6px;
  }
}

