/* 新华网专题通用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:1200px;
  height: 96px;
  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: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-lg a{
    font-size:0.34rem;
  }
  .font-md,.font-md a{
    font-size:0.28rem;
  }
  .font-sm,.font-sm a{
    font-size:0.28rem;
  }
  
}
/*字体颜色定义部分*/
.text-color-1{
  color:
}
.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;
}
.show-xs {
  display: none ;
}
.show-lg {
  display: block;
}
.bg-xinhua-bar {
  background-color:#0b4da2;
  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: #0b4da2;
  line-height: 65px;
  font-size: 12px;
  margin: 0 auto;
}


.banner {

  height: 700px;
  max-width: 1920px;;
  margin: 0 auto;
  overflow: hidden;
  
}
.banner .show-lg{
  height:700px;
  width:1920px;
  position:absolute;
  left:50%;
margin-left:-960px;

}
.banner .show-xs{
  height:5rem;
  width:7.5rem;
  position:absolute;
  left:50%;
margin-left:-3.75rem;
}


/*主要页面容器相关*/
.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: 1200px;
  height: 96px;
  margin:0 auto;
  margin-top:0;
  margin-bottom:30px;
  background-repeat: no-repeat;
  background-size:cover;
}

.title-sub{
  width:274px;
  height:69px;
  margin-top:60px;
  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 {
    height:5rem;
   
  }
  .title{
    width:6.86rem;
    height: 0.69rem;
    margin-top:.45rem;
    margin-bottom:.45rem;
  }
  .title-sub{
    width:2.74rem;
    height:0.69rem;
    margin-top:.6rem;
    margin-bottom:.3rem;
    background-repeat: no-repeat;
    background-size:cover;
  }
  .widget{
    margin:.2rem auto 0;
  }
}

      .block-ttxw{
        background-image:url('../img/bg-ttxw.png');
        
      }
      
      .block-jjznl{
        background-image:url('../img/bg-jjznl.jpg');
        
      }
      
      .block-jjznl-text{
        background-image:url('../img/bg-jjznl-text.jpg');
        
      }
      
      .block-dsj{
        background-image:url('../img/bg-dsj.png');
        
      }
      
      .block-jcsj{
        background-image:url('../img/bg-jcsj.jpg');
        
      }
      
      .block-znlzxd{
        background-image:url('../img/bg-znlzxd.jpg');
        
      }
      

      .title-ttxw{
        background-image:url('../img/title-ttxw.png');
        
      }
      
      .title-jjznl{
        background-image:url('../img/title-jjznl.png');
        margin-bottom:0;
        
      }
      
      .title-dsj{
        background-image:url('../img/title-dsj.png');
        
      }
      
      .title-jcsj{
        background-image:url('../img/title-jcsj.png');
        
      }
      
      .title-znlzxd{
        background-image:url('../img/title-znlzxd.png');
        
      }
      

      .title-sub-znlzxd-kbl{
        background-image:url('../img/title-sub-znlzxd-kbl.png');
        
      }
      
      .title-sub-znlzxd-tcbj{
        background-image:url('../img/title-sub-znlzxd-tcbj.png');
        
      }
      
      .title-sub-znlzxd-wjx{
        background-image:url('../img/title-sub-znlzxd-wjx.png');
        
      }
      
      .title-sub-znlzxd-wm{
        background-image:url('../img/title-sub-znlzxd-wm.png');
        
      }
      
