/* 新华网专题通用css框架。*/
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
html {
  height: 100%;
}
body {
  min-height: 100%;
  color: #626262;
  background-color: #eee;
  line-height: 1.8em;
  font-size: 18px;
}


a {
  text-decoration: none;
  color: #626262;
}
a:hover {
  text-decoration: none;
}
a:link {
  cursor: pointer;
}
body,
ul,
li,
input,
img,
a,
dl,
dt,
dd,
textarea,
button,
input,
select {
  margin: 0;
  padding: 0;
  
  
  font-family: Arial, Helvetica, "苹方-简", "微软雅黑";
  
}
img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
  border: 0;
  height:auto;
  width:auto;
}
/*字号定义部分*/
.font-lg{
  font-size:28px;
  
}
.font-lg a{
  font-size:28px;
}
.font-md{
  font-size:20px;
  
}
.font-md a{
  font-size:20px;
  
}
.font-sm{
  font-size:16px;
  line-height: 1.8em;
}
.font-sm a{
  font-size:16px;
  line-height: 1.8em;
}
@media (max-width: 768px) {
  body{
    font-size:0.28rem;
  }
  .font-lg{
    font-size:0.34rem;
  }
  .font-md{
    font-size:0.28rem;
  }
  .font-sm{
    font-size:0.24rem;
  }
}
/*字体颜色定义部分*/

