/* LESS Document */
/* 新华网专题通用css框架。随项目修改宽度、背景色等 */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
html {
  height: 100%;
}
body {
  min-height: 100%;
  color: #626262;
  background-color: white;
  line-height: 1.8em;
}
body,
ul,
li,
input,
img,
a,
dl,
dt,
dd,
textarea,
button,
input,
select {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-family: Arial, Helvetica, "苹方-简", "微软雅黑";
  font-weight: normal;
}
img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
  border: 0;
}
a {
  text-decoration: none;
  color: #535353;
}
a:hover {
  text-decoration: underline;
}
a:link {
  cursor: pointer;
}
/*common style start*/
.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;
}
.limit-line5 {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.limit-line4 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.limit-line3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.limit-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.limit-line2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.kehujingli .limit-line2{
  display:block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.kehujingli .limit-line2 a{
    display: block;
    padding-right: 2px;
    float: right;  
}
button {
  border: none;
  cursor: pointer;
}
.show-xs {
  display: none ;
}
.show-lg {
  display: block;
}
.bg-xinhua-bar {
  background-color: #A40000;
  min-width: 1188px;
}
.top-bar {
  height: 57px;
  color: #fff;
  text-decoration: none;
  padding-left: 14px;
	margin: 0 auto;
    position: relative;
    width: 1200px;
}
.top-bar a {
  color: #fff;
}
.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: #fff;
  background: #A40000;
  line-height: 65px;
  font-size: 12px;
  margin: 0 auto;
}
/*页面容器，定义了最小宽度(本次项目设计的最小宽度)*/
.page-container {
  min-width: 1200px;
  background: #eee;
}
.container {
  margin: 0 auto;
  position: relative;
  width: 1200px;
}

.img-desc-group{
    border-top: 1px solid #fff;
}
.generalColumn-block{
  max-width: 1920px;
  margin: 0 auto;
  background: white;
  padding-top: 20px;
  padding-bottom: 20px;
}
.generalColumn-block .inner{
  width: 1200px;
  margin: 0 auto ;
}

@media (max-width: 768px) {
.generalColumn-block .inner{
    width: 100%;
  }
  .kehujingli .limit-line2 a{
    padding-right: .2rem;
  }
  .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;
  }
  .container {
    margin: 0 0.3rem;
    width: auto;
    overflow: hidden;
  }
  .bg-max-container {
    padding: 20px 0;
  }
}
.inline-block-container {
  font-size: 0;
}
.banner {
  background: url("http://www.newsimg.cn/money/fupinjrpd/img/banner.jpg") no-repeat center;
  height: 782px;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}
.mokuai_bg{
  background: url("http://www.newsimg.cn/money/fupinjrpd/img/bg-2.png") no-repeat bottom,white top;
  background-size: 100%;
  max-width: 1920px;
  margin: 0 auto;

}
.block-1{
  background-color: white;
  max-width: 1920px;
  margin: 0 auto;
  padding-bottom: 50px;
}
/*左图、右标题+描述+下方新闻列表模板*/
.block-template-1 h1{
  margin-top: 40px;
  font-size:24px;
  text-align: center;
  font-family:Microsoft YaHei;
  font-weight:bold;
  color:rgba(195,13,13,1);
  line-height:67px;
}
.block-template-1 h1 a{
  font-size:24px;
  font-weight:bold;
  color:rgba(195,13,13,1);
  line-height:67px;
}
.block-template-1 .desc{
  padding:0 42px 0 30px;
  line-height: 36px;
  font-size: 18px;
  color:rgba(98,98,98,1);
  text-indent: 2em;
}
.block-template-2{
    width: 100%;
    height: 676px;
    position: relative;
    margin: 30px 0;
}
#swiper-container3 .border{
    width: 306px;
}
#swiper-container3 .zhezhao{
  width: 269px;
  height: 152px;
  position: absolute;
  left: 4px;
  top: 4px;
  z-index: 1;
  opacity: 0.6;
  background-color: black;
}
#swiper-container3 a{
  text-decoration: white;
}
#swiper-container3 .line{
  padding:0 16px;
  color: white;
}
#swiper-container3 .line a{

  font-size:16px;
  font-family:Microsoft YaHei;
  font-weight:400;
  color:rgba(255,255,255,1);
  line-height:29px;
}

#swiper-container3 img {
  width:269px;
  height:152px;
  margin: 5px 4px 10px 4px;
} 
#swiper-container3 .btn{
  width:56px;
  height:56px;
  position: absolute;
  left: 113px;
  top: 54px;
  z-index: 3;
}
.block-template-2 img{
    width: 100%;
    height: 676px;
}
.block-template-2 .btn{
    position: absolute;
    top: 286px;
    left: 555px;
    z-index: 2;
}
.block-template-2 .zhezhao{
  background-color: black;
  opacity: 0.6;
  width: 100%;
  height: 676px;
  z-index: 1;
  position: absolute;
}


