.item-footer-menu:nth-child(4) .cateList{
    display: flex;
    width: 160px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.w1800 {
    width: 16.5rem;
    margin: 0 auto;
}

.w1440 {
    width: 14.4rem;
    margin: 0 auto;
}

a {
    text-decoration: none;
    color: #000;
}


.link-list{
min-width:100%;
max-height:3rem;
overflow-y:auto;
padding:10px 0;
   box-shadow:0px 4px 6px rgba(0, 0, 0, 0.2) !important;

}

.box-ms-wrap {
    width: 1.84rem;
    border-radius: 0.1rem 0 0 0.1rem;
    background: rgb(242, 242, 242);
  
    padding: 0.2rem;
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
}
.closed-code{
    width: 0.133rem;
    height: 0.133rem;
    padding: 0.02rem;
    position: absolute;
    top: 0.14rem;
    right: 0.14rem;
cursor:pointer;
}
.box-ms-title{
    text-align: center;
    font-weight: bold;
    font-size: 0.18rem;
    margin-bottom: 0.1rem;
}
.box-ms-code{
    width: 1.35rem;
    height: 1.35rem;
    background: #fff;
    margin: 0 auto;
}
.box-ms-code img{
    width: 100%;
    height: 100%;
}

/* 修改滚动条的宽度 */
.link-list::-webkit-scrollbar {
  width: 0px; /* 水平滚动条的宽度 */
  height: 0px; /* 垂直滚动条的高度 */
}

/* 修改滚动条的轨道（背景部分） */
.link-list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 0px; /* 轨道的圆角 */
}

/* 修改滚动条的滑块（可移动部分） */
.link-list::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: 0px; /* 滑块的圆角 */
}


header {
    width: 100%;
    /* position: fixed; */
    position: sticky;
    top: 0;
    left: 0;
    z-index: 99;
    background-color: #fff;
height:90px;
}

.headerBg {
    box-shadow: 0.01rem 0.02rem 0.07rem rgba(0, 0, 0, 0.3);
}

.active-addbg {
    background: #fff;
    box-shadow: 0 0.01rem 0.05rem rgba(0, 0, 0, 0.35);
}


.header-box {
width:85% !important;
padding:0 !important;
height:100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menu-item {
    margin-left: 0.4rem;
    position: relative;
}

.second-list {
    position: absolute;
    top: 100%;
    background-color: #fff;
    left: 50%;
    transform: ;
    box-shadow: 0 0.01rem 0.05rem rgba(0, 0, 0, 0.3);
    transform: translateX(-50%) scaleY(0);
    transform-origin: top center;
    transition: all .2s;
    border-radius: 0 0 0.06rem 0.06rem;
    padding: 0.1rem 0;
}

.menu-item:hover .second-list {
    transform: translateX(-50%) scaleY(1);
}

.second-list a {
    display: block;
    padding: 0.1rem 0.3rem;
    white-space: nowrap;
    font-size:16px;
text-align:center;
}

.second-list a:hover {
    background-color: rgb(52, 113, 192);
    color: #fff;
}

.menu-item .title {
    position: relative;
    font-size:16px;
    display: block;
    padding: 0.28rem 0;
}

.menu-item:hover>.title::after {
    width: 100%;
}

.menu-item .title::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0.03rem;
    background-color: rgb(52, 113, 192);
    left: 0;
    bottom: 0;
    transition: all .25s;
}

#menu li {}

.menu-item:hover>.title {
    color: rgb(52, 113, 192);
    font-weight: bold;
}

.menu-item:nth-child(1) {
    margin-left: 0;
}

.left-box-logo {
    display: flex;
    align-items: center;
}

.logo-mess {
    margin-left: 0.15rem;
}

.left-box-logo img {
  height:47px;
}

.logo-mess .name {
    width: 3rem;

    font-size: 0.2rem;
    text-align: justify;
    letter-spacing: 0.011rem;

}

.english {
    font-size: 0.117rem;
    text-align: justify;
}

.right-box-menu {
    display: flex;
    align-items: center;
position:relative;
}



.sousuo {
    display: block;
    width:24px;
    height:24px;
    cursor: pointer;
position:absolute;
right:-100px;
top:50%;
transform:translateY(-50%);
}

