* {
  margin: 0;
  padding: 0;
}

/* .headers-navbar {
  width: 100%;
  justify-content: space-around !important;
} */

  .banner-container
  {
      margin-bottom: 30px;
  }
  .banner-image {
      width: 100%; 
      object-fit: cover;
  }

.top-image-bg{
	background: url(https://statics.kjrb.com.cn/files/static/jnsc-top-img.jpg) no-repeat center;
	background-size: cover;
  height:731px;
}
.top-image{
	height:731px;
	position: relative;
}
.site-logo
{
  width: 160px;
}



.jlsc-title-logo
{
   height: 45px;
}
.jnct-top{
  padding-top: 60px;
}
.xwdt-title{
   color: #2c5ccbff;
   font-size: 28px; 
}
.xwdt-more
{
  color: #fff;
  padding: 8px 25px;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  width: 100px;
  border-radius: 20px;
  background: #06a3f8ff;
}
.xwdt-more:hover,
.xwdt-more:active {text-decoration: none;cursor: pointer;outline: none;color: #fff;text-decoration: none !important;}

.xwdt{
    border: none !important;
    line-height: 62px; 
}
.xwdt-title{
  line-height: 50px;
}
 
 
.xwdt-logo
{
  height: 50px;
  padding-right: 10px;
}

.jlsc-title-img{
  padding-left: 100px;
}

/* 新闻动态*/
.new-box{
  margin-left: 0px;
  margin-right: 0px;
}
.new-box .col-md-6{
  padding: 0;
}
.new-box .row{
  margin-left: 0px;
  margin-right: 0px;
}
 
/* 新闻轮播 */
#newsCarousel {
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    position: relative;
}
#newsCarousel .carousel-caption-custom
{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    padding: 0px  70px 0 20px;
    color: white;
    line-height: 40px;
}
#newsCarousel .new-carousel-indicators{
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 5px;
}
#newsCarousel .new-carousel-indicators .control-prev{
    background: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease;
}

 #newsCarousel .new-carousel-indicators .control-prev:hover {
      opacity: .8;
  }

#newsCarousel .carousel-caption-custom .new-title
{
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#newsCarousel .carousel-item img {
    height: 373px;
    object-fit: cover;
}

.text-title{
    font-size: 18px; 
    line-height: 40px;
    padding-left: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}






