/* 新华网专题通用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: #b80900;
  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: #b80900;
  line-height: 65px;
  font-size: 12px;
  margin: 0 auto;
}

.banner {
  height: 744px;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}

.banner .pc img {
  width: 1920px;
  height: 744px;
  max-width: inherit;
  max-height: inherit;
  transform: translateX(-50%);
  position: relative;
  left: 50%;
}

.banner .m img {
  width: 7.5rem;
  height: 6.03rem;
  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: 1300px;
}

.container::before {
  content: ' ';
  display: table;
}

.bg-max-container {
  max-width: 1920px;
  margin: 0 auto;
  background-color: #fff;
}

.title-sub {
  margin-top: 30px;
  margin-bottom: 30px;
  background-repeat: no-repeat;
  background-size: cover;
}

.title.title-gyjj {
  width: 1232px;
  height: 85px;
  background: url('//www.news.cn/money/zt/jhesd/index/images/title-gyjj.png') no-repeat center;
  z-index: 8;
  margin-top: 55px;
}

.title.title-zxdt {
  width: 1232px;
  height: 85px;
  background: url('//www.news.cn/money/zt/jhesd/index/images/title-zxdt.png') no-repeat center;
  z-index: 3;
  margin: auto;
  margin-top: 75px;
}

.block-gyjj {
  background: url('//www.news.cn/money/zt/jhesd/index/images/bg-gyjj.jpg') no-repeat top center;
  background-size: 100% 100%;
  min-height: 1213px;
  margin-top: -2px;
  background-position: top center;
}

.block-zxdt {
  background: url('//www.news.cn/money/zt/jhesd/index/images/bg-zxdt.png') no-repeat top center;
  min-height: 672px;
  background-size: cover;
  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.34rem;
    width: auto;
  }

  .bg-max-container {
    padding: 0.2rem 0;
  }

  .banner {
    height: 6.03rem;
    max-width: 7.5rem;
  }

  .title {
    margin-top: 0.45rem;
    margin-bottom: 0.45rem;
  }

  .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-gyjj {
    width: 6.86rem;
    height: 0.85rem;
    margin: auto;
    background: url('//www.news.cn/money/zt/jhesd/index/images/title-gyjj-m.png') no-repeat center;
    background-size: 100% 100%;
    margin-top: 0.7rem;
  }

  .title.title-zxdt {
    width: 7rem;
    height: 1.092rem;
    background: url('//www.news.cn/money/zt/jhesd/index/images/title-zxdt-m.png') no-repeat center;
    top: -0.45rem;
    background-size: contain;
    margin-top: 0;
  }

  .block-gyjj {
    background: url('//www.news.cn/money/zt/jhesd/index/images/bg-gyjj-m.png') no-repeat bottom center;
    background-size: 100% 15.3rem;
    min-height: auto;
  }

  .block-zxdt {
    background: url('//www.news.cn/money/zt/jhesd/index/images/bg-zxdt-m.png') no-repeat top center;
    background-size: 100%;
    min-height: auto;
  }
}

#widget_13.widget-combine-focus {
  background: url('//www.news.cn/money/zt/jhesd/index/images/text-zxdt.png') no-repeat top center;
  background-size: 1298px 446px;
  margin-top: 50px;
  padding: 40px 102px 76px 79px;
}

#widget_13.widget-combine-focus .image-container {
  float: left;
  width: 579px;
  height: 329px;
  position: relative;
}

#widget_13.widget-combine-focus .image-container a {
  display: block;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

#widget_13.widget-combine-focus .image-container img {
  width: 579px;
  height: 329px;
}

#widget_13.widget-combine-focus .image-container p {
  font-size: 24px;
  line-height: 64px;
  color: #ffffff;
  position: absolute;
  bottom: 0;
  z-index: 1000;
  width: 579px;
  height: 64px;
  background: #1b1b1b;
  opacity: 0.75;
}

#widget_13.widget-combine-focus .text-container {
  float: right;
  width: 508px;
}

#widget_13.widget-combine-focus .top-title {
  line-height: 1.4;
  padding-bottom: 5px;
}

#widget_13.widget-combine-focus .top-title,
#widget_13.widget-combine-focus .top-title a {
  color: #c91e03;
  text-decoration: none;
  font-weight: bold;
  font-size: 30px;
}

#widget_13.widget-combine-focus .text-list {
  color: #c91e03;
  margin-left: 25px;
  margin-top: 10px;
}

#widget_13 .text-list li::marker {
  font-size: 30px;
}

#widget_13.widget-combine-focus .image-container .desc {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.85);
  left: 0;
  width: 100%;
  height: 2.2em;
  line-height: 2.2em;
  color: #fff;
  white-space: nowrap;
  text-align: center;
}

#widget_13.widget-combine-focus .text-list .limit-line {
  text-align: left;
  line-height: 40px;
}

#widget_13.widget-combine-focus .text-list .limit-line a {
  color: #535353;
  text-decoration: none;
  font-weight: bold;
}

.title.title-cgxl {
  width: 1232px;
  height: 85px;
  margin: auto;
  margin-top: 35px;
  background: url('//www.news.cn/money/zt/jhesd/index/images/title-cgxl.png') no-repeat center;
}

.block-cgxl {
  background: url('//www.news.cn/money/zt/jhesd/index/images/bg-cgxl.png') no-repeat top center;
  height: 737px;
  background-size: 100% 100%;
}

.block-cgxl .card-desc {
  display: -webkit-box;
  padding-bottom: 22px;
  margin: 20px 27px 0px 16px;
  border-bottom: 1px solid #fff;
}

.block-cgxl .card-desc a {
  display: block;
  height: 54px;
  text-decoration: none;
  font-size: 20px;
  color: #fffefe;
  line-height: 35px;
}

.block-cgxl .content .date {
  text-align: right;
  margin-right: 28px;
  font-size: 14px;
  color: #fff;
  margin-top: 8px;
}

#widget_8.widget-swiper .card {
  width: 350px;
  height: 416px;
  display: inline-table;
  background: url('//www.news.cn/money/zt/jhesd/index/images/text-cgxl.png') no-repeat top center;
  position: relative;
  box-sizing: border-box;
}

#widget_8.widget-swiper .card .content {
  width: 283px;
  height: 316px;
  background: #ad2d13;
  position: absolute;
  top: 50px;
  left: 45px;
}

#widget_8.widget-swiper .card img {
  width: 283px;
  height: 159px;
}

#widget_8 .swiper-slide {
  width: 350px !important;
}

#widget_8 .swiper-container {
  width: 1100px;
  margin: auto;
}

#widget_8 .swiper-button-next {
  background-image: url('//www.news.cn/money/zt/jhesd/index/images/right.png');
  background-size: 100% 100%;
  right: 20px;
  top: 65%;
}

#widget_8 .swiper-button-prev {
  background-image: url('//www.news.cn/money/zt/jhesd/index/images/left.png');
  background-size: 100% 100%;
  left: 20px;
  top: 65%;
}

#widget_8 .swiper-pagination-bullet {
  margin: 0 7px !important;
}

#widget_8 .swiper-pagination {
  text-align: center;
  width: 100%;
}

#widget_8 .swiper-pagination-bullet {
  background-color: #959492;
  opacity: 1;
  margin: 0 0.05rem;
}

#widget_8 .swiper-pagination-bullet-active {
  background-color: #c91e03;
}

@media (max-width: 768px) {
  #widget_8 .swiper-container,
  #widget_8 .swiper-slide {
    width: 5.38rem !important;
  }

  #widget_8 .swiper-button-next {
    background-image: url('//www.news.cn/money/zt/jhesd/index/images/right-m.png');
    width: 0.45rem;
    height: 0.45rem;
    right: 0.2rem;
  }

  #widget_8 .swiper-button-prev {
    background-image: url('//www.news.cn/money/zt/jhesd/index/images/left-m.png');
    left: 0.2rem;
    width: 0.45rem;
    height: 0.45rem;
  }

  #widget_8.widget-swiper .card .content {
    width: 4.61rem;
    height: 5.14rem;
    top: 0.36rem;
    left: 0.37rem;
  }

  #widget_8.widget-swiper .card {
    background: url('//www.news.cn/money/zt/jhesd/index/images/text-cgxl-m.png') no-repeat top center;
    background-size: 100% 100%;
    width: 5.38rem;
    height: 6.24rem;
  }

  #widget_8.widget-swiper .card img {
    width: 4.61rem;
    height: 2.57rem;
  }

  .block-cgxl .card-desc {
    margin-top: 0.2rem;
    font-size: 0.28rem;
    line-height: 0.55rem;
  }

  .block-cgxl .content .date {
    font-size: 0.24rem;
    margin-top: 0.2rem;
    margin-right: 0.4rem;
  }

  .block-cgxl .card-desc a {
    font-size: 0.28rem;
  }

  .title.title-cgxl {
    width: 6.85rem;
    height: 0.85rem;
    background: url('//www.news.cn/money/zt/jhesd/index/images/title-cgxl-m.png') no-repeat center top;
    background-size: 100% 100%;
  }

  .block-cgxl {
    background: url('//www.news.cn/money/zt/jhesd/index/images/bg-cgxl-m.png') no-repeat top center;
    height: 8.9rem;
    background-size: cover;
  }

  #widget_13.widget-combine-focus {
    background: none;
    margin-top: 0.3rem;
    padding: 0;
  }

  #widget_13.widget-combine-focus .image-container {
    float: none;
    width: 100%;
    position: relative;
  }

  #widget_13.widget-combine-focus .image-container img {
    height: 3.87rem;
    width: 6.82rem;
  }

  #widget_13.widget-combine-focus .text-container {
    float: none;
    width: 6.75rem;
  }

  #widget_13.widget-combine-focus .top-title {
    padding-bottom: 0;
    width: 7rem;
    margin-top: 0.8rem;
    margin-bottom: 0.2rem;
    text-align: center;
    font-size: 0.34rem;
    text-align: left;
  }

  #widget_13 .text-list li::marker {
    font-size: 0.4rem;
  }

  #widget_13.widget-combine-focus .top-title a {
    font-size: 0.34rem;
  }

  #widget_13.widget-combine-focus .text-list {
    margin-left: 0.2rem;
    margin-top: 0.35rem;
    line-height: 0.3rem;
    margin-bottom: 0.2rem;
  }

  #widget_13.widget-combine-focus .image-container p {
    width: 6.82rem;
    height: 0.75rem;
    line-height: 0.75rem;
    font-size: 0.3rem;
    color: #ffffff;
  }

  #widget_13.widget-combine-focus .text-list li {
    margin-left: 0.3rem;
    margin-top: 0.15rem;
  }

  .zxdt_lb .swiper-pagination {
    text-align: center;
    width: 100%;
  }

  .zxdt_lb .swiper-pagination-bullet {
    background-color: #959492;
    opacity: 1;
    margin: 0 0.05rem;
  }

  #widget_13.widget-combine-focus .image-container {
    float: none;
    width: 100%;
    height: auto;
    position: relative;
  }

  #widget_13.widget-combine-focus .text-list .limit-line {
    text-align: left;
    line-height: 150%;
  }
}

.gyjj_wall {
  width: 800px;
  height: 562px;
  margin: auto;
  margin-top: 46px;
}

.gyjj_wall .info-title {
  text-align: center;
}

.gyjj_wall .gyjj_photo img {
  display: block;
  margin: auto;
  box-shadow: 4px 8px 5px rgba(0, 0, 0, 0.3);
}

.gyjj .swiper-slide-prev::after {
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.3));
  position: absolute;
  width: 254px;
  height: 550px;
  content: '';
  top: 0;
  left: 140px;
}

.gyjj .swiper-slide-next::after {
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.3));
  position: absolute;
  width: 254px;
  height: 550px;
  content: '';
  top: 0;
  right: 139px;
}

.zxdt_lb .swiper-pagination {
  width: 100%;
}

.zxdt_lb .swiper-pagination-bullet {
  margin: 0 5px;
}

.zxdt_lb .swiper-pagination-bullet-active {
  background-color: #c91e03;
}

.sdzxdt {
  font-size: 18px;
  line-height: 28px;
  color: #666;
  font-weight: normal;
  padding-bottom: 5px;
  margin-top: 10px;
  text-indent: 2em;
  border-bottom: 2px dotted #c91e03;
}

.block-zxdt .more {
  font-size: 18px;
  text-align: right;
}

.block-zxdt .more a {
  color: #c91e03;
  white-space: nowrap;
}

.block-gyjj .text-gyjj {
  width: 1200px;
  margin: auto;
  margin-top: -150px;
  height: 424px;
  border: 0.1px solid transparent;
  background: url('//www.news.cn/money/zt/jhesd/index/images/text-gyjj.png') no-repeat center;
}

.block-gyjj .info-title,
.block-gyjj .info-content {
  display: none;
}

.block-gyjj .text-gyjj .info-title-show {
  margin-top: 195px;
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  color: #ffffff;
}

.block-gyjj .text-gyjj .info-content-show {
  width: 1017px;
  margin: auto;
  margin-top: 30px;
  font-size: 18px;
  color: #ffffff;
}

.title.title-xsjw {
  width: 1232px;
  height: 85px;
  margin: auto;
  margin-top: 57px;
  margin-bottom: 40px;
  background: url('//www.news.cn/money/zt/jhesd/index/images/title-xsjw.png') no-repeat center;
}

.block-xsjw {
  height: 825px;
  margin-top: -2px;
  background: url('//www.news.cn/money/zt/jhesd/index/images/bg-xsjw.png') no-repeat top center;
  background-size: 100% 100%;
}

.block-xsjw .imageText-item {
  background: url('//www.news.cn/money/zt/jhesd/index/images/text-xsjw.png') no-repeat top center;
  background-size: cover;
  width: 590px;
  height: 203px;
  display: inline-block;
  padding: 30px 25px 35px 40px;
  margin-bottom: 25px !important;
}

.block-xsjw .photo-container {
  display: inline-block;
  width: 160px;
  height: 90px; display:none;
}

.block-xsjw .photo-container a {
  display: block;
  width: 160px;
  height: 90px;
}

.block-xsjw .photo-container img {
  width: 160px;
  height: 90px;
  vertical-align: baseline !important;
}

.block-xsjw .text-title {
  margin-bottom: 16px;
}

.block-xsjw .text-title a {
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  color: #ffe1ad;
}

.block-xsjw .desc {
  display: -webkit-inline-box;
  width: 507px;
  font-size: 16px;
  line-height: 28px;
  padding-left: 10px; color: #ffffff;
}

.block-xsjw .desc a {
  text-decoration: none;
  color: #ffffff;
}

.block-xsjw .text-content {
  width: 520px;
  display: -webkit-box;
  margin-top: 18px;
}

.block-xsjw .more a {
  display: block;
  text-align: center;
  font-size: 18px;
  color: #c91e03;
  line-height: 24px;
  margin-top: 25px;
}

.block-xsjw .container {
  height: 825px;
}

#widget_10 {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
}

.block-gyjj .swiper-button-prev {
  background-image: url('//www.news.cn/money/zt/jhesd/index/images/right2.png');
  background-size: 100% 100%;
  left: 30px;
  top: 50%;
}

.block-gyjj .swiper-button-next {
  background-image: url('//www.news.cn/money/zt/jhesd/index/images/left2.png');
  background-size: 100% 100%;
  right: 30px;
  top: 50%;
}

.gyjj .swiper-pagination {
  margin-top: 5px;
  text-align: center;
  width: 100%;
}

.gyjj .swiper-pagination-bullet {
  margin: 0 7px !important;
}

.gyjj .swiper-pagination-bullet {
  background-color: #f3eceb;
  opacity: 0.3;
  margin: 0 5px;
}

.gyjj .swiper-pagination-bullet-active {
  background-color: #fff;
  opacity: 1;
}

.gyjj .gyjj_photo {
  width: 254px;
  margin: auto;
}

@media (max-width: 768px) {
  .gyjj_wall .gyjj_photo img {
    box-shadow: none;
  }

  .gyjj .swiper-slide-prev::after {
    width: 3.45rem;
    height: 7.45rem;
    content: '';
    top: 0;
    left: 1rem;
  }

  .gyjj .swiper-slide-next::after {
    width: 3.45rem;
    height: 7.45rem;
    content: '';
    top: 0;
    right: 1rem;
  }
  .gyjj .gyjj_photo {
    width: 3.45rem;
  }

  .block-xsjw .container {
    height: auto;
  }

  .block-xsjw .imageText-item {
    width: 6.78rem;
    height: 2.33rem;
    padding: 0.34rem 0.34rem 0.24rem 0.34rem;
    margin-bottom: 0.37rem !important;
  }

  .block-xsjw .photo-container,
  .block-xsjw .photo-container a,
  .block-xsjw .photo-container img {
    width: 1.84rem;
    height: 1.03rem;
  }

  .block-xsjw .photo-container img {
    vertical-align: bottom !important;
  }

  .block-xsjw .text-title {
    margin-bottom: 0.15rem;
  }

  .block-xsjw .text-title a {
    font-size: 0.28rem;
    line-height: 0.46rem;
  }

  .block-xsjw .desc {
    width: 3.89rem;
    line-height: 0.38rem;
    font-size: 0.26rem;
    -webkit-line-clamp: 2;
    padding-left: 0.17rem;
  }

  .block-xsjw .more a {
    font-size: 0.28rem;
    line-height: 0.28rem;
    margin-top: 0.27rem;
  }

  .block-xsjw {
    background: url('//www.news.cn/money/zt/jhesd/index/images/bg-xsjw-m.png') no-repeat top center;
    height: 14.82rem;
    background-size: cover;
  }

  .block-xsjw .text-content {
    width: 6.2rem;
    margin: auto;
    margin-left: -0.17rem;
  }

  .title.title-xsjw {
    width: 6.84rem;
    height: 0.85rem;
    background: url('//www.news.cn/money/zt/jhesd/index/images/title-xsjw-m.png') no-repeat center;
    margin: 1.11rem auto 0.52rem;
    background-size: cover;
  }

  .gyjj_wall {
    margin-top: 0.3rem;
    width: 6rem;
    height: 7.45rem;
  }

  .block-gyjj .text-gyjj {
    background-image: url('//www.news.cn/money/zt/jhesd/index/images/text-gyjj-m.png');
    background-size: 100% 100%;
    width: 6.84rem;
    height: 5.77rem;
    margin-top: -0.4rem;
  }

  .block-gyjj .text-gyjj .info-title-show {
    margin-top: 1rem;
    font-size: 0.34rem;
  }

  .block-gyjj .text-gyjj .info-content-show {
    font-size: 0.26rem;
    margin-top: 0.3rem;
    width: 5.86rem;
    -webkit-line-clamp: 6;
  }

  .gyjj .info-title {
    display: none;
  }

  .gyjj .swiper-pagination-bullet {
    background-color: #f3eceb;
    margin: 0 0.05rem;
  }

  .gyjj .swiper-pagination {
    margin-top: 0.05rem;
  }

  .gyjj .swiper-pagination-bullet-active {
    background-color: #fff;
  }

  .gyjj_wall .swiper-slide .info-title p {
    width: 6.66rem;
    height: 1.4rem;
    margin: auto;
    padding: 0 5em;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }

  .gyjj .swiper-button-next,
  .gyjj .swiper-button-prev {
    display: none;
  }

  .sdzxdt {
    font-size: 0.3rem;
    line-height: 0.44rem;
    color: #666;
    padding-bottom: 0.7rem;
    -webkit-line-clamp: 3;
    border-bottom: 1px dashed #c91e03;
  }
}
