/* LESS Document */
/* 新华网专题通用css框架。随项目修改宽度、背景色等 */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.title-none{
  display: none;
}
.subpage .title.title-cssd-white{
  background: url(http://www.newsimg.cn/money/taikang2021/img/title-cssk-sub.png) no-repeat;
  background-size: cover;
}
html {
  height: 100%;
}
body {
  min-height: 100%;
  color: #626262;
  background-color: #ccc;
  line-height: 1.8em;
}
  .subpage-1{
    padding: 30px 0 60px;
    min-height: 500px;
  }
  .subpage-1 .news-item{
    line-height: 4em;
    border-bottom: 1px solid #eee;
  }
 
  .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: 20px;
  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;
}
.limit-line3{
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* swiper样式 */


.swiper-button-prev{
  background-image:url(http://www.newsimg.cn/money/taikang2021/img/left2.png);
  top: 50%;
  margin-top:-22.5px;
  width: 38px;
  height: 45px;
}
.swiper-button-next{
  background-image:url(http://www.newsimg.cn/money/taikang2021/img/right2.png);
  top: 50%;
  transform: translateY(-50%);
  width: 38px;
  height: 45px;
  margin-top:-22.5px;
}
/* 每个模块title样式 */
.title{
  width: 1200px;
  height: 93px;
  margin-top:70px;
  margin-bottom:50px;
}
.title-ggsk{
  background: url(http://www.newsimg.cn/money/taikang2021/img/title-ggsk.png) no-repeat;
  background-size: cover;
}
.title.title-jbgd{
   background: url(http://www.newsimg.cn/money/taikang2021/img/title-jbgd.png) no-repeat;
   background-size: cover;
}
.title.title-yzlt{
  background: url(http://www.newsimg.cn/money/taikang2021/img/title-yzlt.png) no-repeat;
  background-size: cover;
}
.title.title-jcsj{
  background: url(http://www.newsimg.cn/money/taikang2021/img/title-jcsj.png) no-repeat;
  background-size: cover;
}
.title.title-cssd-white{
  background: url(http://www.newsimg.cn/money/taikang2021/img/title-cssk.png) no-repeat;
  background-size: cover;
}
.title.title-cssd{
  background: url(http://www.newsimg.cn/money/taikang2021/img/title-cssd.png) no-repeat;
  background-size: cover;
}
.title.title-ltxg{
  background: url(http://www.newsimg.cn/money/taikang2021/img/title-ltxg.png) no-repeat;
  background-size: cover;
}
.title.title-tkxd{
  background: url(http://www.newsimg.cn/money/taikang2021/img/title-tkxd.png) no-repeat;
  background-size: cover;
  margin-top:72px;
}
.block-2  .swiper-container-horizontal > .swiper-pagination-bullets{
  bottom: -10px;
}
/* 查看更多 */
.show-more {
  display: block;
  text-align: center;
}
.show-more a{
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #B30027;
  line-height: 1em;

}
.white.show-more a{
  color: white;
}
.no-more .show-more {
    display: none;
}
.block-1 .container{
  
}
/* 左侧轮播 右侧图文 */
.lswiper-rtext{
  overflow: hidden;
}
.lswiper-rtext-right{
  float: right;
  width: 405px;
}

.lswiper-rtext-right .title-container{
  height:82px;
  background: url(http://www.newsimg.cn/money/taikang2021/img/noselect.jpg) no-repeat left center;
  background-size: 100% 100%;
  padding-left: 20px;
  padding-right:15px;
  padding-top:5px;
  padding-bottom:5px;
  line-height: 1.5;
  margin-bottom:3px;
  display: flex;
  align-items: center;
  font-size: 16px;
}
.lswiper-rtext-right .title-container>div{
  overflow:hidden;
  font-size: 16px;
  color: #535353;
  font-weight: bold;
 
}
.lswiper-rtext-right .title-container:hover{
  background: url(http://www.newsimg.cn/money/taikang2021/img/select.jpg) no-repeat left center;
  background-size: 100% 100%;
  color:#fff;
}
.lswiper-rtext-right .title-container>div:hover{
  color:#fff;
}
.lswiper-rtext-right .title-container:hover a{
  color:#fff;
} 
.lswiper-rtext-right .title-container a{

  width:100%;
  font-size: 16px;
  color: #535353;
  font-weight: bold;
  text-decoration: none !important;
  
}
#swiper-container-lswiper-rtext{
  width:790px;
  height:445px;
  box-sizing: content-box; 
  padding-bottom: 90px;
  margin-left: 0;
  float:left;
}
#swiper-container-lswiper-rtext .jianjie{
  position: absolute;
  bottom: -60px;
}
#swiper-container-lswiper-rtext .jianjie a{
  color: #AC1F24;
}
#swiper-container-lswiper-rtext img{
  width: 100%;
  height: 100%;
}
#swiper-container-lswiper-rtext .photo-desc{
    height: 61px;
    text-align: center;
    font-size: 24px;
    line-height: 58px;
    background:#eeeeee;
    position: absolute;
    left: 0;
    bottom: -61px;
    width: 100%;
    color: #00705e;
    
}
.lswiper-rtext .swiper-button-prev{
  width: 48px;
  height: 65px;
  left: 0;
  top: 190px;
  background: url(http://www.newsimg.cn/money/taikang2021/img/left.png) no-repeat;
  background-size: 100%;
  transform: translateY(0%);
}
.lswiper-rtext .swiper-button-next{
  width: 48px;
  height: 65px;
  right: 2px;
  top: 190px;
  background: url(http://www.newsimg.cn/money/taikang2021/img/right.png) no-repeat;
  background-size: 100%;
  transform: translateY(0%);

}

.block-ggsk{
  background: url(http://www.newsimg.cn/money/taikang2021/img/ggsk-bg.jpg);
  background-size: cover;
  width: 100%;
  height: 904px;
}
#swiper-container-lswiper-rtext .photo-desc a {

    padding:0 10px;
    color: #00705e;
    text-decoration: none;

    font-size: 24px;
   
}
#swiper-container-lswiper-rtext .photo-desc-title{
   margin-top:40px; 
    margin-bottom:20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#swiper-container-lswiper-rtext .photo-desc-title a{
    font-size:24px;
    line-height:1em;
    
}
#swiper-container-lswiper-rtext .photo-desc-text a{
    font-size:16px;
    line-height:1.8em;
}
.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 7px;
    text-align: center;
}
.lswiper-rtext .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0;
  position: absolute;
  right: 0;
  
}
.swiper-pagination-bullet{
    background-color: gray;
}
/* 单图轮播 */
.single {
  height: 562px;
}
.single {
  position: relative;
}
.single .swiper-pagination{
  text-align: center;
  width: 100%;
  bottom: -70px;

}
.single .swiper-pagination-bullet{
  width: 11px;
  height: 11px;
  opacity: 1;
  background:#A0A0A0;
  border-radius: 50%;

  margin-right: 11px;  
}
.single  .swiper-button-prev,.single .swiper-button-next{
    top: 260px;
}
.single .swiper-pagination-bullet-active{
  background: white;
}
.single .swiper-wrapper{
  width: 994px;
  height: 560px;
  margin: 0 auto;

}
.single .swiper-container{
  width: 994px;
  height: 560px;
}
.single .swiper-wrapper img{
  width: 994px;
  height: 560px;
}
.single  .photo-desc{
  color: white;
  height:60px;
  line-height: 60px;
  background:rgba(26,26,26,.75);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0 20px;
  font-size: 24px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 60px;
}
.single .photo-desc a{
  font-size: 24px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 60px;
  
}


.limit-line4 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -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;
}

button {
  border: none;
  cursor: pointer;
}
.show-xs {
  display: none ;
}
.show-lg {
  display: block;
}
.bg-xinhua-bar {
  background-color:#388276;
  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: #388276;
  line-height: 65px;
  font-size: 12px;
  width: 100%;
  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) {
  .subpage .title.title-cssd-white{
    background: url(http://www.newsimg.cn/money/taikang2021/img/title-cssk-m-sub.png) no-repeat;
    background-size: cover;
  }
  .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.33rem;
    width: auto;
    overflow: hidden;
  }
  .bg-max-container {
    padding: .2rem 0;
  }
}
.inline-block-container {
  font-size: 0;
}

.banner {
  height: 700px;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.banner img{
  height: 700px;
  width: 1920px;
  max-width: 1920px;
  max-height: 700px;
  position: absolute;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
}
.clear{
  clear: both;
  overflow: hidden;
}

.block-1{
  background: #fff;
  background-size: cover;
  padding-bottom:60px;
}
.block-2{
  background: url(http://www.newsimg.cn/money/taikang2021/img/bg-jbgd.jpg) no-repeat ,white;
  background-size: 100%;
  height: 1072px;
}
.block-3{
  background: url(http://www.newsimg.cn/money/taikang2021/img/bg-yzlt.jpg) no-repeat ;
  background-size: cover;
  padding-bottom: 30px;
}
.block-4{
  background: url(http://www.newsimg.cn/money/taikang2021/img/bg-cssd.jpg) no-repeat ;
  background-size: cover;
  padding-bottom: 30px;
}
.block-5{
  background: url(http://www.newsimg.cn/money/taikang2021/img/bg-cssd1.jpg) no-repeat ;
  background-size: cover;
  padding-bottom: 30px;
}


.list_item_desc a{
  font-size:18px;
  font-family:Microsoft YaHei;
  font-weight:400;
  color:rgba(27,27,27,1);
  line-height:24px;
}



.block-2 .fengcai_list{
  width: 284px;
  height: 413px;
  background: #710019;  
  float: left;
  padding: 6px;
  box-sizing: border-box;
  margin-left: 20px;
}
.block-2 .fengcai_list img{
  width: 270px;
  height: 216px;
  
}
.block-2 .fengcai_list:nth-child(1){
  margin-left: 0;
}
.block-2 .fengcai_list .desc{
  margin: 20px 20px 20px;
  height: 102px;
}
.block-2 .fengcai_list .desc,.block-2 .fengcai_list .desc a{
  
  font-size: 20px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 34px;
}
.block-2 .fengcai_list span{
  float: right;
  font-size: 20px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 34px;
  margin-right: 26px;
}

.show-more{
  text-align: center;
      display: none;
}
.show-more a{
  font-size:18px;
  font-family:Microsoft YaHei;
  font-weight:400;
  color:#388276;
  line-height: 100px;
}


.swiper-pagination {
  text-align: center;
  bottom: -30px;
  right: 10px;
}
.swiper-pagination-bullet-active {
  background: #00705e;
  opacity: 1;
}




.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
  left: 0px;
  right: auto;
  top: 227px;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
  right: 0px;
  top: 227px;
}






.card-list{
  text-align:left;
  font-size:0;
}


/*PC卡片类型 2 ：左图右文，图+标题+描述+日期*/

.card-type-2 .card{
  background:url(http://www.newsimg.cn/money/taikang2021/img/list-bg.jpg);
  background-size: 100%;
  width: 100%;
  height: auto;
  display: block;
  margin:30px 10px;
  box-sizing: border-box;
  text-align:left;
  padding:15px;
  font-size:20px;
  color:#00705e;
  position: relative;
  min-height:185px;
}
.card-type-2 .card a{color:#00705e;}
.card-type-2 .card .card-image{
  display: block;

  width:205px;
  height:128px;
  margin-left:28px;
  margin-top:19px;
  float:left;
}
.card-type-2 .card .card-title{
  margin-top:15px;
  margin-bottom:10px;
  margin-left:250px;
  font-weight: bold;
}
.card-type-2 .card .desc{
  margin-left:250px;
  line-height:2em;
  color:#666666;
  font-size:14px;
}
.card-type-2 .card .desc a{
  color:#666666;
  font-size:14px;
  
}
.card-type-2 .card .card-title a{
  font-weight: bold;
}
.card-type-2 .card .release-time{text-align:right;position: absolute;right:15px;bottom:5px;font-size:14px;}


/*PC卡片类型 3 ：左文右图，图+标题+描述+日期*/
.card-list.card-type-3{
  margin-bottom:50px;
}
.card-type-3 .card{
  background:none;
  width:580px;
  height:165px;
  display: block;
  margin:10px 10px;
  box-sizing: border-box;
  text-align:left;
  display: inline-block;
  font-size:20px;
  color:#00705e;
  position: relative;
  border-bottom:2px dotted #00705e;
}
.card-type-3 .card a{color:#00705e;}
.card-type-3 .card .card-image{
  display: block;
  width:263px;
  height:150px;
  
  
  float:right;
}
.card-type-3 .card .card-title{
  margin-top:0x;
  
  margin-bottom:10px;
  margin-right:280px;
  font-size:18px;
  font-weight: bold;
  
}
.card-type-3 .card .desc{
  margin-right:280px;
  line-height:2em;
  color:#666666;
  font-size:14px;
  height: 110px;
}
.card-type-3 .card .desc a{
  color:#666666;
  font-size:14px;
  
}
.card-type-3 .card .card-title a{
  font-size:18px;
  font-weight: bold;
}
.card-type-3 .card .release-time{display:none}

/*PC卡片类型 4 ：左图右文，图+标题+描述+日期*/

.card-type-4 .card{
  background:none;
  width:570px;
  height:116px;
  display: block;
  margin:10px 15px;
  box-sizing: border-box;
  text-align:left;
  display: inline-block;
  font-size:20px;
  color:#00705e;
  position: relative;
}
.card-type-4 .card a{color:#00705e;}
.card-type-4 .card .card-image{
  display: block;
  width:205px;
  height:116px;
  
  
  float:left;
}
.card-type-4 .card .card-title{
  margin-top:0x;
  line-height:27px;
  margin-bottom:10px;
  margin-left:225px;
  height: 54px;
  font-size:18px;
  font-weight: bold;
}
.card-type-4 .card .desc{
  margin-left:225px;
  line-height:28px;
  color:#666666;
  font-size:14px;
}
.card-type-4 .card .desc a{
  color:#666666;
  font-size:14px;
  
  
}
.card-type-4 .card .card-title a{
  font-size:18px;
  font-weight: bold;
  
}
.card-type-4 .card .release-time{display:none}

/*PC卡片类型 5 ：特殊类型。*/
.card-list.card-type-5{
 
}
.card-type-5 .card{
  background:none;
  width:386px;
  height: 744px;
  display: block;
  margin:25px 7px;
  box-sizing: border-box;
  text-align:left;
  display: inline-block;
  font-size:20px;
  color:#00705e;
  position: relative;
  padding:0px 34px;
  vertical-align: top;
}
.card-type-5 .card .vip-photo{
  position: absolute;
  top:0;
  left:0;
  width: 383px;
  height:100%;
  border-bottom: 276px solid rgba(170, 224, 209, 0.6);
}
.card-type-5 .card a{color:#333333;}

.card-type-5 .card .card-title{
  margin-top:500px;
  line-height:26px;
  margin-bottom:20px;
  position:relative;
  font-size:24px;
  line-height: 1.5;
  font-weight: bold;
  color:#333333;

}
.card-type-5 .card .desc{
  position:relative;
  color:#388276;
  line-height: 1.8;
  font-size: 18px;
}
.card-type-5 .card .desc a{
  color:#388276;
  line-height: 1.8;
  font-size: 18px;
  
  
}
.card-type-5 .card .card-title a{
  font-size:24px;
  line-height: 1.5;
  font-weight: bold;
  
}
.top-news .title-top{
  text-align:center;
  padding-top:70px;
  margin-bottom:15px;
  font-size:32px;
  color:#00705e;
  font-weight:bold;
}
.top-news .title-top a{
  font-size:32px;
  color:#00705e;
  font-weight:bold;
}
.top-news .desc{
  margin-bottom:20px;
  text-indent: 2em;
  font-size:18px;
  color:#626262;
}
.top-news .desc a{
  font-size:18px;
  color:#626262;

}
/*泰康行动*/
.container-tkxd {
  margin:78px auto 116px;

}
.container-tkxd img{
  display:block;
  border:4px solid #eee;
  margin:0 auto;
}


@media (max-width: 768px) {
  .card-type-2 .card .card-title{
    margin-top: 10px;
  }
  img{
    height: auto;
    width: 100%;
  }
  /* 移动端title */
/* 每个模块title样式 */
.title{
  width: 6.86rem;
  height: .93rem;
  margin-top:.45rem;
  margin-bottom:.45rem;
}
.title.title-ggsk{
   background: url(http://www.newsimg.cn/money/taikang2021/img/title-ggsk-m.png) no-repeat;
   background-size: cover;
}
.title.title-yzlt{
  background: url(http://www.newsimg.cn/money/taikang2021/img/title-yzlt-m.png) no-repeat;
  background-size: cover;
}
.card-type-5 .card .vip-photo{
  border-bottom: 2.9rem solid rgba(170, 224, 209, 0.6);
  width:100%;
}
.container-tkxd{
  margin:.5rem auto .3rem;
}
.top-news .title-top{
  text-align:center;
  padding-top:.2rem;
  margin-bottom:.2rem;
  border-bottom: 1px solid #ddd;
  padding-bottom: 0.2rem;
  font-size:.34rem;
  color:#00705e;
  font-weight:bold;
}
.top-news .title-top a{
  font-size:.34rem;
  color:#00705e;
  font-weight:bold;
}
.top-news .desc {
  margin-bottom: 0rem;
  line-height:1.4;
  font-size:.28rem;
}
.top-news .desc a{
  font-size:.28rem;
  line-height:1.4;
}

  /* 二级页 */
 .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;
   font-size:.28rem;
  }
  .subpage-1{
    padding:.4rem 0;
  }
 
 .banner{
   height: 5rem;
   width: 100%;
 }
 .banner img{
  height: 5rem;
  width: 100%;
 }

 .block-1{
   height: auto;
 }
 #swiper-container-lswiper-rtext{
   width: 6.88rem;
   height: 4.61rem;
   box-sizing: content-box;
   padding-bottom:.62rem;
   float: left;
 }


 .swiper-container-horizontal > .swiper-pagination-bullets{
   margin-bottom: 0;
   text-align: center;
 }
 #swiper-container-lswiper-rtext .photo-desc{
   height:.76rem;
   line-height: .76rem;
   font-size:.23rem;
   bottom:0;
 }
 .swiper-pagination{
   right: 0;
 }
 #swiper-container-lswiper-rtext .photo-desc a{
   padding: 0 .2rem;
   font-size:.23rem;
 }
 .swiper-pagination-bullet{

   width: .11rem;
   height: .11rem;
 }

 .lswiper-rtext-right{
   margin: 0;
   float: none;
   width: auto;
 }
 #swiper-container-lswiper-rtext{
   float: none;
   margin-left: 0;
   margin-top: .2rem;
 }
 .lswiper-rtext-right h2 a{
   font-size:.34rem;
 }
 .lswiper-rtext-right .detail{
   font-size:.28rem;
  line-height:.46rem;
 }
 .lswiper-rtext-right .line{
   margin:.2rem 0;
 }
 .lswiper-rtext-right .title-container {

   background: none;
   background-size: .28rem;
   padding: 0;
   line-height: .73rem;
   height:.73rem;
   border-bottom: 1px dashed #BFBFBF;
   white-space: nowrap;
 }
 .lswiper-rtext-right .title-container::before{

   content:'';
   width:.24rem;
   height:.24rem;
   box-sizing: border-box;
   border-radius:50%;
   background:#388276;
   margin-right:.1rem;

   display:none;
 }
 .lswiper-rtext-right .title-container>div{
   height:auto;
   padding-left: .31rem;
   position: relative;
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap;
   display: block;
   font-size: .28rem;
 }
 .lswiper-rtext-right .title-container>div::before{
   position: absolute;
   left: 0;
   top: .28rem;
   content: '';
   display: block;
   width: .21rem;
   height: .21rem;
   border-radius: 100%;
   background: #00705E;
 }
 .lswiper-rtext-right .title-container a{
   font-size: .28rem;
   
 }

 .show-more a{
   font-size: .32rem;
   line-height: .32rem;
 }

 .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%;
 }

 /* 单图轮播 */
.single {
 height: 4rem;
 margin-bottom: .5rem;
}
.single {
 position: relative;
}
.single .swiper-pagination{
 text-align: center;
 width: 100%;
}
.single .swiper-pagination-bullet{
 width: .11rem;
 height:.11rem;
 margin-right: .11rem;  
}

.single .swiper-pagination-bullet-active{
 background: #AC1F24;
}
.single .swiper-wrapper{
 width: 6.86rem;
 height: 4.8rem;
 margin: 0 auto;

}
.single .swiper-container{
 width: 6.86rem;
 height: 3.86rem;
}
.single .swiper-wrapper img{
 width: 6.86rem;
 height: 3.86rem;

}
.single  .photo-desc{
 color: white;
 height:.75rem;

 bottom: 0.94rem;
 width: 100%;
 padding: 0 .24rem;
 font-size: .28rem;
 font-weight: 400;
 color: #FFFFFF;
 line-height:.75rem;
}

.single .photo-desc a{
 font-size: .28rem;
 font-weight: 400;
 color: #FFFFFF;
 line-height:.75rem;
 
}
.block-1{
  background: #fff;
  background-size: cover;
  padding-bottom: 30px;
}
.block-2{
  background: url(http://www.newsimg.cn/money/taikang2021/img/bg-lttt-m.jpg) no-repeat ;
  background-size: cover;
  padding-bottom: 30px;
  height: auto;
}
.block-3{
  background: url(http://www.newsimg.cn/money/taikang2021/img/bg-yzlt-m.jpg) no-repeat ;
  background-size: cover;
  padding-bottom: 30px;
}
.block-4{
  background: url(http://www.newsimg.cn/money/taikang2021/img/bg-cssd.jpg) no-repeat ;
  background-size: cover;
  padding-bottom: 30px;
}
.block-5{
  background: url(http://www.newsimg.cn/money/taikang2021/img/bg-cssd1-m.jpg) no-repeat ;
  background-size: 100%;
  padding-bottom: 30px;
}
.block-ggsk{
  background: url(http://www.newsimg.cn/money/taikang2021/img/ggsk-bg-m.jpg);
  width: 100%;
  height: auto;
}
.single .swiper-pagination{
  bottom: -0.5rem;
}
.single .swiper-pagination-bullet-active{
  background: white;
}
.title.title-jbgd{
  background: url(http://www.newsimg.cn/money/taikang2021/img/title-jbgd-m.png) no-repeat;
  background-size: cover;
}
.title.title-cssd{
  background: url(http://www.newsimg.cn/money/taikang2021/img/title-cssd-m.png) no-repeat;
  background-size: cover;
}
.title.title-cssd-white{
  background: url(http://www.newsimg.cn/money/taikang2021/img/title-cssk-m.png) no-repeat;
  background-size: cover;
}
.title.title-ltxg{
  background: url(http://www.newsimg.cn/money/taikang2021/img/title-ltxg-m.png) no-repeat;
    background-size: cover;
}

.card-type-5 .card {
  background:none;
  width: 3.2rem;
  height: 6.8rem;

  margin: .2rem .14rem;

  font-size: .28rem;

  padding: .2rem;
}

.card-type-5 .card .card-title {
  margin-top: 4.2rem;
  line-height: 1.4;
  margin-bottom: .15rem;

  -webkit-line-clamp: 3;
  font-size:.3rem;
  letter-spacing: .02rem;
}
.card-type-5 .card .card-title a{
  font-size:.3rem;
  letter-spacing: .02rem;
}
.card-type-5 .card .desc {
  display:none;
}

.card-type-4 .card {

  width: 100%;
  height: auto;

  margin: .1rem 0;
  padding-bottom:.2rem;
  font-size: .3rem;
  border-bottom:1px solid #388276;
}
.card-type-4 .card .card-image {
  width: 2.4rem;
  height:1.35rem;
}
.card-type-4 .card .card-title {

  line-height: 1.5;
  margin-bottom: 0;
  margin-left: 2.7rem;
  height: auto;
  font-size:.28rem;
  font-weight: normal;
}
.card-type-4 .card .card-title a{
  font-size:.28rem;
  font-weight: normal;
}
.card-type-4 .card .desc {
  display: none;
}
.card-type-2 .card {
  width: 100%;
  height: auto;
  margin: .25rem 0;
  padding: .1rem;
  border-left: .15rem solid #65baae;
  width: 100%;
  height: auto;
  padding-bottom:.2rem;
  font-size: .3rem;
  min-height:1.9rem;
  background: #F6FFFC;
}
.card-type-2 .card .card-image {
  width: 2.4rem;
  height:1.35rem;
  margin-left: .15rem;
    margin-top: .15rem;
}
.card-type-2 .card .card-title {

  line-height: 1.5;
  margin-bottom: 0;
  margin-left: 2.7rem;
  white-space: normal;
  display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size:.3rem;
    color: #535353;
    font-weight: normal;
}
.card-type-2 .card .card-title a{
  font-size:.3rem;
  color: #535353;
  font-weight: normal;
}
.card-type-2 .card .desc {
  display: none;
}
.card-type-3 .card {

  width: 100%;
  height: auto;

  margin: .1rem 0;
  padding-bottom:.2rem;
  font-size: .3rem;
  border-bottom: 1px dotted #00705e;
}
.card-list.card-type-3 {
  margin-bottom: 0;
}

.card-type-3 .card .card-image {
  width: auto;
  height: 3.84rem;
  float:none;
}
.card-type-3 .card .card-title {
  margin:0;
  display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    font-size:.3rem;
}
.block-2 .swiper-container{
  padding-bottom: .2rem;
}
.block-2 .swiper-container-horizontal > .swiper-pagination-bullets{
  bottom: -0.2rem;
}
.card-type-3 .card .card-title a{
  font-size:.3rem;
}
.card-type-3 .card .desc {
    margin: 0;
    line-height: 1.5em;
    height: auto;
}
.card-type-3 .card .desc a{
  font-size: .28rem;
}
}