@media (max-width: 768px) {
  
      .title-ttxw{
        background-image:url('../img/title-ttxw-m.png');
        
      }
      
      .title-jjznl{
        background-image:url('../img/title-jjznl-m.png');
        
      }
      
      .title-dsj{
        background-image:url('../img/title-dsj-m.png');
        
      }
      
      .title-jcsj{
        background-image:url('../img/title-jcsj-m.png');
        
      }
      
      .title-znlzxd{
        background-image:url('../img/title-znlzxd-m.png');
        
      }
      
  
      .title-sub-znlzxd-kbl{
        background-image:url('../img/title-sub-znlzxd-kbl-m.png');
        
      }
      
      .title-sub-znlzxd-tcbj{
        background-image:url('../img/title-sub-znlzxd-tcbj-m.png');
        
      }
      
      .title-sub-znlzxd-wjx{
        background-image:url('../img/title-sub-znlzxd-wjx-m.png');
        
      }
      
      .title-sub-znlzxd-wm{
        background-image:url('../img/title-sub-znlzxd-wm-m.png');
        
      }
      
  
      .block-ttxw{
        background-image:url('../img/bg-ttxw-m.jpg');
        
      }
      
      .block-jjznl{
        background-image:url('../img/bg-jjznl-m.jpg');
        
      }
      
      .block-jjznl-text{
        background-image:url('../img/bg-jjznl-text-m.jpg');
        
      }
      
      .block-dsj{
        background-image:url('../img/bg-dsj-m.jpg');
        
      }
      
      .block-jcsj{
        background-image:url('../img/bg-jcsj-m.jpg');
        
      }
      
      .block-znlzxd{
        background-image:url('../img/bg-znlzxd-m.jpg');
        
      }
      
}

  /*WIDGET_LIST_CARDS_START*/
.card{
  display:inline-block;
  border-bottom:1px solid #0b4da2;
  padding:25px 0 25px;
  margin:0 auto 0;
  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,.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;height:560px;}
.swiper-container img{width:994px;height:560px;}
.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,.swiper-slide .desc a{
    color: #fff;
  }
  @media (max-width: 768px) {
    .swiper-container{width:7rem;height:4.152542372881356rem;}
    .swiper-container img{width:7rem;height:4.152542372881356rem;}
  }
/*WIDGET_SWIPER_END*/
/*WIDGET_COMBINE_FOCUS_START*/
.widget-combine-focus .image-container{
  float:right;
  width: 620px;
  height:388px;
  position: relative;
}
.widget-combine-focus .image-container img{
  width: 620px;
  height:388px;
}
.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
  
}

.desc a{
  color: #fff;
}
.widget-combine-focus .text-container {
  width: 550px;
  margin-left: 0;
}
.widget-combine-focus .top-title {
  line-height: 1.4;
  margin-bottom: 15px;
  padding-bottom: 5px;
}
.widget-combine-focus .top-title,.widget-combine-focus .top-title a {
  
  color: #004c9f;
  text-decoration: none;
  font-weight: bold;
}
.widget-combine-focus .top-desc {
  
  line-height: 1.8;
  text-indent: 2em;
  margin-bottom: 10px;
  padding-bottom: 0px;
}
.show-more {
  text-align: center;
  margin-top:30px;
}
.show-more a {
  
  font-weight: bold;
  color: #1a457a;
  
}

.text-list {
  color: #0b4da2;
  font-size: 25px !important;
  margin-left: 25px;
  margin-top: 18px;
}

