/* 新华网专题通用css框架。*/
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  min-height: 100%;
  color: #333;
  background-color: #eee;
  line-height: 1.8em;
}

.title {
  /* margin-top: 50px;
  margin-bottom: 60px; */
  background-repeat: no-repeat;
  background-size: cover;
  width: 1202px;
  height: 131px;
}

a:hover {
  text-decoration: underline;
}

a:link {
  cursor: pointer;
}

body,
ul,
li,
input,
img,
a,
dl,
dt,
dd,
textarea,
button,
input,
select {
  margin: 0;
  padding: 0;
  font-size: 20px;
  font-family: Arial, Helvetica, "苹方-简", "微软雅黑";
  font-weight: normal;
}

a {
  text-decoration: none;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}

img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
  border: 0;
  height: auto;
  width: auto;
}

li {
  list-style: none;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.pointer {
  cursor: pointer;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.block-center {
  margin-left: auto;
  margin-right: auto;
}

/*字号定义部分*/
.font-lg,
.font-lg a {
  font-size: 28px;
}

.font-md,
.font-md a {
  font-size: 20px;
}

.font-sm,
.font-sm a {
  font-size: 16px;
}

.limit-line {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.limit-line.line1 {
  white-space: nowrap;
  display: block;
  -webkit-box-orient: inherit;
}

.limit-line.line2 {
  -webkit-line-clamp: 2;
}

.limit-line.line3 {
  -webkit-line-clamp: 3;
}

.limit-line.line4 {
  -webkit-line-clamp: 4;
}

.limit-line.line5 {
  -webkit-line-clamp: 5;
}

.limit-line.line6 {
  -webkit-line-clamp: 6;
}

.show-xs {
  display: none;
}

.show-lg {
  display: block;
}

.bg-xinhua-bar {
  background-color: #940000;
  min-width: 1188px;
}

.top-bar {
  height: 60px;
  color: #ffffff;
  text-decoration: none;
  padding-left: 14px;
  margin: 0 auto;
  position: relative;
  width: 1200px;
}

.top-bar a {
  color: #ffffff;
}

.top-bar .container {
  width: 1188px;
}

.top-bar ul li {
  list-style: none;
  float: left;
  line-height: 60px;

  min-width: 46px;
  text-align: center;
}

.top-bar ul li a {
  margin-right: 5px;
  font-size: 15px;
}

.footer {
  color: #ffffff;
  background: #940000;
  line-height: 50px;
  font-size: 12px;
  margin: 0 auto;
}

.banner {
  height: auto;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}

.banner .pc img {
  width: 1920px;
  height: 1049px;
  max-width: inherit;
  max-height: inherit;
  transform: translateX(-50%);
  position: relative;
  left: 50%;
}

.banner .m img {
  width: 7.5rem;
  height: auto;
  max-width: inherit;
  max-height: inherit;
  /* transform: translateX(-50%); */
  position: relative;
  /* left: 50%; */
}

.more {
  text-align: center;
  margin-top: 60px;
}

.more {
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
}

/*主要页面容器相关*/
.page-container {
  min-width: 1200px;
}

.container {
  margin: 0 auto;
  position: relative;
  width: 1200px;
}

.container::before {
  content: " ";
  display: table;
}

.bg-max-container {
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
  background-color: #fff;
}

.title.title-blsj {
  background: url("../img/title-blsj.png") no-repeat center;
  background-size: 100% 100%;
  margin-bottom: 38px;
  margin-top: 434px;
}

.title.title-zhll {
  background: url("../img/title-zhll.png") no-repeat center;
  background-size: 100% 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 88px;
  margin-top: 100px;
}

.title.title-jbtt {
  background: url("../img/title-jbtt.png") no-repeat center;
  background-size: 100%;
  margin-bottom: 80px;
  margin-top: 102px;
  margin-left: auto;
  margin-right: auto;
}

.title.title-jbtj {
  background: url("../img/title-jbtj.png") no-repeat center;
  background-size: 100% 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 95px;
  margin-bottom: 130px;
}

.title.title-sdbd {
  background: url("../img/title-sdbd.png") no-repeat center;
  background-size: 100% 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 84px;
}

.block-blsj {
  background: url("../img/bg-blsj.jpg") no-repeat top center;
  background-size: 100% 100%;
  min-height: 1422px;
  background-position: top center;
  margin-top: -374px;
  padding-bottom: 1.4rem !important;

}

.block-zhll {
  background: url("../img/bg-zhll.jpg") no-repeat top center;
  background-size: 100% 100%;
  /* min-height: 1633px; */
  background-position: top center;
  padding-bottom: 200px;
}

.block-jbtt {
  background: url("../img/bg-jbtt.jpg") no-repeat top center;
  background-size: 100% 100%;
  min-height: 952px;
  background-position: top center;
  padding-bottom: 191px;
}

.block-jbtj {
  background: url("../img/bg-jbtj.jpg") no-repeat top center;
  background-size: 100% 100%;
  min-height: 1002px;
  background-position: top center;
}

.block-sdbd {
  background: url("../img/bg-sdbd.png") no-repeat top center, url("../img/bg-sdbd-footer.png") no-repeat bottom center;
  /* background-size: 100% 100%, 100% 440px; */
  background-size: 1920px calc(100% - 50px), 100% 440px;
  min-height: 1451px;
}


/* 中行进博会视频 */
#widget_3 {
  width: 1200px;
  height: 640px;
}

#widget_3.widget-single-image {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

#widget_3.widget-single-image img {
  width: 1200px;
  height: 640px;
}

.widget_3_content {
  position: relative;
  width: 1200px;
  height: 640px;
  margin: 0 auto;
}

#widget_3 .widget_3_content .desc {
  text-align: center;
  height: 96px;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: 34px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 96px;
  white-space: nowrap;
  display: block;
  -webkit-box-orient: inherit;
  overflow: hidden;
  font-size: 34px;
  text-overflow: ellipsis;
  padding-left: 20px;
}

