.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: 100%;
}
.xwdt-left{
   display: flex;
    justify-content: space-between;
}
.row-1 .xwdt .xwdt-left .news-list{
width:61rem;
}
.row-1 .xwdt .xwdt-left .news-list .news-item .left .name{
width:40rem;
}
.xwdt-box {
    width: 73rem;
    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%;
position: relative;
}

.xwdt .swiper-slide img {
    width: 100%;
    height: 47.4rem;
}

.xwdt-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
margin-top:2rem;
   
}

.xwdt-bottom .name {
    font-size: 1.6rem;
    color: #333;
    line-height: 2.1rem;
    width: 52rem;
    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: 2rem;
    bottom: 7rem;
}

.xwdt .swiper-pagination-bullet {
    width: 1rem;
    height: 1rem;
  background: #FFF;
}

.xwdt .swiper-pagination-bullet-active {
    background: #004A86;
}

.row-1 .tzgg {
    width: 43rem;
}
.row-1 .tzgg .news-item .left .name {
width:33rem;
}
.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;
}



.row-2 {
    margin-top: 7rem;
    display: flex;
    justify-content: space-between;
}

.djgg {
    width: 37rem;
}

.zcfg {
    width:37rem;
}
.zcfg .news-item .left .name,
.djgg .news-item .left .name{
width:30rem;
}
.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;
    justify-content: space-between;}
.links-item{
 width:26.2rem;
height:9.2rem;
}
.links-list img{
   width:26.2rem;
height:9.2rem;

}
.intro-bg {
    width: 100%;
    height: 46rem;
    padding-top: 7rem;
    background: url(../images/intro_bg.png) 0 0 no-repeat;
    background-size: 100% 100%;
}

.intro-box {
    background: #fff;
    width: 87rem;
    height: 31rem;
    padding: 5rem;
}

.intro-box .tit {
    font-size: 2.2rem;
    font-weight: bold;
    color: #fff;
    background: #004A86;
    padding: .7rem 2.7rem;
    display: inline-block;
}

.intro-content {
    height: 13rem;
    overflow: hidden;
}

.intro-content p {
    font-size: 1.6rem;
    line-height: 3.2rem !important;
    /* height: 25rem; */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.intro-box a {
    font-size: 1.6rem;
    color: #004A86;
}
.djyd{
  width: 55rem;
}
.djyd-box {
    width: 55rem;
    height: 40rem;
    overflow: hidden;
    margin-top: 3rem;
}

.djyd .djyd-swiper {
    width: 100%;
    height: 40rem;
    overflow: hidden;
    position: relative;
}

.djyd .swiper-slide {
    width: 100%;
    height: 100%;
position: relative;
}

.djyd .swiper-slide img {
    width: 100%;
    height: 34rem;
}

.djyd-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
margin-top:2rem;
   
}

.djyd-bottom .name {
    font-size: 1.8rem;
    color: #333;
    line-height: 2.1rem;
    width: 32rem;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.djyd-bottom .time {
    font-size: 1.6rem;
    color: #666;
}

.djyd .swiper-pagination {
    display: flex;
    justify-content: flex-end;
    padding-right: 2rem;
    bottom: 7rem;
}

.djyd .swiper-pagination-bullet {
    width: 1rem;
    height: 1rem;
  background: #FFF;
}

.djyd .swiper-pagination-bullet-active {
    background: #004A86;
}
.mid-banner{
margin-top: 7rem;
    overflow: hidden;
    height: 18rem;
}
.mid-banner .swiper-container {
    width: 100%;
    height: 18rem;
    overflow: hidden;
    position: relative;
}

.mid-banner .swiper-slide img {
    width: 100%;
    height: 100%;
    /* transition: 1s linear 2s; */
    /* transform: scale(1.1, 1.1); */
}

.mid-banner .swiper-pagination {
    display: flex;
    justify-content: center;
}

.mid-banner .swiper-pagination-bullet {
    width: 1.6rem;
    height: 1.6rem;
}

.mid-banner .swiper-pagination-bullet-active {
    background: #fff;
}