.newBg {
    background: linear-gradient(145deg, #0A4AB9 0%, rgba(1, 81, 150, 0) 60%), url('../img/news/newsbanner.png') no-repeat !important;
}

.public .banner-nav a {
    width: auto;
    margin-right: 0.1rem;
    width: 1.6rem;
    padding: 0 !important;
}

.news5_1{
    width: 14rem;
    /* padding: 0.6rem 2.6rem 1rem; */
    padding-bottom: 1rem;
    padding-top: 0.6rem;
    margin: 0 auto;
    box-sizing: border-box;
}

.news5_1 .news5_1-list{
    margin-top: 0.5rem;
}

.news5_1 .news5_1-list .news-item{
    display: flex;
    align-items: center;
    width: 100%;
    height: 1.32rem;
    background: #F8F8F8;
    padding: 0 0.4rem;
    margin-bottom: 0.27rem;
    box-sizing: border-box;
}

.news5_1 .news5_1-list .news-item:hover{
    box-shadow: 0px 0px 0.07rem 0.01rem rgba(59,59,59,0.13);
}

.news5_1 .news5_1-list .news-item:last-child{
    margin-bottom: 0;
}

.news5_1-list .news-item .ni-left {
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    color: #333333;
    text-align: center;
    margin-right: 0.4rem;
}

.news-item .ni-left .le-top{
    font-weight: bold;
    font-size: 0.2rem;
}

.news-item .ni-left .le-bottom{
    font-size: 0.14rem;
    white-space: nowrap;
}

.news-item .ni-right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.news-item .ni-right .ni-center{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.2rem;
    color: #333333;
}

.news-item .ni-right .ni-img{
    width: 0.36rem;
    height: 0.36rem;
}

.news-item .ni-bor{
    width: 0.01rem;
    height: 0.7rem;
    background: #D5D5D5;
    margin-right: 0.4rem;
}


/* 页码 */
.page {
	width: fit-content;
	margin: 0 auto;
	margin-top: 0.5rem;
    margin-bottom: 0 !important;
	display: flex;
	align-items: center;
}

.page .list {
	display: flex;
	align-items: center;
	color: rgba(109, 109, 109, 1);
}

.page .list .item {
	display: block;
	width: 0.32rem;
	height: 0.32rem;
	margin-left: 0.03rem;
	margin-right: 0.03rem;
	border: 0.01rem solid rgba(56, 102, 240, 0);
	text-align: center;
	line-height: 0.32rem;
	font-size: 0.14rem;
	color: rgba(109, 109, 109, 1);
	cursor: pointer;
	overflow: hidden;
}

.page .list .item:hover {
	background: #0B4DB2;
	color: white;
	border: 0.01rem solid var(--c);
}

.page .list .active {
	background: #0B4DB2;
	color: white;
	/* border: 0.01rem solid var(--c); */
}

.page .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 0.32rem;
	height: 0.32rem;
	margin-left: 0.08rem;
	margin-right: 0.08rem;
	border: 0.01rem solid #ededed;
	cursor: pointer;
	overflow: hidden;
	background-color: #fff;
}

.page .btn img {
	height: 0.11rem;
	object-fit: contain;
}

.page .prev::after {
	content: '<';
}

.page .next::after {
	content: '>';
}

.page .prev::after,
.page .next::after {
	position: absolute;
	font-size: 0.16rem;
	font-family: '宋体';
	color: rgba(109, 109, 109, 1);
	font-weight: bold;
}

.page .btn:hover {
	background: rgba(226, 225, 225, 1);
}
.page .btn:hover::after {
	color: #fff;
}

.page .disable {
	opacity: 0.5;
}

.page .btn:hover img {
	filter: brightness(0) invert(1);
}

.page .total {
	margin-right: 0.23rem;
	font-size: 0.14rem;
	color: #333333;
}

.page .to_page {
	font-size: 0.14rem;
	color: rgba(109, 109, 109, 1);
	margin-left: 0.08rem;
}

.page .to_page input {
	width: 0.6rem;
	height: 0.31rem;
	margin: 0 0.05rem;
	padding: 0 0.1rem;
	border-radius: 0.01rem 0.01rem 0.01rem 0.01rem;
	border: 0.01rem solid rgba(226, 225, 225, 1);
	outline: none;
	font-size: 0.14rem;
	color: rgba(109, 109, 109, 1);
	background: transparent;
}

.page .list .list-dot{
    border: none;
}

/* 党群之窗 */