.text-list li{
line-height:36px;
  height:36px;
  

}
.text-list li div{
  display:inline-block;
  width:100%;
 vertical-align: baseline;
  line-height:36px;
  height:36px;
  vertical-align: middle;
}
.text-list li a{
  display:block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


.widget-combine-focus .swiper-container{
  width:auto;
  height:auto;
}
/*WIDGET_COMBINE_FOCUS_END*/

.widget-photo-list{
  overflow-x:auto;
  white-space: nowrap;
  padding-bottom:30px;
  background:rgb(39, 51, 162,.6);
  padding-top:50px;
  margin-top:-12px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.widget-photo-list::-webkit-scrollbar {
  height: 30px;               /* width of the entire scrollbar */
}

.widget-photo-list::-webkit-scrollbar-track {
  background: #013478; 
  border-radius: 15px;
}

.widget-photo-list::-webkit-scrollbar-thumb {
  background-color: #7facff;    /* color of the scroll thumb */
  border-radius: 15px;       /* roundness of the scroll thumb */
  border: 5px solid #013478;  /* creates padding around scroll thumb */
}

.widget-photo-list .photo-container{
  white-space: normal;
  color:#fff;
  position:relative;
  display: inline-block;
  background:url("../img/bg-jjznl-text.jpg") no-repeat bottom center #001468;
  width:276px;
  height:357px;
  padding:8px;
  margin:0 10px;
  overflow: hidden;
}
.widget-photo-list .photo-container .photo,.widget-photo-list .photo-container img{
  width:260px;
  height: 146px;
  overflow: hidden;
}


.widget-photo-list .photo-container .desc{
  margin-top:10px;
  max-height: 150px;
  overflow: hidden;
  display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.widget-photo-list .photo-container .date{
  position:absolute;
  bottom:10px;
  right:10px;
}
.block-jcsj .card-date{
  color:#013478;
}
.widget-video-list{}
.widget-video-list .video-container{
  width:270px;
  display:inline-block;
  margin:0 12px;
  
  
}
.widget-video-list .video-container .video-pic,.widget-video-list .video-container img{
  width:270px;
  height:152px;
}
.widget-video-list .video-container .video-desc{
  margin-top:10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
  background:url("../img/right.png") no-repeat center;
  width:38px;
  height:45px;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background:url("../img/left.png") no-repeat center;
  width:38px;
  height:45px;
}
.swiper-pagination{
  left: 50%;
    transform: translateX(-50%);
}
.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin:0 5px;
}

@media (max-width: 768px) {
  .widget-combine-focus .image-container {
    float: none;
    width: 7rem;
  height:4.380645161290323rem;
    position: relative;
}
.widget-combine-focus .image-container img{
  width: 7rem;
  height:4.380645161290323rem;
}
.widget-combine-focus .text-container{
  width:auto;
}
.widget-combine-focus .top-title {
  line-height: 1.4;
  margin-bottom: .15rem;
  margin-top: .8rem;
  
}
.widget-photo-list {
  overflow-x: hidden;
  white-space: normal;
  padding:.5rem .26rem;
  margin-top: .5rem;
  margin-bottom:1rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.widget-photo-list .photo-container {

  background: url("../img/bg-jjznl-text.jpg") no-repeat bottom center #001468;
  background-size:100% auto;
  width: 3rem;
  height: 4.2rem;
  padding: .15rem;
  margin: 0 .1rem .3rem;
}
.widget-photo-list .photo-container .photo, .widget-photo-list .photo-container img {
  width: 2.7rem;
  height: 1.516153846153846rem;
  overflow: hidden;
}
.widget-photo-list .photo-container .desc {

  -webkit-line-clamp: 3;

}

.block-jcsj .card{
  position:relative;
  padding-bottom:.2rem;
}
.card .card-text-title{
  white-space: normal;
  display: -webkit-box;
  line-height:1.8em;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color:#333;
    font-weight: normal;
}
.card .card-text-title a{
  color:#333;
    font-weight: normal;
}
.block-jcsj .card-text{
  display:none;
}
.block-jcsj .card-date{
  right:0;
  bottom:0;
  position:absolute;
}
.block-znlzxd{
  background-size:100% auto;
  background-color:#fff;
}
.widget-video-list .video-container {
  width: 100%;
  display: block;
  margin: 0;
  border-bottom:1px solid #eee;
  padding-bottom:.2rem;
}
.widget-video-list .video-container .video-pic {

  float:left;
}
.widget-video-list .video-container .video-pic, .widget-video-list .video-container img {
  width: 2.7rem;
  height: 1.52rem;
}

.widget-video-list .video-container .video-desc{
  margin-left:2.9rem;
  margin-top:.2rem;
}
.swiper-pagination-bullet {
  width: .18rem;
  height: .18rem;
  margin:0 .1rem ;
}
}

/* 子页面样式 */
.news-item{
  padding:10px 5px 12px;
  border-bottom:1px solid #eee;
  margin-bottom:10px;
}
@media (max-width: 768px) {
  .news-item{
    padding:.1rem .05rem .15rem;
    border-bottom:1px solid #eee;
    margin-bottom:.1rem;
  }
}