.block-2 {
   padding: 0;
   height: 644px;
   max-width: 1920px;
   margin: 0 auto;
   background: url("http://www.newsimg.cn/money/fupinjrpd/img/shan.jpg");
}
.block-2  .clearfix{
  padding-top: 8px;
  margin:0 auto;


 }
.block-2 .block-2-left{
  width: 536px;
  float: left;

}
.block-2 .block-2-left p{
  overflow: hidden;
  margin: 20px 0 ;
}
.block-2 .block-2-left li  {
  font-size:20px;
  font-family:Microsoft YaHei;
  font-weight:bold;
  color:#535353;
  line-height:44px;
  list-style: none;
  padding-left: 20px;
}
.block-2 .block-2-left li a{
  font-size:20px;
  font-family:Microsoft YaHei;
  font-weight:bold;
  color:#535353;
  line-height:44px;
}
.block-2 .block-2-left li img{
  display: inline;
  width: 16px;
  height: 16px;
}
.block-2 .block-2-left li {
  background: url("../img/dian.png") no-repeat;
  background-size: 16px;
  background-position: left center;

}
.block-2-right{
  width: 587px;
  float: left;
  margin-left: 76px;
}
.block-2-right .jingli-list{
  overflow: hidden;
  margin-top: 10px;
}
#swiper-container2{
  margin-top: 55px;
}
#swiper-container2 img{
  width:587px;
  height:391px;
}
#swiper-container2  .photo-desc{
  position: absolute;
  bottom: 0;
  background:rgba(27,27,27,0.75);
  height:67px;
  line-height: 67px;
  width: 100%;
  font-size:24px;
  font-family:Microsoft YaHei;
  font-weight:400;
  color:rgba(255,255,255,1);
}
#swiper-container2  .photo-desc a{

  line-height: 67px;
  font-size:24px;
  font-family:Microsoft YaHei;
  font-weight:400;
  color:rgba(255,255,255,1);
}
.seemore{
  width:120px;
  height:29px;
  border:1px solid rgba(0,104,182,1);
  border-radius:14px;
  text-align: center;
  line-height: 29px;
  color: #0068B6;
  font-size:16px;
  float: right;
  margin:19px 0 56px 0;
  cursor: pointer;
}
.page-container_sub .news-list .news-item{
  line-height: 2em;
  border-bottom: 1px solid #eee;
  margin-bottom: 6px;
}
.page-container_sub .news-list a,.pull-right{
  font-size: 18px;
}
.seemore a{
  line-height: 29px;
  color: #0068B6;
  font-size:16px;
}
.block-2-right .jingli-list .kehujingli{
  width:191px;
  height:141px;
  position: relative;
  background:rgba(255,255,255,1);
  float: left;
  padding: 20px 10px;
  box-sizing: border-box;
  margin-right: 3px;
  margin-top: 34px;

}
.block-2-right .jingli-list .kehujingli:nth-child(3),.block-2-right .jingli-list .kehujingli:nth-child(6){
  margin-right: 0px;
}
.block-2-right .jingli-list .kehujingli img{
  position: absolute;
  width:86px;
  height:86px;
  border-radius:50%;
  border: 7px solid  rgba(255,255,255,1);
  left: 10px;
  top: -26px;
  
}
.block-2-right .jingli-list .kehujingli .name{
  color:#0068B6;
  font-size:22px;
  font-family:Microsoft YaHei;
  font-weight:bold;
  float: right;
}
.kehujingli p{
  color: #303030;
  margin-top: 57px;
  font-size: 14px;
}
.kehujingli a{
  
  color: #00A0E9;
}
.block-2 h2{
  margin-top: 54px;
  margin-bottom: 32px;

}
.block-2 h2 a{
  font-weight:bold;
  color:rgba(195,13,13,1);
  line-height: 24px;
  font-size:24px;
  font-family:Microsoft YaHei;
}
.block-2 .detail{
  font-size:18px;
  font-family:Microsoft YaHei;
  font-weight:400;
  height: 140px;
  color:rgba(98,98,98,1);
  line-height:35px;
  text-indent: 2em;
  border-bottom: 1px dotted #535353;
  padding-bottom: 10px;
}
.chanpin-list{
  margin: 0 auto;
  width: 1200px;
  overflow: hidden;
}
.block-3 .chanpin-list>div{
  width:589px;
  height:182px;
  float: left;
  position: relative;
  overflow: hidden;
  margin-bottom: 67px;
  cursor: pointer;

}
.block-3 .chanpin-list>div .zhezhao{
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0;
  height:38px;
  background:rgba(0,0,0,1);
  opacity:0.71;
  line-height: 38px;
  font-size:18px;
  font-weight:400;
  color:rgba(255,255,255,1);
  transition: 0.3s;
  cursor: pointer;
}
.block-3 .chanpin-list>div:hover .zhezhao{
  bottom: 0;
  height: 182px;
  line-height: 182px;
}
.block-3 .chanpin-list>div img{
  width:589px;
  height:182px;
}
.block-3 .chanpin-list>div:nth-of-type(odd){
  margin-right: 20px;
}
.swiper-pagination {
  text-align: right;
  bottom: 15px;
  right: 10px;
}
.swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
  margin: 0 3px;
}
.swiper-pagination-bullet-active {
  background: #00A0E8;
  opacity: 1;
}
.swiper-container-horizontal > .swiper-pagination-bullets {
  padding-right: 20px;
  margin-bottom: 0px;

}
.block-2-right  .swiper-pagination{
  text-align: center;
  width: 587px;
  bottom: -33px;
}
.swiper-pagination-bullet-active{
  background-color: #C30D23;
}
.title {
  height: 82px;
  width: 100%;
  margin-top: 0px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.title-fpqsl {
  background-image: url("http://www.newsimg.cn/money/fupinjrpd/img/image-tittle-1.png");
}
.title-pazpts {
  background-image: url("http://www.newsimg.cn/money/fupinjrpd/img/image-tittle-2.png");
  margin-top: 40px;
}

.title-pazprj {

  background-image: url("http://www.newsimg.cn/money/fupinjrpd/img/image-tittle-3.png");
  margin:65px 0 54px;
}
.title-jxzr{
  background-image: url("http://www.newsimg.cn/money/fupinjrpd/img/image-tittle-4.png");
  margin-top: 65px;
  margin-bottom: 50px;
}
.title-dysj{
  background-image: url("http://www.newsimg.cn/money/fupinjrpd/img/image-tittle-5.png");
  margin-top: 65px;
  margin-bottom: 50px;
}
.title-sdpazp {
  background-image: url("http://www.newsimg.cn/money/fupinjrpd/img/image-tittle-5.png");
  margin-bottom: 46px;
}
.title-fpyx{
  background-image: url("http://www.newsimg.cn/money/fupinjrpd/img/image-tittle-6.png");
  margin-bottom: 46px;
}
.title-fpqy{
  background-image: url("http://www.newsimg.cn/money/fupinjrpd/img/image-tittle-7.png");
  margin-bottom: 52px;
}
.block-7{
  background:white;
  max-width: 1920px;
  margin: 0 auto 30px;
}
.block-7_shangbiao{
  display: flex;
  flex-flow: wrap;
  width: 1200px;
  margin: 0 auto;
  flex: 4;
  justify-content: space-between;
}
.block-7_shangbiao img{
  width: 272px;
  height: 120px;
  margin-bottom: 30px;
}
.title .btn-more {
  float: right;
  color: #c30d23;
  margin-top: 24px;
	
}
.no-more .title .btn-more{
	display:none;
}
.title .btn-more a {
  color: #c30d23;
}


#swiper-container3 .border{
  width:276px;
  height:275px;
  background:rgba(172,152,116,1);
}
.block-3 {
  border-top: 1px solid transparent;
  background: url("http://www.newsimg.cn/money/fupinjrpd/img/bg-3.jpg") no-repeat top center #FFF;
  height: 829px;
  background-size: cover;
  max-width:1920px;
  margin: 0 auto;
}
.three-banner{
  height: 619px;
}
.three-banner  .swiper-pagination{
  width: 100%;
  text-align: center;
}
.three-banner .swiper-button-prev,.three-banner .swiper-button-next{
  width: 30px;
  height: 68px;
 
  border-radius:0px 4px 4px 0px;
  line-height: 68px;
  text-align: center;
}
.three-banner .swiper-button-prev{
  left: -57px;
  top: 460px;
  background-image: url("http://www.newsimg.cn/money/fupinjrpd/img/l_left_new.png");
}
.three-banner .swiper-button-next{
  right: -57px;
  top: 460px;
  background-image: url("http://www.newsimg.cn/money/fupinjrpd/img/l_right_new.png");
}