.mySwiperIndex {
    position: relative;
}

.mySwiperIndex .swiper-slide {
    position: relative;
}

.biao-wrap {
    margin-top: 15px;
}

.title-center-weight {
    text-align: center;
    font-weight: bold;
    color: rgb(52, 113, 192);
    font-size: 0.32rem;
    padding: 1rem 0;
}

.mySwiperIndex .swiper-slide img {
    width: 100%;
    /* height: 100vh; */
    height: 6.5rem;
    object-fit: cover;
}

.mySwiperIndex .swiper-slide .title-banner {
    position: absolute;
    font-weight: bold;
    font-size: 0.42rem;
    color: #fff;
    z-index: 5;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.mySwiperIndex .swiper-pagination {
    width: auto !important;
    bottom: 3rem !important;
    left: -0.75rem !important;
}

.mySwiperIndex .swiper-pagination-bullet {
    width: 0.5rem;
    height: 0.05rem;
    border-radius: 0 !important;
    background-color: #fff;
    opacity: 1 !important;
}

.mySwiperIndex .swiper-pagination-bullet-active {
    background-color: rgb(52, 113, 192) !important;
}

.gg-info {
    width: 14.4rem;
    background-color: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0.3rem;
    z-index: 10;
    display: flex;
    align-items: center;
    padding: 0.15rem 0.3rem;
    box-sizing: border-box;
}

.gg-info img {
    width: 0.3rem;
    height: 0.3rem;
}

.gg-left {
    display: flex;
    align-items: center;
}

.gg-left span {
    position: initial !important;
    color: rgb(52, 113, 192);
    font-size: 0.18rem;
    padding: 0 0.15rem;
    border-right: 0.01rem solid rgb(52, 113, 192);
}

.gg-right a {
    display: block;
    padding: 0 .3rem;
    font-size: 0.18rem;
    color: rgb(102, 102, 102);
}
.wow a{
font-size: 16px;
    color: #444;
}
.section-2box {
    padding: 0 0 0.6rem 0;
    display: flex;
}

.left-newBox {
    width: 6.88rem;
    /* height: 4.62rem; */
    position: relative;
}

.swiperNew {
    position: relative;
    height: 100%;
}

.swiperNew .swiper-slide {
    position: relative;
    height: 100%;
}

.swiperNew .swiper-slide img {
    height: 100%;
    object-fit: cover;
    width: 100%;

}

.title-box-new {
    position: absolute;
    width: 100%;
    padding: 0.12rem 0.2rem;
    z-index: 3;
    background-color: rgba(0, 0, 0, 0.7);
    bottom: 0;
    left: 0;
    font-size: 0.2rem;
    box-sizing: border-box;
}

.title-box-new a {
    display: block;
    color: #fff;
    font-size: 0.24rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    width: 5rem;

}

.left-newBox .swiper-pagination {
    width: auto !important;
    right: 1rem !important;
    left: auto !important;
    bottom: 0.15rem !important;
}

.left-newBox .swiper-pagination-bullet {
    background-color: #fff !important;
    opacity: 1 !important;
}

.left-newBox .swiper-pagination-bullet-active {
    background: rgb(52, 113, 192) !important;
}

.right-cate-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.right-cate-box::after {
    content: '';
    position: absolute;
    width: 0.4rem;
    height: 0.03rem;
    background-color: rgb(52, 113, 192);
    bottom: -0.01rem;
    left: 0;

}

.right-cate-box a {}

.right-cate-box a img {
    width: 0.2rem;
    display: block;
}


.right-cate-topbox {
    display: flex;
    align-items: center;
}

.right-title-new {
    padding: 15px 0;
    color: rgb(51, 51, 51);
    font-size: 0.24rem;
    cursor: pointer;
    margin-right: 0.4rem;
}

.right-newBox {
    flex: 1;
    margin-left: 0.6rem;
}

.right-title-new {
    position: relative;
}

/* 
.right-title-new.active::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 0.02rem;
    background-color: rgb(52, 113, 192);
    top: 0;
    left: 0;
} */


.right-title-new.active {
    color: rgb(52, 113, 192);
    font-weight: bold;
}

.new-item-box {
    display: block;
}

.new-item-box.active .new-titlebefore {
    display: none;
}

.new-item-box.active .new-title {
    color: #000;
    font-weight: bold;
}
.new-title lable{
font-size:0.2rem;
}
.new-item-box.active .desc-news {
    display: block;

}
.gg-right *{
font-size:0.2rem !important;
}
.new-item-box .desc-news {
    margin-top: 0.17rem;
    font-size: 0.18rem;
    color: rgb(102, 102, 102);
    height: 0.5rem;
    display: none;
}

.news-title-flexBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.news-title-flexBox {
    flex: 1;
}

.new-title {
    width: 5rem;
    padding-right: 0.25rem;
    font-size: 0.18rem;
}

.newflex-topBox {
    flex: 1;
    display: flex;
    align-items: center;
}

.new-titlebefore {
    display: block;
    min-width: 0.04rem;
    height: 0.04rem;
    border-radius: 50%;
    background: rgb(19, 99, 170);
    margin-right: 0.11rem;
}

.new-data {
    margin-right: 0.48rem;
}

.new-item-box {
    padding: 0.22rem 0;
    border-bottom: 1px solid rgb(208, 208, 208);
}

.new-item-box:first-child {
    border-top: 1px solid rgb(208, 208, 208);
}

.new-item-box .new-data {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.month {
    color: rgb(155, 185, 224);
    font-size: 0.18rem;
}

.year {
    color: rgb(173, 173, 173);
    font-size: 0.18rem;
}

.new-title {
    flex: 1;
    color: rgb(68, 68, 68);
    font-size: 0.2rem;
}

.new-item-box:hover .new-title {
    font-weight: bold;
    color: #000;
}

.riqi {
    font-size: 0.18rem;
    color: rgb(102, 102, 102);
}

.new-container {
    display: none;
    /* margin-top: 0.15rem; */
}

.new-container:first-child {
    display: block;
}

.flex-box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.three-right {
    width: 5.6rem;
}

.t-img-list {
    margin-top: 0.38rem;
}

.img-box-t {
    height: 1.56rem;
    border-radius: 0.12rem;
    margin-bottom: 0.26rem;
    overflow: hidden;
}

.img-box-t:last-child {
    margin-bottom: 0;
}

.img-box-t:hover>img {
    transform: scale(1.05);
}

.img-box-t img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .15s;
}


.footer-box {
    height: auto !important;
    padding: 0.86rem 0 0.44rem 0;
    background-color: rgb(245, 245, 245);
}

.info-web {
    margin-left: 0.15rem;
}

.info-web .title-t {
    font-size: 0.18rem;
    text-align: justify;
    color: rgb(0, 0, 0);
}

.info-web .title-en {
    font-size: 0.12rem;
    color: rgb(0, 0, 0);
}

.erm-box {
    width: 1.47rem;
    height: 1.47rem;
    padding: 0.1rem;
    background-color: #fff;
    border-radius: 0.1rem;
    margin:60px auto 0 auto;
    overflow: hidden;
}

.erm-box img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.erm-wrap {
    margin: 0.66rem auto 0 auto;
}

.erm-wrap .erm-title {
    font-size:16px;
    text-align: center;
    color: rgb(153, 153, 153);
    margin-top: 0.1rem;
}

.footer-top {
    display: flex;
justify-content:space-between;
}

.left-f {
    /* width: 4.2rem; */
width:314px;
    margin-right:15px;
}

.top-erBox {
    display: flex;
    align-items: center;
}

.top-erBox img {
    height:47px;
}

.right-f {
width:62.5%;
    margin-left:15px;
}

.right-top-f {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.6rem;
}

.right-t-f-item {
    width:31%;
    padding: 0 0 0.16rem 0;
    border-bottom: 0.01rem solid rgb(180, 181, 176);
    display: flex;
    align-items: center;
    position: relative;
margin-right:3.5%;
}
.right-t-f-item:last-child{
margin-right:0;
}

.right-t-f-item:hover .link-list {
transform:scaleY(1);
}

.link-list {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    box-shadow:0px 4px 6px rgba(0, 0, 0, 0.2);
    z-index: 9;
transform:scaleY(0);
transition:linear .15s;
transform-origin:top center;
}

.link-list a {
    display: block;
    padding:2px 16px;
    font-size:16px;
    color: #b4b5b0;
white-space:nowrap;
}

.link-list a:hover {
    color: #fff;
    font-weight: bold;
    background: rgb(52, 113, 192);
}

.right-t-f-item img {
    width: 0.18rem;
    height: 0.18rem;
}

.name-t {
    width: 100%;
    color: rgb(180, 181, 176);
    font-size:16px;
    font-weight: bold;
}

.right-bottom-f {
    display: flex;
    justify-content: space-between;
}

.right-bottom-f .name {
    font-size:16px;
    color: #000;
    font-size:16px;
    padding-bottom: 0.4rem;
    border-bottom: 0.01rem solid rgb(221, 221, 221);
}

.item-footer-menu {
    /* margin-right: 1.4rem; */
}

.item-footer-menu:last-child {
    margin-right: 0;
}

.cateList {
    margin-top: 0.32rem;
}
.cate-name{
list-style:none;
}
.cate-name  a{
    font-size:16px;
    color: rgb(163, 162, 161);
    margin-bottom: 0.1rem;
    display: block;
}

.footer-bottom {
    margin-top: 0.4rem;
}

.web-setting {
    color: rgb(163, 162, 161);
    font-size: 0.16rem;
}

.footer-bottom .text {
    margin-bottom: 0.07rem;
    font-size:16px;
}
.footer-bottom .text a{
font-size:16px !important;
}



.footer-bottom .text:last-child {
    margin-bottom: 0;
    margin-top: 0.1rem;
}

.biao-wrap img {
    width: 100%;
    height: 100%;
}

/* 基层动态 */
.list-new-bigbox {
    padding-bottom: 0.42rem;
}

.news-item-topBpx {
    padding: 0 0 0.15rem 0;
    border-bottom: 0.01rem solid rgb(229, 229, 229);
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin-bottom: 0.27rem;
}

.news-pageItem {
    width: 4.6rem;
    padding: 0.16rem 0;
    display: block;
    border-bottom: 0.01rem solid rgb(221, 221, 221);
}

.news-item-topBpx::before {
    content: '';
    position: absolute;
    width: 0.4rem;
    height: 0.03rem;
    background-color: rgb(52, 113, 192);
    bottom: -0.015rem;
    left: 0;
}

.news-item-topBpx img {
    width: 0.2rem;
    display: block;
}

.news-item-cateTit {
    font-size: 0.24rem;
    color: rgb(52, 113, 192);
    font-weight: bold;
}

.news-list-container {
    display: flex;
}


.news-item-wrap {
width:4.6rem;
    padding: 0.27px 0;
    margin-right: 0.3rem;
}

.news-item-wrap:nth-child(3n) {
    margin-right: 0;
}


.news-pageContent {
    display: flex;
    align-items: center;
}

.news-pageContent {
    display: flex;
    align-items: center;
}

.cilcle {
    min-width: 0.04rem;
    height: 0.04rem;
    border-radius: 50%;
    background: rgb(19, 99, 170);
}

.news-page-title {
    flex: 1;
    width: 3.6rem;
    margin: 0 0.2rem;
    font-size: 0.2rem !important;
}
.news-page-title *{
font-size:0.2rem !important;
}
.news-page-imgFlex {
    display: flex;
}

.news-img-over {
    min-width: 1.4rem;
    height: 1rem;
    overflow: hidden;
}

.news-img-over img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: linear .2s;
}