.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
.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;
}
.limit-line2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.limit-line9 {
  display: -webkit-box;
  -webkit-line-clamp: 9;
  -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-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.show-xs {
  display: none ;
}
.show-lg {
  display: block;
}
.bg-xinhua-bar {
  background-color:#8e0007;
  min-width: 1188px;
}
.top-bar {
  height: 57px;
  color: #FFFFFF;
  text-decoration: none;
  padding-left: 14px;
	margin: 0 auto;
    position: relative;
    width: 1200px;
}
.top-bar a {
  color: #FFFFFF;
}
.top-bar .container {
  width: 1188px;
}
.top-bar ul li {
  list-style: none;
  float: left;
  line-height: 57px;

	min-width: 46px;
    text-align: center;
}
.top-bar ul li a {
  margin-right: 5px;
  font-size: 15px;
}
.footer {
  color: #FFFFFF;
  background: #8e0007;
  line-height: 65px;
  font-size: 12px;
  margin: 0 auto;
}


.banner {
  background: url('http://www.newsimg.cn/food/lzlj2021/img/banner.jpg') no-repeat center;
  
  height: 700px;
  max-width: 1920px;;
  margin: 0 auto;
  overflow: hidden;
}


/*主要页面容器相关*/
.page-container {
  min-width:1200px;
}
.container {
  margin: 0 auto;
  padding:40px 0;
  position: relative;
  width: 1200px;
}
.bg-max-container {
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
  background-color:#fff;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}
/* 每个模块title样式 */
.title{
  width: 313px;
  height: 74px;
 
  margin-top:24px;
  margin-bottom:60px;
  background-repeat: no-repeat;
  background-size:cover;
}


.widget{
  margin:30px auto 0;
}

@media (max-width: 768px) {
  .show-lg {
    display: none;
  }
  .show-xs {
    display: block;
  }
  ::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    background: transparent;
  }
  .block {
    padding-top: 10px;
  }
  .page-container {
    min-width: auto;
    background:#fff;
  }
  .container {
    margin: 0 0.25rem;
    padding:0;
    width: auto;
    overflow: hidden;
  }
  .bg-max-container {
    padding: .2rem 0;
  }
  .banner {
    background: url('http://www.newsimg.cn/food/lzlj2021/img/banner-m.jpg') no-repeat center;
    
    height: 5rem;
    width: 100%;
    background-size: cover;
  }
  .title{
    width:NaNrem;
    height: NaNrem;
    margin-top:.45rem;
    margin-bottom:.45rem;
  }
  .title-sub{
    width:NaNrem;
    height:NaNrem;
    margin-top:.6rem;
    margin-bottom:.6rem;
    background-repeat: no-repeat;
    background-size:cover;
  }
  .widget{
    margin:.2rem auto 0;
  }
}

      .block-zqxhz{
        background-image:url('http://www.newsimg.cn/food/lzlj2021/img/bg-zqxhz.jpg');
        
      }
      
      .block-jcxsj{
        background-image:url('http://www.newsimg.cn/food/lzlj2021/img/bg-jcxsj.png');
        padding-bottom:70px;
        
      }
      
      .block-cn{
        background-image:url('http://www.newsimg.cn/food/lzlj2021/img/bg-cn.jpg');
        
      }
      
      .block-lszhg{
        background-image:url('http://www.newsimg.cn/food/lzlj2021/img/bg-lszhg.jpg');
        
      }
      

      .title-zqxhz{
        background-image:url('http://www.newsimg.cn/food/lzlj2021/img/title-zqxhz.png');
        
      }
      
      .title-jcxsj{
        background-image:url('http://www.newsimg.cn/food/lzlj2021/img/title-jcxsj.png');
        
      }
      
      .title-cn{
        background-image:url('http://www.newsimg.cn/food/lzlj2021/img/title-cn.png');
        
      }
      
      .title-lszhg{
        background-image:url('http://www.newsimg.cn/food/lzlj2021/img/title-lszhg.png');
        
      }
      



  /*WIDGET_LIST_CARDS_START*/
.card{
  display:inline-block;
  border:1px solid #ccc;
  padding:10px;
  margin:25px auto;
  width:100%;
}
.card:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.card .card-pic{
  float:left;
  margin-right:30px;
}
.card .card-pic.card-pic-16-9{
  width:224px;
  height:126px;
}
.card .card-content{
  margin-left:250px;
}
.card .card-text-title{
  white-space: nowrap;
  overflow:hidden;
  text-overflow: ellipsis;
}
.card .card-text-title a{
  color:#1a457a;
 
  font-weight:bold;
  letter-spacing: .05em;
}
.card .card-date{float:right;}
@media (max-width: 768px) {
  .card{
    padding:0;
    margin:.25rem auto;
  }
  .card .card-pic{
    float:left;
    margin-right:.2rem;
  }
  .card .card-pic.card-pic-16-9{
    width:2.76rem;
    height:1.5525rem;
  }
  .card .card-content{
    margin-left:2.8rem;
  }
  
}
/*WIDGET_LIST_CARDS_END*/
/*WIDGET_SWIPER_START*/
.swiper-container{width:994px;}
.widget-swiper{
  position:relative;
  
}
.swiper-slide{
  text-align:center;
}
.swiper-slide a{

  text-align:center;
}
.swiper-slide img{width:100%;}
.swiper-slide .desc{
  position: absolute;
  bottom: 0;
  background: rgba(0,0,0,.85);
  left: 0;
  width: 100%;
  height: 2.2em;
  line-height: 2.2em;
  color: #fff;
  white-space: nowrap;
  text-align:center
}
  .swiper-slide .desc a{
    color: #fff;
  }
  @media (max-width: 768px) {
    .swiper-container{
      width:100%;
    }
  }
/*WIDGET_SWIPER_END*/
/*WIDGET_COMBINE_FOCUS_START*/
.widget-combine-focus .image-container{

  width: 590px;
  position: relative;
  float:right;
}
.widget-combine-focus .image-container .desc{

    position: absolute;
    bottom: 0;
    background: rgba(0,0,0,.85);
    left: 0;
    width: 100%;
    height: 2.2em;
    line-height: 2.2em;
    color: #fff;
    white-space: nowrap;
    text-align:center
  
}

.widget-swiper .desc a{
  color: #fff;
}
.widget-combine-focus .text-container {
  width: 530px;
  float: left;
  
}
.widget-combine-focus .top-title {
  line-height: 1.4;
  margin-bottom: 15px;
  padding-bottom: 5px;
}
.widget-combine-focus .top-title a {
  
  color: #c30d0d;

  font-weight: 700;
}
.widget-combine-focus .top-desc {
  
  line-height: 1.8;
  text-indent: 2em;
  margin-bottom: 10px;
  padding-bottom: 0px;
}
.show-more {
  position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
}
.show-more a {
  
  font-weight: bold;
  color: #c30d23;
  
}
.text-list {
  color: #626262;
  font-size: 25px !important;
  margin-left: 0;
  margin-top: 18px;
  list-style-type:none;
}

.text-list li{
  margin-bottom:10px;
  font-weight: 700;
  letter-spacing: 1px;
 background:url("http://www.newsimg.cn/food/lzlj2021/img/bg-list-style-icon.png") no-repeat left center;
 background-size:16px 16px;
 padding-left:30px;
  

}
.text-list li div{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.widget-combine-focus .swiper-container{
  width:auto;
}
/*WIDGET_COMBINE_FOCUS_END*/
/* 泸州老窖专题样式调整 */

.title-zqxhz-sub{
  text-align:center;
  font-size:34px;
  color:#c30d0d;
  font-weight: bold;
  letter-spacing: 1px;
}
.title-zqxhz-sub a{
  color:#c30d0d;
}
.block-zqxhz .text-desc{
  text-indent: 2em;
  line-height:2;
}

.video-stream-container{
  position:relative;
  width: 1200px;
  height:675px;

}
.video-stream-container video{
  width:100%;
  height:100%;
}
.video-stream-container .overlay-dark{
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  background:url("http://www.newsimg.cn/food/lzlj2021/img/placeholder-16-9.jpg") no-repeat center;
  filter:brightness(.6)
}
.btn-play-stream{
  width: 221px;
  height: 65px;
  position:absolute;
  left:50%;
  top:50%;
  margin-top:-32.5px;
  margin-left:-110.5px;
  cursor: pointer;
}


.widget-swiper .swiper-button-prev{
  background:url("http://www.newsimg.cn/food/lzlj2021/img/arrow-left.png") no-repeat center;
  background-size:100% 100%;
  width: 36px;
  height: 60px;
  margin-top:-30px;
  left:-15px;
}
.widget-swiper .swiper-button-next{
  background:url("http://www.newsimg.cn/food/lzlj2021/img/arrow-right.png") no-repeat center;
  background-size:100% 100%;
  width: 36px;
  height: 60px;
  margin-top:-30px;
  right:-15px;
}


#swiper-1 .swiper-container{
  width:1080px;
}
#swiper-1 .swiper-slide{
  width:343px;
  height:194px;
}
#swiper-1 .swiper-slide img{
  width:100%;
  height:100%;
}
#swiper-1 .swiper-slide>a::before{
  content:"";

  background:linear-gradient( 0, rgba(203,9,0,.8) 0%, rgba(176,27,20,0) 100%);
  position:absolute;
  top:35%;
  left:0;
  width:100%;
  bottom:0%;

}
#swiper-1 .swiper-slide .desc{
  background:none;
  white-space: normal;
  height:auto;
  line-height:1.5;
  text-align: left;
  padding:5px 10px;
  max-height:60px;
  letter-spacing: 1px;
}

