/* 新华网专题通用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: 50px;
  background-repeat: no-repeat;
  background-size: cover;
}

a {
  text-decoration: none;
  color: #333333;
}

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;
}

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

.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: #65BCE4;
  background-image: url("//www.news.cn/enterprise/zt/20220525lsqf/img/bottom.jpg");
  background-size: cover;
  min-width: 1188px;
}

.top-bar {
  height: 57px;
  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: 57px;

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

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

.footer {
  color: #FFFFFF;
  background: #65BCE4;
  background-image: url("//www.news.cn/enterprise/zt/20220525lsqf/img/bottom.jpg");
  background-size: cover;
  line-height: 65px;
  font-size: 12px;
  margin: 0 auto;
}

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

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

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

/*主要页面容器相关*/
.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-sub {
  margin-top: 30px;
  margin-bottom: 30px;
  background-repeat: no-repeat;
  background-size: cover;
}


.title.title-fbh {
  width: 1200px;
  height: 69px;
  background: url("//www.news.cn/enterprise/zt/20220525lsqf/img/title-fbh.png") no-repeat center;

  margin-left: auto;
  margin-right: auto
}

.title.title-fcys {
  width: 1200px;
  height: 69px;
  background: url("//www.news.cn/enterprise/zt/20220525lsqf/img/title-fcys.png") no-repeat center;

  margin-left: auto;
  margin-right: auto
}

.title.title-hdjs {
  width: 1200px;
  height: 69px;
  background: url("//www.news.cn/enterprise/zt/20220525lsqf/img/title-hdjs.png") no-repeat center;

  margin-left: auto;
  margin-right: auto
}

.title.title-ppjs {
  width: 1200px;
  height: 69px;
  background: url("//www.news.cn/enterprise/zt/20220525lsqf/img/title-ppjs.png") no-repeat center;

  margin-left: auto;
  margin-right: auto
}

.title.title-djzf {
  width: 1200px;
  height: 69px;
  background: url("//www.news.cn/enterprise/zt/20220525lsqf/img/title-djzf.png") no-repeat center;

  margin-left: auto;
  margin-right: auto;
  margin-top: 150px;
}

.title.title-yth {
  width: 1200px;
  height: 69px;
  background: url("//www.news.cn/enterprise/zt/20220525lsqf/img/title-yth.png") no-repeat center;

  margin-left: auto;
  margin-right: auto;
  margin-top: 180px;
}

.title.title-dyr {
  width: 1200px;
  height: 69px;
  background: url("//www.news.cn/enterprise/zt/20220525lsqf/img/title-dyr.png") no-repeat center;

  margin-left: auto;
  margin-right: auto
}

.title.title-qfcp {
  width: 1200px;
  height: 69px;
  background: url("//www.news.cn/enterprise/zt/20220525lsqf/img/title-cpq.png") no-repeat center;

  margin-left: auto;
  margin-right: auto;
  margin-top: 200px;
}

.title.title-hdq {
  width: 1200px;
  height: 69px;
  background: url("//www.news.cn/enterprise/zt/20220525lsqf/img/title-hdq.png") no-repeat center;

  margin-left: auto;
  margin-right: auto;

}

.block-fbh {
  background: url("//www.news.cn/enterprise/zt/20220525lsqf/img/bg-fbh.jpg") no-repeat top center;

  background-size: cover;
  min-height: 846px;
  background-position: top center;

}

.block-fcys {
  background: url("//www.news.cn/enterprise/zt/20220525lsqf/img/bg-fcys.jpg") no-repeat top center;

  background-size: cover;
  min-height: 938px;
  background-position: top center;

}

.block-hdjs {
  background: url("//www.news.cn/enterprise/zt/20220525lsqf/img/bg-hdjs.jpg") no-repeat top center;

  background-size: cover;
  min-height: 469px;
  background-position: top center;

}

.block-ppjs {
  background: url("//www.news.cn/enterprise/zt/20220525lsqf/img/bg-ppjs.jpg") no-repeat top center;

  background-size: cover;
  min-height: 854px;
  background-position: top center;

}

