/* LESS Document */
/* 新华网专题通用css框架。随项目修改宽度、背景色等 */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

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: 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;
}
.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(../img/l_left_new.png);
  top: 50%;
  transform: translateY(-50%);
}
.swiper-button-next{
  background-image:url(../img/l_right_new.png);
  top: 50%;
  transform: translateY(-50%);
}
/* 每个模块title样式 */
.title{
  width: 1194px;
  height: 67px;
}
.title.title-1{
   background: url(../img/title-1.png) no-repeat;
   background-size: cover;
   margin: 99px auto 68px;

}
.title.title-2{
  background: url(../img/title-2.png) no-repeat;
  background-size: cover;
  margin: 75px auto 60px;

}
.subpage .title.title-2{
  background: url(../img/title-2-subpage.png) no-repeat;
  background-size: cover;
  margin: 75px auto 60px; 
}
.title.title-3{
  background: url(../img/title-3.png) no-repeat;
  background-size: cover;
  margin: 95px auto 81px;

}
.title.title-4{
  background: url(../img/title-4.png) no-repeat;
  background-size: cover;
  margin: 69px auto 61px;

}
/* 查看更多 */
.seeMore {
  display: block;
  text-align: center;
}
.seeMore a{
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #B30027;
  line-height: 1em;

}
.white.seeMore a{
  color: white;
}
.no-more .seeMore {
    display: none;
}




 /* 五图模块 */
.fiveImg{
  overflow: hidden;
}
.fiveImg .list_item_desc{
  margin-top: 10px;
}
.fiveImg img{
  width:228px;
  height:140px;
}
.fiveImg .list_item{
  width:228px;
  float: left;
  margin-left: 15px;
}
.fiveImg .list_item:nth-child(1){
  margin-left: 0;
}
.fiveImg .list_item .list_item_desc a{
  font-size:18px;
  font-weight:400;
  color:rgba(27,27,27,1);
  line-height: 2em;
}
/* 左侧轮播 右侧图文 */
.lswiper-rtext{
  overflow: hidden;
}
.lswiper-rtext-right{
  float: left;
  width: 544px;
}
.lswiper-rtext-right h2{
  line-height: 48px;
  color: #B30027;
}
.lswiper-rtext-right .detail{
  font-size:18px;
  font-family:Microsoft YaHei;
  font-weight:400;
  color:rgba(137,137,137,1);
  line-height:36px;
 
}
.lswiper-rtext-right .line{
  border-bottom: 1px  dotted #BFBFBF;
  margin:15px 0 ;
}
.lswiper-rtext-right h2 a{
  font-size:24px;
  font-family:Microsoft YaHei;
  font-weight:bold;
  color:#B30027;

}
.lswiper-rtext-right  span a{
 color: #B30027;
}
.lswiper-rtext-right p{
  background: url(../img/yuan.png) no-repeat left 11px;
  background-size: 16px;
  padding-left: 25px;
  line-height: 40px;
}
.lswiper-rtext-right p a{
  font-size: 20px;
  color: #535353;
  font-weight: bold;
}
#swiper-container-lswiper-rtext{
  width:636px;
  height:427px;
  box-sizing: content-box; 
  padding-bottom: 40px;
  margin-left: 564px;
}
#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: 58px;
    
    font-size: 20px;
    line-height: 58px;
    background:rgba(26,26,26,.75);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    
}

#swiper-container-lswiper-rtext .photo-desc a {

    padding:0 20px;
    color: #fff;
    text-decoration: none;

    font-size: 20px;
   
}
#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;
}
.swiper-pagination-bullet{
    background-color: gray;
}
/* 单图轮播 */
.single {
  height: 660px;
}
.single {
  position: relative;
}
.single .swiper-pagination{
  text-align: center;
  width: 100%;
}
.single .swiper-pagination-bullet{
  width: 11px;
  height: 11px;
  background:#A0A0A0;
  border-radius: 50%;
  margin-right: 11px;  
}
.single  .swiper-button-prev,.single .swiper-button-next{
    top: 260px;
}
.single .swiper-pagination-bullet-active{
  background: #AC1F24;
}
.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;
}
.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:#B60029;
  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: #B60029;
  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) {
  .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('../img/banner.jpg') no-repeat center;
  height: 698px;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}
.clear{
  clear: both;
  overflow: hidden;
}