@media (max-width: 768px) {
  #widget_3 {
    width: 6.86rem;
    height: 3.9rem;
  }

  #widget_3.widget-single-image img {
    width: 6.86rem;
    height: 3.9rem;
  }

  .widget_3_content {
    position: relative;
    width: 6.86rem;
    height: 3.9rem;
    margin: 0 auto;

  }

  #widget_3 .widget_3_content .desc {
    text-align: center;
    height: .6rem;
    background: rgba(0, 0, 0, 0.45);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    font-weight: 400;
    color: #FFFFFF;
    line-height: .6rem;
    font-size: .3rem;
  }

  #widget_3 .widget_3_content .desc {
    text-align: center;
    height: .6rem;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    font-weight: 400;
    color: #FFFFFF;
    line-height: .6rem;
    font-size: .3rem;
    white-space: nowrap;
    display: block;
    -webkit-box-orient: inherit;
    overflow: hidden;
    font-size: .3rem;
    text-overflow: ellipsis;
  }

}

/* 中行力量 */
.zhll-busg-content .more {
  color: #FFB33C;
}

.block-zhll .widget-imageText-list {}

.block-zhll .imageText-item {
  margin: 0 auto;
  margin-top: 32px;
  display: flex;
  padding-bottom: 32px;
  border-bottom: 1px solid #CEF3FF;
}

.block-zhll .photo-container {
  width: 200px;
  height: 125px;
  margin-right: 18px;
  border: 2px solid #F5D09B;
  flex-shrink: 0;
}

.block-zhll .photo-container img {
  width: auto;
  height: 100%;
}

.block-zhll .text-container {
  display: block;
  width: 980px;
  font-size: 14px;
  color: #CEF3FF;
  line-height: 24px;
  position: relative;
}

.block-zhll .text-container .text-title {
  font-weight: bold;
  font-size: 20px;
  color: #F0AD38;
  line-height: 60px;
  display: block;
  white-space: nowrap;
  -webkit-box-orient: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
}