.block-djzf {
  background: url("//www.news.cn/enterprise/zt/20220525lsqf/img/bg-djzf.jpg") no-repeat top center;

  background-size: cover;
  min-height: 897px;
  background-position: top center;
}

.block-yth {
  background: url("//www.news.cn/enterprise/zt/20220525lsqf/img/bg-yth.jpg") no-repeat top center;

  background-size: cover;
  min-height: 1328px;
  background-position: top center;

}

.block-dyr {
  background: url("//www.news.cn/enterprise/zt/20220525lsqf/img/bg-dyr.jpg") no-repeat top center;

  background-size: cover;
  min-height: 1327px;
  background-position: top center;

}

.block-cpq {
  background: url("//www.news.cn/enterprise/zt/20220525lsqf/img/bg-cpq.jpg") no-repeat top center;

  background-size: cover;
  min-height: 1010px;
  background-position: top center;

}

.block-hdq {
  background: url("//www.news.cn/enterprise/zt/20220525lsqf/img/bg-hdq.jpg") no-repeat top center;

  background-size: cover;
  min-height: 1324px;
  background-position: top center;

}

@media (max-width: 768px) {

  body,
  ul,
  li,
  input,
  img,
  a,
  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.25rem;
    width: auto;
    overflow: hidden;
  }

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

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

  .title {
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
  }

  .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-fbh {
    width: 6.9rem;
    height: 1.31rem;
    background: url("//www.news.cn/enterprise/zt/20220525lsqf/img/title-fbh-m.png") no-repeat 12px;

    background-size: 100% 100%;
  }

  .title.title-fcys {
    width: 6.9rem;
    height: 1.31rem;
    background: url("//www.news.cn/enterprise/zt/20220525lsqf/img/title-fcys-m.png") no-repeat center;

    background-size: 100% 100%;
    margin-top: -.2rem;
  }

  .title.title-hdjs {
    width: 6.9rem;
    height: 1.31rem;
    background: url("//www.news.cn/enterprise/zt/20220525lsqf/img/title-hdjs-m.png") no-repeat center;

    background-size: cover;
  }

  .title.title-ppjs {
    width: 6.9rem;
    height: 1.31rem;
    background: url("//www.news.cn/enterprise/zt/20220525lsqf/img/title-ppjs-m.png") no-repeat center;

    background-size: 100% 100%;
  }

  .title.title-djzf {
    width: 6.9rem;
    height: 1.31rem;
    background: url("//www.news.cn/enterprise/zt/20220525lsqf/img/title-djzf-m.png") no-repeat center;

    background-size: 100% 100%;
    margin-top: 0;
  }

  .title.title-yth {
    width: 6.9rem;
    height: 1.31rem;
    background: url("//www.news.cn/enterprise/zt/20220525lsqf/img/title-yth-m.png") no-repeat center;

    background-size: 100% 100%;
    margin-top: 1rem;
  }

  .title.title-dyr {
    width: 6.9rem;
    height: 1.31rem;
    background: url("//www.news.cn/enterprise/zt/20220525lsqf/img/title-dyr-m.png") no-repeat center;

    background-size: 100% 100%;
  }

  .title.title.title-qfcp {
    width: 6.9rem;
    height: 1.31rem;
    background: url("//www.news.cn/enterprise/zt/20220525lsqf/img/title-cpq-m.png") no-repeat center;

    background-size: 100% 100%;
    margin-top: .5rem;
  }

  .title.title-hdq {
    width: 6.9rem;
    height: 1.31rem;
    background: url("//www.news.cn/enterprise/zt/20220525lsqf/img/title-hdq-m.png") no-repeat center;

    background-size: 100% 100%;
  }

  .block-fbh {

    background: url("//www.news.cn/enterprise/zt/20220525lsqf/img/bg-fbh-m.jpg") no-repeat top center;

    background-size: cover;
    min-height: auto;
    padding-bottom: .5rem;
  }

  .block-fcys {

    background: url("//www.news.cn/enterprise/zt/20220525lsqf/img/bg-fcys-m.jpg") no-repeat top center;

    background-size: cover;
    min-height: auto
  }

  .block-hdjs {

    background: url("//www.news.cn/enterprise/zt/20220525lsqf/img/bg-hdjs-m.jpg") no-repeat top center;

    background-size: cover;
    min-height: auto
  }

  .block-cpq {
    background: url("//www.news.cn/enterprise/zt/20220525lsqf/img/bg-cpq-m.jpg") no-repeat top center;
    background-size: cover;
    min-height: auto;

  }

  .block-ppjs {

    background: url("//www.news.cn/enterprise/zt/20220525lsqf/img/bg-ppjs-m.jpg") no-repeat top center;

    background-size: cover;
    min-height: auto
  }

  .block-djzf {

    background: url("//www.news.cn/enterprise/zt/20220525lsqf/img/bg-djzf-m.jpg") no-repeat top center;

    background-size: cover;
    min-height: auto
  }

  .block-yth {

    background: url("//www.news.cn/enterprise/zt/20220525lsqf/img/bg-yth-m.jpg") no-repeat top center;

    background-size: 100% 100%;
    min-height: auto;
    padding-bottom: 1.5rem;
  }

  .block-dyr {

    background: url("//www.news.cn/enterprise/zt/20220525lsqf/img/bg-dyr-m.jpg") no-repeat top center;

    background-size: cover;
    min-height: auto
  }

  .block-hdq {

    background: url("//www.news.cn/enterprise/zt/20220525lsqf/img/bg-hdq-m.jpg") no-repeat top center;

    background-size: cover;
    min-height: auto
  }

  ;
}