.block-1{
  background: url(../img/bg1.jpg) no-repeat;
  background-size: cover;
  padding-bottom: 30px;
}
.block-2{
  background: url(../img/bg2.jpg) no-repeat ;
  background-size: cover;
  padding-bottom: 30px;
}
.block-3{
  background: url(../img/bg3.jpg) no-repeat ;
  background-size: cover;
  padding-bottom: 30px;
}
.block-4{
  background: url(../img/bg4.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;
}

.seeMore{
  text-align: center;
}
.seeMore a{
  font-size:18px;
  font-family:Microsoft YaHei;
  font-weight:400;
  color:#B30027;
  line-height: 100px;
}


.swiper-pagination {
  text-align: center;
  bottom: 15px;
  right: 10px;
}
.swiper-pagination-bullet-active {
  background: #AC1F24;
  opacity: 1;
}


/* 三图轮播模块 */
.block-3-2{
  position: relative;
}

.block-3-2 .photo-desc{
  color: white;
  height:70px;
  line-height: 70px;
  background:rgba(26,26,26,.75);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0 20px;
}

.block-3-2{
  margin-bottom: 47px;
}
.block-3-2 .swiper-container{
  width: 1000px;
  margin: 0 auto;
  box-sizing: content-box;
}
.block-3-2 .swiper-pagination{
  text-align: center;
  width: 1200px;
  bottom: -51px;
}

.block-3-2 .swiper-slide a img{
  width: 673px;
  height: 440px;
  
}


.block-3-2 .swiper-slide{
  width: 673px;
  height: 440px;
}
.block-3-2 .photo-desc a{
  color: white;
  font-size: 24px;
}

.block-3-2 .swiper-pagination-bullet{
  width: 11px;
  height: 11px;
  background:#A0A0A0;
  border-radius: 50%;
  margin-right: 11px;  
}
.block-3-2 .swiper-pagination-bullet-active{
  background: #AC1F24;
}
.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;
}
/* 左图右边 标题 +解释+日期 */

.service-bottom{
  margin-top: 80px;
}
.service-bottom .bottom-item{
  width:100%;
  height:148px;
  margin-top: 20px;
  border-bottom: 1px solid #B30027;
}