.block-zhll .text-container .desc {
  font-size: 14px;
  color: #CEF3FF;
  line-height: 24px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.block-zhll .text-container .date {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #CEF3FF;
  position: absolute;
  bottom: -17px;
  right: 0;
}

.block-zhll .card-item {
  margin-top: 66px;
  display: flex;
  justify-content: flex-start;

}

/* .block-zhll .bottom-container{
  margin-top: 66px;
  display: flex;
  justify-content: flex-start;

} */
.block-zhll .card-container {
  width: 559px;
  height: 506px;
  background: url(../img/bg-zhll-card.png) no-repeat top center;
  background-size: 100% 100%;
  margin-right: 81px;
  padding-top: 5px;
}

.block-zhll .card-img {
  width: 550px;
  height: 293px;
  margin: auto;
  margin-bottom: 10px;
}

.block-zhll .card-img img {
  width: 100%;
}

.block-zhll .card-title {
  font-weight: bold;
  font-size: 20px;
  color: #F0AD38;
  line-height: 60px;
  padding: 0 25px;
  white-space: nowrap;
  display: block;
  -webkit-box-orient: inherit;
}

.block-zhll .card-desc {
  font-size: 14px;
  color: #727171;
  line-height: 24px;
  padding: 0 25px;
}

@media (max-width: 768px) {
  .block-zhll .imageText-item {
    margin-top: .44rem;
    display: flex;
    padding-bottom: .76rem;
    border-bottom: 0.01rem solid #DC9E56;
  }

  .block-zhll .photo-container {
    display: none;
  }

  .block-zhll .text-container {
    display: block;
    width: 100%;
    font-size: .26rem;
    color: #CEF3FF;
    position: relative;
  }

  .block-zhll .text-container .text-title {
    position: relative;
    padding-left: .26rem;
    flex-wrap: wrap;

  }

  .block-zhll .text-container .text-title::before {
    content: '';
    margin: 3px;
    display: table;
    width: .12rem;
    height: .12rem;
    background: #FFB33C;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;


  }

  .block-zhll .text-container .text-title {
    font-weight: bold;
    font-size: .34rem;
    color: #F0AD38;
    line-height: .42rem;
    white-space: wrap;
    display: block;
    margin-bottom: .2rem;

  }

  .block-zhll .text-container .desc {
    font-size: .26rem;
    color: #CEF3FF;
    line-height: .40rem;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .block-zhll .text-container .date {
    font-size: .24rem;
    font-weight: 400;
    color: #CEF3FF;
    position: absolute;
    bottom: -.7rem;
    right: 0;
  }

  .block-zhll .card-item {
    margin-top: .48rem;
    display: block;


  }

  .block-zhll .card-container {
    width: 100%;
    height: 1.9rem;
    background: none;
    margin-right: 0;
    padding-top: 0;
    display: flex;
    margin-bottom: .27rem;
    padding-bottom: .27rem;
    border-bottom: 0.01rem solid #DC9E56;
  }

  .block-zhll .card-img {
    width: 2.9rem;
    height: 1.63rem;
    margin: auto;
    flex-shrink: 0;
    margin-right: .18rem;

  }

  .block-zhll .card-img img {
    width: 100%;
  }

  .block-zhll .card-title {
    font-size: .34rem;
    color: #F0AD38;
    line-height: .51rem;
    padding: 0;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    white-space: wrap;
    font-weight: normal;
    font-size: 0.28rem;
  }

  .block-zhll .card-title {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .block-zhll .card-desc {
    display: none;
  }

  .block-zhll .more {
    color: #FFB33C;
    margin-top: 0.6rem;
  }

}

@media (max-width: 768px) {

  .title.title-blsj {
    background: url("../img/title-blsj-m.png") no-repeat center;
    background-size: 100% 100%;
    margin-bottom: .49rem;
    margin-top: 3.48rem;
  }

  .title.title-zhll {
    background: url("../img/title-zhll-m.png") no-repeat center;
    background-size: 100% 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: .48rem;
    margin-top: .74rem;
  }

  .title.title-jbtt {
    background: url("../img/title-jbtt-m.png") no-repeat center;
    background-size: 100%;
    margin-bottom: .5rem;
    margin-top: .72rem;
    margin-left: auto;
    margin-right: auto;
  }

  .title.title-jbtj {
    background: url("../img/title-jbtj-m.png") no-repeat center;
    background-size: 100% 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: .79rem;
    margin-bottom: .51rem;
  }

  .title.title-sdbd {
    background: url("../img/title-sdbd-m.png") no-repeat center;
    background-size: 100% 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: .63rem;
  }

  .block-blsj {
    background: url("../img/bg-blsj-m.png") no-repeat top center;
    background-size: 100% 100%;
    min-height: 9.22rem;
    background-position: top center;
    margin-top: -2.8rem;


  }

  .block-zhll {
    background: url("../img/bg-zhll-m.png") no-repeat top center;
    background-size: 100% 100%;
    min-height: 18.18rem;
    background-position: top center;
  }

  .block-jbtt {
    background: url("../img/bg-jbtt-m.png") no-repeat top center;
    background-size: 100% 100%;
    min-height: 13.62rem;
    background-position: top center;
    padding-bottom: 0;
  }

  .block-jbtj {
    background: url("../img/bg-jbtj-m.png") no-repeat top center;
    background-size: 100% 100%;
    min-height: 8.59rem;
    background-position: top center;
  }

  .block-sdbd {
    background: url("../img/bg-sdbd-m.png") no-repeat top center, url("../img/bg-sdbd-footer-m.jpg") no-repeat bottom center;
    background-size: 100% calc(100% - 0.6rem), 100% 2.87rem;
    min-height: 4.61rem;
  }

  .bg-max-container.block-sdbd {
    padding-bottom: 3rem;
  }

}


@media (max-width: 768px) {

  body,
  ul,
  li,
  input,
  img,
  dl,
  dt,
  dd,
  textarea,
  button,
  input,
  select {
    font-size: 0.28rem;
  }

  .show-lg {
    display: none;
  }

  .show-xs {
    display: block;
  }

  ::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    background: transparent;
  }

  .block {
    padding-top: 10px;
  }

  .page-container {
    min-width: auto;
    background: #fff;
  }

  .container {
    margin: 0 0.32rem;
    width: auto;
    overflow: hidden;
  }

  .bg-max-container {
    padding: 0.2rem 0;
  }

  .banner {
    height: auto;
    max-width: 7.5rem;
  }

  .title {
    margin-top: 0.44rem;
    margin-bottom: 0.49rem;
  }

  .title-sub {
    margin-top: 0.6rem;
    margin-bottom: 0.6rem;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .font-lg,
  .font-lg a {
    font-size: 0.34rem;
  }

  .font-md,
  .font-md a {
    font-size: 0.28rem;
  }

  .font-sm,
  .font-sm a {
    font-size: 0.24rem;
  }

  .title.title-shmh {
    width: 5.24rem;
    height: 1.326rem;
    background: url("../img/title-sdzn.png") no-repeat center;
    background-size: cover;
  }

  .title.title-xzxb {
    width: 5.24rem;
    height: 1.326rem;
    background: url("../img/title-mgzt.png") no-repeat center;

    background-size: cover;
  }

  .title.title-czjc {
    background: url("../img/title-shzg.png") no-repeat center;

    background-size: cover;
  }

  .title {
    width: 6.88rem;
    height: 1.31rem;
  }

  .more {
    text-align: center;
  }

  .more {
    font-size: 0.28rem;
    font-weight: 400;
    color: #fffefe;
  }
}

/* 进博头条 */

#widget_2 {
  margin-top: 50px;
}

#widget_2.widget-combine-focus .image-container {
  float: right;
  width: 636px;
  height: 361px;
  position: relative;
}

#widget_2.widget-combine-focus .image-container img {
  width: 636px;
  height: 361px;
}