.block-4 {
  background-color: white;
  padding-bottom: 40px;
  max-width: 1920px;
  margin: 0 auto;
}
.noshow{
  display: none;
}
.block-4-list{
  width: 100%;
  margin-top: 30px;
  height: 281px;
  position: relative;
  background:white  200px, #AC9874;
}
.block-4-list .list_top{
  position: absolute;
  top:-18px;
  left: 0;
  height: 36px;
  z-index: 3;
}
.block-4-list .list_left{
  width:482px;
  height:245px;
  background:rgba(238,238,238,1);
  position: absolute;
  top: 18px;
  width:482px;
  height:245px;
  z-index: 2;
  background:rgba(238,238,238,1);
}
.block-4-list .list_left img{
  width:456px;
  z-index: 3;
  padding-top: 8px;
  margin: 0 auto;
  display: block;
  height:229px;
}
.block-4-list .list_right{
  width: 1008px;
  z-index: 1;
  height: 281px;
  right: 0;
  position: absolute;
  left: 192px;

  background-color: #AC9874;
}
.block-4-list .list_right a{
  text-decoration: none;
}
.block-4-list .list_right>div{
  width: 670px;
  margin-left: 300px;
  font-weight:600;
  color:rgba(255,255,255,1);
  text-decoration:none;
}
.block-4-list .list_right h1{
  font-size: 24px;
  color:rgba(255,255,255,1);
  line-height: 24px;
  margin-top: 38px;
  margin-bottom: 20px;
}
.block-4-list .list_right h1 a{
  font-size: 24px;
  color:rgba(255,255,255,1);
}
.block-4-list .list_right .de{
 
  font-size:18px;
  font-family:Microsoft YaHei;
  font-weight:400;
  color:rgba(255,255,255,1);
  line-height:35px;
}
.block-4-list .list_right .de a{
  font-size:18px;
  font-family:Microsoft YaHei;
  font-weight:400;
  color:rgba(255,255,255,1);
  line-height:35px;
}
.block-4 .seemore_chakan,.block-5 .seemore_chakan{
  font-size:24px;
  cursor: pointer;
  font-family:Microsoft YaHei;
  font-weight:400;
  color:rgba(102,102,102,1);
  margin: 40px auto 0px;
  text-align: center;
  }