#widget_21.widget-card-list {
  font-size: 0;
  margin-top: 150px;
  vertical-align: top;
}

#widget_21.widget-card-list .card {
  background: url("//www.news.cn/enterprise/zt/20220525lsqf/img/card-hdq.png") no-repeat center;
  background-size: 100% 100%;
  display: inline-block;
  width: 580px;
  height: 125px;
  padding: 20px;
  margin: 10px 10px;
  position: relative;
  color: #1b35a1;
  vertical-align: top;
}

#widget_21.widget-card-list .card .author {
  font-size: 1.2em;
}

@media (max-width: 768px) {

  #widget_21.widget-card-list .card {
    width: 100%;
    height: auto;
    margin: 0.1rem 0;
    position: relative;
    padding: 0.1rem;
    background: url("//www.news.cn/enterprise/zt/20220525lsqf/img/card-hdq-m.png") no-repeat center;
    background-size: 100% 100%;
  }

  .widget-single-image img {
    width: auto;
    height: auto;
  }

  #widget_21.widget-card-list .card img {
    width: 6.7rem;
    height: 5.36rem;
  }

  #widget_21.widget-card-list {
    margin-top: 1rem;
    margin-bottom: 2rem;
  }
}




#widget_19.widget-swiper {
  position: relative;
  margin-bottom: 50px;
}

#widget_19.widget-swiper .swiper-container {
  width: 990px;
  height: --heightContainerpx;
}

#widget_19.widget-swiper .swiper-slide {
  text-align: center;
  width: 990px;
}

#widget_19.widget-swiper .slide-content {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}

#widget_19.widget-swiper .swiper-slide a {

  text-align: center;
}

#widget_19.widget-swiper .swiper-slide img {
  width: 990px;
  height: 556.875px;
}

#widget_19.widget-swiper .swiper-slide .desc {
  position: relative;
  background: url("//www.news.cn/enterprise/zt/20220525lsqf/img/text-bg.png") #fff no-repeat center;
  background-size: 100% 100%;
  height: 5em;
  line-height: 3em;
  color: #fff;
  white-space: nowrap;
  text-align: center;
  top: -0.2em;
  margin-bottom: -2.2em;

}


#widget_19.widget-swiper .swiper-slide .desc a {
  color: #1b35a1;
}

#widget_19.widget-swiper .swiper-pagination {

  margin: 0 auto;
  width: 100%;
}

#widget_19.widget-swiper .swiper-pagination-bullet {
  margin: 0 4px;
  width: 10px;
  height: 10px;
}