.block-jcxsj .intro-container{
  background:url("http://www.newsimg.cn/food/lzlj2021/img/bg-jcxsj-intro.png") no-repeat center;
  background-size:100% 100%;
  padding:40px 35px;
  width: 1200px;
  height: 415px;
  overflow: hidden;
  margin-bottom:80px;
}
.block-jcxsj .intro-container .photo-container{
  float:left;
  border:2px solid #ffffff;

}
.block-jcxsj .intro-container .text-container{
  margin-left:705px;
}
.block-jcxsj .intro-container  a{
  color:#fff ;
}
.block-jcxsj .intro-container .title-jcxsj-sub-1{
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}

.block-jcxsj .intro-container .desc{
  font-size: 18px;
  line-height: 2;
  margin-top: 10px;
  color: #fff;

}
#swiper-2 .desc{
  height:70px;
  line-height:70px;
  font-size:26px;
  letter-spacing:1px;
}
.swiper-pagination{
  position:static;
  margin-top:10px;
}
.swiper-pagination-bullet{
  height:10px;
  width:10px;
  margin:0 5px;
}
.swiper-pagination-bullet-active{
  background:#c30d0d;
}
#block-jcxsj-focus{
  margin-top:90px;
}
#block-jcxsj-focus hr{
  border: 0;
  border-bottom:2px dotted #aaa;
 
  
}
#swiper-3 .desc {
  height: 70px;
  line-height: 70px;
  font-size: 24px;
  letter-spacing: 1px;
  text-align:left;
  padding:0 .8em;
}
#swiper-4{
  margin:100px 0 40px;
}