.news-img-over:hover>img {
    transform: scale(1.05);
}

.title-news-news {
    font-size: 0.2rem;
    color: rgb(51, 51, 51);
    margin: 0 0.1rem;
}

.dateTime {
    white-space: nowrap;
    font-size: 0.18rem;
    color: rgb(102, 102, 102);
}

/* .news-pageItem:not(:nth-child(1)) .news-pageImgbox{
    display: none;
}

.news-pageItem:nth-child(1) .news-pageContent{
    display: none;
} */
.news-pageImgbox {
    display: none;
}

.news-pageItem.active .news-pageImgbox {
    display: block;
}

.news-pageItem.active .news-pageContent {
    display: none;
}

/* 基层end */

/* 新闻图片 */
.xinweiContainWrap .swiper {
    width: 100%;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.xinweiContainWrap .swiper-slide {
    background-position: center;
    background-size: cover;
    /* width: 3.8rem !important; */
    height: 2.4rem !important;
    position: relative;
}

.xinweiContainWrap .swiper-slide .swiper-bg-box {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9;
    bottom: 0;
    left: 0;
    background-size: 100% 100%;
    background: url('../image/bgs.png') no-repeat;
}

.xinweiContainWrap .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
}

.xinweiContainWrap .swiper-slide {
    border-radius: 0.1rem;
    overflow: hidden;
}

