/* 头 */
.jkj-head{
  background: url(jkj_bg.png);
  background-repeat: no-repeat;
  /* background-size: 100% auto; */
  height: 240px;

}
body{
  width: 100%;
  font-size: 16px;
}
a{
  color: #333;
}
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}
.page-jkj{
  width: 100%;
  min-height: 100%;
  background: url(jkj_bg.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.contaniar{
  width: 1200px;
  margin: 0 auto;
}
.page-crumbs{
  padding: 20px 0;
  color: #999;
}
.page-crumbs a{
  color: #999;

}
.page-crumbs img{
  margin-right: 10px;
  vertical-align: bottom;
}
/* syStart */
.index-banner{
  display: block;
  width: 100%;
  margin-bottom: 40px;
}

.index-banner img{
  width: 100%;
}

.jkj-news{
  padding: 30px;
  background-color: #fff;
  margin-bottom: 30px;
  box-shadow: 0px 0px 10px 2px #dbe3f0;
}
.jkj-news-left{
  width: 670px;
}
.jkj-news-left .news-slide{
  width: 100%;
  overflow: hidden;
  position: relative;
}
.news-slide .news-slide-item{
  display: block;
  width: 100%;
  height: 410px;
  position: relative;
}
.news-slide-item img{
  width: 100%;
  height: 100%;
}
.news-slide-item p{
  position: absolute;
  bottom: 0;
  padding: 20px 150px 15px 20px;
  color: #fff;
  font-size: 18px;
  width: 100%;
  background-image: linear-gradient(transparent,rgba(0,0,0,0.5));

}
.news-slide .hd{
  position: absolute;
  right: 10px;
  bottom: 20px;
}
.news-slide .hd ul{
  display: flex;
  align-items: center;
  font-size: 0;

}
.news-slide .hd ul li{
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: rgba(255,255,255,0.5);
  margin-right: 10px;
}
.news-slide .hd ul li.on{
  background-color: #fff;
}

.jkj-news-right{
  width: 440px;
}
.jkj-news-tab {
  position: relative;
  display: flex;
}
.jkj-news-tab::after{
  position: absolute;
  width: 100%;
  height: 6px;
  content: "";
  display: block;
  border-radius: 4px;
  background-color: #e6edf7;
  bottom: 0;
}
.jkj-news-tab li{
  width: 50%;
  position: relative;

}
.jkj-news-tab li a{
  display: block;
  width: 100%;
  padding: 15px 20px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #000;
}
.jkj-news-tab li:last-of-type::before{
  position: absolute;
  content: "";
  display: block;
  width: 1px;
  height: 25px;
  bottom: 15px;
  background-color: #e5e5e5;
  /* border-radius: 4px;
background-color: #22529b; */
}
.jkj-news-tab li.active a{
  color: #245399;
}
.jkj-news-tab li.active::after{
  position: absolute;
  width: 100%;
  height: 6px;
  content: "";
  display: block;
  border-radius: 4px;
  background-color: #245399;
  bottom: 0;
  z-index: 1;
}
.news-item a{
  display: flex;
  align-items: center;
  padding: 11px 0;
  border-bottom: 1px dashed #e5e5e5;
}
.news-item:last-of-type a{
  border-bottom: 0;
}
.news-item a i{
  width: 5px;
  height: 5px;
  background-color: #e5e5e5;
  border-radius: 5px;
  margin-right: 10px;
}
.news-item a .news-item-sm{
  margin-right: 20px;
  color: #07ad69;
  border: 1px solid #07ad69;
  padding: 2px 10px;
  border-radius: 4px;
}
.news-item a p{
  width: 75%;
  flex: 1;
  padding-right: 30px;
}
.news-item a:hover p{
  color: #245399;
}
.news-item a .news-item-time{
  width: 25%;
  color: #999;
  text-align: right;
}
.jkj-two{
  margin-bottom: 30px;
}
.jkj-two-left{
  width: 575px;
}
.jkj-two-top{
  margin-bottom: 30px;
}
.jkj-title-tab {
  position: relative;
  display: flex;
}
.jkj-title-tab::after{
  position: absolute;
  width: 100%;
  height: 1px;
  content: "";
  display: block;
  border-radius: 4px;
  background-color: #e6edf7;
  bottom: 0;
}
.jkj-title-tab li{
  /* width: 50%; */
  position: relative;


}
.jkj-title-tab li a{
  display: block;
  width: 100%;
  padding: 15px 0;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.jkj-title-tab li:nth-of-type(2){
  margin-left: 40px;
}
.jkj-title-tab li:nth-of-type(2)::before{
  position: absolute;
  content: "";
  display: block;
  width: 1px;
  height: 25px;
  bottom: 15px;
  background-color: #e5e5e5;
  left: -20px;
  /* border-radius: 4px;
  background-color: #22529b; */
  /* margin: 0 20px; */
}
.jkj-title-tab li.active a{
  color: #245399;
}
.jkj-title-tab li.active::after{
  position: absolute;
  width: 100%;
  height: 1px;
  content: "";
  display: block;
  border-radius: 4px;
  background-color: #245399;
  bottom: 0;
  z-index: 1;
}
.jkj-tab-con{
  margin-top: 10px;
}
.jkj-two-right{
  width: 575px;
}
.jkj-bszn-con{
  margin-top: 25px;
  margin-bottom: 24px;
}
.jkj-bszn-item{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 40px;
  background-size: 100% 100% ;
  background-repeat: no-repeat;
  height: 55px;
}
.jkj-bszn-item:nth-of-type(1){
  background-image: url(bszn_bg1.png);
  margin-bottom: 15px;
}
.jkj-bszn-item:nth-of-type(2){
  background-image: url(bszn_bg2.png);
}
.jkj-bszn-item img{
  width: 30px;
  margin-left: 40px;
}
.jkj-bszn-item p{
  width: 60%;
  /* text-align: center; */
  color: #0e4eac;
}
.jkj-djzl-con{
  margin-top: 25px;
}
.jkj-djzl-con a{
  display: block;
  width: 100%;
  /* height: auto; */
  margin-bottom: 15px;
}
.jkj-djzl-con a img{
  width: 100%;
  /* height: auto; */
}
/* syEND */

/* listStart */
.page-jkj-list .page-content{
  background-image: url(bg_list.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: bottom;
}
.jkj-list{
  padding: 30px;
  background-color: #fff;
  margin-bottom: 30px;
  box-shadow: 0px 0px 10px 2px #dbe3f0;
}
/* z左导航 */
.list-left-nav{
  float: left;
  width: 260px;
}
.left-nav-title{
  background-image: url(nav_bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 75px;
  line-height: 70px;
  font-size: 20px;
  font-weight: bold;
  color: #245399;
  text-align: center;
}
.left-nav-tree{
  padding: 10px 10px 0 10px;
  border: 1px solid #89b4f3;
  border-top: 0;
}
.left-nav-item a{
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  margin-bottom: 10px;
  background-color: #f8f8f8;
  border-left: 2px solid #f8f8f8;

}
.left-nav-item a .item-title{
  width: 80%;
}
.left-nav-item a .item-icon{
  display: none;
  color: #89b4f3;
  font-size: 18px;
}
.left-nav-item:hover a, 
.left-nav-item.active a{
  color: #245399;
  background-color: #f2f7ff;
  border-left: 2px solid #c9ddfa;
}
.left-nav-item:hover .item-icon,
.left-nav-item.active a .item-icon{
  display: inline-block;
}

.list-right-con{
  width:850px ;
}
.list-right-title{
  font-size: 20px;
  color: #245399;
  font-weight: bold;
  border-bottom: 1px  solid #d3ddeb;
  position: relative;
  
}
.list-right-title>.title{
  padding-bottom: 10px;
  border-bottom: 4px solid #245399;
  display: inline-block;
}
.left-nav-mobile{
  display: none;
  position: absolute;
  right: 0px;
  top: 0;
}
.showNav{
  position: relative;
}
.mobile-nav-tree{
  position: absolute;
  right: 0;
  width: 150px;
  background-color: #fff;
  max-height: 400px;
  overflow-y: auto;
}
.mobile-nav-tree .left-nav-item a{
  height: 40px;
  font-size: 16px;
  margin-bottom: 5px;

}
.list-box{
  width: 100%;
  margin-bottom: 50px;
}
.list-box li a{
  display: flex;
  align-items: center;
  padding: 12px  0;
  border-bottom: 1px dashed #e5e5e5;
}

.list-box li a i{
  width: 10px;
  height: 10px;
  background-color: #e5e5e5;
  border-radius: 5px;
  margin-right: 10px;
}
.list-box li a p{
  width: 80%;
}
.list-box a:hover p{
  color: #245399;
}

/* listEND */

/* detailStart */
.page-jkj-detail .page-content{
  background-image: url(bg_list.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: bottom;
}
.jkj-detail{
  padding: 30px;
  background-color: #fff;
  margin-bottom: 30px;
  box-shadow: 0px 0px 10px 2px #dbe3f0;
}
.detail-title{
  text-align: center;
}
.detail-title-sbt{
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 18px;
}
.detail-title-bt{
  font-size: 22px;
  font-weight: bold;
  color: #245399;
  margin-bottom: 18px;
}
.detail-title-fbt{
  font-size: 18px;
  margin-bottom: 18px;
}
.detail-title-fbt{
  font-size: 18px;
  margin-bottom: 18px;
}
.detail-source{
  margin-top: 20px;
  display: flex;
  align-items: center;
  border-bottom: 1px dashed #dfe6f0;
  padding: 15px 0 5px 0;
  flex-wrap: wrap;
  justify-content: center;
}
.source-item{
  min-width: 33%;
  text-align: center;
  padding: 0 10px;
  margin-bottom: 10px;
}

.detail-con{
  padding: 20px 0;
}
.detail-con img,
.detail-con iframe,
.detail-con video{
  max-width: 100%;
}
.detail-fj{
  margin-top: 30px;
  display: flex;
  line-height: 2;
  
}
.detail-fj-list a{
  color: #205da1;
}

/* detailENd */
















/* 移动端 */
@media screen and (max-width: 1200px) {
  .page-content{
    padding: 0 10px;
  }
  .contaniar{
    width: 100%;
  }
  .jkj-head{
    height: auto;
  }
  .index-banner{
    margin-bottom: 20px;
  }
  .jkj-news{
    padding: 10px;
  }
  .jkj-news-left{
    width: 100%;
  }
  .news-slide .news-slide-item{
    height: 300px;
  }
  .jkj-news-right{
    width: 100%;
  }
  .news-item a .news-item-time{
    width: 30%;
  }
  .jkj-two-left{
    width: 100%;
  }
  .jkj-title-tab li:nth-of-type(2){
    margin-left: 20px;
  }
  .jkj-title-tab li:nth-of-type(2)::before{
    left: -10px;
  }
  .jkj-two-right{
    width: 100%;
  }

  /* list */
  .list-left-nav{
    display: none;
  }
  .left-nav-mobile{
    display: block;
  }
  .list-right-con{
    width: 100%;
  }
  .jkj-list{
    padding: 10px;
  }

  /* detailStart */
  .jkj-detail{
    padding: 10px;
  }

  .source-item{
    width: 100%;
    margin-bottom: 10px;
  }
  .source-font{
    display: none;
  }
  .detail-share{
    display: none;
  }
  /* detailENd */
}