/* 新华网专题通用css框架。*/
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  min-height: 100%;
  color: #333;
  background-color: #fff;
  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: none;
}

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: #b47210;
  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: #b47210;
  line-height: 65px;
  font-size: 12px;
  margin: 0 auto;
}

.banner {
  height: 1094px;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}

.banner .pc img {
  width: 1920px;
  height: 1094px;
  max-width: inherit;
  max-height: inherit;
  transform: translateX(-50%);
  position: relative;
  left: 50%;
}

.banner .m img {
  width: 7.5rem;
  height: 5.66rem;
  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;
  background-color: #fff;
}

.title.title-fc {
  width: 1045px;
  height: 60px;
  background: url('//www.news.cn/money/zt/parsgfyx/img/title-fc01.png') no-repeat center;
  margin: 130px 0 78px 175px;
}

.title.title-gszl {
  width: 1045px;
  height: 60px;
  background: url('//www.news.cn/money/zt/parsgfyx/img/title-gszl01.png') no-repeat center;
  background-size: 100% 100%;
  margin: 0 0 145px 175px;
}

.block-gfyx {
  max-width: 1920px;
  background: url('//www.news.cn/money/zt/parsgfyx/img/bg-m01.jpg') no-repeat top left;
  background-size: 100% 100%;
  padding-bottom: 248px;
}

@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;
  }

  .bg-max-container {
    /* padding: 0.2rem 0; */
  }

  .banner {
    height: 5.66rem;
    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;
  }
}

@media (max-width: 768px) {
  .block-gfyx {
    width: 7.5rem;
    background: url('//www.news.cn/money/zt/parsgfyx/img/bg-m01.jpg') no-repeat top left;
    background-size: 100% 100%;
    padding-bottom: 1.02rem;
    overflow: hidden;
  }

  .title.title-fc {
    width: 7.5rem;
    height: .52rem;
    background: url('//www.news.cn/money/zt/parsgfyx/img/title-fc-m01.png') no-repeat center;
    background-size: 100% 100%;
    margin: .79rem 0 .48rem 0;
    margin-left: -.25rem;
  }

  .title.title-gszl {
    width: 7.5rem;
    height: .52rem;
    background: url('//www.news.cn/money/zt/parsgfyx/img/title-gszl-m01.png') no-repeat center;
    background-size: 100% 100%;
    margin: 0rem 0 1.28rem 0;
    margin-left: -.25rem;
  }
}

#widget_6.widget-swiper {
  margin-bottom: 206px;
  position: relative;
}

#widget_6.widget-swiper .card {
  width: 197px;
  height: 368px;
  border-radius: 4px;
  box-sizing: border-box;
  position: relative;
}

#widget_6.widget-swiper .card .card-photo-container,
#widget_6.widget-swiper .card img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}

#widget_6.widget-swiper .card .text-title {
  background: linear-gradient(0deg, rgb(184, 121, 24) 0%, rgb(251, 236, 161) 100%);
  width: 100%;
  height: 90px;
  font-size: 18px;
  text-align: center;
  line-height: 30px;
  font-weight: normal;
  color: #ffffff;
  cursor: pointer;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 5px;
  padding: 10px 10px;
}
#widget_6.widget-swiper .card .text-title h2 {
  font-weight: normal;
font-size: 18px;
}
#widget_6.widget-swiper .card .text-title p {
  font-weight: normal;
font-size: 18px;
}
#widget_6.widget-swiper .card .text-title a {
  font-size: 18px;
  font-weight: normal;
  color: #ffffff;
}

#widget_6 .swiper-container {
  width: 1085px;
}

#widget_6 .swiper-button-next {
  background: url(//www.news.cn/money/zt/parsgfyx/img/fc-right-btn.png) no-repeat center;
  width: 46px;
  height: 54px;
  top: 50%;
  right: -23px;
}

#widget_6 .swiper-button-prev {
  background: url(//www.news.cn/money/zt/parsgfyx/img/fc-left-btn.png) no-repeat center;
  width: 46px;
  height: 54px;
  top: 50%;
  left: -23px;
}