.xinweiContainWrap .swiper-bg-box {
    display: none;
}

.xinweiContainWrap .swiper-bg-box span {
    height: 100%;
    display: flex;
    align-items: flex-end;
    color: #fff;
    font-size: 0.2rem;
    padding: 0.3rem 0.3rem 0.2rem 0.3rem;
    box-sizing: border-box;
}


.xinweiContainWrap .swiper-slide-active .swiper-bg-box {
    display: block;
}

/* .xinweiContainWrap .swiper-slide.swiper-slide-active{
    transform: translate3d(0px, 0px, -159.722px) rotateX(0deg) rotateY(-66.9028deg) scale(1) !important;
}
.xinweiContainWrap .swiper-slide.swiper-slide-next{
    transform: translate3d(0px, 0px, -291.667px) rotateX(0deg) rotateY(-76.083deg) scale(1) !important;
} */

.news-item-cateTit {
    margin-right: 0.4rem;
}

.news-item-cateTit:last-child {
    margin-right: 0;
}

.new-flex-xbox .news-item-cateTit {
    color: rgb(51, 51, 51);
    cursor: pointer;
}

.new-flex-xbox .news-item-cateTit.active {
    color: rgb(52, 113, 192);
}

.show-cate-new .news-page-list:not(:nth-child(1)) {
    display: none;
}