@media (max-width: 768px) {
  #widget_19.widget-swiper {

    margin-bottom: .6rem;
  }

  #widget_19.widget-swiper .swiper-container {
    width: 100%;
  }

  #widget_19.widget-swiper .swiper-slide img {

    width: 7rem;
    height: 3.9375rem;
  }

  #widget_19.widget-swiper .swiper-slide {}

  #widget_19.widget-swiper .slide-content {

    width: 100%;
    height: 100%;
  }

  #widget_19.widget-swiper .swiper-slide .desc {
    /* top: -2.2em; */
    margin-bottom: -2.2em;
  }

}



#widget_16 {
  background: url("//www.news.cn/enterprise/zt/20220525lsqf/img/card-dyr-1.png") no-repeat left top;
  height: 625px;
  margin-left: -360px;
  text-align: right;
  padding-top: 165px;
  margin-top: -50px;
}

#widget_17 {
  background: url("//www.news.cn/enterprise/zt/20220525lsqf/img/card-dyr-2.png") no-repeat right top;
  height: 520px;
  margin-right: -410px;
  padding-top: 50px;
}

@media (max-width: 768px) {
  .block-dyr .container {
    margin: 0;
  }

  #widget_16 {

    background: url("//www.news.cn/enterprise/zt/20220525lsqf/img/card-dyr-1-m.png") no-repeat left top;
    background-size: 100% auto;
    height: 7.24rem;
    margin-left: -0.25rem;
    margin-right: -0.25rem;
    text-align: center;
    padding-top: 4rem;
    margin-top: 0;
  }

  #widget_17 {
    background: url("//www.news.cn/enterprise/zt/20220525lsqf/img/card-dyr-2-m.png") no-repeat left top;
    background-size: 100% auto;
    height: auto;
    margin-left: -0.25rem;
    margin-right: -0.25rem;
    text-align: center;
    padding-top: 4rem;
    margin-top: 3.5rem;
  }

  .dyr-video {
    width: 7rem;
    margin: 2rem auto 0;
  }
}




#widget_15 {
  background: url("//www.news.cn/enterprise/zt/20220525lsqf/img/card-yth.png");
  background-size: 100% 100%;

}

#widget_15 .layout-l,
#widget_15 .layout-r {
  padding: 25px;
  color: #fff;
}

#widget_15 .line-2 .layout-l,
#widget_15 .line-2 .layout-r {
  padding-top: 10px;
}

#widget_15 .desc-text {
  text-indent: 2em;
}

@media (max-width: 768px) {

  #widget_15 .layout-l,
  #widget_15 .layout-r {
    padding: .2rem;

  }
}



.block-djzf .layout-lr {
  margin-top: 90px;
}

.block-djzf .layout-l {
  border: 10px solid #74d5f7;
}

#widget_13.widget-swiper {
  position: relative;
  margin-bottom: 0;
  position: relative;
  top: -25px;
  left: -20px;
}

#widget_13.widget-swiper .swiper-container {
  width: 592px;
  height: 476px;
}

#widget_13.widget-swiper .swiper-slide {
  text-align: center;

}

#widget_13.widget-swiper .slide-content {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}

#widget_13.widget-swiper .swiper-slide a {

  text-align: center;
}

#widget_13.widget-swiper .swiper-slide img {
  width: 592px;
  height: 476px;
}

#widget_13.widget-swiper .swiper-slide .desc {
  position: relative;
  background: rgba(0, 0, 0, .85);
  height: 2.2em;
  line-height: 2.2em;
  color: #fff;
  white-space: nowrap;
  text-align: center;
  top: -2.2em;
  margin-bottom: -2.2em;
}

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

.block-djzf .swiper-pagination {

  margin: 30px auto 0;
  width: 100%;
}

.block-djzf .swiper-pagination-bullet {
  margin: 0 4px;
  width: 10px;
  height: 10px;
}

.block-djzf .btn-more {
  background: url("//www.news.cn/enterprise/zt/20220525lsqf/img/more.png") no-repeat center;
  background-size: 100% 100%;
  width: 154px;
  height: 66px;
}

