/* 新华网专题通用css框架。*/
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
html {
  height: 100%;
}
body {
  min-height: 100%;
  color: #333;
  background-color: #eee;
  line-height: 1.8em;
  font-size: 20px;
}

.title{
  width:826px;
  height: 111px;
  margin-top:50px;
  margin-bottom:50px;
  background-repeat: no-repeat;
  background-size:cover;
}

a {
  text-decoration: none;
  color: #333333;
}
a:hover {
  text-decoration: underline;
}
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:30px;
  
}
.font-lg a{
  font-size:30px;
}
.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-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-line{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.show-xs {
  display: none ;
}
.show-lg {
  display: block;
}
.bg-xinhua-bar {
  background-color:#2481FF;
  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: #2481FF;
  line-height: 65px;
  font-size: 12px;
  margin: 0 auto;
}


.banner {
  background: url('http://www.newsimg.cn/enterprise/bcm2020/img/banner.jpg') no-repeat center;
  
  height: 797px;
  max-width: 1920px;;
  margin: 0 auto;
  overflow: hidden;
}


/*主要页面容器相关*/
.page-container {
  min-width:1200px;
}
.container {
  margin: 0 auto;
  padding:60px 0 70px;
  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: 826px;
  height: 111px;
  margin:0 auto;
  margin-top:0;
  margin-bottom:60px;
  background-repeat: no-repeat;
  background-size:cover;
}

.title-sub{
  width:undefinedpx;
  height:undefinedpx;
  margin-top:60px;
  margin-bottom:60px;
  background-repeat: no-repeat;
  background-size:cover;
}

.widget{
  margin:30px auto 0;
}
.swiper-slide .desc{
  padding: 0 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.swiper-in-focus .swiper-pagination{
  width: 100%;
}
.swiper-pagination-bullet{
  margin-right: 8px;
}
.show-more{
  margin: 20px auto;
}
.block-bcyxs .system-list{
  width: 100%;
  height: 643px;
  border: 4px solid #C4E5FF;
  background: linear-gradient(0deg, #2688EC 0%, #0045B7 99%);
  padding: 50px 45px;

}
@media (max-width: 768px) {
  .swiper-pagination-bullet{
    width: .11rem;
    height: .11rem;
    border-radius: 50%;
    margin-right: .11rem;
  }
  .swiper-slide .desc{
    padding: 0 .2rem;
  }
  .show-lg {
    display: none;
  }
  .show-xs {
    display: block;
  }
  ::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    background: transparent;
  }
  .block {
    padding-top: 10px;
  }
  .page-container {
    min-width: auto;
    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/enterprise/bcm2020/img/banner-m.jpg') no-repeat center;
    
    height: 6rem;
    width: 100%;
    background-size: cover;
  }
  .title{
    width:100%;
    height: 1.02rem;
    margin-top:.45rem;
    margin-bottom:.45rem;
    background-position: center center;
  }
  .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-czxfn{
        background-image:url('http://www.newsimg.cn/enterprise/bcm2020/img/bg-czxfn.png');
        
      }
      
      .block-bcyxs{
        background-image:url('http://www.newsimg.cn/enterprise/bcm2020/img/bg-bcyxs.png');
        
      }
      
      .block-jqxw{
        background-image:url('http://www.newsimg.cn/enterprise/bcm2020/img/bg-jqxw.jpg');
        
      }
      

      .title-jccx{
        background-image:url('http://www.newsimg.cn/enterprise/bcm2020/img/title-jccx.png');
        
      }
      
      .title-czxfn{
        background-image:url('http://www.newsimg.cn/enterprise/bcm2020/img/title-czxfn.png');
        
      }
      
      .title-bcyxs{
        background-image:url('http://www.newsimg.cn/enterprise/bcm2020/img/title-bcyxs.png');
        
      }
      
      .title-jqxw{
        background-image:url('http://www.newsimg.cn/enterprise/bcm2020/img/title-jqxw.png');
        
      }
      .block-jqxw .container{
        background: #FFFFFF;
        box-shadow: 0px 14px 68px 0px rgba(145, 186, 255, 0.35);
        border-radius: 16px;
        margin: 98px auto 120px;
      }
      .block-jqxw .widget-combine-focus{
        padding: 0 60px;

      }
      .block-jqxw .widget-combine-focus .text-container{
        width: auto;
      }
       .block-czxfn .swiper-container{
         margin-bottom: 50px;
       }

@media (max-width: 768px) {
  .block-jccx{
    background: #f2fbff;
  }
  .block-jccx .widget-combine-focus .top-desc.font-sm{
    color: #626262;
  }
  .block-czxfn .swiper-container{
    margin-bottom: 0px;
  }
      .access{
        margin-bottom: .4rem;
      }  
      .title-jccx{
        background-image:url('http://www.newsimg.cn/enterprise/bcm2020/img/title-jccx-m.png');
        
      }
      
      .title-czxfn{
        background-image:url('http://www.newsimg.cn/enterprise/bcm2020/img/title-czxfn-m.png');
        
      }
      
      .title-bcyxs{
        background-image:url('http://www.newsimg.cn/enterprise/bcm2020/img/title-bcyxs-m.png');
        width: 100%;
        background-position: center;
      }
      
  
  
      .block-czxfn{
        background-image:url('http://www.newsimg.cn/enterprise/bcm2020/img/bg-czxfn-m.jpg');
        
      }
      
      .block-bcyxs{
        background-image:url('http://www.newsimg.cn/enterprise/bcm2020/img/bg-bcyxs-m.png');
        
      }
      
}

  /*WIDGET_LIST_CARDS_START*/
.card{
  display:inline-block;
  border-bottom: 1px solid white;
  padding: 20px 0;
  margin: 0px;
  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;
  padding-bottom: 15px;
  line-height: 20px;
}
.card .card-text-title a,.card a,.card-date{
  color:white;
  letter-spacing: .05em;
} 
.limit-line2.show-lg{
  display: -webkit-box;
}
.card-text.font-sm a{
  font-size: 14px;
  line-height: 24px;
  height: 48px;
}
.card .card-date{float:right;}
@media (max-width: 768px) {
  .block-jqxw .container{
    background: none;
    box-shadow: none;
    margin: 0;
  }
  .block-jqxw .widget-combine-focus{
    padding: 0 .32rem;
  }
  .card-text-title.limit-line{
    color: white;
    height: 1.08rem;
    line-height: .54rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre-wrap;
  }
  
  .limit-line2.show-lg{
    display: none
  }
  .card{
    padding: 0 0 .3rem;
    margin: 0 0 .28rem;
  }
  .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;
  }
  .card .card-text-title{
    width: auto;
  }
  
}
/*WIDGET_LIST_CARDS_END*/
/*WIDGET_SWIPER_START*/
.swiper-button-prev,.swiper-button-next{
  background: url(http://www.newsimg.cn/enterprise/bcm2020/img/left.png) no-repeat;
  background-size: cover;
  width: 38px;
  height: 109px;
}
.swiper-button-next{
  background: url(http://www.newsimg.cn/enterprise/bcm2020/img/right.png) no-repeat;
}
.block-czxfn .limit-line2{
  text-align: left;
  padding-top: 5px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 30px;
}
.swiper-container{
  width:1067px;
  
}
.widget-swiper{
  position:relative;
  
}
.swiper-slide{
  text-align:center;
}
.swiper-slide a{
  color: white;
  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;
  }
  .subpage-1 .news-item{
    line-height: 4em;
    border-bottom: 1px solid #eee;
  }
  @media (max-width: 768px) {
    .subpage-1 .news-item{
      line-height: .8rem;
    }
    .text-list {
      line-height: .7rem;
    }
    .swiper-container{
      width:100%;
    }
    .block-czxfn .swiper-container{
      padding-bottom: .5rem;
    }
  }
/*WIDGET_SWIPER_END*/
/*WIDGET_COMBINE_FOCUS_START*/
.widget-combine-focus li{
  list-style: none;
}
.widget-combine-focus li .limit-line::before{
  content: " ";
  width: 15px;
  height: 15px;
  background-color: #0970bb;
  border-radius: 15px;
  display: inline-block;
  margin-right: 10px;
}
.widget-combine-focus .image-container{
  float:left;
  width: 620px;
  position: relative;
}
.widget-combine-focus .image-container img{
  width: 100%;
}
.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;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align:center;
    padding: 0 20px;
  
}
.block-czxfn .swiper-slide>div{
    background: url(http://www.newsimg.cn/enterprise/bcm2020/img/xinfuneng-bg.jpg) no-repeat;
    background-size: cover;
    padding: 8px;
    width: 345px;
    height: 270px;
    float: left;
    margin-right: 16px;
    margin-top: 10px;
}
.swiper-pagination{
  width: 100%;
}
.block-czxfn .swiper-pagination-bullet{
  background: white;
  opacity: 1;
}
.block-czxfn .swiper-pagination-bullet-active {
  background: #007aff;
}
.block-czxfn .swiper-slide>div:nth-child(3),.block-czxfn .swiper-slide>div:nth-child(6){
  margin-right: 0px;
}
.block-czxfn .swiper-slide>div img{
  width: 100%;
  height: auto;
}
.text-list.font-md{
  font-weight: bold;
}
.desc a{
  color: #fff;
}
.widget-combine-focus .text-container {
  width: 550px;
  margin-left: 650px;
}
.widget-combine-focus .top-title {
  line-height: 1.4;
  margin-bottom: 15px;
  padding-bottom: 5px;
}
.block-jccx .widget-combine-focus .top-title{
  line-height: 2em;
}
.block-jccx .widget-combine-focus .top-desc.font-sm{
  color: #535353;
  font-size: 18px;
}

.widget-combine-focus .top-title a ,.widget-combine-focus .top-title{
 
  color: #1866DA;
  text-decoration: none;
  font-weight: bold;
}
.access{
  cursor: pointer;
  width: 254px;
  height: 63px;
  background: linear-gradient(90deg, #0F62E1 0%, #77C4FF 100%);
  border-radius: 32px;
  text-align: center;
  float: right;
  margin-top: 2px;

}
.access span::after{
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 10px solid white;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  margin-left: 10px;
} 
.access ,.access a {

  line-height: 63px;
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: white;
}
.widget-combine-focus .top-desc {
  
  line-height: 1.8;
  text-indent: 2em;
  margin-bottom: 10px;
  padding-bottom: 0px;
}
.widget-combine-focus .top-desc.font-sm a{
  color: #898989;
}
.widget-combine-focus .text-container .hr {
  border-bottom: 1px dashed rgba(137, 137, 137, 1);
  height: 0;
}
.show-more {
  text-align: right;
}
.show-more a {
  
  font-weight: bold;
  color: #1a457a;
  
}
.text-list {
  color: #c30d23;
  line-height: 2em;
  padding-top: 18px;
  border-top: 1px dashed rgba(137, 137, 137, 1);

}

.widget-combine-focus .swiper-container{
  width:auto;
}
.swiper-slide .desc{
  padding: 0 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.widget-combine-focus .image-container{
  float: left;
    width: 620px;
    position: relative;

}
.text-list.font-md .limit-line{
  color: black;
}
.news-list{
  margin-bottom: 50px;
}
@media (max-width: 768px){
  .news-list{
    margin-bottom:.5rem;
  }
  .block-bcyxs .system-list{
    height: auto;
    padding: .5rem .4rem;
    margin-bottom: .7rem;
  }
  .block-czxfn .widget-swiper{
    margin-bottom: 1rem;
  }
  .block-czxfn .swiper-slide>div{
    padding: 8px;
    width: 3.33rem;
    height: auto;
    float: left;
    margin-right: .2rem;
    margin-top: 10px;
  }
  .block-czxfn .swiper-slide>div:nth-child(odd){
    margin-right: .2rem;
  }
  .block-czxfn .swiper-slide>div:nth-child(even){
    margin-right: 0;
  }
  .block-czxfn .limit-line2{
    font-size: .28rem;
    height: .8rem;
    line-height: .4rem;
    padding: 0;
    margin: .1rem;
    font-weight: normal;
  }
  
  .access{
    width: 3.24rem;
    height: .8rem;
    float: none;
    margin-left:auto ;
    margin-right: auto;
    line-height:.8rem;
    font-size:.34rem;
  }
  .access a{
    line-height: .8rem;
    font-size: .34rem;
    list-style: none;
  }
  .access span::after {
    position: relative;
    top: .04rem;
    border-left: .16rem solid white;
    border-top: .16rem  solid transparent;
    border-bottom: .16rem solid transparent;
  }
  .block-jccx .widget-combine-focus .top-desc.font-sm{
    font-size: .28rem;
  }
  .widget-combine-focus .top-desc.limit-line6{
    display: block;
  }
  .widget-combine-focus li .limit-line::before{
    content: " ";
    width: .2rem;
    height: .2rem;
    background-color: #0970bb;
    border-radius: 15px;
    display: inline-block;
    margin-right: .2rem;
  }
  .font-sm, .font-sm a{
    font-size: 0.28rem;
  }
  .font-md, .font-md a{
    font-size: 0.28rem;
  }
  .swiper-slide .desc{
    padding: 0 .2rem;
  }
  .widget-combine-focus .top-title a,.widget-combine-focus .top-title {
    font-size: .34rem;
  }
  .text-list{
    padding-top: .2rem;
  }
  .widget-combine-focus .image-container{
    width: 6.88rem;
    height: 3.87rem;
    box-sizing: content-box;
    float: none;
    margin-bottom: .6rem;
  }
  .block-jccx .widget-combine-focus .image-container{
    margin-bottom: .3rem;
  }
  .widget{
    margin: .2rem auto 0;
  }
  .widget-combine-focus .text-container{
    width: 100%;
    margin-left: 0;
  }
  .widget-combine-focus .top-title{
    font-size: .34rem;
    margin-bottom: 0;
  }
  .show-more{
    text-align: center;
    margin-top: 20px;
    font-weight: normal;
    margin: .4rem auto .6rem;
  }
  .show-more a{
    font-weight: normal;
  }
}
/*WIDGET_COMBINE_FOCUS_END*/