#swiper-4 .desc{display:none;}

#swiper-container-4{
  width:1200px;
}
#swiper-4 .arrow-w{
  width: 63px;
  height: 94px;
  margin-top:-65px;
  background-size:18px 32px;
  background-color:rgba(0,0,0,.75);
  background-repeat: no-repeat;
  background-size:18px 32px;

}
#swiper-4 .swiper-button-prev{
 
  left:0;
  background-image:url("http://www.newsimg.cn/food/lzlj2021/img/arrow-left-w.png");
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
#swiper-4 .swiper-button-next{
  right:0;
  background-image:url("http://www.newsimg.cn/food/lzlj2021/img/arrow-right-w.png");
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

#swiper-5{
  border:12px solid #aa5657;
  width: 1200px;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
}

#swiper-container-5{
  width:100%;
  
}


#swiper-5 .desc{}

#swiper-5 .arrow-w{
  width: 63px;
  height: 94px;
  margin-top:-47px;
  background-size:18px 32px;
  background-color:rgba(0,0,0,.75);
  background-repeat: no-repeat;
  background-size:18px 32px;

}
#swiper-5 .swiper-button-prev{
 
  left:0;
  background-image:url("http://www.newsimg.cn/food/lzlj2021/img/arrow-left-w.png");
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
#swiper-5 .swiper-button-next{
  right:0;
  background-image:url("http://www.newsimg.cn/food/lzlj2021/img/arrow-right-w.png");
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
#swiper-5 .swiper-pagination{
  position:absolute;
  width:100%;
  bottom: -50px;
}
#swiper-5 .swiper-pagination-bullet{
  background:#fff;
  opacity:.7;
}
#swiper-5 .swiper-pagination-bullet-active{
  background:#c30d0d;
  opacity:1;
}
.timeline{
  
  height:200px;
  position:relative;
}
.timeline-bg{
  background:url("http://www.newsimg.cn/food/lzlj2021/img/timeline.png") no-repeat center;
  background-size:100% auto;
  height:5px;
  width:100%;
  position:absolute;
  top:50%;
  margin-top:-2.5px;
}
.timeline .timeline-label-container{
  width: 113px;
  height: 185px;
  position:absolute;
  top:0px ;
  left: 10px;

  text-align:center;
  color:#fff;
}
.timeline .timeline-label-container .year{
  position:absolute;
  width:100%;
  height:40px;
  top:65px;
  padding-bottom:5px;
}
.timeline .timeline-label-container.active{
  color:#efca95;
  background-image: linear-gradient( 0, rgba(106,0,1,0) 0%, rgb(106,0,1) 44%, rgba(106,0,1,0.93) 48%, rgba(106,0,1,0) 100%);
  font-size:43px;
  font-weight: 700;
  
}
.timeline .label{
  background:url("http://www.newsimg.cn/food/lzlj2021/img/timeline-label.png") no-repeat top center;
  width: 34px;
  height:10px;
  
  background-size:34px 71px;
 
  overflow: hidden;
  position: absolute;
  top:100px;
  left:50%;
  margin-left:-17px;
}
.timeline .timeline-label-container.active .label{
  height: 71px;

}
.timeline .timeline-label-container.active .year{
  top:60px;
}

.timeline .timeline-label-container.year-2008{
  
  left:0%;
}
.timeline .timeline-label-container.year-2009{
  left:6.923%;
}
.timeline .timeline-label-container.year-2010{
  left:13.84615384615385%;
}
.timeline .timeline-label-container.year-2011{
  left:20.769%;
}
.timeline .timeline-label-container.year-2012{
  left:27.692%;
}
.timeline .timeline-label-container.year-2013{
  left:34.615%;
}
.timeline .timeline-label-container.year-2014{
  left:41.538%;
}
.timeline .timeline-label-container.year-2015{
  left:48.461%;
}
.timeline .timeline-label-container.year-2016{
  left:55.384%;
}
.timeline .timeline-label-container.year-2017{
  left:62.307%;
}
.timeline .timeline-label-container.year-2018{
  left:69.23%;
}
.timeline .timeline-label-container.year-2019{
  left:76.153%;
}
.timeline .timeline-label-container.year-2020{
  left:83.076%;
}
.timeline .timeline-label-container.year-2021{
  left:90%;
}