#widget_2.widget-combine-focus .text-container {
  float: left;
  width: 520px;

}

#widget_2 .swiper-pagination {
  position: absolute;
  right: 10px;
  bottom: 16px;

}

#widget_2 .swiper-pagination .swiper-pagination-bullet {
  margin: 0 5.5px;
  background-color: #fff;
  opacity: 1;
}

#widget_2 .text-title {
  border-bottom: 2px dotted #C91E03;
  padding-bottom: 5px;
}

#widget_2 .swiper-pagination-bullet-active {
  background-color: #C8152D !important;

}


#widget_2.widget-combine-focus .top-title {

  margin-bottom: 15px;
}

#widget_2.widget-combine-focus .top-title,
#widget_2.widget-combine-focus .top-title {
  color: #C8152D;
  text-decoration: none;
  font-weight: bold;
  font-size: 30px;
}

#widget_2.widget-combine-focus .image-container .desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, .75);
  left: 0;
  width: 100%;
  height: 70px;
  line-height: 70px;
  color: #fff;
  text-align: center
}

#widget_2.widget-combine-focus .text-container .top-desc {
  text-indent: 32px;
  line-height: 34px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
}

#widget_2.widget-combine-focus {
  /* margin-bottom: 106px; */

}

#widget_2.widget-combine-focus .text-container .text-list {
  margin-top: 15px;
  color: #898989;
}