.news-pageItem-ts {
    display: block;
    height: 1.78rem;
    position: relative;
    overflow: hidden;
}

.text-desation {
    font-size: 0.18rem;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0.17rem 0.21rem;

}

.news-pageItem-ts img {
    width: 100%;
    height: 100%;
    transition: all .2s;
}

.news-pageItem-ts:hover>img {
    transform: scale(1.07);
}

.news-pageItem-ts .text-desation {
    color: #fff;
}

/* 新闻图片end */
/* 新增专题专栏 */
.new-flex-xbox {
    display: flex;
    flex: 1;
    align-items: center;
}

.zhuanti-container {
    width: 100%;
    padding-bottom: 0.5rem;
    position: relative;

}
.zhuantiSwiper-box {
overflow:hidden;
}
.zhuantiSwiper-box .swiper-wrapper{
   padding:0.35rem 0;
}

.zhuanti-box-title-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0.1rem;
    border-bottom: 0.01rem solid rgb(229, 229, 229);
    position: relative;
    margin-bottom: 0.37rem;
}

.zhuanti-box-title-flex a {
    font-size: 0.16rem;
    color: rgb(102, 102, 102);
}

.zhuanti-title {
    font-size: 0.2rem;
    font-weight: bold;
}

.zhuanti-title::before {
    content: '';
    position: absolute;
    width: 0.4rem;
    height: 0.03rem;
    bottom: 0;
    left: -0.015rem;
    background-color: rgb(52, 113, 192);
}

.zhuantiSwiper .swiper-slide {
    border-radius: 0.1rem;
    transform: scale(1) !important;
    transition: all .25s;
    overflow: hidden;
}

.zhuantiSwiper .swiper-slide img {
    height: 100%;
    width: 100%;
border-radius:0.1rem;
}

.zhuantiSwiper .swiper-slide-active,
.swiper-slide-duplicate-active {
    transform: scale(1.2) !important;
}

.zhuanti-container .swiper-button-next {
    right: -0.6rem;
}

.zhuanti-container .swiper-button-prev {
    left: -0.6rem;
}

.zhuanti-container .swiper-button-next:after {
    color: rgb(181, 181, 181) !important;
}

.zhuanti-container .swiper-button-prev:after {
    color: rgb(181, 181, 181) !important;
}

/* 专题专栏结束 */