.block-4 .seemore_chakan a,.block-5 .seemore_chakan a{
  color:rgba(102,102,102,1);
  font-size: 24px;
}
.block-4 .seemore_chakan img,.block-5 .seemore_chakan img{
    display: inline;
    width: 20px;
    position: relative;
    left: 5px;
    top: -2px;
}
.block-5 {
  max-width:1920px;
  margin: 0 auto;
  padding-top: 54px;
  background:url("http://www.newsimg.cn/money/fupinjrpd/img/block-5.jpg") center bottom no-repeat ,#cac1b6;
  padding-bottom: 40px;
}
.block-6{
  background-image: url("http://www.newsimg.cn/money/fupinjrpd/img/block-6.jpg");
  height: 990px;
  max-width:1920px;
  margin: 0 auto;
  position: relative;
}
.block-6 .swiper-pagination{
  text-align: center;
  bottom: 50px;
  width: 100%;
}
.swiper-pagination-bullet{
  width: 11px;
  height: 11px;
  margin: 0 5px;
}
#swiper-container4 .anniu_img img{
  width: 13px;
  height: 20px;
  display: inline;
}
.block-5-list{
  display: flex;
  width: 100%;
  justify-content: start ;
  flex-flow: wrap;

}
.block-5-list .listItem:nth-child(4n){
   margin-right: 0;
}
.block-5-list .listItem{
  width:274px;
  margin-right: 33px;
  margin-bottom: 30px;
  height:365px;
  position: relative;
}

.block-5-list .listItem p{
  background:rgba(0,0,0,0.6);
  position: absolute;
  bottom: 0;
  font-size:18px;
  font-family:Microsoft YaHei;
  font-weight:400;
  color:rgba(255,255,255,1);
  height: 48px;
  width: 274px;
  padding: 0 16px;
  line-height: 48px;
  overflow: hidden;

}
.block-5-list .listItem p a{
  font-size:18px;
  font-family:Microsoft YaHei;
  font-weight:400;
  line-height: 48px;
  color:rgba(255,255,255,1);
}
.block-5-list .listItem img{
  width:274px;
  height:365px;
}
#swiper-container4{
  width: 1200px;
  height: 673px;
}
#swiper-container4 img{
  width: 100%;
  height: 100%;
}
.xianchang_xiaotu{
  width:1200px;
  overflow: hidden;
  margin: 0 auto;
}
.xianchang_xiaotu img {
  width:231px;
  height:132px;
}
.xianchang_xiaotu .border{

  float: left;

}
.xianchang_xiaotu .border:last-child{
  margin-right: 0;
}
.xianchang_xiaotu .title_h1{
  font-size:24px;
  font-family:Microsoft YaHei;
  font-weight:bold;
  color:rgba(0,104,182,1);
  margin-top: 45px;
  margin-bottom: 15px;
}
.xianchang_xiaotu .line{
  font-size:14px;
  font-family:Microsoft YaHei;
  font-weight:400;
  color:rgba(26,26,26,1);
  line-height:28px;
  width: 231px;
}
.block-5-bg{
  width:1200px;
  height:481px;
  background:rgba(48,48,48,1);
  overflow: hidden;

}

.block-5-bg .left{
  position: relative;
}
.block-5-bg .left img.bg{
  margin: 13px 11px;
  width:698px;
  height:397px;
  opacity:0.79;
}
.block-5-bg .left img.anniu{
  position: absolute;
  z-index: 10;
  left: 306px;
  top: 170px;
  width: 92px;
  height: 92px;
  cursor: pointer;
}
.block-5-bg .left{
  font-size:24px;
  font-weight:bold;
  color:rgba(255,255,255,1);
  float: left;
}
.block-5-bg .left p{
  width: 706px;
}
.block-5-bg .left p a{
  cursor: pointer;
  font-size:24px;
  font-weight:bold;
  color:rgba(255,255,255,1);
  line-height:52px;

}
.block-5-bg .left p span{
  float: right;
  font-weight:400;
  font-size:16px
}
.block-5-bg .right{
  margin-left: 728px;
  padding: 12px 0;
}
.block-5-bg .right .right_border{
  cursor: pointer;
  height: 460px;
  width: 470px;
  overflow-x: hidden;
  overflow-y: scroll;
}
.block-5-bg .right .right_border_item{
  height: 141px;
  margin-bottom: 18px;
}
.right_border_item img{
  width:222px;
  height:140px;
  float: left;
}
.block-5-bg .right .right_border_item ul{
  list-style: none;
  padding-top: 25px;
  margin-left: 235px;
}
.block-5-bg .right .right_border_item li{
  list-style: none;
  font-size:16px;
  font-family:Microsoft YaHei;
  font-weight:400;
  color:rgba(255,255,255,1);
  line-height:30px;

}
.block-5-bg .right .right_border_item li.time{
  margin-top: 28px;
  color: #949494;
  font-size: 14px;
}