#widget_2.widget-combine-focus .text-container .text-list li::before {
  content: ' ';
  margin: 3px;
  display: table;
  width: 10px;
  height: 10px;
  background: #C8152D;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: -10px;
}

#widget_2.widget-combine-focus .text-container .text-list li {
  list-style: none;
  padding-left: 20px;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #535353;
  line-height: 38px;
  position: relative;
}

#widget_2.widget-combine-focus .text-container .text-list {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #535353;
  line-height: 38px;
}

/* .desc a{
color: #fff;
} */
.jbtt-busg-content .more {
  color: #C91E03;
}

@media (max-width: 768px) {
  .jbtt-busg-content .more {
    margin-top: 1.5rem;
  }

  .jbtt-busg-content .more {
    color: #B50029;
    margin-top: 1.5rem;
  }

  #widget_2 {
    margin-top: 0.5rem;
  }

  #widget_2 .text-title {
    border-bottom: 0.05rem dotted #bfbfbf;
  }

  #widget_2 .text-title:nth-child(2) {
    margin-top: 0;
  }

  #widget_2.widget-combine-focus .text-container .text-list {
    margin-top: 0;

  }

  #widget_2.widget-combine-focus .text-container .text-list div {
    font-size: 0.28rem;
    font-weight: 600;
    line-height: 0.6rem;

  }

  #widget_2.widget-combine-focus .text-container .text-list li::before {
    content: ' ';
    display: table;
    width: .1rem;
    height: .1rem;
    background: #C8152D;
    border-radius: 50%;
    position: absolute;
    top: .2rem;
    left: .1rem;
  }

  #widget_2.widget-combine-focus .text-container .text-list li {
    list-style: none;

    padding-left: 20px;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #535353;
    line-height: 38px;
    position: relative;
  }

  #widget_2.widget-combine-focus .text-container .top-desc {
    -webkit-line-clamp: 4;
    font-size: 0.28rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #626262;
    line-height: 0.46rem;
    margin-bottom: 0.16rem;
  }

  #widget_2.widget-combine-focus {
    margin-bottom: 0;
  }

  #widget_2.widget-combine-focus .text-container .text-list {
    font-size: 0.28rem;
    font-weight: bold;
    color: #535353;
    line-height: 0.5rem;
  }

  #widget_2.widget-combine-focus .image-container {
    float: none;
    width: 6.83rem;
    height: 3.84rem;
    position: relative;
    margin-bottom: 0.76rem;
  }

  #widget_2.widget-combine-focus .image-container img {
    width: 6.86rem;
    height: 4.60rem;
  }

  #widget_2.widget-combine-focus .text-container {
    float: none;
    width: auto;
  }

  #widget_2.widget-combine-focus .top-title {
    margin-bottom: 0.16rem;
    font-size: 0.34rem;
    font-weight: bold;
    color: #C81A2A;
    -webkit-line-clamp: 1;
  }

  #widget_2.widget-combine-focus .text-container .text-list {
    margin-left: 0;
    margin-top: .1rem;
    margin-bottom: 0.43rem;
  }

  #widget_2.widget-combine-focus .image-container .desc {
    height: 0.75rem;
    line-height: 0.75rem;

  }

  #widget_2 .swiper-pagination .swiper-pagination-bullet {
    background-color: #D2D2D2;
  }

  #widget_2 .swiper-pagination {
    position: absolute;
    width: 100%;
    bottom: -1.4rem !important;
    right: 0;
    /* right: 10px;
    bottom: 16px; */

  }

  #widget_2 .more {
    color: #C81A2A !important;
  }

  #widget_2 .more {
    color: #C81A2A !important;
    padding-top: 1.8rem;
  }
}