#widget_6 .swiper-pagination {
  width: 1200px;
  height: 10px;
  margin-top: 35px;
}

#widget_6 .swiper-pagination-bullet {
  display: none;
}

#widget_6 .swiper-pagination-bullet-active {
  display: none;
}

@media (max-width: 768px) {
  #widget_6 .swiper-container {
    width: 5.88rem;
  }

  #widget_6 .swiper-slide {
    width: 1.75rem;
    height: 3.25rem;
  }

  #widget_6.widget-swiper .card {
    width: 1.75rem;
    height: 3.25rem;
    border-radius: 0.08rem;
  }

  #widget_6 .swiper-container .card-photo-container {
    width: 1.75rem;
    height: 3.25rem;
    margin: auto;
  }

  #widget_6 .swiper-container .card-photo-container img {
    width: 1.75rem;
    height: 3.25rem;
  }

  #widget_6.widget-swiper {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 1.14rem;
  }

  #widget_6 .swiper-pagination {
    width: 100%;
    height: 0.1rem;
    margin-top: 0.28rem;
  }

  #widget_6.widget-swiper .card img {
    width: 1.75rem;
    height: 3.25rem;
    border-radius: 0.08rem;
  }

  #widget_6.widget-swiper .card .text-title {
    font-size: 0.2rem;
    width: 100%;
    height: .9rem;
    line-height: .35rem;
    ;
    text-align: center;
    padding: 0;
    font-weight: normal;
    border-radius: 0.05rem;
    padding: .1rem .1rem;
  }
  #widget_6.widget-swiper .card .text-title h2 {
    font-size: 0.2rem;
  }
   #widget_6.widget-swiper .card .text-title p {
     font-size: 0.2rem;
   }
#widget_6.widget-swiper .card .text-title a {
  font-size: 0.2rem;
}
  #widget_6 .swiper-button-next {
    background: url(//www.news.cn/money/zt/parsgfyx/img/fc-right-btn.png) no-repeat center;
    background-size: 100% 100%;
    width: .46rem;
    height: .54rem;
    top: 50%;
    right: 0rem;
  }

  #widget_6 .swiper-button-prev {
    background: url(//www.news.cn/money/zt/parsgfyx/img/fc-left-btn.png) no-repeat center;
    background-size: 100% 100%;
    width: .46rem;
    height: .54rem;
    top: 50%;
    left: 0rem;
  }
}

/***** 故事专栏 *****/

#widget_8.widget-swiper {
  height: 2306px;
  position: relative;
}

#widget_8.widget-swiper .card {
  width: 1150px;
  height: 343px;
  background: url('//www.news.cn/money/zt/parsgfyx/img/text-bg.png') no-repeat top left;
  border-radius: 20px;
  box-sizing: border-box;
  padding: 28px 48px 55px 52px;
}

#widget_8.widget-swiper .card .text-title {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  color: #ffffff;
  padding: 26px;
  line-height: 36px;
  cursor: pointer;
}

#widget_8.widget-swiper .card .card-desc {
  font-size: 20px;
  color: #ffffff;
  line-height: 30px;
  margin-top: 20px;
  cursor: pointer;
}

#widget_8 .swiper-container {
  height: 2306px;
}

#widget_8 .content {
  display: flex;
}

/* 偶数 调换x轴方向 */
#widget_8 .swiper-slide:nth-child(even) .content {
  flex-direction: row-reverse;
}

#widget_8 .swiper-slide:nth-child(even) .img-wrap img {
  border-radius: 0px 40px 0px 0px;
}

#widget_8 .swiper-slide:nth-child(even) .img-shade {
  padding: 8px 0 0 11px;
  border-radius: 0px 40px 0px 0px;
}

#widget_8 .swiper-slide:nth-child(even) .img-wrap {
  margin-right: 0px;
}

#widget_8 .swiper-slide:nth-child(even) .text-wrap {
  margin-right: 50px;
}