.news-sw{
    position: relative;
    width: 100%;
    height: 4rem;
    margin-top: 0.5rem;
}

.sw-item{
    display: flex;
    width: 100%;
}

.sw-item .item-img{
    width: 6.9rem;
    height: 4rem;
}

.sw-item .item-content{
    width: 7.1rem;
    height: 4rem;
    padding: 0.84rem 0.5rem 0 0.6rem;
    background: url('../img/news/polibg.png') no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
}

.sw-item .item-content .con-title{
    padding-bottom: 0.19rem;
    margin-bottom: 0.28rem;
    border-bottom: 0.01rem solid #0B4DB2;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-size: 0.22rem;
    color: #222222;
}

.sw-item .item-content .con-text{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-size: 0.16rem;
    color: #222222;
    line-height: 0.3rem;
}

.sw-item .item-content .con-time{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-size: 0.16rem;
    color: #646464;
    margin-top: 0.65rem;
}

.news-sw .swiper-pagination{
    position:absolute;
    bottom: 0;
    left: 12.46rem !important;
    bottom: 0.19rem!important;
    width: 1.04rem !important;
    height: 0.1rem; /* 设置分页器容器的高度 */
    display: flex; /* 使用Flexbox布局 */
    justify-content: center; /* 水平居中对齐 */
    align-items: center; /* 垂直居中对齐 */
}

/* 激活状态 */
.news-sw  .swiper-pagination-bullet {
    background: #DBDBDB;
    width: 0.2rem; /* 未激活时的宽度 */
    height: 0.04rem; /* 未激活时的高度 */
    margin-right: 0.15rem; /* 设置左右间距 */
    opacity: 0.5; /* 透明度 */
    border-radius: 0;
    transition: opacity 0.3s; /* 添加过渡效果 */
}

/* 激活状态的样式 */
.news-sw .swiper-pagination-bullet-active {
    background: #0B4DB2;
    width: 0.34rem; /* 激活时的宽度 */
    height: 0.04rem; /* 激活时的高度 */
    border-radius: 0;
    opacity: 1; /* 激活时的透明度 */
}

.news5_1 .politi{
    width: 100%;
    box-sizing: border-box;
    flex-direction: column;
    margin-top: 0.5rem;
}

.news5_1 .politi .politi-item{
    display: flex;
    align-items: center;
    width: 100%;
    height: 2.8rem;
    margin-bottom: 0.2rem;
    box-sizing: border-box;
}

.news5_1 .politi .politi-item:hover{
    background: #F9FBFF;
    box-shadow: 0px 4px 7px 1px rgba(0,0,0,0.16);
}

.news5_1 .politi .politi-item:last-child{
    margin-bottom: 0;
}

.politi-item .politi-img{
    width: 3.15rem;
    height: 1.9rem;
    margin-left: 0.36rem;
    margin-right: 0.4rem;
}

.politi-item .politi-img img{
    object-fit: cover;
}

.politi-item .politi-content{
    width: 7.16rem;
    margin-right: 1.44rem;
    box-sizing: border-box;
}

.politi-item .politi-content .politi-tit{
    margin-bottom: 0.3rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size:0.18rem;
    color: #333333;
}

.politi-item .politi-content .politi-tex{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-size: 0.16rem;
    color: #666666;
    line-height: 0.3rem;
}

.politi-item .politi-right{
    height: 1.28rem;
    padding-left: 0.36rem;
    border-left: 0.01rem solid #CCCCCC;
    box-sizing: border-box;
    font-family: Alibaba Sans, Alibaba Sans;
    color: #707070;
}

.politi-item .politi-right .ri-top{
    font-size: 0.3rem;
    line-height: 0.47rem;
    margin-bottom: 0.03rem;
}

.politi-item .politi-right .ri-center{
    font-size: 0.16rem;
    line-height: 0.25rem;
    margin-bottom: 0.28rem;
}

.politi-item .politi-right .ri-bottom{
    width: 0.12rem;
}

.news5_3{
    width: 14rem;
    margin: 0 auto;
    padding-top: 0.8rem;
    padding-bottom: 1rem;
    box-sizing: border-box;
}

.news5_3 .n-hea{
    padding-bottom: 0.16rem;
    border-bottom: 0.01rem solid #DCDCDC;
}

.news5_3 .n-hea .hea-tit{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.32rem;
    color: #333333;
    text-align: center;
}

.news5_3 .n-hea .hea-state{
    display: flex;
    justify-content: center;
    margin-top: 0.4rem;
}