/* 进博图集 */

.swiper-box {
  position: relative;
}

.swiper-box .widget-swiper {
  opacity: 0;
}

.swiper-box .widget-swiper.active {
  opacity: 1;
}

.swiper-box .widget-swiper {
  /* position: relative; */
  /* width: 877px; */
  height: 478px;
  position: absolute;
  top: 0;

  margin-left: 75px;

}

.swiper-box .widget-swiper .swiper-container {
  width: 1060px;
  /* height: 466px; */
  margin-top: -1px;
}

.swiper-box .widget-swiper .swiper-slide {
  text-align: center;
}

.swiper-box .widget-swiper .slide-content {
  position: relative;
  width: 850px;
  height: 478px;
  border: 1px solid #F0AD38;
}

.swiper-box .widget-swiper .swiper-slide {
  text-align: center;
}

.swiper-pagination {
  bottom: unset;
}

.swiper-box .swiper-button-prev {
  width: 42px;
  height: 50px;
  background: url("../img/left.png") no-repeat center;
  background-size: 100%;
  left: -68px;
}

.swiper-box .swiper-button-next {
  width: 42px;
  height: 50px;
  background: url("../img/right.png") no-repeat center;
  background-size: 100%;
  right: -68px;
}

.swiper-box .widget-swiper .swiper-slide img {
  width: 850px;
  height: 478px;
}

.swiper-box .widget-swiper .swiper-slide .desc {
  position: relative;
  background: rgba(0, 0, 0, 0.6);
  height: 70px;
  line-height: 70px;
  color: #fff;
  white-space: nowrap;
  text-align: center;
  top: -70px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 15px;
  display: block;
  -webkit-box-orient: inherit;
  /* margin-bottom:-2.2em ; */
}

.swiper-box .widget-swiper .swiper-slide .desc {
  color: #fff;
}

.swiper-box .widget-swiper .swiper-pagination {
  margin: 0 auto;
  width: 100%;
}

.swiper-box .widget-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #C91E03;
}

.swiper-box .text-title {
  border-bottom: 2px dotted #C91E03;
  padding-bottom: 5px;
}

.swiper-box .widget-swiper .swiper-pagination-bullet {
  margin: 0 6px;
  width: 11px;
  height: 11px;
  background: #7A7A7A;
  opacity: 0.4;
  border-radius: 50%;
}

/* 深度报道 */


#widget_7 {
  display: inline-block;
  vertical-align: top;

}

.sdbd-content {
  margin-top: 20px;

  width: 1200px;
  background: #FFFFFF;
  border-radius: 30px 30px 30px 30px;
  padding: 33px;
}

.block-sdbd .sdbd-list {
  overflow: hidden;
  overflow-y: auto;
  padding-right: 18px;
  height: 797px;
}

/* 修改滚动条 */
.sdbd-list::-webkit-scrollbar {
  width: 13px;
}

