/* LESS Document */
/* 新华网专题通用css框架。随项目修改宽度、背景色等 */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.block-3.subpage .title{
  background-image: url(http://www.newsimg.cn/money/xyyhzxd2020/img/image-title-3-subpage.png);
}
html {
  height: 100%;
}
img{
  height: auto;
  max-width: 100%;
}
body {
  min-height: 100%;
  color: #626262;
  background-color: #ccc;
  line-height: 1.8em;
}
.seeMore{
  visibility: hidden;
}
  .subpage-1{
    padding: 0px 0 60px;
    min-height: 500px;
  }
  .subpage-1 .news-item{
    line-height: 4em;
    border-bottom: 1px solid #eee;
  }
  .subpage .title-assist{
    margin:25px auto ;
  }
  .subpage{
    background: white !important;
  }
  .subpage  .limit-line a{
    line-height: 2em;
  }
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-line6 {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.block-1{
  padding-top: 80px;
}
.block-1 .desc{
  width: 1114px;
  height: 413px;
  margin: 0 auto;
  background: url(http://www.newsimg.cn/money/xyyhzxd2020/img/daoyu.png);
  margin-top: 70px;
  overflow: hidden;
}
.block-1 .desc p{
  font-size: 20px;
  line-height: 38px;
  text-align: center;
}
.desc-title{
  margin: 67px auto 28px;
  height: 33px;
  width: 482px;
  background: url(http://www.newsimg.cn/money/xyyhzxd2020/img/title.png);
}
.swiper-container-service{
  overflow: hidden;
  width: 1200px;
}
.block-2 .swiper-button-prev{
  background: url(http://www.newsimg.cn/money/xyyhzxd2020/img/l_left_new.png);
  width: 38px;
  height: 45px;
  top: 380px;
  left: 0;
}
.service-bottom{
  margin-top: 80px;
}
.block-2 .swiper-button-next{
  background: url(http://www.newsimg.cn/money/xyyhzxd2020/img/l_right_new.png);
  width: 38px;
  height: 45px;
  top: 380px;
  right: 0;
}

.service-bottom .bottom-item{
  width:100%;
  height:148px;
  margin-top: 20px;
}

.bottom-item img{
  float: left;
}
.bottom-item .inner{
  margin-left: 220px;
}
.bottom-item .inner h2{
  text-align: left;
  font-size:24px;
  font-family:Microsoft YaHei;
  font-weight:bold;
  color:rgba(76,186,255,1);
  line-height: 20px;
  padding-bottom: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.bottom-item .inner .desc a{
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
}
.limit-line4 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.limit-line a{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.limit-line{
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.limit-line2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

button {
  border: none;
  cursor: pointer;
}
.show-xs {
  display: none ;
}
.show-lg {
  display: block;
}
.show-lg.limit-line2{
  display: -webkit-box;
}
.bg-xinhua-bar {
  background-color: #00479D;
  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: #001E74;
  line-height: 65px;
  font-size: 12px;
  margin: 0 auto;
}
/*页面容器，定义了最小宽度(本次项目设计的最小宽度)*/
.page-container {
  min-width: 1200px;
  background: #eee;
}
.container {
  margin: 0 auto;
  position: relative;
  width: 1200px;
}
.bg-max-container {
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}
.img-desc-group{
    border-top: 1px solid #fff;
}

@media (max-width: 768px) {
  .kehujingli .limit-line2 a{
    padding-right: .2rem;
  }
  .show-lg {
    display: none;
  }
  .show-lg.limit-line2{
    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/xyyhzxd2020/img/banner.jpg') no-repeat center;
  height: 698px;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}
.bottom-item img{
  width: 201px;
  height: 126px;
  float: left;
}
.inner h2{
  width: 828px;
  color: #0B4DA2;
  font-size: 20px;
  font-weight: 600;
  line-height: 60px;
}
.inner h2 a{
  width: 828px;
  color: #0B4DA2;
  font-size: 20px;
  font-weight: 600;
}
.inner .desc{
  width: 828px;

}
.bottom-item{
  border-bottom: 1px solid #0B4DA2;
}
.inner span{
  color: #0B4DA2;
  float: right;
}

.block-2 .swiper-pagination{
    top: 710px;
    width: 100%;
    text-align: center;
    height: 20px;
}
.block-2 .swiper-container-horizontal > .swiper-pagination-bullets{
  top: 0;
  text-align: center;
}

.swiper-container-horizontal .photo-desc a{
  height:58px;

  left: 0;
  bottom: 0;
  width: 100%;
  line-height:58px;
  padding-left: 1em;
  color: #fff;
  text-decoration: none;
  letter-spacing: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 24px;
}
.block-2 .photo-desc{
  height: 58px;
  line-height: 58px;
  background: rgba(26,26,26,.75);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
}

.block-1{
  background: url(http://www.newsimg.cn/money/xyyhzxd2020/img/block-1-bg.jpg) no-repeat top,white;
  background-size: 100%;

}
.block-3-flex{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.block-3-flex>div{
  width: 284px;
  height: 413px;
  background-color: rgb(2, 48, 123);
  box-shadow: 0px 4px 9px 0px rgba(0, 14, 36, 0.35);

}
.block-3-flex>div img{
  width: 270px;
  height: 216px;
  margin: 6px 6px 28px;  
}
.block-3-flex>div .limit-line2,.block-3-flex>div .limit-line2 a{

  font-size: 20px;

  color: #FFFFFF;
  line-height: 34px;
}
.block-3 .seeMore a{
  color: white;
 
}
/* .block-3 .seeMore{
  margin-bottom: 50px;
  margin-top: 20px;
} */
.block-4{
  background-color: #eaf3f9;
  height: 770px;
}
.block-4 .seeMore{
  margin-top: 59px;
}
.block-3-flex>div .limit-line2{
  padding: 0 20px;
}
.block-3-flex>div  span{
  float: right;
  margin-right: 20px;
  margin-top: 40px;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 34px;
}
.block-2{
  background: url(http://www.newsimg.cn/money/xyyhzxd2020/img/block-2-bg.jpg) no-repeat top,white;
  background-size: cover;
}
.block-3{
  background: url(http://www.newsimg.cn/money/xyyhzxd2020/img/block-3-bg.jpg) no-repeat;
  background-size: cover;

}
.block-1-middle{
  overflow: hidden;
}
.block-1-middle-right{
   float: left;
   width: 522px;
}
.block-1-middle-right h2{
  line-height: 50px;
}
.block-1-middle-right .detail{
  font-size:18px;
  font-family:Microsoft YaHei;
  font-weight:400;
  color:rgba(137,137,137,1);
  line-height:36px;
 
}
.block-1-middle-right .line{
  border-bottom: 1px  dotted #BFBFBF;
  margin:15px 0 ;
}
.block-1-middle-right h2 a{
  font-size:24px;
  font-family:Microsoft YaHei;
  font-weight:bold;
  color:rgba(0,104,183,1);

}
.block-1-middle-right  span a{
 color: #0068B7;
}
.block-1-middle-right p,.block-6-border p{
  background: url(http://www.newsimg.cn/money/xyyhzxd2020/img/yuan.png) no-repeat left 11px;
  background-size:16px ;
  padding-left: 25px;
  line-height: 40px;
  width: 522px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.block-1-middle-right p a,.block-6-border p a{
  font-size: 20px;
  color: #535353;
  font-weight: bold;
}
.block-6-border{
  width: 585px;
  position: relative;
}
.block-6-border .photo-desc{
    position: absolute;
    top: 269px;
    z-index: 2;
    height: 60px;
    width: 100%;
    padding: 0 20px;
    background: rgba(26,26,26,.75);
}
.photo-desc a{
    color: white;
    line-height: 60px;
    font-size: 20px;
    
}
.block-6-border{
  float: left;
}
.block-6-border:nth-child(2){
  float: right;
}
.block-6 .seeMore{
  margin-top: 570px;
}
.block-6-border img{
  width: 585px;
  height: 329px;
  margin-bottom: 20px;
}
.block-6-border p{
 width: 100%;
}
.block-1-bottom{
  display: flex;
  justify-content: space-between;
}
.block-1-bottom img{
  width:228px;
  height:140px;
}
.block-1-bottom .list_item{
  width: 228px;


}

.list_item_desc a{
  font-size:18px;
  font-family:Microsoft YaHei;
  font-weight:400;
  color:rgba(27,27,27,1);
  line-height:2em;
}
.block-2 .block-1-middle-left{
  width:636px;
  height:427px;
  float: left;
}
.seeMore{
  text-align: center;
}
.seeMore a{
  font-size:18px;
  font-family:Microsoft YaHei;
  font-weight:400;
  color:rgba(0,104,183,1);
  line-height: 70px;
}
.service_container{
  width:384px;
  height:782px;
  background:rgba(0,62,138,1);
  padding: 27px;
}
.service_container img{
  height: 480px;
  width: 327px;
}
.service_container h2 a{
  font-size:24px;
  font-family:Microsoft YaHei;
  font-weight:bold;
  color:rgba(255,255,255,1);
  line-height: 72px;
}
.service_container .desc a{
  font-size:18px;
  font-family:Microsoft YaHei;
  font-weight:400;
  color:rgba(255,255,255,1);
  line-height:30px;
}
.swiper-pagination {
  text-align: right;
  bottom: 15px;
  right: 10px;
}
.swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
  margin: 0 3px;
}
.swiper-pagination-bullet-active {
  background: #0B4DA2;
  opacity: 1;
}
.block-2 .swiper-pagination-bullet{
  background: #A0A0A0;
  opacity: 1;
}
.block-2 .swiper-pagination-bullet-active {
  background: #0B4DA2;
  opacity: 1;
}
.swiper-container-horizontal{
  width: 994px;
  height: 560px;
  
}
.swiper-container-horizontal img{
  width: 994px;
  height: 560px;
}
.swiper-container-horizontal > .swiper-pagination-bullets {
  padding-right: 20px;
  margin-bottom: 31px;
}
.title {
  height: 77px;
  width: 100%;
  margin-bottom: 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.block-1 .title{
  background-image: url("http://www.newsimg.cn/money/xyyhzxd2020/img/image-tittle-1.png");
  margin: 50px auto 40px;
}
.block-1 .title1{
  background-image: url("http://www.newsimg.cn/money/xyyhzxd2020/img/image-title-sub2.png");
  margin: 50px auto 40px;
      height: 77px;
    width: 100%;
    margin-bottom: 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
.block-4 .title{
  background-image: url("http://www.newsimg.cn/money/xyyhzxd2020/img/image-title-4.png");
  margin: 50px auto 40px;
}
.block-2 .title{
  background-image: url("http://www.newsimg.cn/money/xyyhzxd2020/img/image-title-2.png");
  margin: 50px auto 40px;
}
.block-5 .title {
  background-image: url("http://www.newsimg.cn/money/xyyhzxd2020/img/image-title-5.png");
  margin: 50px auto 40px;
}
.block-6 .title {
  background-image: url("http://www.newsimg.cn/money/xyyhzxd2020/img/image-title-6.png");
  margin: 50px auto 40px;
}
.block-4{
  height: auto;
}
.bg-max-container {
  padding: 0;
}

.block-3-2 .swiper-pagination{
  text-align: center;
  width: 100%;
}
.block-3-2 .swiper-container-horizontal{
  height: 494px;
}
.block-3 .title{
  background-image: url(http://www.newsimg.cn/money/xyyhzxd2020/img/image-title-3.png);
  margin: 50px auto 60px;
}
.business-title span{
  padding-left: 15px;
}
.title-pazprj {
  background-image: url("http://www.newsimg.cn/money/xyyhzxd2020/img/image-tittle-4.png");
}
.title-sdpazp {
  background-image: url("http://www.newsimg.cn/money/xyyhzxd2020/img/image-tittle-5.png");
}

.title .btn-more {
  float: right;
  color: #c30d23;
  margin-top: 24px;
	
}
.no-more .title .btn-more{
	display:none;
}
.title .btn-more a {
  color: #c30d23;
}
.no-more .seeMore{
 
  margin: 0 auto;
}
.seeMore{
   visibility:visible;
}
.seeMore{
  margin: 30px auto;
}



.block-5 {
  background: url('http://www.newsimg.cn/money/xyyhzxd2020/img/block-4-bg.jpg');
  height: 744px;
  background-size: cover;

}
.block-6 {
  background: url('http://www.newsimg.cn/money/xyyhzxd2020/img/block-5-bg.jpg') bottom;
  height: 800px;
}

#swiper-container-assist{
  width:636px;
  height:427px;
  box-sizing: content-box; 
  margin-left: 570px;
  padding-bottom: 27px;
}
#swiper-container-assist .jianjie{
  position: absolute;
  bottom: -60px;
}
#swiper-container-qingkunhu img{
  width: 6.86rem;
  height: 4.6rem;
}

#swiper-container-assist .jianjie a{
  color: #00A0E8;
}
#swiper-container-assist img{
  width: 100%;
  height: 100%;
}
#swiper-container-assist .photo-desc{
    height: 58px;
    line-height: 58px;
    background:rgba(26,26,26,.75);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    
}
#swiper-container-qingkunhu .photo-desc{
  height: .76rem;
  line-height: .76rem;
}
#swiper-container-qingkunhu img{
  width: 6.86rem;
    height: 4.6rem;

}
#swiper-container-qingkunhu  .photo-desc{
  background:rgba(26,26,26,.75);
  position: absolute;
  left: 0;
  height: 58px;
    line-height: 58px;
  bottom: 0;

  width: 100%;
  
}

.block-4-right h2,.block-4-right h2 a{
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #0B4DA2;
  line-height: 55px;
}
.block-4-right{
  margin-left: 624px;
  overflow: hidden;
}
.block-4-right>div{
  height: 194px;

}
.block-4-right>div:nth-child(1){
  border-bottom: 1px dashed #02307B;
  margin-bottom: 10px;
}
.right-desc{
  width: 283px;
  float: left;
}
.block-4-right>div .limit-line5{
  width: 283px;
  font-size: 14px; 
  font-weight: 400;
  color: #333333;
}
.right-desc{

}
.block-4-right>div img{
  width: 261px;
  height: 174px;
  float: right;

}
#swiper-container-qingkunhu  .photo-desc a{
  display: block;
  padding: 0 20px;
  color: #fff;
  text-decoration: none;
  letter-spacing: 2px;
  font-size: 20px;
}
.block-3-2 .photo-desc{
  height:58px;
  line-height:58px;
  background:rgba(26,26,26,.75);
  position: absolute;
  left: 0;
  bottom: 0;
}

#swiper-container-assist .photo-desc a {
    display:block;
    padding:0 20px;
    color: #fff;
    text-decoration: none;
    letter-spacing: 2px;
    font-size: 20px;
   
}
.block-3-2 .photo-desc a {
  display:block;
  padding:0 20px;
  color: #fff;
  text-decoration: none;
  letter-spacing: 2px;
  font-size: 20px;
 
}
#swiper-container-assist .photo-desc-title{
   margin-top:40px; 
    margin-bottom:20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
     
    
}
#swiper-container-assist .photo-desc-title a{
    font-size:24px;
    line-height:1em;
    
}
#swiper-container-assist .photo-desc-text a{
    font-size:16px;
    line-height:1.8em;
   
    
 
}
.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-3-2{
  margin-bottom: 47px;
}
.block-3-2 .swiper-container{
  width: 1000px;
  margin: 0 auto;
  box-sizing: content-box;
}
.block-3-2  .swiper-slide a{
  width: 673px;
}
.block-3-2 .swiper-slide a img{
  width: 673px;
  height: 440px;  
}
.block-3-2 .swiper-button-prev, .block-3-2  .swiper-button-next{
  top: 332px;
  background: url(http://www.newsimg.cn/money/xyyhzxd2020/img/l_left_new.png);
  width: 38px;
  height: 45px;
}
.block-3-2  .swiper-button-next{
  background: url(http://www.newsimg.cn/money/xyyhzxd2020/img/l_right_new.png);
}
.block-3-3 .swiper-button-prev, .block-3-3  .swiper-button-next{
  top: 1244px;
}
.block-3-3 .swiper-button-prev{
  background: url('http://www.newsimg.cn/money/xyyhzxd2020/img/gray_left.png') no-repeat;
}
.block-3-3 .swiper-button-next{
  background: url('http://www.newsimg.cn/money/xyyhzxd2020/img/gray_right.png') no-repeat;
}
.block-3-2 .swiper-slide{
  width:707px;
  height:424px;
  position:relative;
}
.block-3-3{
  margin-bottom: 90px;
}
.block-3-3 img{
  width:388px;
  height:221px;
} 
.block-3-3 .line{
  margin-top: 10px;
}
.block-3-3 .line a{
  font-size:18px;
  font-family:Microsoft YaHei;
  font-weight:400;
  color:rgba(27,27,27,1);
  line-height:32px;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
  left: 0px;
  right: auto;
  top: 351px;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
  right: 0px;
  top: 351px;
}

#swiper-container-qingkunhu{
  width: 588px;
height: 392px;
float: left;

}
.block-4 .swiper-container-horizontal > .swiper-pagination-bullets{
  margin-bottom:0
}
@media (max-width: 768px) {
  #swiper-container-qingkunhu .photo-desc a{
    font-size: .28rem;
  }
  .block-4 .swiper-container-horizontal > .swiper-pagination-bullets{
    margin-bottom: -.3rem;
  }
  #swiper-container-qingkunhu  .photo-desc{
    background:rgba(26,26,26,.75);
    position: absolute;
    left: 0;
    top:3.86rem;
    width: 100%;
    
  }
  .block-1 .desc{
    width: 7.1rem;
    height: 6.16rem;
    margin: 0 auto;
    background: url(http://www.newsimg.cn/money/xyyhzxd2020/img/daoyu-m.png);
    overflow: hidden;
    background-size: 100%;
    margin-top: .42rem;
  }
  .block-1 .desc p{
    font-size: .24rem;
    line-height: .48rem;
    text-align: center;
  }
  #swiper-container-qingkunhu{
    width: 6.86rem;
    height: 5rem;
    float: none;
  }
  .desc-title{
    margin: .67rem auto .38rem;
    height: .33rem;
    width: 4.82rem;
    background: url(http://www.newsimg.cn/money/xyyhzxd2020/img/title.png);
    background-size: 100%;
  }
  .subpage .limit-line a {
    white-space: nowrap;
    font-size: .28rem;
   } 
   .limit-line {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
   }
 
   .subpage-1 .news-item{
    line-height: 3em;
   }
   .subpage-1{
     padding:0;
     padding-bottom: .4rem;
   }
   .subpage .title-assist{
     margin: 0 auto;
   }
   .pull-right{
     font-size: .28rem;
   }
  .banner{
    background: url(http://www.newsimg.cn/money/xyyhzxd2020/img/banner-m.jpg) no-repeat;
    height: 5rem;
    width: 100%;
    background-size: contain;
  }
  .seeMore{
    text-align: center;
    display: block;
    line-height: 1em;
    height: .4rem;
  }
  .block-6-border{
    float: none;
  }
  .block-3 .seeMore{
    height: auto;
  }
  .block-6-border-2{
    margin-top: .4rem;
  }
  .block-6-border:nth-child(2){
    margin-top: .4rem;
    float: none;
  }
  .seeMore a{
    font-size: .28rem;
  }
  .block-1{
    height: auto;
  }
  #swiper-container-assist{
    width: 6.88rem;
    height: 4.61rem;
    box-sizing: content-box;
    padding-bottom:.62rem;
    float: left;
  }
  .block-1-bottom{
    flex-wrap:wrap;

  }
  .block-1-bottom .list_item{
    width: 3.4rem;
    margin-bottom: .4rem;
  }
  .block-1 .title{
    background-image: url(../imghttp://www.newsimg.cn/money/xyyhzxd2020/img/image-tittle-1.png);
    width: 6.86rem;
    height: .76rem;
    margin: .3rem auto .46rem;
  }

  
  .swiper-container-horizontal > .swiper-pagination-bullets{
    margin-bottom: 0;
    text-align: center;
  }
  #swiper-container-assist .photo-desc{
    height:.76rem;
    line-height: .76rem;
  }
  .block-3-2 .photo-desc{
    height:.7rem;
    line-height: .7rem;
    width: 6.86rem;
  }
  .block-3-2 .photo-desc a{
    font-size:.24rem;
    padding: 0 .2rem;
  }
  #swiper-container-assist .photo-desc a{
    padding: 0 .37rem;
    font-size:.28rem;
    height: .76rem;
    line-height: .76rem;
  }
  .swiper-pagination-bullet{
    background:rgba(210,210,210,1);
    width: .11rem;
    height: .11rem;
  }
  .swiper-pagination-bullet-active{
    background: #0B4DA2
  }
  .block-4-right>div:nth-child(1){
    margin-bottom: .6rem;
  }
  .block-4-right{
    margin-left: 0;
    margin-top: .4rem;
  }
  .right-desc{
    width: 3.63rem;
  }
  .right-desc a{
    font-size: .24rem;
  }
  .block-4-right h2, .block-4-right h2 a{
    
    font-size: .28rem;
    color: #0B4DA2;
    line-height: .65rem;
  }
  .no-more .block-4 .seeMore{
    margin: .0rem auto;
  }
  .block-4 .seeMore{
    margin-top: 0.4rem;
  }
  .seeMore{
    margin: .4rem auto;
  }
  .block-4-right>div .limit-line5{
    width: 3.63rem;
    font-size: .28rem;
    -webkit-line-clamp: 3;
  }
  .block-4-right>div{
    height: 2.3rem;
  }
  .block-4-right>div img{
    width: 3.11rem;
    height: 2.07rem;

  }
  .block-1-middle-right{
    margin: 0;
    margin-bottom: .4rem;
  }
  #swiper-container-assist{
    float: none;
    margin-left: 0;
    margin-top: .2rem;
  }
  .block-1-middle-right h2 a{
    font-size:.34rem;
  }
  .block-1-middle-right .detail{
    font-size:.28rem;
   line-height:.46rem;
   width: 6.86rem;
  }
  .block-1-middle-right .line{
    margin:.2rem 0;
  }
  .block-1-middle-right p {
    background: url(http://www.newsimg.cn/money/xyyhzxd2020/img/yuan.png) no-repeat left center;
    background-size: .22rem;
    padding-left: .4rem;
    line-height: .73rem;
    border-bottom: 1px dashed #BFBFBF;
    width: 6.86rem;
  }
  .block-1-middle-right p a,.block-6-border p a{
    font-size: .28rem;
  }
  .list_item_desc a{
    font-size:.26rem;
    line-height:.35rem;
  }
  .block-1-bottom img{
    width:3.33rem;
    height:2.05rem;
  }
  .seeMore a{
    font-size: .32rem;
    line-height: .32rem;
  }
  .block-1  .title{
    background-image: url(http://www.newsimg.cn/money/xyyhzxd2020/img/image-tittle-1-m.png);
    width: 6.86rem;
    height: .76rem;
    margin: .4rem auto .4rem;
  }
  .block-1  .title1{
    background-image: url(http://www.newsimg.cn/money/xyyhzxd2020/img/image-title-sub2-m.png);
    width: 6.86rem;
    height: .76rem;
    margin: .4rem auto .4rem;
  }
  .block-6.subpage {
    height: auto;
  }
  .block-3.subpage .title{
    background-image: url(http://www.newsimg.cn/money/xyyhzxd2020/img/image-tittle-3-m-subpage.png);
  }
  .block-2  .title{
    background-image: url(http://www.newsimg.cn/money/xyyhzxd2020/img/image-tittle-2-m.png);
    width: 6.86rem;
    height: .76rem;
    margin: .4rem auto .4rem;
  }
  .block-3 .title{
    background-image: url(http://www.newsimg.cn/money/xyyhzxd2020/img/image-tittle-3-m.png);
    width: 6.86rem;
    height: .76rem;
    margin: .4rem auto .4rem;
  }
  .block-4 .title{
    background-image: url(http://www.newsimg.cn/money/xyyhzxd2020/img/image-tittle-4-m.png);
    width: 6.86rem;
    height: .76rem;
    margin: .4rem auto .4rem;
  }
  .block-5 .title{
    background-image: url(http://www.newsimg.cn/money/xyyhzxd2020/img/image-tittle-5-m.png);
    width: 6.86rem;
    height: .76rem;
    margin: .4rem auto .4rem;
  }
  .block-6 .title{
    background-image: url(http://www.newsimg.cn/money/xyyhzxd2020/img/image-tittle-6-m.png);
    width: 6.86rem;
    height: .76rem;
    margin: .4rem auto .4rem;
  }
  .block-3-flex>div{
    width: 3.3rem;
    height: 4.81rem;
 

  }
  .block-6{
    height: 16.16rem;
    background: url(http://www.newsimg.cn/money/xyyhzxd2020/img/block-5-bg-m.jpg);
    background-size: 100%;
  }
  .block-6-border p{
    border-bottom: 1px dashed #BFBFBF;
    background: url(http://www.newsimg.cn/money/xyyhzxd2020/img/yuan.png) no-repeat left center;
    background-size:.22rem;
  }
  .block-3-flex>div img{
    width: 3.14rem;
  height: 2.51rem;
  margin: .08rem .08rem .33rem;
  }
  .block-3-flex>div .limit-line2, .block-3-flex>div .limit-line2 a{
    font-size: .28rem;
    color: #FFFFFF;
    line-height: .48rem;
  }
  .block-3-flex>div .limit-line2{
    padding: 0 .14rem;
  }
  .block-3-flex>div span{
    margin: .4rem .13rem .2rem auto;
  font-size: .24rem;
  line-height: .4rem;
  }
  .block-3-flex>div:nth-child(3), .block-3-flex>div:nth-child(4){
    margin-top: .2rem;
  }
  .swiper-container-horizontal{
    width: 6.86rem;
     height: 4.6rem;

  }
  #swiper-container-qingkunhu .photo-desc{
    height: .74rem;
    line-height: .74rem;
  }
  .block-2 {
    background: url(http://www.newsimg.cn/money/xyyhzxd2020/img/block-2-bg-m.jpg) no-repeat top,white;
    background-size: cover;
  }
  .block-2 .swiper-pagination{
    top: 6.3rem;
  }
  .service-bottom{
    margin-top: .8rem;
  }
  .block-2 .photo-desc{
    
    height: .76rem;
    line-height: .76rem;
  }
  .swiper-container-horizontal .photo-desc a{
    height: .76rem;
    line-height: .76rem;
    font-size:.28rem
  }
  .swiper-container-service{
    width:6.25rem;
    height:4.35rem;
    margin: 0 auto;
  }
  .service_container{
    width:6.25rem;
    height:4.35rem;
    padding:.4rem .15rem ;
    margin: 0 auto;
  }

  .service_container img{
    width:2.38rem;
    height:3.50rem;
    float: left;
  }
  .service_container h2{
    margin-left: 2.6rem;
  }
  .service_container h2 a{
    font-size:.28rem;
    line-height: .28rem;
  }
  .service_container .desc{
    margin-left: 2.6rem;
  }
  .service_container .desc a{
    font-size:.2rem;
    line-height:.4rem;
  
  }
  .block-2 .swiper-button-prev{
    top: 4rem;
    left: 0px;
    width: .27rem;
    height: .44rem;
    background-size: 100%;
  }
  .block-2 .swiper-button-next{
    top: 4rem;
    right: 0px;
    width: .27rem;
    height: .44rem;
    background-size: 100%;
  }

  .bottom-item img{
    width:6.84rem;
    height:2.12rem;
  }
  .bottom-item .inner h2{
    line-height: .76rem;
    font-size: .28rem;
    height: 1.08rem;
  }
  .bottom-item .inner{
    width: 4.3rem;
  }
  .inner h2 a{
    font-size: .28rem;
    font-weight: 400;
    color: #333333;
  }
  .service-bottom .bottom-item{
    height: 1.9rem;
    margin-top: .2rem;
  }
  .bottom-item .inner h2{
    width: 100%;
    font-size: .28rem;
    font-weight: 400;
    color: #333333;
    line-height: .54rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre-wrap;
  }

  .bottom-item .inner .desc a{
    font-size:.21rem;
    line-height:.32rem;
    
  }
  .bottom-item .inner .desc{
    line-height:.32rem;
  }
  .block-2{
    height: auto;
  }
  .bottom-item img{
    width: 2.41rem;
  height: 1.5rem;

  }
  .bottom-item .inner{
    margin-left: 2.53rem;
  }
  .inner h2 a{

  }

  .block-3{
    padding: 0;
  }
  .business-title .left_block{
    width: .33rem;
    height: .33rem;
    margin-top: .1rem;
  }
  .business-title{
    margin-bottom:.32rem;
    font-size: .34rem;
  }
  .business-title .right_block{
    width:4.75rem;
    height:.33rem;
    margin-top: .1rem;
  }
  .block-3-2 .swiper-container{
    width: 6.86rem;
  }
  .title{
    height: .77rem;
  }
  .block-3-2 .swiper-container-horizontal{
    height: 5rem;
  }
  .block-6-border{
    width: 100%;
  }
  .block-6-border img{
    width: 100%;
    height: 3.83rem;

  }
  .block-6-border .photo-desc{
    top: 3.09rem;
    z-index: 2;
    height: .74rem;
    width: 100%;
    padding: 0 20px;
    background: rgba(26,26,26,.75);
  }
  .block-6 .photo-desc a{
    line-height:.74rem;
    font-size: .28rem;
  }
  .block-5{
    background: url(http://www.newsimg.cn/money/xyyhzxd2020/img/block-4-bg-m.jpg);
    height: 7.3rem;
    background-size: 100%;
  }
  .block-3-2 .swiper-slide a{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .block-3-2 .swiper-slide a img{
    width: 6.86rem;
    height: 4.61rem;
    
  }
  .block-3-2 .swiper-slide{
    width: 6.86rem;
    height: 4.61rem;
  }
  .block-3-2{
    margin-bottom: .4rem;
  }
  .block-3-2 .swiper-button-prev, .block-3-2 .swiper-button-next{
    top: 13.8rem;
    width: .5rem;
    height: .44rem;
  }
  .block-3-2 .swiper-button-prev{
    left: .1rem;
  }
  .block-3-2 .swiper-button-next{
    right: .1rem;
  }
  .block-3-3 img{
    width:3.32rem;
    height:1.89rem;
  }
  .block-3-3 .limit-line2.line a{
    font-size: .28rem;
    line-height:.48rem;
  }
  .block-3-3{
    margin-bottom: .1rem;
  }
}