.block-5 .shudu .text{
    margin-top:10px;
    white-space: nowrap;
}
.block-5 .shudu .number{
    color:#c30d23;
    white-space: nowrap;
}
.block-5 .shudu .number .big{
    display:inline;
    font-size:45px;
    height: 45px;
    line-height: 45px;
}
.three-banner .swiper-container{
  width: 1200px;
  margin: 0 auto;
  box-sizing: content-box;
}
.three-banner  .three-cover{
  width:896px;
  height:559px;
}
.three-banner  .three-cover img{
  width:896px;
  height:559px;
}
.three-banner .bottom{
  position: absolute;
  padding: 0 26px;
  bottom: 0;
  z-index: 10;
  width:897px;
  height:58px;
  line-height: 58px;
  background:rgba(0,0,0,0.6);
  font-size:24px;
  font-family:Microsoft YaHei;
  font-weight:400;
  color:rgba(255,255,255,1);
}
.three-banner .bottom a{
  font-size:24px;
  font-family:Microsoft YaHei;
  font-weight:400;
  color:rgba(255,255,255,1);
}
.three-banner .swiper-slide{
  width:896px;
  height:559px;
}
.block-1 .swiper-button-prev,.block-1 .swiper-container-rtl .swiper-button-next{
  left: -57px;
  background-image: url("http://www.newsimg.cn/money/fupinjrpd/img/left.png");
  right: auto;
  top: 130px;
  width: 36px;
  height: 60px;
}

.block-1 .swiper-button-next,.block-1 .swiper-container-rtl .swiper-button-prev{
  right: -57px;
  top: 130px;
  width: 36px;
  height: 60px;
  background-image: url("http://www.newsimg.cn/money/fupinjrpd/img/right.png");
}
#swiper-container4 .swiper-button-prev,#swiper-container4  .swiper-container-rtl .swiper-button-next{

  background:rgba(49,49,49,0.9) !important;
  width: 30px;
  height: 68px;
  left: 0px;
  line-height: 68px;
  color: white;
  text-align: center;
}
#swiper-container4 .swiper-button-next,#swiper-container4  .swiper-container-rtl .swiper-button-next{

  background:rgba(49,49,49,0.9) !important;
  width: 30px;
  height: 68px;
  right: 0px;
  line-height: 68px;
  color: white;

  text-align: center;
}
#swiper-container4 .inner{
  padding: 42px 22px 0;
  background:rgba(0,0,0,0.67);
  height: 188px;
  width: 1200px;
  position: absolute;
  bottom: 0;
  color: white;
}
#swiper-container4 .inner a{
  color: white;
  font-size: 24px;
}
#swiper-container4 .inner .limit-line3{
  margin-top: 20px;
  font-size: 16px;
}
#swiper-container4 .inner .limit-line3 a{
  font-size: 16px;
  line-height: 32px;
}



