.banner {
    width: 100%;
    height: 52rem;
    overflow: hidden;
}

.banner .swiper-container {
    width: 100%;
    height: 52rem;
    overflow: hidden;
    position: relative;
}

.banner .swiper-slide img {
    width: 100%;
    height: 100%;
    /* transition: 1s linear 2s; */
    /* transform: scale(1.1, 1.1); */
}

.banner .swiper-pagination {
    display: flex;
    justify-content: flex-end;
    padding-right: 7.2rem;
    bottom: 5.6rem;
}

.banner .swiper-pagination-bullet {
    width: 1.6rem;
    height: 1.6rem;
}

.banner .swiper-pagination-bullet-active {
    background: #fff;
}


.container {
    margin-bottom: 10rem;
}

.module-top {
    width: 100%;
    height: 4.6rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 0.1rem solid #004A86;
}

.module-title {
    color: #fff;
    font-size: 2.2rem;
    padding: .7rem 2.7rem;
    background: #004A86;
}

.more {
    font-size: 1.4rem;
    color: #333;
}
.module-title-left{
display: flex;
}
.module-title-left>div{
color: #333;
  font-size: 2.2rem;
    padding: .7rem 2.7rem;
    cursor: pointer;
}
.module-title-left>div.active{
 color: #fff;
background: #004A86;
}
.zs-more{
    display: none;
}
.zs-more.active{
    display: block;
}
.zs-list{
display: none;
}
.zs-list.active{
    display: block;
}
.row-1 {
height:51rem;
    margin-top: 7rem;
    display: flex;
    justify-content: space-between;
}

.row-1 .xwdt {
    width: 91rem;
}
.xwdt-left {
    display: flex;
    justify-content: space-between;
}
.row-1 .xwdt .xwdt-left .news-list{
width:39rem;
}
.row-1 .xwdt .xwdt-left .news-list .news-item .left .name{
width:30rem;
}
.xwdt-box {
    width:49rem;
    height: 38.4rem;
    overflow: hidden;
    margin-top: 3rem;
}

.xwdt .xwdt-swiper {
    width: 100%;
      height: 38.4rem;
    overflow: hidden;
    position: relative;
}

.xwdt .swiper-slide {
    width: 100%;
    height: 100%;
position: relative;
}

.xwdt .swiper-slide img {
    width: 100%;
      height: 38.4rem;
}

.xwdt-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 5rem;
    width: 100%;
background: rgba(0, 0, 0, 0.5);
padding-left:1.4rem;
}

.xwdt-bottom .name {
    font-size: 1.6rem;
    color: #fff;
    line-height: 2.1rem;
    width: 36.7rem;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.xwdt-bottom .time {
    font-size: 1.6rem;
    color: #666;
}

.xwdt .swiper-pagination {
    display: flex;
    justify-content: flex-end;
    bottom: 2rem;
}

.xwdt .swiper-pagination-bullet {
    width: 1rem;
    height: 1rem;
  background: #FFF;
}

.xwdt .swiper-pagination-bullet-active {
    background: #004A86;
}

.row-1 .tzgg {
    width: 67rem;
}
.row-1 .zs {
    width: 67rem;
}
.news-list {
    width: 100%;
}

.news-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 0.1rem dashed #B1B1B1;
    height:7.6rem;
}

.news-item .left {
    display: flex;
    align-items: center;
}

.news-item .left .img {
    width: 1rem;
    height: 1rem;
}

.news-item .left .img-sel {
    display: none;
}

.news-item .left .name {
    font-size: 1.6rem;
    color: #333;
    line-height: 2.4rem;
    width: 33rem;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 0.5rem;
}
.row-1 .news-item .left .name{
 width: 50rem;
}
.news-item .time {
    font-size: 1.6rem;
    color: #999;
}

.news-item:hover .left .img {
    display: none;
}

.news-item:hover .left .img-sel {
    display: block;
}

.news-item:hover .left .name {
    color: #004A86;
}



.row-2 {
height:51rem;
    margin-top: 7rem;
    display: flex;
    justify-content: space-between;
}

.djgg {
    width: 67rem;
}
.news-box{
width:43rem;
}
.news-box .news-item .left .name{
width:30rem;
}
.zcfg {
    width: 67rem;
}

.row-3 {
    margin-top: 7rem;
}

.fczc-list {
    display: flex;
    margin-top: 3rem;
}

.fczc-list>a {

    margin-right: 3.5rem;
}

.fczc-list>a:nth-child(4) {
    margin-right: 0;
}

.fczc-item {
    width: 32.2rem;
}

.fczc-item img {
    width: 32.2rem;
    height: 23rem;
}

.fczc-item .name {
    font-size: 1.8rem;
    color: #333;
    text-align: center;
    margin-top: 2rem;
}
.links-list {
     margin-top: 3rem;
    width: 100%;
    display: flex;
    column-gap: 2.2rem;
}

.links-list a {
      width: 26.2rem;
    height: 9.2rem;
}
.links-list a img{
width: 100%;
    height: 100%;
    object-fit: cover;
}
.xy-list{
    display: grid;
    grid-template-columns: repeat(5, 20%);
row-gap: 3rem;
    padding-top: 3rem;
}
.xy-item{
font-weight: 400;
font-size: 1.8rem;
color: #333333;
 text-align: center;
}
.xy-item:nth-of-type(5n+1){
  text-align: left;
}
.xy-item:nth-of-type(5n){
  text-align: right;
}