/*new-Index*/
.w1600{ width: 16rem;margin:0 auto;}
/*banner*/
.swiper-pagination-bullet {
    width: 0.12rem !important;
    height: 0.12rem !important;
    background: #ffffff !important;
	opacity: 1 !important;
}
.swiper-pagination-bullet-active {
  width: 0.4rem !important; height: 0.12rem !important;
  border-radius: 0.1rem !important;
  opacity: 1;
  background: #c53030 !important;
}
.swiper-container .swiper-pagination {
    bottom:0.3rem !important;
}



.njcb_banner .swiper-container .swiper-slide img{ width:100%;}
/*最新公告*/
.zxgg{ background: #F2F2F2;}
   .zxggcon {
            max-width: 100%;
            margin: 0 auto;
            overflow: hidden;
            height: 0.8rem;
            position: relative;
        }
        
        .zxgg_l {
            position: absolute;
            left: 0;
            top: 0;
            height: 100%;
            display: flex;
            align-items: center;
            z-index: 2;
            min-width: 1.8rem;
        }
        
        .msg-icon {
            width: 0.3rem;
            height: 0.3rem;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 0.12rem;
        }
        
        .msg-icon img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }
        
        .zxgg_l span {float: left;
            font-size: 0.18rem;
            font-weight: 700;
            color: #212529;
        }
        
        /* 公告内容区 */
        .zxgg_con {
            height: 100%;
            margin-left: 1.8rem;
            padding-right: 1.5rem;
            overflow: hidden;
            position: relative;
        }
        
        .zxgg_con ul {
            position: absolute;
            top: 0;
            left: 0;
            width: auto;
            list-style: none;
            transition: transform 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
        }
        
        .zxgg_con li {
            height: 0.8rem;
			line-height: 0.8rem;
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 0 0.2rem;
           
            transition: background 0.3s ease;
        }
        .zxgg_con a {
            font-size: 0.16rem;
            color: #212529;
            text-decoration: none;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            padding-right: 0.2rem;
            flex: 1;
            transition: color 0.3s ease;
        }
        
        .zxgg_con a:hover {
            color: #c00;
        }
        
        .zxgg_con span {
            font-size: 0.16rem;
            color: #6c757d;
            
        }
        
        /* 查看更多按钮 */
        .zxgg_more {
            position: absolute;
            right: 0;
            top: 0;
            height: 100%;
            width: 1.2rem;
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 2;
            font-size: 0.16rem;
            color: #212529;
            font-weight: 500;
            text-decoration: none;
            padding-left: 0.25rem;
            
            transition: all 0.3s ease;
        }               
        .zxgg_more:hover {
            color: #c00;
        }  
		  
/*侧边栏*/
.njcb_cbl{
	position: fixed;
    right: 0;
    top: 50%;
    width: 1.06rem;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0, -50%);
    text-align: center;
    z-index: 300;  
}

.njcb_tool li,
.njcb_tool2 li{margin:0.2rem 0.1rem;
    position: relative;
    display: block;
}
.njcb_tool li a,
.njcb_tool2 li a{
	display: flex;              
        flex-direction: column;      
        justify-content: center;     
        align-items: center;         
        width: 0.86rem;
        height: 0.86rem;
        background-color: #f26024;   
        text-decoration: none;       
        border-radius: 50%;          
        transition: background 0.3s;    
}
.njcb_tool li a:hover { transform: translateY(-2px);
        background-color: #e0551b;   /* 可选：悬停深色 */
    }
.njcb_tool li a img,
.njcb_tool2 li a img{ 
	display: block;  
        max-height: 0.4rem;  
	width: 0.25rem;}
.njcb_tool li a span,
.njcb_tool2 li a span{ 
	color: #FFFFFF;          
        font-size: 0.14rem;        
        margin-top: 0.08rem;      
}
.njcb_tool .yinc{ 
	background: #FFFFFF;
	box-shadow: 0 0.04rem 0.08rem rgba(0, 0, 0, 0.2);	
	}
