/* 新华网专题通用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 {
  -webkit-line-clamp: 1;
}
.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: #e90035;
  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: #e90035;
  line-height: 65px;
  font-size: 12px;
  margin: 0 auto;
}
.footer-img{
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;

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

.banner {
  height: 700px;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}
.banner .pc img {
  height: 700px;
  max-width: 1920px;
  max-width: inherit;
  max-height: inherit;
  transform: translateX(-50%);
  position: relative;
  left: 50%;
}
.banner .m img {
  width: 7.5rem;
  height: 5rem;
  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;
}
.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-jszfwm {
  width: 549px;
  height: 49px;
  background: url("//www.news.cn/money/2022YL/img/title-jszfwm.png") no-repeat center;
  background-size: cover;
  margin: 60px auto 83px auto;
}

.title.title-ljczjz {
  width: 554px;
  height: 49px;
  background: url("//www.news.cn/money/2022YL/img/title-ljczjz.png") no-repeat center;
  background-size: cover;
  margin: 86px auto 68px auto;
}
.block-jszfwm {
  background: url("//www.news.cn/money/2022YL/img/bg-jszfwm.png") no-repeat top center;

  background-size: 1920px 100%;
}
.block-ljczjz {
  background: url("//www.news.cn/money/2022YL/img/bg-ljczjz.jpg") no-repeat top center;

  background-size: 100% 100%;
}

@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: 5rem;
    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-jszfwm {
    width: 4.39rem;
    height: 0.39rem;
    background: url("//www.news.cn/money/2022YL/img/title-jszfwm-m.png") no-repeat center;
    margin:0 auto 0.38rem auto;

    background-size: cover;
  }

  .title.title-ljczjz {
    width: 4.43rem;
    height: 0.39rem;
    background: url("//www.news.cn/money/2022YL/img/title-ljczjz-m.png") no-repeat center;
    background-size: cover;
    margin:0.77rem auto 0.44rem auto;
  }
  .block-jszfwm {
    background: url("//www.news.cn/money/2022YL/img/bg-jszfwm-m.png") no-repeat top center;

    background-size: cover;
    margin-top: -0.02rem;
  }
  .block-ljczjz {
    background: url("//www.news.cn/money/2022YL/img/bg-ljczjz-m.jpg") no-repeat top center;

    background-size: 100% 100%;
  }
}

/* #widget_4.widget-swiper .swiper-container{
  width:198px;height:148.5px
    } */
#widget_4.widget-swiper {
  position: relative;
  width: 1064px;
  margin:0 auto 60px auto;
}
#widget_4.widget-swiper .swiper-slide {
  text-align: center;
}
.slide-content {
  position: relative;
  margin: 0 auto;
  width: 198px !important;
  height: 368px;
  /* height: 148.5px; */
}
#widget_4.widget-swiper .swiper-slide a {
  text-align: center;
}
#widget_4.widget-swiper .swiper-slide img {
  width: 198px;
  height: 280px;
}
#widget_4.widget-swiper .swiper-slide .desc {
  position: absolute;
  bottom: 0;
  background: url('//www.news.cn/money/2022YL/img/text-bg.jpg') no-repeat left center;
  left: 0;
  width: 100%;
  height: 90px;
  line-height: 90px;
  color: #fff;
  white-space: nowrap;
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 24px;
  -webkit-line-clamp: 1;
  padding: 0 10px;
  display: block;

}
#widget_4.widget-swiper .swiper-button-prev{
  width: 46px;
  height: 54px;
  background: url('//www.news.cn/money/2022YL/img/left-jszfwm.png') no-repeat left center;
  background-size: 100% 100%;
  left: -70px;
}
#widget_4.widget-swiper .swiper-button-next{
  width: 46px;
  height: 54px;
  background: url('//www.news.cn/money/2022YL/img/right-jszfwm.png') no-repeat left center;
  background-size: 100% 100%;
  right: -70px;
}
#widget_4.widget-swiper .swiper-slide .desc a {
  font-size: 24px;
  font-weight: 400;
  color: #FFFFFF;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: block;
}
#widget_4.widget-swiper .swiper-pagination {
  display: block;
  margin: 0 auto;
  width: 100%;
}
#widget_4.widget-swiper .swiper-pagination-bullet {
  margin: 0 4px;
  width: 10px;
  height: 10px;
}
.more{
  background: url('//www.news.cn/money/2022YL/img/more.png') no-repeat left center;
  background-size: 100% 100%;
  width: 209px;
  height: 72px;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  line-height: 72px;
  margin: 0px auto 97px auto;
}
.more a{
  width: 209px;
  height: 72px;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  line-height: 72px;
  margin: 0px auto 97px auto;
  display: block;
}
@media (max-width: 768px) {
  .more{
    background: url('//www.news.cn/money/2022YL/img/more-m.png') no-repeat left center;
    background-size: 100% 100%;
    width: 3.35rem;
    height: 1.16rem;
    font-size: 0.16rem;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    line-height: 1.16rem;
    margin: 0px auto 0.95rem auto;
  }
  .more a{
    width: 3.35rem;
    height: 1.16rem;
    font-size: 0.16rem;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    line-height: 1.16rem;
    margin: 0px auto 0.95rem auto;
  display: block;

  }
  #widget_4.widget-swiper {
    width: 5.54rem;
    margin:0 auto 0.48rem auto;

  }
  #widget_4  .slide-content {
    position: relative;
    margin: 0 auto;
    width: 1.74rem !important;
    height: 3.25rem;
  }
  #widget_4.widget-swiper .swiper-slide {
    text-align: center;
    height: 3.25rem;
  }
  #widget_4.widget-swiper .swiper-slide img {
    width: 1.74rem ;
    height: 2.45rem;
  }
  #widget_4.widget-swiper .swiper-slide .desc {
    position: absolute;
    bottom: 0;
    background: url('//www.news.cn/money/2022YL/img/text-bg.jpg') no-repeat left center;
    left: 0;
    width: 100%;
    height: 0.8rem;
    line-height:0.8rem;;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.24rem;
    -webkit-line-clamp: 1;
    padding: 0 0.1rem;

  }
  #widget_4.widget-swiper .swiper-slide .desc a {
    font-size: 0.24rem;
    font-weight: 400;
    color: #FFFFFF;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
	display:block;
  }
}