.sdbd-list::-webkit-scrollbar-thumb {
  background-color: #F4D494;
  border-radius: 7px;
}

.sdbd-list::-webkit-scrollbar-track {
  background-color: #F0F0F0;
  border-radius: 7px;
}

.sdbd-list::-webkit-scrollbar-thumb:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

.sdbd-list .sdbd-list-block {
  display: flex;
  /* margin-bottom: 33px; */
  padding: 33px 0 33px 0;
  border-bottom: 1px solid #F4D494;
  /* width: 1200px; */

}

.sdbd-list .sdbd-list-block:first-child {
  padding-top: 0;
}

.sdbd-list .photo-container {
  width: 360px;
  height: 200px;
  border-radius: 15px;
  margin-right: 18px;
  flex-shrink: 0;
}

.sdbd-list .photo-container img {
  width: auto;
  height: 100%;
  border-radius: 15px;
}

.sdbd-list .text-container {
  width: 728px;
  display: block;
  font-size: 14px;
  line-height: 24px;
  position: relative;
}

.sdbd-list .text-container .text-title {
  display: block;
  white-space: nowrap;
  -webkit-box-orient: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}

.sdbd-list .text-container .text-title {
  font-weight: bold;
  font-size: 20px;
  color: #D0041D;
  line-height: 60px;
  display: block;
  white-space: nowrap;
  -webkit-box-orient: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}

.sdbd-list .text-container .desc {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  font-weight: 400;
  font-size: 18px;
  color: #5C0000;
  line-height: 34px;
}

.sdbd-content .more {
  color: #B50029;
  display: none;

}

@media (max-width: 768px) {
  .jbtj-busg-content {
    width: 100%;
    height: 4.60rem;
  }

  .swiper-box .widget-swiper.active {
    left: 0rem;
  }

  .swiper-box {
    padding: 0;
  }

  .swiper-box .widget-swiper {
    width: 6.86rem;
    height: 4.60rem;
    margin-bottom: 0rem;
    border: none;
    background: none;
    top: 0rem;
    margin-left: 0rem;
  }

  .swiper-box .widget-swiper .swiper-container {
    width: 100%;
    margin-top: 0;
    height: 4.60rem;
  }

  .swiper-box .widget-swiper .swiper-slide img {
    width: 6.86rem;
    height: 4.60rem;
  }

  .swiper-box .widget-swiper .swiper-slide {
    width: 100% !important;
    /* width: 6.86rem; */
    height: 4.60rem;
  }

  .swiper-box .widget-swiper .slide-content {
    position: relative;
    width: 100%;
    height: 100%;
    border: none;
  }

  .swiper-box .widget-swiper .swiper-slide .desc {
    position: absolute;
    bottom: 0;
    top: unset;
    margin-bottom: 0;
    width: 100%;
    height: 0.75rem;
    background: rgba(0, 0, 0, 0.6);
    font-size: 0.28rem;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.75rem;
  }

  .swiper-box .widget-swiper .swiper-slide .desc {
    height: 0.75rem;
    font-size: 0.28rem;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.75rem;
  }

  .swiper-box .widget-swiper .swiper-pagination {
    margin: 0 auto;
    width: 100%;
    margin-top: 0.1rem;
  }

  .swiper-box .widget-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #FFB33C !important;
    opacity: 1;
  }

  .swiper-box .widget-swiper .swiper-pagination-bullet {
    margin: 0 0.065rem;
    width: 0.12rem;
    height: 0.12rem;
    background: #BABABA;
    opacity: 0.4;
    border-radius: 50%;
  }
}