/* 培育新主体 */
.xztj-card{
  border: none !important;
}
.xztj-card img{
    height: 240px;
    object-fit: cover;
}
.xztj-card .card-body
{
    padding: 0px;
}
.xztj-card .card-title
{
    margin-top:15px;
    font-weight: 400;
    font-size: 19px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 5px;
}
.xztj-card .btns
{
   border: 1px solid #a6a6a6;
}
/** 我为北京代言*/
.left-img{
    height: 339px;
}
.right-img{
    height: 165px;
}
.video-card .video-play{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: url(https://statics.kjrb.com.cn/files/static/kepu/jnsc2025/jlsc-play.png) no-repeat center;
    background-size: contain;
    /* -moz-box-shadow:0px 0px 5px 2px #f3f3f3;
    -webkit-box-shadow:0px 0px 5px 2px #f3f3f3;
     box-shadow:0px 0px 5px 2px #f3f3f3; 
    border-radius: 50%; */
}
.video-card .video-body{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    line-height: 40px;
    margin-left: 15px;
    margin-right: 15px;
}
.video-card .video-title
{
    font-size: 18px;
    padding: 0 15px  0 15px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/** 实施新工程**/
.xgc-text-title
{
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.xgc-text-muted
{
    font-size: 14px;
    height: 105px;
    margin-bottom: 20px;

    display: -webkit-box;          /* 启用弹性盒模型（旧版） */
    -webkit-box-orient: vertical;  /* 子元素垂直排列 */
    -webkit-line-clamp: 5;         /* 限制显示5行 */
    overflow: hidden;              /* 隐藏超出内容 */
}
.xgc-indicators
{
    background-color: #015293;
    width: 100px;
    z-index: 999;
}


#xgcCarousel .carousel-indicators{
  background: #ffffff; 
  border-radius: 36px;
  width: 64px;
  margin: 0;
  bottom: -30px;
  right: -80px;
  left: initial;
  box-shadow: 0 0px 10px 0 #57a68f80;
}
#xgcCarousel .carousel-indicators li{
  width: 64px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  opacity: 1;  
  cursor: pointer;
  color: #828794;
  font-size: 22px; 
  margin: 0;
  border-radius: 50%;
  border: 0px;
  text-indent: 0;
}
#xgcCarousel .carousel-indicators .active
{
  background: #12b889;
  box-shadow: 0 0px 10px 0 #57a68f80;
  color: #fff;
}

.play-btn-box .active
{
  background: #12b889;
  box-shadow: 0 4px 10px 0 #57a68f80;
  border-radius: 50%;
  color: #fff;
}
.play-btn
{
  width: 64px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  opacity: 1;  
  cursor: pointer;
  color: #828794;
  font-size: 22px;
}


.xgc-box{
  height: 395px; 

}
.xgcimg-box{ 
    -moz-box-shadow:0px 0px 5px 2px #f3f3f3;
    -webkit-box-shadow:0px 0px 5px 2px #f3f3f3; 
    border-radius: 18px;
    background-color: #fff;
}
.xgcimg-box img{
    border-radius: 18px  0 0 18px;
    height: 395px; 
}
.xgcbox-number
{
    /* position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    z-index: 999;
    color: #fff; */
    opacity: 1;
    color: #828794;
    text-align: left;
    font-size: 36px;
    font-weight: 500;
    width: 100px;
    height: 395px; 
    opacity: 0.5; /* 整体透明度50% */
}
.xgcimg
{
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    z-index: 999;
}

/** 塑造新动能 **/
.xdr{
  border: 1px solid #e8e8e8;
}
.xdr-card{
  position: relative;
  
}
.xdr-card img{
    height: 240px;
    width: 100%;
    object-fit: cover; 
}
.xdr-card .xdr-body{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    line-height: 40px; 
}
.xdr-card .xdr-title
{
    font-size: 18px;
    padding: 0 15px  0 15px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.xdr .list-group-item{
  border: none;
  background-color: #fff;
      overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.xdr .list-group-item:hover{
    color: #fff;
    background: #12b889;
}


.xdr ul.circle-list {
  list-style-type: circle;
}
.xdr ul{
  padding: 0;
  margin: 0; 
}
.xdr li{
  padding: 0 15px  0 15px;
  line-height: 30px;
  font-size: 19px;
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.xdr li:hover {
  color: #fff;
  background: #12b889;
}
/** 专题 **/
.zt-prev,.zt-next{
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;  
  align-items: center;  
  justify-content: center;  
  padding: 0; 
  text-align: center;
  background: none;
  cursor: pointer;
  opacity: 0.5; /* 整体透明度50% */
  border: 0; 
}
.zt-prev{
  left: -50px;
}
.zt-next{
  right: -50px;
}
.zt-prev img,.zt-next img{
    width: 30px;
    height: 30px;
}
.zt-prev:hover,.zt-next:hover{
    opacity: 0.9; /* 整体透明度50% */
}
.family-swiper
{
      position: relative;
      width: 100%;
      overflow: hidden;
}
.family-swiper .swiper-slide {
    width: 20%;
    padding: 0 10px;
}
.family-swiper .swiper-slide img{
    height: 238px;
}
 

/* 五、多列左右滚动演示 */
.domo-pic-scroll-lr {
    height: 200px;
    position: relative;
    margin: 0 auto;
    width: 100%;
}

.domo-pic-scroll-lr .conts li {
    float: left;
    text-align: center;
    width: 190px;
    height: 120px;
    font-size: 16px;
    font-style: italic;
    font-weight: 700;
    text-align: center;
    color: #317bac;
    line-height: 120px;
    padding: 0 10px;
    border-radius: 8px;
    vertical-align: top;
}

.domo-pic-scroll-lr .conts li .s1 {
    width: 190px;
    height: 120px;
}

.domo-pic-scroll-lr .conts li a {
    color: #317bac;
    background: #fff;
    display: block;
    width: 190px;
    height: 120px;
    border-radius: 8px;
}

.domo-pic-scroll-lr .conts li a:hover {
    color: #fff;
    background: #4ad585;
    text-decoration: none;
}

.domo-pic-scroll-lr .textList {
    text-align: center;
    height: 40px;
    line-height: 20px;
    padding: 0px 15px;
    color: #1eb4e5;
    font-size: 12px;
    overflow: hidden;
}

.domo-pic-scroll-lr .textList .pageNav {
    line-height: 20px;
    color: #1eb4e5;
}

.domo-pic-scroll-lr .textList .pageNav font {
    font-size: 14px;
    padding: 0 5px;
    line-height: 20px;
    color: #b2d5ed;
    font-style: italic;
}

.domo-pic-scroll-lr .textList .pageNav .current {
    font-size: 18px;
    padding-right: 8px;
}

.domo-pic-scroll-lr .prev, .domo-pic-scroll-lr .next {
    z-index: 1;
    position: absolute;
    top: 52%;
    margin-top: -25px;
    display: block;
    width: 36px;
    height: 36px;
    line-height: 34px;
    font-size: 22px;
    color: #fff;
    box-shadow: 0px 4px 10px 0px rgba(16,124,195,1);
    -webkit-box-shadow: 0px 4px 10px 0px rgba(16,124,195,1);
    -moz-box-shadow: 0px 4px 10px 0px rgba(16,124,195,1);
    border-radius: 50px;
    background: #b2d5ed;
    text-align: center;
    font-family: "Comic Sans MS", cursive;
    cursor: pointer;
}

.domo-pic-scroll-lr .prev {
    left: -70px;
    background: #212121;
}

.domo-pic-scroll-lr .prev:hover, .domo-pic-scroll-lr .next:hover {
    background: #3dc878;
    color: #fff;
}

.domo-pic-scroll-lr .next {
    right: -70px;
    background: #212121;
}

.domo-pic-scroll-lr .tabs {
    width: 100%;
    height: 11px;
    line-height: 11px;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

.domo-pic-scroll-lr .tabs ul {
    text-align: center;
    height: 11px;
}

.domo-pic-scroll-lr .tabs ul li {
    line-height: 999px;
    width: 11px;
    height: 11px;
    border-radius: 11px;
    margin: 0 5px;
    cursor: pointer;
    background: #b2d5ed;
    cursor: pointer;
    display: inline-block;
    *display: inline;
    zoom:1; overflow: hidden;
}

.domo-pic-scroll-lr .tabs ul .current {
    background: #4ad585 !important;
}






.top-image-logo{
	position:absolute;
	background: url(../../images/jnsc/top-image-logo.png) no-repeat center;
	height:69px;
	width:305px;
	right:0px;
	top:35px;
}
.top-image-jcsn{
	position:absolute;
	background: url(../../images/jnsc/top-image-jcsn.png) no-repeat center;
	height:221px;
	width:529px;
	left:30px;
	top:100px;
} 
.top-image-text{
	position:absolute;
	left:30px;
	top:300px;
	font-size: 48px;
	color:#fff;
	letter-spacing:6px;
	font-family: Source Han Sans CN;
}
.top-image-circle1{
	position:absolute;
	background: url(../../images/jnsc/top-image-circle1.png) no-repeat center;
	height:393px;
	width:393px;
	right:0px;
	bottom:134px;
}
.top-image-circle1-back{
	position:absolute;
	background: url(../../images/jnsc/top-image-circle1-back.png) no-repeat center;
	height:406px;
	width:406px;
	right:0px;
	top:186px;
}
.top-image-circle2{
	position:absolute;
	background: url(../../images/jnsc/top-image-circle2.png) no-repeat center;
	height:270px;
	width:270px;
	right:308px;
	bottom:37px;
}
.top-image-circle3{
	position:absolute;
	background: url(../../images/jnsc/top-image-circle3.png) no-repeat center;
	height:218px;
	width:218px;
	right:552px;
	bottom:114px;
}

.top-image-circle3-back{
	position:absolute;
	background: url(../../images/jnsc/top-image-circle3-back.png) no-repeat center;
	height:227px;
	width:227px;
	right:547px;
	bottom:124px;
}

.title {
  position: relative;
  padding-top: 60px;
  margin-bottom: 85px;
}

.title-text {
  text-align: center;
  font-size: 32px;
  color: #22AC38;
  font-weight: bold;
}

.title-line1 {
  width: 96px;
  height: 2px;
  background: #22AC38;
  margin: auto;
  margin-top: -25px;
  transform: translate(167px, 0px);
}

.title-line2 {
  width: 96px;
  height: 2px;
  background: #22AC38;
  margin: auto;
  margin-top: -2px;
  transform: translate(-167px, 0px);
}

.title-more {
  text-decoration: none !important;
  color: #48CB60;
  border: 1px solid #48CB60;
  border-radius: 25px;
  padding:4px 0;
  width:118px;
  height:32px;
  font-size: 14px;
  text-align: center;
  position: absolute;
  top: 107px;
  right: 0;
  font-weight: 400;
  background: #fff;;
}

.title-more:hover {
  color:#fff;
  background: #f7c210;
  border: 1px solid #f0960f;
  cursor: pointer;
}

.jcsn-content{
  -moz-box-shadow:0px 0px 5px 2px #f3f3f3;
   -webkit-box-shadow:0px 0px 5px 2px #f3f3f3;
   box-shadow:0px 0px 5px 2px #f3f3f3;
   border-radius: 18px 0 0 18px;
}

.jcsn-carousel-image {
  height: 400px;
}

.jcsn-padding {
  padding: 0;
}

.jcsn-carousel-caption {
  background: #262626 !important;
  opacity: 0.85 !important;
  right: initial !important;
  bottom: 0 !important;
  left: initial !important;
  width: 100% !important;
  padding: 0 0 0 25px;
  height: 53px;
}

.jcsn-carousel-text {
  font-size: 21px;
  line-height: 50px;
  color: #fff;

  width: 476px;

  overflow: hidden; 
  text-overflow: ellipsis;
  display: block; 
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1; 
}

.jcsn-carousel-indicators {
  left: initial !important;
  bottom: 10px !important;
  margin: 0;
  margin-bottom: 2px;
  padding-right: 15px;
}

.jcsn-li {
  width: 11px !important;
  height: 11px !important;
  border-radius: 50% !important;
  opacity: 1 !important;
}

.jcsn-carousel-indicators .active {
  background-color: #22AC38;
}

.list-group-home {
  height: 409px;
}

.list-group-home .list-group-item {
  text-decoration: none;
  border: 0;
  padding: 0 0 18px 22px;
}

.jcsn-list-title {
  font-size: 20px;
  font-weight: 600;
  color: #333333;
}

.jcsn-list-title:hover {
  color: #22AC38;
  cursor: pointer;
}

.jcsn-list-text {
  font-size: 12px;
  color: #999999;
  margin-top: 9px;
  margin-bottom:9px;
  text-align: justify;
  overflow: hidden; 
  text-overflow: ellipsis;
  display: -webkit-box; 
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; 
}

.snkp-image{
  background-size: cover;
  height:234px;
  width:350px;
}

.snkp-title{
  margin-top:15px;
  font-weight: 400;
  font-size: 19px;
}
.snkp-list{
  margin-bottom:15px;
  max-width: 380px;
}

.snkp-list:hover{
  cursor: pointer;
}

.kjzn-image{
  height:146px;
}
.kjzn-card{
  margin:10px;
  border:none;
  width: 260.55px;
}

.kjzn-card:hover{
  cursor: pointer;
}

.kjzn-card:hover .kjzn-list-text{
    color:#fff;
}
.kjzn-card:hover .kjzn-title{
  color:#fff;
}

.kjzn-card:hover .kjzn-content{
  background: #152f49;
  
}



.kjzn-content{
  padding:10px;
  padding-top:0px;
  height:150px;
}

.kjzn-title{
  margin-top: 10px;
  margin-bottom:15px;
  height:57px;
  overflow: hidden; 
  text-overflow: ellipsis;
  display: -webkit-box; 
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; 
  font-size: 18px;
  font-weight: 400;
  color: #333333;
}

.kjzn-list-text {
  font-size: 12px;
  color: #999999;
  margin-top: 9px;
  margin-bottom:9px;
  text-align: justify;
  overflow: hidden; 
  text-overflow: ellipsis;
  display: -webkit-box; 
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; 
}

.kjzn-carousel-indicators{
  bottom:-60px;
}

.kjzn-carousel-indicators> .active {
  background-color: #ffcc33;
}

.lyxc-list-title {
  font-size: 20px;
  margin-bottom:15px;
  font-weight: 400;
  color: #333333;
  overflow: hidden; 
  text-overflow: ellipsis;
  display: -webkit-box; 
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1; 
}

.lyxc-list-item{
  padding: 0 !important;
  /* padding-top:20px; */
  padding-bottom: 20px !important;
  margin-top:20px;
}

.lyxc-border-item{
  border: none !important;
  border-bottom: 1px dotted #666666 !important;
}

.lyxc-list-item:hover >.lyxc-list-title{
  color:#22AC38;
}

.footer-container{
  background: #0594E1FF;
  height:200px;
}
.footer-text{
  color:#fff;
  text-align: center;
  font-size: 14px;
}
.footer-text>p{
  margin-bottom:5px;
}

.footer-image1{
  height:90px;
  width:290px;
  display: inline-block;
  transform: translate(-5px, 15px);
  margin-top:45px;
}
.footer-image2{
  height:86px;
  width:72px;
  display: inline-block;
  transform: translate(105px, 15px);
  margin-top:45px;
}
.footer-image3{
  height:50px;
  width:110px;
  display: inline-block;
  transform: translate(110px, -10px);
}


.swiper {
  width: 100%;
  padding-bottom: 50px;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
  width: 700px;
  height: auto;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height:auto;
}

.swiper-3d .swiper-slide-shadow-left{
  background-image:none;
}

.swiper-3d .swiper-slide-shadow-right{
  background-image: none;
}

.swiper-pagination-bullet{
  border-radius: 0 !important;
  width:30px !important;
  height: 3px !important;
  background-color: #81bb90;
  opacity: 1 !important;
}

.swiper-pagination-bullet-active{
  background-color: #ffcc33;
}

.headers-nav-link{
  font-size: 24px;
  cursor: pointer;
}

.navbar-expand .navbar-nav .nav-link{
  padding:0 15px;
}
.nav-item:hover{
  color:#086B38;
}

.navbar{
  padding:0px !important;
  background-color: #061530;
   
}

.xyx-nav-item{
  display: grid;
  align-items: center;
}

.nav-item
{
  max-width: 160px;
}
.navbar-nav .nav-link
{
	min-width: 100px;
	font-size: 20px; 
	margin-left: 10px;
  margin-right: 10px;
}
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .nav-link:hover
{
  color: #fff;
}

.navbar-expand .navbar-nav{
  height:70px;
  line-height: 70px;;
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal{
  bottom:-45px;
}
/* 广告   */
.advertising {
    overflow: hidden;
    margin-bottom: 10px;
    margin-top: 10px;
}
@media (max-width: 479px)  {
	.advertising {
	    margin-bottom: 10px;
	}
}
.advertising>a>img {
    width: 100%;
}

/* 栏目内容 */
.column-content-cell { 
	padding: 0;
}
.content-cell{
	margin: 22px 0;
}

.content-page .column-content-cell {
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 12px #ccc;
	background: #fff;
}

.content-page .column-cell {
	padding: 0;
}

.module-cell {
	position: relative;
}

.module-title {
	position: relative;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	font-size: 20px;
	line-height: 2;
}

.module-title.module-point {
	padding-left: 30px;
	margin-top: 22px;
	font-size: 20px;
	line-height: 1;
}

.module-title.module-point:BEFORE {
	content: "";
	position: absolute;
	left: 5px;
	top: 50%;
	margin-top: -4px;
	border-radius: 50%;
	width: 8px;
	height: 8px;
	background-color: #eb3341;
}

.module-description {
	font-size: 16px;
	line-height: 24px;
	color: #808080;
}

.module-img {
	position: relative;
	padding-top: 64%;
	width: 100%;
	background: url(../../images/noPicture.png) no-repeat;
	background-color: #f8f8f8;
	background-size: cover;
	background-position: center;
}

.module-cell.module-img-cell .module-img {
	padding-top: 61.37%;
	border: 1px solid #fff;
}
.module-cell.module-img-cell:hover .module-img {
	border: 1px solid #e60012;
}
.module-cell.module-img-cell .module-title {
	padding: 0 20px;
	height: 46px;
	line-height: 46px;
	background: #fff;
}
.module-cell.module-img-cell:hover .module-title {
	color: #fff;
	background: #e60012;
}


.column-nav-cell {
    padding: 18px 0;
    padding-left: 20px;
    border-bottom: 1px solid #eee;
}
/**************列表****************/
.content-page .media{
    padding: 30px 40px;
}
.list-but {
	height: 150px;
	text-align: center;
}

.content-page .layui-tab-title.one-level-child {
    height: 150px;
    text-align: center;
}

/* 文章内容
------------------------------------------- */
.module-cell .article-title-cell {
	margin-bottom: 30px;
	line-height: 1;
}

.module-cell .article-title {
	margin-bottom: 12px;
	font-size: 26px;
	font-weight: 700;
}

.module-cell .article-description .item {
	margin: 0 10px;
	font-size: 16px;
	color: #9b9c9c;
}

.module-cell .article-content {
	font: 16px/32px "Microsoft Yahei";
}

.module-cell .article-content img {
	max-width: 100% !important;
}

.module-cell .article-content table {
	max-width: 100% !important;
}

.module-cell .article-content embed {
	max-width: 100% !important;
}


.text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: justify;
  transition: .2s max-height;
}



/*轮播样式ʽ*/
li {
  list-style: none;
}
.poster_box {
  overflow: hidden;
  margin: 30px 20px
}
.poster_box h2 {
  font-size: 30px;
  color: #015293;
  font-weight: bold;
  text-align: center;
}
.poster_box h3 {
  font-size: 16px;
  color: #015293;
  margin: 10px 0 35px;
  text-align: center;
}
.poster-main {
    position: relative;
    width: 100%;
    height: 440px!important;
    margin-left: auto;
    margin-right: auto;
}
.poster-main img {
    display: block;
    box-shadow: 0px 0px 10px #222222;
    -webkit-box-shadow: 0px 0px 10px #222222;
}

.poster-main a, .poster-main img {
  display: block;
  width: 100%;
  height: 100%;
}
.poster-main img {}
.poster-main .poster-list {
  width: 1000px;
  height: 500px;
}
.poster-main .poster-list .poster-item {
  width: 200px;
  height: 500px;
  position: absolute;
  left: 0;
  top: 0;
}
.poster-main .poster-list .poster-item .item {
  position: relative;
  width: 100%;
  height: 100%
}
.poster-main .poster-btn {
  position: absolute;
  top: 0;
  cursor: pointer;
  filter: opacity(.5) brightness(1);
}
.poster-main .poster-btn:hover {
  filter: opacity(1) brightness(2);
}
.poster-main .poster-prev-btn {
  left: 0;
  background: url(left.png) no-repeat center center;
}
.poster-main .poster-next-btn {
  right: 0;
  background: url(right.png) no-repeat center center;
}
.poster-item-title {
 background:rgba(42, 42, 42, 0.8) none repeat scroll 0 0 !important;/*实现FF背景透明，文字不透明*/
filter:Alpha(opacity=80); background:#2a2a2a;

  color: #FFF;
  width: 100%;
  height: 52px;
  line-height: 52px;
  position: absolute;
  bottom: 0;
  text-indent: 29px
}
.lunbo_btn {
  height: 15px;
  width: 100%;
  margin: 0px auto;

  position: absolute;
  z-index: 3;
  text-align: center; bottom: 2px
}
.lunbo_btn li {
  width: 14px;
  height: 14px;
  display: inline-block;
  background-color: #b4b5b7;
  border-radius: 50%;
  margin: 0px 2px;
  cursor: pointer;
}
.lunbo_btn li.poster-btn-active {
  background-color: #0b518a;
}



/***** 校园行*****/
a{text-decoration: none;color: #000;}
a:hover,
a:active {text-decoration: none;cursor: pointer;outline: none;color: #029bdf;text-decoration: none !important;}

.xyx-zj{
  width: 2px;
  height: 40px; 
  background: linear-gradient(
    to bottom, 
    rgba(255, 255, 255, 0) 0%,   /* 顶部透明 */
    rgba(255, 255, 255, 1) 50%,  /* 中间纯白 */
    rgba(255, 255, 255, 0) 100%  /* 底部透明 */
  );
}

.xyx-logo1
{
   height: 100px;
}
.xyx-logo2
{
   height: 82px;
}

/* .xwzx-list .list-group-item {
  border: none;
} */

.xwzx-list .text-title {
      width: 100%;
      border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.kpzjjxyhd-box{
  	background: url(https://statics.kjrb.com.cn/files/static/kxjyxyx/kpzjjxyhd-bg.png) no-repeat;
	  background-color: #f8f8f8;
	  background-size: cover;
	  background-position: center;
}
 
.xwzx-list .list-group-item-action
{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 16px 20px;
 
}
.t-title{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 10px;
  text-align: center;
}
.xwzx-list .list-group-item-action:focus,
.xwzx-list .list-group-item-action:hover{
    z-index: 1; 
    text-decoration: none;
    background-color: #fff;
    background:  url(https://statics.kjrb.com.cn/files/static/kxjyxyx/xwzx-l.png) no-repeat left center;
} 
 
 .mtbd ul {
    display: flex;          /* 启用 Flex 布局 */
    justify-content: space-between !important;
    flex-wrap: wrap;        /* 允许换行 */
    gap: 10px;              /* 列间距（可选） */
    padding: 0;             /* 清除默认 padding */
}

.mtbd li {
    flex: 0 0 calc(50% - 25px); /* 每列占 50% 宽度，减去间距 */
    box-sizing: border-box; /* 防止 padding 影响宽度 */
    list-style: disc; /* 移除列表符号 */
    color: #262c32;
    font-size: 20px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    list-style-position: inside; 
    padding: 10px 5px; /* 添加内边距 */
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}