#widget_8 .swiper-slide:nth-child(odd) .img-wrap img {
  border-radius: 40px 0px 0px 0px;
}

#widget_8 .swiper-slide:nth-child(odd) .img-shade {
  padding: 8px 11px 0 0;
  border-radius: 40px 0px 0px 0px;
}

#widget_8 .content .img-wrap {
  width: 350px;
  height: 230px;
  margin-right: 50px;
  flex-shrink: 0;
  margin-top: 28px;
}

#widget_8 .content .img-shade {
  /* background: url('//www.news.cn/money/zt/parsgfyx/img/gszl-shadow.png') no-repeat top left; */
  background: rgba(255, 115, 14, .43);
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
}

#widget_8 .content .img-wrap img {
  width: 345px;
  height: 277px;
}

#widget_8 .content .text-wrap .title {
  background: url('//www.news.cn/money/zt/parsgfyx/img/gszl-title-bg01.png') no-repeat top left;
  background-size: 878px 46px;
  margin: 0 0 30px 0;
  color: #fff;
  font-size: 24px;
  padding-left: 15px;
  line-height: 46px;
}

#widget_8 .content .text-wrap .title p {
  width: 500px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  -webkit-box-orient: inherit;
}
#widget_8 .content .text-wrap .title p a {
  font-size: 24px;
  color: #fff;
}
#widget_8 .content .text-wrap .desc {
  font-size: 18px;
  line-height: 32px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  text-align: justify;
}

#widget_8 .swiper-button-next {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  left: 50%;
  margin-left: -53px;
  background: url('//www.news.cn/money/zt/parsgfyx/img/btn-next.png') no-repeat top left;
  background-size: 100% 100%;
  width: 106px;
  height: 31px;
}

#widget_8 .swiper-button-prev {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  left: 50%;
  margin-left: -53px;
  background: url('//www.news.cn/money/zt/parsgfyx/img/btn-prev.png') no-repeat top left;
  background-size: 100% 100%;
  width: 106px;
  height: 31px;
}

#widget_8 .btn-bg {
  width: 100%;
  height: 39px;
  background: url('//www.news.cn/money/zt/parsgfyx/img/btn-shadow01.png') no-repeat center;
  background-size: 1920px 100%;
  position: absolute;
}

#widget_8 .button-prev {
  top: -93px;
}

#widget_8 .button-next {
  bottom: -106px;
}

#widget_8 .swiper-container-vertical>.swiper-scrollbar {
  width: 18px;
}

#widget_8 .swiper-scrollbar {
  background: rgba(255, 255, 255, .32);
}

#widget_8 .swiper-scrollbar-drag {
  background: #FFFFFF;
  border-radius: 7px;
}
.text-container {
  color: #4C3A3A;
  font-size: 24px;
  font-weight: 400;
  text-align: justify;
  width: 1194px;
  margin-top: 87px;
}

.line {
  background: url('//www.news.cn/money/zt/parsgfyx/img/line01.png') no-repeat top left;
  background-size: 100% 100%;
  width: 1203px;
  height: 9px;
  margin-top: 75px;
}