#widget_5{

}
#widget_5 .text-content:nth-child(odd){
  background: url('//www.news.cn/money/2022YL/img/text-bg1.png') no-repeat left center;
  background-size: 100% 100%;
  width: 100%;
  margin-bottom: 27px;
  display: flex;
}
#widget_5 .text-content:nth-child(odd) .img-left{
  order: 1;
}
#widget_5 .text-content:nth-child(odd) .text-right{
  order: 2;
}
#widget_5 .text-content:nth-child(even) .img-left{
  order: 2;
}
#widget_5 .text-content:nth-child(even) .text-right{
  order: 1;
}
#widget_5 .text-content:nth-child(even){
  background: url('//www.news.cn/money/2022YL/img/text-bg2.png') no-repeat left center;
  background-size: 100% 100%;
  width: 100%;
  margin-bottom: 27px;
  display: flex;

}
#widget_5 .text-content .img-left {
  width: 160px;
  height: 286px;
  float: left;
  margin:28px 0 29px 47px ;
}
#widget_5 .text-content .img-left  a img{
  width: 160px;
  height: 286px;
}
#widget_5 .text-content .text-right{
  float: left;
  width: 915px;
  text-align: left;
  margin-left: 29px;
  margin-top: 47px;
}
#widget_5 .text-content .text-right .text-title{
  font-size: 24px;
  font-weight: 400;
  color: #8C0004;
  line-height: 32px;
  margin-bottom: 24px;
}
#widget_5 .text-content .text-right .text-title a{
  font-size: 24px;
  font-weight: 400;
  color: #8C0004;
  line-height: 32px;
}
#widget_5 .text-content .text-right .desc a{
  font-size: 18px;
  font-weight: 400;
  color: #666666;
  line-height: 32px;
}
#widget_5 .text-content .text-right .desc{
  font-size: 18px;
  font-weight: 400;
  color: #666666;
  line-height: 32px;
}
@media (max-width: 768px) {
  #widget_5 .text-content{
    background: url('//www.news.cn/money/2022YL/img/text-bg-m1.png') no-repeat left center;
    background-size: 100% 100%;
    width: 100%;
    margin-bottom: 0.53rem;
  }
  #widget_5 .text-content:nth-child(even){
    background: url('//www.news.cn/money/2022YL/img/text-bg-m1.png') no-repeat left center;
    background-size: 100% 100%;
    width: 100%;
    margin-bottom: 0.53rem;
  }
  #widget_5 .text-content .img-left {
    width: 2.4rem;
    height: 4.26rem;
    float: left;
    margin:0.36rem 0 0.32rem 0.3rem ;
  }
  #widget_5 .text-content .img-left  a img{
    width: 2.4rem;
    height: 4.26rem;
  }
  #widget_5 .text-content .text-right{
    float: left;
    width: 3.36rem;
    text-align: left;
    margin-left: 0.32rem;
    margin-top: 0.48rem;
  }
  #widget_5 .text-content .text-right .text-title{
    font-size: 0.28rem;
    font-weight: 400;
    color: #8C0004;
    line-height: 0.48rem;
    -webkit-line-clamp: 2;
    margin-bottom: 0.2rem;
  }
  #widget_5 .text-content .text-right .text-title a{
    font-size: 0.28rem;
    font-weight: 400;
    color: #8C0004;
    line-height: 0.48rem;
    -webkit-line-clamp: 2;
  }
  #widget_5 .text-content .text-right .desc a{
    font-size:0.24rem;
    font-weight: 400;
    color: #666666;
    line-height: 0.44rem;
   -webkit-line-clamp: 7;

  }
  #widget_5 .text-content .text-right .desc{
    font-size:0.24rem;
    font-weight: 400;
    color: #666666;
    line-height: 0.44rem;
   -webkit-line-clamp: 7;

  }
  #widget_4.widget-swiper .swiper-button-prev{
    width: 0.46rem;
    height: 0.54rem;
    background: url('//www.news.cn/money/2022YL/img/left-jszfwm-m.png') no-repeat left center;
    background-size: 100% 100%;
    left: -0.64rem;
  }
  #widget_4.widget-swiper .swiper-button-next{
    width: 0.46rem;
    height: 0.54rem;
    background: url('//www.news.cn/money/2022YL/img/right-jszfwm-m.png') no-repeat left center;
    background-size: 100% 100%;
    right: -0.64rem;
  }
}