.hea-state .state{
    margin-right: 1rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-size: 0.16rem;
    color: #999999;
}

.news5_3 .n-content{
    margin-top: 0.3rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-size: 0.16rem;
    padding-bottom: 0.4rem;
    border-bottom: 0.01rem solid #DCDCDC;
    color: #333333;
}

.news5_3 .n-content .conTex1{
    margin-bottom: 0.07rem;
}

.news5_3 .n-content .conTex2{
    line-height: 0.3rem;
    margin-bottom: 0.3rem;
}

.news5_3 .n-content .n-con-img{
    margin: 0.3rem auto;
    width: 7.26rem;
}

.news5_3 .n-link{
    display: flex;
    justify-content: space-between;
    margin-top: 0.3rem;
    padding-bottom: 0.28rem;
    border-bottom: 0.01rem solid #DCDCDC;
}

.news5_3 .n-link .n-link-left,
.news5_3 .n-link .n-link-right{
    display: flex;
    align-items: center;
}

.n-link-left .link-left-img{
    padding-right: 0.15rem;
    border-right: 0.01rem solid #9D9D9D;
    margin-right: 0.17rem;
}

.n-link-right .link-left-img{
    padding-left: 0.15rem;
    border-left: 0.01rem solid #9D9D9D;
    margin-left: 0.17rem;
}

.link-left-img{
    width: 0.1rem;
    height: 0.17rem;
}

.news5_3 .n-link .linkTex{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-size: 0.16rem;
    color: #9D9D9D;
}

.newtTex{
    font-size: 0.4rem !important;
}

.newtBor{
    width: 0.6rem !important;
}

.m-title{
    border-bottom: 0!important;
    padding-bottom: 0;
}

.nh-bar{
    width: 0.6rem;
    height: 0.04rem;
    background: #0B4DB2;
}

@media only screen and (max-width: 768px) {
.news-sw{ 
    width:96%;
    margin: 0 auto;
    height: auto;margin-top: .5rem;
}
.politi-item .politi-img{
margin-left: 0.06rem;
    margin-right: 0.14rem;
    width: 2rem;
    height: 1.1rem;
}
.sw-item{
    display: block;
    height: auto;
    overflow: hidden;
}
.sw-item .item-img {
  height: 4rem;
  width: 100%;
  float: left;
  display: block;
}
.sw-item .item-content{
    width: 100%;
    float: left;
}.sw-item .item-content .con-title{
    font-size: 0.26rem;
}
.sw-item .item-content .con-time{
    font-size: 0.24rem;
}
.news-sw .swiper-pagination{
    left: .46rem !important;
}
.news5_1{
    width: 96%;
    height: auto;
    overflow: hidden;
}
.nh-bar{ 
    margin: 0 auto;
}
 .politi-item .politi-content {
    margin-right: 0.08rem;
    width: 5rem;
  }

.news5_1 .politi .politi-item{
    width: 96%;
    margin: 0 auto;
    border-bottom: 1px solid #f7f7f7;
}
.politi-item .politi-content .politi-tit{
    font-size: 0.24rem;
    width: 180px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.politi-item .politi-content .politi-tex{
    font-size: 0.24rem;
    overflow: hidden;
    text-overflow: ellipsis;
}
.politi-item .politi-right .ri-center{
    font-size: 0.18rem;
}
.politi-item .politi-right{
 padding-left: 0.16rem;
}
.politi-item .politi-right .ri-top {
  font-size: 0.22rem;
}
.news5_3{
    width: 92%;
}
.hea-state .state{
    font-size: .24rem;
}
.news5_3 .n-content{
    font-size: .24rem;
}
.news5_3 .n-content .conTex1 img{ 
    margin-bottom: 10px;
    margin-top: 10px;
}
 .hea-state .state:nth-child(1){
     display: none;
 }
 .news5_3 .n-link .linkTex{
     font-size: .24rem;
 }
 
 .news-item .ni-left .le-top{
font-size: .34rem;
 }
 .news-item .ni-left .le-bottom{
     font-size: .2rem;
 }
 .news-item .ni-right .ni-center{
     width: 4rem !important;
    font-size: .24rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
 .news5_1 .news5_1-list {
  margin-top: 0.5rem;
  width: 96%;
  margin: 0 auto;
}
    .page .list .item{
        width: 0.52rem;
        height: 0.52rem;
        line-height: 0.52rem;
        font-size: 0.24rem;
    }
}
