.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;
    border: 0.1rem solid #004A86;
}

.more {
    font-size: 1.4rem;
    color: #333;
}

.row-1 {
    margin-top: 7rem;
    display: flex;
    justify-content: space-between;
}

.row-1 .xwdt {
    width: 73rem;
}

.xwdt-box {
    width: 100%;
    height: 53rem;
    overflow: hidden;
    margin-top: 3rem;
}

.xwdt .xwdt-swiper {
    width: 100%;
    height: 53rem;
    overflow: hidden;
    position: relative;
}

.xwdt .swiper-slide {
    width: 100%;
    height: 100%;
}

.xwdt .swiper-slide img {
    width: 100%;
    height: 47rem;
}

.xwdt-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 2rem;
}

.xwdt-bottom .name {
    font-size: 1.8rem;
    color: #333;
    line-height: 2.1rem;
    width: 36rem;
    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;
    padding-right: 3rem;
    bottom: 8rem;
}

.xwdt .swiper-pagination-bullet {
    width: 1.6rem;
    height: 1.6rem;
}

.xwdt .swiper-pagination-bullet-active {
    background: #004A86;
}

.row-1 .tzgg {
    width: 61rem;
}

.news-list {
    width: 100%;
    height: 45rem;
}

.news-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 0.1rem dashed #B1B1B1;
    padding: 3rem 0 2rem;
}

.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: 45rem;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 0.5rem;
}

.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;
}

.tzgg-list {
    height: 56rem;
}

.row-2 {
    margin-top: 7rem;
    display: flex;
    justify-content: space-between;
}

.djgg {
    width: 67rem;
}
.news-box{
width:43rem;
}
.news-box .news-item .left .name{
width:33rem;
}
.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;
    flex-wrap: wrap;
}

.links-list a {
    margin-right: 4rem;
    font-size: 1.8rem;
    margin-bottom: 2rem;   
}