.years-container{
  overflow: hidden;
    width: 100%;
    height: 200px;
    position: relative;
    margin: 0 auto;
}
.years-container-inner{
  margin-left: 0;
    width: 100%;
    position: relative;
}
.history-photo-container{
  display:none;
}
/* 移动端适配 */
@media (max-width: 768px) {
  .block-zqxhz{
    background-image:url('http://www.newsimg.cn/food/lzlj2021/img/bg-zqxhz-m.jpg'); 
  }
  
  .block-jcxsj{
    background-image:url('http://www.newsimg.cn/food/lzlj2021/img/bg-jcxsj-m.jpg');
    padding-bottom:.4rem;
    
  }
  
  .block-cn{
    background-image:url('http://www.newsimg.cn/food/lzlj2021/img/bg-cn-m.jpg');
    
  }
  
  .block-lszhg{
    background-image:url('http://www.newsimg.cn/food/lzlj2021/img/bg-lszhg-m.jpg');
    
  }



  .title {
    width: 3.13rem;
    height: .74rem;

    background-size: 100% 100%;
}

.title-zqxhz-sub {
  text-align: center;
  font-size: .32rem;
  line-height:1.4;
  color: #c30d0d;
  font-weight: bold;
  letter-spacing: .01rem;
}
.video-stream-container {
  position: relative;
  width: 7rem;
  height: 3.9375rem;
}
.btn-play-stream {
 
  width: 2.21rem;
  height: .65rem;
  margin-top: -.325rem;
  margin-left: -1.105rem;
  background-size:100% 100%;
  cursor: pointer;
}
.video-stream-container .overlay-dark{
  background-size:100% 100%;
}
#swiper-1 .swiper-container{
  width:6.2rem;
}
#swiper-1 .swiper-slide{
    width: auto;
    height: auto;
}
.widget-swiper .swiper-button-prev {
  background: url(http://www.newsimg.cn/food/lzlj2021/img/arrow-left-m.png) no-repeat center;
  background-size:.2rem .33rem;
  width: .3rem;
  height: .5rem;
  margin-top: -.25rem;
  left: 0;
}
.widget-swiper .swiper-button-next {
  background: url(http://www.newsimg.cn/food/lzlj2021/img/arrow-right-m.png) no-repeat center;
  background-size:.2rem .33rem;
  width: .3rem;
  height: .5rem;
  margin-top: -.25rem;
  right: 0;
}

.block-jcxsj .intro-container {
  background: url(http://www.newsimg.cn/food/lzlj2021/img/bg-jcxsj-intro-m.jpg) no-repeat center;
  background-size: 100% 100%;
  padding: .26rem;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: .47rem;
}
.block-jcxsj .intro-container .photo-container {
  float: none;
  
}
.block-jcxsj .intro-container .text-container {
  margin-left: inherit;
  margin-top:.3rem;
  color: #fff;
}
.block-jcxsj .intro-container .title-jcxsj-sub-1 {
  font-size: .34rem;
  text-align:center;
  margin:.3rem auto;
  color: #fff;
}
.block-jcxsj .intro-container .desc {
  font-size: .28rem;
  line-height: 2;
  margin-top: 10px;
  margin-bottom:.5rem;

  display: block;

}
#swiper-2 .desc {
  height: .70rem;
  line-height: .70rem;
  font-size: .28rem;
  letter-spacing: .01rem;
}
#block-jcxsj-focus {
  margin-top: .55rem;
}
.widget-combine-focus .text-container {
  width:100%;
  float: none;
}
.widget-combine-focus .top-title a{
  font-size:.34rem;
}
.widget-combine-focus .top-desc{
  display:block;
}
.text-list li {
  margin-bottom: 10px;
  font-weight: 700;
  letter-spacing: inherit;
  background: url(http://www.newsimg.cn/food/lzlj2021/img/bg-list-style-icon.png) no-repeat left center;
  background-size: .2rem .2rem;
  padding-left: .30rem;
  border-bottom:.01rem solid #eee;
}
.font-md a{
  font-size:.28rem;
}
.show-more{
  text-align: center;
}
.widget-combine-focus .image-container {
  width: 100%;

  float: none;
  margin-bottom: .8rem;
}
#swiper-3 .desc {
  height: .70rem;
  line-height: .70rem;
  font-size: .28rem;
  letter-spacing: .01rem;
}
#swiper-container-4 {
  width: 100%;
}
#swiper-4 {
  margin: .35rem 0 .3rem;
}
#swiper-5 {
  border: .1rem solid #aa5657;
  width: 100%;
  
}
.swiper-pagination-bullet{
  height: .14rem;
    width: .14rem;
    margin:0 .06rem;
   
}