@media (max-width: 768px) {
  .banner{
    background: url("http://www.newsimg.cn/money/fupinjrpd/img/banner-m.jpg") no-repeat center;
    height: 5rem;
    background-size: 100%;
  }
  .noshow_jxzr{
    padding-bottom: .4rem;
  }
  .title-fpqsl{
    background-image: url("http://www.newsimg.cn/money/fupinjrpd/img/image-tittle-1-m.png");
    background-size: 100%;
  }
  .bg-max-container.block-1{
    padding: 0px 0;
    padding-bottom: .3rem;
  }
  .title{
    height: .82rem;
  }
  .block-template-1{
    /* background: url("http://www.newsimg.cn/money/fupinjrpd/img/bg-1-m.jpg");
    background-size: 100%;
    height: 11.96rem; */
  }
  .title-jxzr{
    background-image: url("http://www.newsimg.cn/money/fupinjrpd/img/image-tittle-4-m.png");
    margin-top: .38rem;
    margin-bottom: .5rem;
  }
  .title-dysj{
    background-image: url("http://www.newsimg.cn/money/fupinjrpd/img/image-tittle-4-m.png");
    margin-top: .38rem;
    margin-bottom: .5rem;
  }
  .block-4_subpage .title-dysj{
    background-image: url("http://www.newsimg.cn/money/fupinjrpd/img/image-tittle-5-m.png") !important;
  }
  .page-container_sub .news-list{
    line-height: .68rem;
  }
  .page-container_sub .news-list a,.pull-right{
    font-size: 16px;
  }
  .block-template-1 h1{
    margin: .31rem 0;
    font-size:.36rem;
    font-family:Microsoft YaHei;
    font-weight:bold;
    color:rgba(195,13,13,1);
    line-height:.36rem;
  }
  .block-template-1 h1 a{
    margin: .31rem 0;
    font-size:.36rem;
    font-family:Microsoft YaHei;
    font-weight:bold;
    color:rgba(195,13,13,1);
    line-height:.36rem;
  }
  .block-template-1 .desc{
    padding:0 0 .3rem;
    line-height: .46rem;
    font-size: .28rem;
    color:rgba(98,98,98,1);
  }
  .block-template-2{
    width:6.86rem;
    height:3.86rem;
    margin: 0 0 .21rem;
  }
  .block-template-2 .zhezhao{
    width:6.86rem;
    height:3.86rem;
  }
  .block-template-2 .btn{
    left: 2.97rem;
    top: 1.48rem;
    width: .9rem;
    height: .9rem;
  }
  #swiper-container3{
    width: 6.18rem;
    margin: 0 auto;
  }
  #swiper-container3 img{
    width:2.89rem;
    height:1.64rem;
    margin: 0.05rem 0.04rem .2rem;
  }
  #swiper-container3 .zhezhao{
    width:2.89rem;
    height:1.64rem;
    left: 0.04rem;
    top: 0.05rem;
  }
  #swiper-container3 .btn{
    width: .56rem;
    height: .56rem;
    position: absolute;
    left: 1.13rem;
    top: .54rem;
    z-index: 3;
  }
  #swiper-container3 .line{
    font-size:.28rem;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:.37rem;
  }
  #swiper-container3 .line a{
    font-size:.28rem;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:.37rem;
  }
  #swiper-container3 .border{
    height: 3.19rem;
  }
  .block-1 .swiper-button-prev, .block-1 .swiper-container-rtl .swiper-button-next{
    width: .25rem;
    height: .42rem;
    left: 0rem;
    top: 1.7rem;
    background-size: cover;
  }
  .block-1 .swiper-button-next, .block-1 .swiper-container-rtl .swiper-button-prev{
    width: .25rem;
    height: .42rem;
    right: 0rem;
    top: 1.7rem;
    background-size: cover;
  }
  .block-2 {
    background-image: url("http://www.newsimg.cn/money/fupinjrpd/img/shan-m.jpg");
    height: 13rem;
  }
  .block-2-right .swiper-pagination{
    width: 100%;
    bottom: .4rem;
  }
  .title-pazpts{
    background-image: url("http://www.newsimg.cn/money/fupinjrpd/img/image-tittle-2-m.png");
    background-size: 100%;
    margin-top: .37rem;
  }
  .block-2 .clearfix{
    margin-top: 0.3rem;
    padding-top: 0;
  }
  .block-2 .block-2-left{
    width: 100%;
  }
  .block-2 h2,.block-2 h2 a{
    line-height: .34rem;
    font-size: .34rem;
    margin-top: .31rem;
    margin-bottom: .26rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: rgba(195,13,13,1);
    text-align: center;
}
.block-2 .detail{
  padding-bottom: .2rem;
   font-size: .28rem;
   height: 1.9rem;
   line-height: .46rem;
   border-bottom: 1px dotted #535353;
}
.block-2 .block-2-left p{
  margin: .1rem 0;
}
.block-2 .block-2-left li{
  font-size: .28rem;
  line-height: .78rem;
  background-size:.28rem ;
  border-bottom: 1px dotted #535353;
}
.block-2 .block-2-left li a{
  font-size: .28rem;
}
.bg-max-container.block-2 {
 padding:  0 .3rem;
}

 
  .title-pazpsp{
    background-image: url("http://www.newsimg.cn/money/fupinjrpd/img/image-tittle-3-m.png");
  }
  .block-2-right{
    width:6.84rem;
    height:5.8rem;
    margin-left: 0;
  }
  #swiper-container2{
    margin-top: .2rem;
  }
  #swiper-container2 img{
    width:6.84rem;
    height:4.56rem;
  }
  #swiper-container2 .photo-desc{
    height:.78rem;
    background:rgba(27,27,27,0.75);
    line-height: .78rem;
    font-size: .28rem;
  }
  #swiper-container2 .photo-desc a{
    line-height: .78rem;
    font-size: .28rem;
  }


  .block-3{
    background: url("http://www.newsimg.cn/money/fupinjrpd/img/bg-3-m.jpg") no-repeat top center #FFF;
    min-height: 5.6rem;
    height: 5.6rem;
    background-size: cover;

  }
  .block-3 .chanpin-list>div:nth-of-type(odd){
    margin-right: 0;
  }
  .block-3 .chanpin-list>div{
    width:6.79rem;
    float: none;
    height:2.1rem;
    margin-bottom: .2rem;
  }
  .block-3 .chanpin-list>div .zhezhao{
    height: .44rem;
    line-height: .44rem;
    bottom: 0;
    font-size: .24rem;
  }
  .block-3 .chanpin-list>div:hover .zhezhao{
    height: .44rem;
    line-height: .44rem;
    bottom: 0;
    font-size: .24rem;
  }
  .block-3 .chanpin-list>div img{
    width:6.79rem;
    height:2.1rem;

  }
  .bg-max-container{
    padding: 0;
  }
  .three-banner{
    height: 4.1rem;
  }
  .three-banner .swiper-pagination-bullet{
    width: .11rem;
    height: .11rem;
  }
  .three-banner .three-cover{
    height: 3.32rem;
  }
  .block-3 .title-pazprj{
    background-image: url("http://www.newsimg.cn/money/fupinjrpd/img/image-tittle-3-m.png");
  }
  .title-pazprj{
    background-image: url("http://www.newsimg.cn/money/fupinjrpd/img/image-tittle-4-m.png");
    margin:.37rem 0 .36rem
  }
  .block-4-list .list_top{
    width:2.2rem;
    height:.32rem;
    top: -.32rem;
  }
  .block-4-list{
    padding-top: .15rem;
    margin-top: .81rem;
    background-color: #AC9874;
    height: 6.03rem;
  }
  .block-4-list::after{
    content:".";        
    display:block;        
    height:0;        
    clear:both;        
    visibility:hidden;  
  }
  .block-4 .seemore_chakan, .block-5 .seemore_chakan{
    font-size:.34rem;
    margin: .4rem auto 0px;
    height: .8rem;
  }
  .block-4 .seemore_chakan a, .block-5 .seemore_chakan a{
    font-size:.34rem;
  }
  .block-4 .seemore_chakan img, .block-5 .seemore_chakan img{
    width: .28rem;
    height: .17rem;
  }
  .block-4-list .list_left{
    position: unset;
    width:6.58rem;
    height:3.3rem;
    vertical-align: middle;
    box-sizing: border-box;
    margin: 0 auto;
  }
  .block-4-list .list_left img{
   border:.1rem solid rgba(238,238,238,1);
   width: 100%;
   height: 100%;
   padding: 0;
 
  }
  .block-4-list .list_right>div{
    width: 100%;
    margin-left: 0;
    font-weight: 600;
  }
  .block-4-list .list_right h1{
    font-size:.34rem;
    margin-top: .3rem;
    margin-bottom: .16rem;
  }
  .block-4-list .list_right h1 a{
    font-size:.34rem;
  }
  .block-4-list .list_right{
    position: unset;
    height: 2.38rem;
    width: 100%;
    padding: 0 .36rem;
  }
  
  .block-4-list .list_right .de{

    -webkit-line-clamp: 3;
    line-height:.46rem;
  }
  .block-4-list .list_right .de a{
    font-size:.28rem;
    line-height:.46rem;
  }
  .three-banner .bottom{
    padding: 0 .26rem;
    width:5.35rem;
    height:.68rem;
    font-size: .28rem;
    line-height: .68rem;
    bottom: .76rem;
  }
  .three-banner .bottom a{
    font-size: .28rem;
    line-height: .68rem;
  }
  .xianchang_xiaotu{
    width: 100%;
  }
  .xianchang_xiaotu .title_h1{
    font-size: .34rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: rgba(0,104,182,1);
    margin-top: .45rem;
    margin-bottom: .35rem;
  }
  .xianchang_xiaotu .border{
    width: 3.32rem;
  
  }
  .xianchang_xiaotu .line{
    width: 3.32rem;
  
  }
  .xianchang_xiaotu img{
    width:3.32rem;
    height:1.89rem;
  }
  .xianchang_xiaotu .border:nth-of-type(even){
    margin-right: 0rem;
  }
  .xianchang_xiaotu .line a{
    font-size:.28rem;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(27,27,27,1);
    line-height:.48rem;
  }
  .title-sdpazp{
    background-image: url("http://www.newsimg.cn/money/fupinjrpd/img/image-tittle-5-m.png");
    margin-top: .37rem;
    margin-bottom: .33rem;
  }
  .block-5-list .listItem{
    width: 3.28rem;
    margin-right: .27rem;
    margin-bottom: .27rem;
    height: 4.37rem;
  }
  .block-5-list .listItem:nth-child(even){
    margin-right: 0rem;
  }
  .block-5-list .listItem p{
    width:3.26rem;
    height:.57rem;
    font-size: .24rem;
    line-height: .57rem;
    padding: 0 .19rem;
  }
  .block-5-list .listItem p a{
    font-size: .24rem;
    line-height: .57rem;
  }
  .title-fpyx{
    background-image: url("http://www.newsimg.cn/money/fupinjrpd/img/image-tittle-6-m.png");
    margin:.25rem 0;
  }
  #swiper-container4{
    width:6.86rem;
    height:7.79rem;
  }
  #swiper-container4 img{
    width:6.86rem;
    height:3.85rem;
  }
  #swiper-container4 .inner{
    width:6.86rem;
    height:3.94rem;
    padding:0 .24rem;
    background:rgba(140,140,140,1);
    bottom: 0;
    /* position: absolute;
    bottom: 0; */
    color: white;
  }  
  #swiper-container4 .inner h1{
    height: .9rem;
    font-size: .34rem;
    overflow: hidden;
    line-height: .9rem;

  }
  #swiper-container4 .inner h1 a{
    font-size: .34rem;
    overflow: hidden;
    line-height: .9rem;
  }
  #swiper-container4 .swiper-button-prev, #swiper-container4 .swiper-container-rtl .swiper-button-next{
    width: .42rem;
    height: .96rem;
    border-radius:0px 4px 4px 0px;
    line-height: .96rem;
    top: 1.45rem;
  }
  .block-6{
    height: 9.8rem;
    background-image: url("http://www.newsimg.cn/money/fupinjrpd/img/block-6-m.jpg");
    background-size: cover;
  }
  #swiper-container4 .swiper-button-next, #swiper-container4 .swiper-container-rtl .swiper-button-next{
    width: .42rem;
    height: .96rem;
    border-radius:4px 0px 0px 4px;
    line-height: .96rem;
    top: 1.45rem;
  }
  #swiper-container4 .anniu_img img{
    width:.18rem;
    height:.28rem;
  }
  #swiper-container4 .inner .limit-line3{
    line-height:.46rem;
    font-size: .28rem;
    margin-top: 0;
    -webkit-line-clamp:5;
  }
  #swiper-container4 .inner .limit-line3 a{
    line-height:.46rem;
    font-size: .28rem;
  }
  .footer{
    height: .6rem;
    line-height: .6rem;
  }
  .block-5-bg{
    width:6.86rem;
    min-height:12.3rem;
    height: auto;
    background:rgba(49,49,49,1);
  }
  .block-5-bg .left{
    float: none;
  }
  .block-5-bg .left img.bg{
    margin: 0.2rem;
    width:6.46rem;
    height:3.67rem;
    opacity: 0.79;
  }
  .block-5-bg .left img.anniu{
    left: 2.84rem;
    top: 1.48rem;
    width: .85rem;
    height: .85rem;
    
  }
  .title-fpqy{
    background-image: url("http://www.newsimg.cn/money/fupinjrpd/img/image-tittle-7-m.png");
    height: .43rem;
    margin-top: .57rem;
    margin-bottom: .5rem;
  }
  .block-7_shangbiao{
    width: 6.86rem;
    margin: 0 auto;
    flex: 2;
  }
  .block-7_shangbiao img{
    width: 3.25rem;
    height: 1.34rem;
    margin-bottom: .3rem;
  }
  .block-5{
    background: url("http://www.newsimg.cn/money/fupinjrpd/img/bg-4-m.jpg") center bottom  no-repeat,#cac1b6;
    background-repeat:repeat;
    min-height: 15rem;
    height: auto;
  }
  .block-6 .swiper-pagination{
    bottom: .1rem;
  }
  .block-5-bg .left p{
    width: 100%;
    height: 1.3rem;
    padding-left: .06rem;
  }
  .block-5-bg .left p a{
    width: 100%;
    position: relative;
    font-size:.34rem;
    line-height: .5rem;
  }
  .block-5-bg .left p span{
    position: absolute;
    left: 0.2rem;
    top: .5rem;
    font-size: .24rem;
  }
  
  .block-5-bg .right{
        margin-left: 0;
        padding: 0px 0.2rem;
  }
  .block-5-bg .right .right_border_item ul{
    margin-left: 3.4rem;
    padding-top: .35rem;
  }
  .block-5-bg .right .right_border_item{
    height: 1.96rem;
    margin-bottom:.25rem
  }
  .block-5-bg .right .right_border_item li{
    font-size: .28rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(255,255,255,1);
    line-height: .42rem;
    width: 3rem;
  }
  .block-5-bg .right .right_border_item li.time{
    margin-top: .4rem;
    font-size: .28rem;
  }
  .right_border_item img{
    width:3.1rem;
    height:1.96rem;
    float: left;
  }
  .three-banner .swiper-container{
    width: 100%;
    margin: 0 auto;
    position: relative;
    left: 0;
    height: 3.32rem;
  }
  .block-5-bg .right .right_border{
    height: auto;
    -webkit-overflow-scrolling: touch;
  }
  .swiper-pagination-bullet{
    width: .11rem;
    height: .11rem;
  }
 
  .swiper-container-horizontal > .swiper-pagination-bullets{
    margin-bottom: 0px;
  }
  .three-banner  .three-cover{
    width:5.33rem;
    
  }
  .three-banner .swiper-slide{
    width:100%;
    height: 4.08rem;
  }
  .three-banner .swiper-container-horizontal > .swiper-pagination-bullets{
    margin-bottom: -5px;
  }
  
}