.block-djzf .btn-more a {
  display: block;
  height: 100%;
}

.block-djzf .layout-r {
  padding: 0 30px;
}

.block-djzf .tit {
  margin-bottom: 30px;
}

.block-djzf .tit,
.block-djzf .tit a {
  color: #2244aa;
  font-weight: bold;
  font-size: 28px;
  letter-spacing: 1px;
}

.block-djzf .text-desc {
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .block-djzf .layout-lr{margin-top:0;}
  .block-djzf .layout-l {
    border: .15rem solid #74d5f7;

  }

  .block-djzf .layout-r {
    margin-top: 1.2rem;
    padding: 0;
  }

  .block-djzf .swiper-pagination {
    margin: .4rem auto 0;

  }

  .block-djzf .tit,
  .block-djzf .tit a {

    font-size: .32rem;
    letter-spacing: .02rem;
  }

  .block-djzf .btn-more {
    background: url("//www.news.cn/enterprise/zt/20220525lsqf/img/more-m.png") no-repeat center;
    background-size: 100% 100%;
    width: 2.05rem;
    height: .86rem;
  }

  .block-djzf .text-desc {
    margin-bottom: .5rem;
  }

  #widget_13.widget-swiper {

    margin-bottom: .6rem;
    top: 0;
    margin-bottom: 0;
    left: 0;
  }

  #widget_13.widget-swiper .swiper-container {
    width: 100%;
    height: auto;
  }

  #widget_13.widget-swiper .swiper-slide img {

    width: auto;
    height: auto;
  }

  #widget_13.widget-swiper .swiper-slide {}

  #widget_13.widget-swiper .slide-content {

    width: 100%;
    height: 100%;
  }

  #widget_13.widget-swiper .swiper-slide .desc {
    top: -2.2em;
    margin-bottom: -2.2em;
  }

}




.layout-l {
  float: left;
  width: 612px;
  position: relative;
}

.layout-r {
  float: right;
  width: 588px;
}

@media (max-width: 768px) {

  .layout-l,
  .layout-r {
    float: none;
    width: auto;
  }

}

#widget_11 {
  margin-top: 50px;
}

#widget_11 .desc {
  margin-right: 20px;
  text-indent: 2em;
}

#widget_11 .layout-r {
  text-align: right;
}

@media (max-width: 768px) {

  #widget_11 .layout-r {
    margin-top: .4rem;
  }

}





#widget_9.widget-card-list {
  font-size: 0;
}

#widget_9.widget-card-list .card {
  background: #d0f0ff;
  display: inline-block;
  width: 380px;
  height: 350px;

  margin: 10px 10px;
  position: relative;
  padding: 5px;
  vertical-align: top;
}



#widget_9.widget-card-list .card img {
  width: 379px;
  height: 214px;
}

#widget_9.widget-card-list .card .card-desc {
  margin: 10px 15px 0;

}

@media (max-width: 768px) {

  #widget_9.widget-card-list .card {
    width: 6.8rem;
    height: auto;
    margin: 0.2rem 0.1rem;
    position: relative;
    padding: 0.05rem;

  }

  .widget-single-image img {
    width: auto;
    height: auto;
  }

  #widget_9.widget-card-list .card img {
    width: 6.7rem;
    height: 3.76875rem;
  }
}


#widget_5 {
  color: #6a6e80;
  margin-bottom: 50px;
  text-indent: 2em;
}







.widget-zhibo.widget-single-image {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: relative;

}

.widget-zhibo.widget-single-image a {
  color: #fff;
}

.widget-zhibo.widget-single-image img {
  width: 990px;
  height: auto;
  margin: 0 auto;
}

.widget-zhibo.widget-single-image .tit {
  text-align: center;
  color: #fff;
  position: absolute;
  left: 105px;
  width: 990px;
  bottom: -86px;
  height: 86px;
  line-height: 86px;
  background-color: rgba(0, 0, 0, .8);
}

.widget-zhibo.widget-single-image .sub-tit:empty,
.widget-zhibo.widget-single-image .qoute-tit:empty {
  display: none;
}