.text-container .info {
  text-indent: 2em;
  color: #fff;
}
@media (max-width: 768px) {
  .text-container {
    color: #4C3A3A;
    font-size: .22rem;
    font-weight: 400;
    text-align: justify;
    width: 100%;
    margin-top: 0rem;
    padding: .75rem .44rem 0 .43rem;
    line-height: .42rem;
    font-family: Microsoft YaHei;
  }

  .line {
    background: url('//www.news.cn/money/zt/parsgfyx/img/line01.png') no-repeat top left;
    background-size: 100% 100%;
    width: 6.15rem;
    height: .09rem;
    margin: .51rem auto 0;
  }

  .text-container .info {
    text-indent: 2em;
    font-size: 14px;
    color: #fff;
  }
}
@media (max-width: 768px) {
  #widget_8 .swiper-container {
    height: 25.31rem;
  }

  #widget_8.widget-swiper {
    height: 25.31rem;
    width: 6.85rem;
    position: relative;
    margin-bottom: .91rem;
  }

  #widget_8.widget-swiper .swiper-slide {
    width: 6.85rem;
    /* height: 3.81rem !important; */
    /* margin-bottom: .49rem !important; */
  }

  #widget_8 .swiper-scrollbar {
    display: none;
  }

  #widget_8.widget-swiper .card {
    width: 6.85rem;
    height: 3.81rem;
    background: url('//www.news.cn/money/zt/parsgfyx/img/text-bg-m.png') no-repeat top left;
    background-size: 100% 100%;
    border-radius: .05rem !important;
    box-sizing: border-box;
    padding: .58rem 0 .28rem .22rem;
  }

  #widget_8 .content {
    justify-content: space-between;
    align-items: center;
  }

  #widget_8 .content .img-wrap {
    width: 3.95rem;
    height: 2.62rem;
    margin-right: .10rem;
    flex-shrink: 0;
    margin-top: 0rem;
  }

  #widget_8 .content .img-wrap img {
    width: 3.95rem;
    height: 2.62rem;
  }

  #widget_8 .content .text-wrap .title {
    background: url('//www.news.cn/money/zt/parsgfyx/img/gszl-title-bg-m01.png') no-repeat top left;
    /* background: linear-gradient( 90deg, #e83b1a 0%, #ee8e7d 80% ,transparent 100%); */
    background-size: 100% 100%;
    width: 2.28rem;
    height: 2.5rem;
    font-size: .24rem;
    line-height: .32rem;
    text-align: justify;
    margin: 0;
    padding: .08rem .42rem .16rem .2rem;
  }

  #widget_8 .content .text-wrap .title p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 7;
    width: 100%;
  }

  #widget_8 .content .text-wrap .desc {
    display: none;
  }

  /* 偶数 调换x轴方向 */
  #widget_8 .swiper-slide:nth-child(even) .img-wrap img {
    border-radius: 0rem .40rem 0rem 0rem;
  }

  #widget_8 .swiper-slide:nth-child(even) .img-shade {
    padding: .08rem 0 0 .11rem;
    border-radius: 0rem .40rem 0rem 0rem;
  }

  #widget_8 .swiper-slide:nth-child(even) .img-wrap {
    margin-right: 0rem;
  }

  #widget_8 .swiper-slide:nth-child(even) .text-wrap {
    margin-right: 0rem;
  }

  #widget_8 .swiper-slide:nth-child(even) .card {
    padding: .58rem .28rem .22rem 0;
  }

  #widget_8 .swiper-slide:nth-child(odd) .img-wrap img {
    border-radius: .40rem 0 0 0;
  }

  #widget_8 .swiper-slide:nth-child(odd) .img-shade {
    padding: .08rem .11rem 0 0;
    border-radius: .40rem 0 0 0;
  }

  #widget_8 .btn-bg {
    width: 7.5rem;
    height: .39rem;
    background: url('//www.news.cn/money/zt/parsgfyx/img/btn-shadow-m01.png') no-repeat center;
    background-size: 100% 100%;
    left: -.25rem;
  }

  #widget_8 .button-prev {
    top: -.9rem;
  }

  #widget_8 .button-next {
    bottom: -.9rem;
  }

  #widget_8 .swiper-button-prev {
    width: 1.06rem;
    height: .31rem;
    margin-top: -.16rem;
    margin-left: -.53rem;
  }

  #widget_8 .swiper-button-next {
    width: 1.06rem;
    height: .31rem;
    margin-top: -.16rem;
    margin-left: -.53rem;
  }
  #widget_8 .content .text-wrap .title p a {
    font-size: 0.28rem;
  }
}
.c_img { width: 80%; height: auto; margin: 0 auto; margin-top: 15px;}
.c_img img { width: 100%; height: auto;}
.c_p {
  font-size: 14px;
  color: #fc9258;
  width: 80%;
  margin: 0 auto;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
.c_p {
  font-size: 12px;
  color: #fc9258;
  width: 80%;
  margin: 0 auto;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
}