.service-bottom .bottom-item img{
  float: left;
  width: 201px;
  height: 126px;
}
.service-bottom .bottom-item .inner{
  margin-left: 220px;
}
.service-bottom .bottom-item .inner h2{
  text-align: left;
  font-size:24px;
  font-family:Microsoft YaHei;
  font-weight:bold;
  color:#B30027;
  width: 828px;
  line-height: 20px;
  padding-bottom: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.service-bottom .bottom-item .inner .desc a{
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
}
.service-bottom .inner h2 a{
  width: 828px;
  color: #B30027;
  font-size: 20px;
  font-weight: 600;
}
.service-bottom .inner .desc {
  width: 828px;
}
.service-bottom .show-lg.limit-line2 {
  display: -webkit-box;
}
.service-bottom .inner span {
  color: #B30027;
  float: right;
}






@media (max-width: 768px) {
   /* 移动端title */
   .title{
    width: 6.86rem;
    height: .67rem;
   }
  .title.title-1{
    background: url(../img/title-1-m.png) no-repeat;
    background-size: cover;
    margin: .49rem auto .49rem;
 
 }
 .title.title-2{
   background: url(../img/title-2-m.png) no-repeat;
   background-size: cover;
   margin: .45rem auto .6rem;
 
 }
 .subpage .title.title-2{
  background: url(../img/title-2-m-subpage.png) no-repeat;
  background-size: cover;
  margin: .45rem auto .6rem;
}
 .title.title-3{
   background: url(../img/title-3-m.png) no-repeat;
   background-size: cover;
   margin: .5rem auto .41rem;
 
 }
 .title.title-4{
   background: url(../img/title-4-m.png) no-repeat;
   background-size: cover;
   margin: .55rem auto .47rem;
 
 }
 /* 五图模块 */
 .fiveImg{
  display: flex;
  justify-content: space-between;
  margin-top: .4rem;
  flex-wrap:wrap;

 }
 .fiveImg .list_item_desc{
   margin-top: .2rem;
 }
 .fiveImg .list_item{
   margin-left: 0;
   margin-bottom: .4rem;
   width: 3.4rem;
 }
 .fiveImg .list_item .list_item_desc a{
   
   font-size: .28rem;  
   line-height: .44rem;
 }


 /* 风采 */
 .block-2 .clear{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
 }
 .block-2 .fengcai_list{
  width: 3.3rem;
  height: 4.81rem;
  margin-left: 0;
  margin-top: .27rem;
  padding: .06rem;
 }
 .block-2 .fengcai_list img{
  width: 3.14rem;
  height: 2.51rem;
  
 }
 .block-2 .fengcai_list .desc, .block-2 .fengcai_list .desc a{
   line-height: .48rem;
   font-size: .28rem;
   font-weight: 400;
   margin: .15rem .15rem 0;
 }
 .block-2 .fengcai_list .desc{
   height: 1.44rem;
 }
 .block-2 .fengcai_list span{
  line-height: .48rem;
  font-size: .28rem;
  font-weight: 400;
  margin-right: .15rem;
 }
   /* 二级页 */
  .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:.4rem 0;
   }
  
   .pull-right{
     font-size: .28rem;
   }
  .banner{
    background: url(../img/banner-m.jpg) no-repeat;
    height: 5rem;
    width: 100%;
    background-size: contain;
  }
  .seeMore{
    text-align: center;
    display: block;
    line-height: 1rem;
  }
  .seeMore a{
    font-size: .28rem;
  }
  .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: .28rem;
  }
  .swiper-pagination{
    right: 0;
  }
  .block-3-2 .swiper-pagination-bullet{
    width: .11rem;
    height: .11rem;
    border-radius: 50%;
    margin-right: .11rem;
  }
  .block-3-2 .swiper-pagination{
    width: 100%;
    bottom: -.5rem;
  }
  .block-3-2 .photo-desc{
    height:.7rem;
    line-height: .7rem;
    padding: 0 .2rem ;
  }
  .block-3-2 .photo-desc a{
    font-size:.28rem;
  }
  #swiper-container-lswiper-rtext .photo-desc a{
    padding: 0 .37rem;
    font-size:.28rem;
  }
  .swiper-pagination-bullet{
    background:rgba(210,210,210,1);
    width: .11rem;
    height: .11rem;
  }
  .swiper-pagination-bullet-active{
    background: #AC1F24;
  }
  .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 p {
    background: url(../img/yuan.png) no-repeat left center;
    background-size: .28rem;
    padding-left: .4rem;
    line-height: .73rem;
    border-bottom: 1px dashed #BFBFBF;
  }
  .lswiper-rtext-right p a{
    font-size: .28rem;
  }
  .list_item_desc a{
    font-size:.26rem;
    line-height:.35rem;
  }
  .fiveImg img{
    width:3.33rem;
    height:2.05rem;
  }
  .seeMore a{
    /*font-size: .32rem;*/
	font-size: .28rem;
    line-height: .32rem;
  }
  .title-service{
    background-image: url(../img/image-tittle-2.png);
    width: 5.03rem;
    height: .87rem;
    margin: .46rem auto .47rem;
  }

  .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%;
  }
  /* /左图右边标题描述/ */

  .service-bottom .bottom-item img{
    width: 2.41rem;
    height: 1.5rem;
  }
  .service-bottom .bottom-item .inner h2{
    line-height: .76rem;
    font-size: .28rem;
    height: 1.08rem;
  }
  .service-bottom .bottom-item .inner{
    width: 4.3rem;
    margin-left: 2.53rem;
  }
  .service-bottom .bottom-item .inner .desc{
    display: none;
  }
  .service-bottom .inner h2 a{
    font-size: .28rem;
    font-weight: 400;
    color: #333333;
  }
  .service-bottom .service-bottom .bottom-item{
    height: 1.9rem;
    margin-top: .2rem;
  }
  .service-bottom .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;
  }

  .service-bottom .bottom-item .inner .desc a{
    font-size:.21rem;
    line-height:.32rem;
    
  }
  .service-bottom .bottom-item .inner .desc{
    line-height:.32rem;
  }



  .service-bottom{
    margin-top: 0.8rem;
    flex-wrap: wrap;
  }
  .service-bottom .bottom-item{
    height: 1.9rem;
    margin-top: .2rem;

  }
  .service-bottom .bottom-item img{
    width: 2.41rem;
    height: 1.5rem;
  }



 
  .block-3-2 .swiper-container{
    width: 6.86rem;
  }
  .block-3-2 .swiper-slide a{
    width: 6.86rem;
    height: 3.86rem;
    
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .block-3-2 .swiper-slide a img{
    width: 6.86rem;
    height: 3.86rem;
  }
  .block-3-2 .swiper-slide{
    width: 6.86rem;
    height: 3.86rem;
  }
  .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;
  }

  /* 单图轮播 */
.single {
  height: 4.8rem;
}
.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;
  line-height:.75rem;
  bottom: 0.94rem;
  width: 100%;
  padding: 0 .24rem;
}

.single .photo-desc a{
  font-size: .28rem;
  font-weight: 400;
  color: #FFFFFF;
  line-height:.75rem;
  
}
.block-1{
  background: url(../img/bg1-m.jpg) no-repeat;
  background-size: cover;
  padding-bottom: 30px;
}
.block-2{
  background: url(../img/bg2-m.jpg) no-repeat ;
  background-size: cover;
  padding-bottom: 30px;
}
.block-3{
  background: url(../img/bg1-m.jpg) no-repeat ;
  background-size: cover;
  padding-bottom: 30px;
}
.block-4{
  background: url(../img/bg4-m.jpg) no-repeat ;
  background-size: cover;
  padding-bottom: 30px;
}
}