.njcb_tool .yinc span{color: #f26024;}
.njcb_tool li .yinc:hover,
.njcb_tool2 li .zhankai:hover{ 
        background: #FFFFFF; 
    }
.njcb_tool2 .zhankai{
	background: #FFFFFF;
	box-shadow: 0 0.04rem 0.08rem rgba(0, 0, 0, 0.2);	
	}
.njcb_tool2 .zhankai img{
	transform:rotate(180deg);	
	}
.njcb_tool2 .zhankai span{color: #f26024;}
.njcb_tool2 li .zhankai:hover { 
        background: #FFFFFF; 
    }
/*热点推荐*/
 .rdtj-con{position: relative;
	 margin-top: 0.4rem;
	 margin-bottom: 0.4rem;
	 padding-bottom: 0.4rem;
	 overflow: hidden;
 }
 .rd-title{position: relative;
	 border-bottom: 1px solid #ccc;
    line-height: 0.6rem;
    height: 0.6rem;
 }
 .rd-title li{ list-style-type: none; position: relative;}
  .rd-title li span{color:#333333;
	  font-weight: bold;
    float: left;
    font-size: 0.24rem;
  }
   .rd-title li a{
	       float: right;
    font-size: 0.16rem;
   }
   .rdtj-con .rd-title::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0.96rem;
    height: 0.03rem;
    background: #c00;
    z-index: 2;
}
.rdcon p{     background: #f2f2f2; height: 0.85rem; overflow: hidden;
    line-height: 0.85rem;
    font-size: 0.18rem;}
	.rdcon {
            width: 100%;
            margin-top: 0.6rem;
            position: relative;
        }
        
      
 .swiper-container2 {
        width: 100%;
        height: 100%;
    }
   .swiper-container2 .swiper-slide {
        text-align: center;
        font-size: 0.18rem;
        background: #fff;
        width: 31.33% !important;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
	   .swiper-container2 .swiper-slide a{ display: block; width: 100%;}
	      .swiper-container2 .swiper-slide a img{ width: 100%; height: 3.2rem; border-radius: 10px 10px 0 0;}
.swiper-container2 .swiper-pagination-bullet {
    width: 0.35rem !important;
    height: 0.06rem !important;
    background: #CCCCCC !important;
	opacity: 1 !important;border-radius: 10px !important;
}
.swiper-container2 .swiper-pagination-bullet-active {
  width: 0.6rem !important; height: 0.06rem !important;
 background: #CC0000 !important;
}
.swiper-container2 .swiper-pagination-bullets {
   line-height: 0.4rem;
    text-align: center;
    position: absolute;
    bottom: -0.4rem !important;
}
/*动态新闻*/
.con-part1{ overflow: hidden; margin: 0.6rem auto;}
.xwsd{ width: 48%; float: left;}
.xwsd-title{position: relative;
	 border-bottom: 1px solid #ccc;
    line-height: 0.63rem;
    height: 0.63rem;
 }
 .xwsd-title li{ list-style-type: none; position: relative;}
  .xwsd-title li span{color:#333333;
	  font-weight: bold;
    float: left;
    font-size: 0.24rem;
  }
   .xwsd-title li a{
	       float: right;
    font-size: 0.16rem;
   }
   .xwcon,.whdtcon{ margin-top: 0.1rem;}
   .xwsd-con .xwsd-title::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0.96rem;
    height: 0.03rem;
    background: #c00;
    z-index: 2;
}
.xw_list li {position: relative;
    text-decoration: none;
    display: block;
    width: 100%;
    height: 0.46rem;
    line-height: 0.46rem;
}
.xw_list li:hover,.xw_list li:hover a{ color: #C53030;}
.xw_list li a:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0.2rem;
            width: 0.05rem;
            height: 0.05rem;
            background-color: #000000;
            border-radius: 50%;
        }
.xw_list li:hover a:before {
            background-color: #C53030;
        }
.xw_list a {margin-left: 0.2rem;color:#323232;
    float: left;
    display: block;
    width: 80%;
    height: 0.46rem;
    font-size: 0.16rem;
    line-height: 0.46rem;
	overflow: hidden;
}
.xw_list span {
    height: 0.46rem;
    font-size: 0.16rem;
    line-height: 0.46rem;
    float: right;
}

.tab {position: relative;
    cursor: pointer;
    margin-right: 0.3rem;
    display: inline-block;
}
.tab-content {
    display: none;
}
.tab-content.active {
    display: block;
}
.more-link {
    position: absolute;
    right: 0.1rem;
}
/*.more-link[data-tab="tab1"] {
    right: 120px;
}
.more-link[data-tab="tab2"] {
    right: 10px;
}*/
.dtzx{width: 48%; float: right;}
.dtzx-title li span {
    font-weight: bold;
    float: left;
    font-size: 0.24rem;
    color: #333;
}
.dtzx-title li {    border-bottom: 1px solid #ccc;
    list-style-type: none;
    position: relative;
	overflow: hidden;
}
.dtzx-title li a {
    float: right;
    font-size: 0.16rem;
}
.dtzx-title {
    position: relative;
    line-height: 0.6rem;
    height: 0.6rem;
}
.tab.active {
    font-weight: bold;
    border-bottom: 0.03rem solid #CC0000;
}
  .tab:first-child::after {
            content: "";
            position: absolute;
            right: -0.15rem;
            top: 50%;
            transform: translateY(-50%);
            height: 40%;
            width: 0.02rem;
            background-color: #333333;
        }

@media (max-width: 767px){
	.nav{ display: none;}
	.swiper-container img{ width: 100%;}
	.swiper-pagination {
    bottom: 0px !important;
}
/*侧边栏*/
	.njcb_tool li a img, .njcb_tool2 li a img {
    width: 0.4rem;
}
.njcb_tool li a span, .njcb_tool2 li a span {
    font-size: 0.2rem;
}
.njcb_tool li a, .njcb_tool2 li a {
    width: 1.2rem;
    height: 1.2rem;
}
.njcb_cbl {
    width: 1.3rem;
}
/*重要公告*/
.zxggcon {
    width: 96%;
}
.msg-icon {
    width: 0.35rem;
    height: 0.35rem;
}
.zxgg_l span {
    font-size: 0.24rem;
}
.zxgg_more {display: none;
    width: auto;
    font-size: 0.24rem;
}
.zxgg_con ul{ width:100%;}
.zxgg_con li {
    padding: 0 0.1rem;
}
.zxgg_con {
    margin-left: 1.5rem;
}
.zxgg_l { min-width: 1rem;}
.zxgg_con a {
    font-size: 0.24rem;
    padding-right: 0.1rem;
}
.zxgg_con span {display:none;
    font-size: 0.24rem;
}
/*热点推荐*/
.rdtj-con {
        width: 96%;
        margin-top: 0.2rem;
        margin-bottom: 0.2rem;
        padding-bottom: 0.4rem;
}
.rd-title li span {
    font-size: 0.3rem;
}
.rd-title li a {
    font-size: 0.24rem;
}
.rdcon {
    margin-top: 0.4rem;
}
.rdcon p {
    font-size: 0.26rem;
}
.swiper-container2 .swiper-slide {
    width: 100% !important;
}
.swiper-container2 {
    bottom: -0.34rem !important;
}
/*新闻动态*/
.con-part1 {
    width: 100%;
    margin: 0.4rem auto 0;
}
.xwsd {
    margin: 0 auto;
    width: 96%;
    float: none;
}
.xwsd-title li span {
    font-size: 0.3rem;
}
.xwsd-title li a {
    font-size: 0.24rem;
}
.xw_list a {width:78%;
    font-size: 0.24rem;
}
.xw_list span {
    font-size: 0.24rem;
}
.xwsd-con .xwsd-title::before,
.rdtj-con .rd-title::before{
    width: 16%;
}
.dtzx {
    width: 96%;
    float: none;
    margin: 0.2rem auto;
}
.dtzx-title li span {
    font-size: 0.3rem;
}
.tab.active {
    border-bottom: 0.04rem solid #CC0000;
}
.dtzx-title li a {
    font-size: 0.24rem;
}

}
@media screen and (min-width: 768px) and (max-width: 1199px){
	
	.nav{ display: none;}
		.swiper-container img{ width: 100%;}
		.swiper-pagination {
	    bottom: 0px !important;
	}
	/*重要公告*/
	.zxggcon {height: 1.8rem;
	    width: 96%;
	}
	.msg-icon {
	    width: 0.6rem;
	    height: 0.6rem;
	}
	.zxgg_l span {
	    font-size: 0.4rem;
	}
	.zxgg_more {
	    width: auto;
	    font-size: 0.35rem;
	}
	.zxgg_con li {height: 1.8rem;
            line-height: 1.8rem;
	    padding: 0 0.1rem;
	}
	.zxgg_con {
	    margin-left: 2.5rem;
	}
	.zxgg_l { min-width: 1rem;}
	.zxgg_con a {
	    font-size: 0.4rem;
	    padding-right: 0.1rem;
	}
	.zxgg_con span {
	    font-size: 0.4rem;
	}
	/*热点推荐*/
	.rdtj-con {
	        width: 96%;
	        margin-top: 0.2rem;
	        margin-bottom: 0.2rem;
	        padding-bottom: 0.4rem;
	}
	.rd-title li span {
	    font-size: 0.4rem;
	}
	.rd-title li a {
	    font-size: 0.35rem;
	}
	.rdcon {
	    margin-top: 0.4rem;
	}
	.rdcon p {height: auto;
	    line-height: 1.5rem;
        font-size: 0.4rem;
	}
	.swiper-container2 .swiper-slide {
	    width: 100% !important;
	}
	.swiper-container2 .swiper-slide a img {
    height: 6.4rem;
}
	.swiper-container2 {
	    bottom: -0.34rem !important;
	}
	/*侧边栏*/
	.njcb_tool li a img, .njcb_tool2 li a img {
    width: 0.5rem;
}
.njcb_tool li a span, .njcb_tool2 li a span {
    font-size: 0.3rem;
}
.njcb_tool li a, .njcb_tool2 li a {
    width: 1.6rem;
    height: 1.6rem;
}
.njcb_cbl {
    width: 1.8rem;
}
	/*新闻动态*/
	.con-part1 {
	    width: 100%;
	    margin: 0.4rem auto 0;
	}
	.xwsd-title,.dtzx-title {
    line-height: 0.8rem;
    height: 0.8rem;
}
	.xwsd {
	    margin: 0 auto;
	    width: 96%;
	    float: none;
	}
	.xwsd-title li span {
	    font-size: 0.4rem;
	}
	.xwsd-title li a {
	    font-size: 0.35rem;
	}
	.xw_list a {  
    width: 85%;
    height: 1.2rem;
    line-height: 1.2rem;
	font-size: 0.4rem;
	}
	.xw_list li {
    height: 1.2rem;
    line-height: 1.2rem;
}
.rdtj-con .rd-title::before,
.xwsd-con .xwsd-title::before{
    width: 9%;
}
	.xw_list span {height: 1.2rem; line-height: 1.2rem;
	    font-size: 0.35rem;
	}
	.dtzx {
	    width: 96%;
	    float: none;
	    margin: 0.2rem auto;
	}
	.dtzx-title li span {
	    font-size: 0.4rem;
	}
	.tab.active {
	    border-bottom: 0.04rem solid #CC0000;
	}
	.dtzx-title li a {
	    font-size: 0.35rem;
	}
	.xw_list li a:before {
    top: 0.54rem;
    width: 0.1rem;
    height: 0.1rem;

}
	
}