@media (max-width: 768px) {
  .sdbd-content {
    padding: 0;
    background: none;
    width: 100%;
  }

  .sdbd-list .sdbd-list-block {
    display: flex;
    margin-bottom: .40rem;
    padding: 0;
    padding-bottom: .4rem;
    border-bottom: .01rem solid #B50029;
    width: 100%;


  }

  .block-sdbd .sdbd-list {
    background: transparent;
    width: 100%;
    height: auto;
    border-radius: 0;
    padding-right: 0;
  }

  .block-sdbd .imageText-item {
    font-size: .34rem;
    color: #B50029;
    line-height: .48rem;
  }

  .block-sdbd .photo-container {
    width: 2.40rem;
    height: 1.50rem;
    border-radius: 0;
    margin-right: 0;
  }

  .sdbd-list .photo-container img {
    width: auto;
    height: 100%;
    border-radius: 0;
  }

  .block-sdbd .text-container {
    display: block;
    /* width: 100%; */
    font-size: .26rem;
    color: #B50029;
    position: relative;
  }

  .block-sdbd .text-container .text-title {
    font-size: .34rem;
    line-height: .48rem;
    display: block;
    white-space: wrap;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    color: #B50029;
    padding-left: .26rem;
  }

  .block-sdbd .text-container .text-title::before {
    content: '';
  }

  .block-sdbd .text-container .desc {
    display: none;
  }

  .block-sdbd .text-container {
    display: block;
    width: 4.03rem;
    font-size: .26rem;
    color: #B50029;
    position: relative;
  }

  .sdbd-content .more {
    color: #B50029;
    display: block;
    margin-top: 0.1rem;

  }

  .sdbd-list-block:nth-child(-n + 4) {
    display: flex;
  }

  .sdbd-list-block:nth-child(n + 5) {
    display: none;
  }
}

/* 子页面样式 */
.news-item {
  padding: 10px 5px 12px;
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .right-content {
    display: flex !important;
    overflow: unset !important;
  }

  .right-content .desc {
    text-align: center;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    font-weight: normal;
    font-size: 0.25rem;
    color: #FFFFFF;
    line-height: 0.5rem;
    width: 100%;
    z-index: 1000;
    padding: 0.1rem;
    background: rgba(0, 0, 0, 0.5);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }

  .tfzs-busg-content {
    height: auto;
    margin-bottom: 0.92rem;

  }

  .tfzs-busg-content .swiper-container {
    padding: 0;
    width: 100%;
    overflow: unset;

  }

  .tfzs-busg-content .swiper-pagination {
    bottom: unset;
  }

  .tfzs-busg-content .swiper-pagination-bullet-active {
    background: rgba(255, 255, 255, 1) !important;
  }

  .tfzs-busg-content .swiper-wrapper {
    width: 100%;
    height: 3.85rem;
    overflow: hidden;
    padding: 0;
  }

  .tfzs-busg-content .swiper-slide.active {
    border: none !important;
  }

  .tfzs-busg-content .swiper-slide,
  .tfzs-busg-content .swiper-slide img {
    width: 100% !important;
    height: 3.85rem !important;
  }

  .xzxb-list {
    height: 8.65rem;
    overflow: hidden;
  }

  .news-item {
    padding: 0.1rem 0.05rem 0.15rem;
    border-bottom: 1px solid #eee;
    margin-bottom: 0.1rem;
  }

  .xzxb-list {
    margin-left: 0px;
    border-left: none;
    padding-left: 0px;
  }

  .xzxb-list-block {
    width: 6.21rem;
    height: 1.57rem;
    margin-bottom: 0.2rem;
  }

  .xzxb-list-block .date-box {
    padding: 0.46rem 0.38rem;
  }

  .xzxb-list-block .date-box::after {
    width: 0.01rem;
    height: 0.92rem;
    background-color: #fff;
    content: '';
    display: block;
    position: absolute;
    top: 0.33rem;
    right: 0;
  }

  .xzxb-list-block .date-box .date-day {
    font-size: 0.5rem;
  }

  .xzxb-list-block .date-box .date-year {
    font-size: 0.18rem;
  }

  .xzxb-title {
    width: 4.18rem;
    font-size: 0.28rem;
    margin: 0.32rem 0.2rem;
  }

  .xzxb-title {
    width: 4.18rem;
    font-size: 0.28rem;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

/**二级页面**/
.subpage .banner {
  margin-bottom: 20px;
}