.widget-zhibo.widget-single-image .sub-tit,
.widget-zhibo.widget-single-image .qoute-tit {
  width: 266px;
  height: 62px;
  position: absolute;
  font-size: 0;
  text-indent: -9999px;
  background-size: 100% 100%;
  top: 50%;
  left: 50%;
  margin-top: -31px;
  margin-left: -133px;

}

.widget-zhibo.widget-single-image .sub-tit {
  background-image: url("//www.news.cn/enterprise/zt/20220525lsqf/img/zhibozhong.png");
  display: none;
}

.widget-zhibo.widget-single-image .qoute-tit {
  background-image: url("//www.news.cn/enterprise/zt/20220525lsqf/img/huifang.png");
  display: none;
}

@media (max-width: 768px) {
  .widget-zhibo.widget-single-image img {
    width: 100%;
    height: auto;
  }
}

#widget_3.widget-single-image {
  margin-top: 100px;
}

@media (max-width: 768px) {
  #widget_3.widget-single-image {
    width: 100%;
    height: auto;
    margin-top: .4rem;
    margin-bottom: .8rem;
  }

  .widget-zhibo.widget-single-image .tit {
    height: .7rem;
    line-height: .7rem;
    width: 100%;
    left: 0;
    bottom: 0;
    position: relative;
  }


  .widget-zhibo.widget-single-image .sub-tit,
  .widget-zhibo.widget-single-image .qoute-tit {
    width: 3.46rem;
    height: .8rem;

    top: 50%;
    left: 50%;
    margin-top: -.4rem;
    margin-left: -1.73rem;
  }
}
/* 20220526修改内容 */
#widget_16 {
  padding-top: 100px;
  height: 642px;
}

#widget_16 .dyr-desc {
  margin-top: 20px;
  margin-right: 80px;
  margin-left: 360px;
  text-align: left;
}

#widget_16 .dyr-desc a {
  text-decoration: none;
  color: #fff;
  font-size: 18px;
}
#widget_16 img {
  float: right;
}
#widget_17 {
  height: 642px;
  padding-top: 100px;
}

#widget_17 .dyr-desc {
  margin-top: 20px;
  margin-right: 410px;
  margin-left: 200px;
  text-align: left;
}

#widget_17 .dyr-desc a {
  text-decoration: none;
  color: #fff;
  font-size: 18px;
}

@media (max-width: 768px) {

  #widget_16 {
    position: relative;
    padding-top: .7rem;
    height: 7.24rem;
    margin-left: 0;
    margin-right: 0;
  }

  #widget_16 .dyr-desc {
    margin-top: 0;
    margin-right: .25rem;
    margin-left: 3.5rem;

    text-align: left;
  }

  #widget_16 .dyr-desc a {
    font-size: inherit;
  }

  #widget_17 {
    position: relative;
    height: 6.68rem;
    padding-top: .2rem;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 3rem;
  }

  #widget_17 .dyr-desc {
    margin-top: 0;
    margin-right: 3.7rem;
    margin-left: .25rem;
    text-align: left;
  }

  #widget_17 .dyr-desc a {
    font-size: inherit;
  }

  .dyr-video {
    width: 7rem;
    height: 3.95rem;
    position: absolute;
    left: 50%;
    margin-left: -3.5rem;
    bottom: -3rem;
  }
}

/* update 20220705 */

.title.title-ksd {
  width: 1200px;
  height: 69px;
  background: url("//www.news.cn/enterprise/zt/20220525lsqf/img/title-ksd.png") no-repeat center;
  margin-left: auto;
  margin-right: auto
}

.widget-single-image.widget-zhibo{
  margin-bottom:150px;
}
@media (max-width: 768px) {
  .title.title-ksd {
    width: 6.9rem;
    height: 1.31rem;
    background: url("//www.news.cn/enterprise/zt/20220525lsqf/img/title-ksd-m.png") no-repeat center;

    background-size: 100% 100%;
  }
  .widget-single-image.widget-zhibo{
    margin-bottom:.4rem;
  }
}