.timeline{
  
  height:2rem;
  position:relative;
}
.timeline-bg{
  background:url("http://www.newsimg.cn/food/lzlj2021/img/timeline.png") no-repeat center;
  background-size:106% auto;
  height:.2rem;
  width:100%;
  top:50%;
  margin-top:-2.5px;
}
.timeline .timeline-label-container{
  width: 1.13rem;
  height: 1.85rem;

  top:0px ;
  left: .01rem;
  --posleft:20%;
}
.timeline .timeline-label-container .year{

  width:100%;
  height:.4rem;
  top:.65rem;
  padding-bottom:.1rem;
}
.timeline .timeline-label-container.active{

  font-size:.43rem;
  font-weight: 700;
  
}
.timeline .label{
  background:url("http://www.newsimg.cn/food/lzlj2021/img/timeline-label.png") no-repeat top center;
  width: .34rem;
  height:.10rem;

  background-size:.34rem .71rem;

  overflow: hidden;
  position: absolute;
  top:1.06rem;
  left:50%;
  margin-left:-.17rem;
}
.timeline .timeline-label-container.active .label{
  height: .71rem;

}
.timeline .timeline-label-container.active .year{
  top:.6rem;
  
}

.timeline .timeline-label-container.year-2008{
  
  left:calc(var(--posleft)*0);
}
.timeline .timeline-label-container.year-2009{
  left:calc(var(--posleft)*1);
}
.timeline .timeline-label-container.year-2010{
  left:calc(var(--posleft)*2);
}
.timeline .timeline-label-container.year-2011{
  left:calc(var(--posleft)*3);
}
.timeline .timeline-label-container.year-2012{
  left:calc(var(--posleft)*4);
}
.timeline .timeline-label-container.year-2013{
  left:calc(var(--posleft)*5);
}
.timeline .timeline-label-container.year-2014{
  left:calc(var(--posleft)*6);
}
.timeline .timeline-label-container.year-2015{
  left:calc(var(--posleft)*7); 
}
.timeline .timeline-label-container.year-2016{
  left:calc(var(--posleft)*8);
}
.timeline .timeline-label-container.year-2017{
  left:calc(var(--posleft)*9);
}
.timeline .timeline-label-container.year-2018{
  left:calc(var(--posleft)*10);
}
.timeline .timeline-label-container.year-2019{
  left:calc(var(--posleft)*11);
}
.timeline .timeline-label-container.year-2020{
  left:calc(var(--posleft)*12);
}
.timeline .timeline-label-container.year-2021{
  left:calc(var(--posleft)*13);
}

.arrow-timeline{
  background-repeat: no-repeat;
  width: 0.24rem;
  height: 0.46rem;
  background-size:100% 100%;
  position:absolute;
  top:50%;
  margin-top:-.23rem;
  z-index:1;
}
.arrow-timeline.left{
  background-image:url("http://www.newsimg.cn/food/lzlj2021/img/arrow-left-w-m.png");
  left:-.1rem;

}
.arrow-timeline.right{
  background-image:url("http://www.newsimg.cn/food/lzlj2021/img/arrow-right-w-m.png");
  right:-.1rem;

}
.block-lszhg .container{
  overflow:visible;
}

.years-container{
  overflow: hidden;
    width: 90%;
    height: 2rem;
    position: relative;
    margin: 0 auto;
}
#swiper-5 .swiper-pagination{
  bottom:-.6rem;
}

.timeline-mobile{
  margin:.5rem auto .2rem;
}
  
}
.subpage-1 .news-item {
  line-height: 4em;
  border-bottom: 1px solid #eee;
}