.new-top{
    background-image: url(../image/bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.new-top .title{
    padding: 70px 15% 35px 15%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.new-top .title .name{
    font-size: 42px;
    color: #333;
    font-weight: bold;
}
.new-top .title .num span:nth-child(1){
    color: #005BA8;
    font-size: 20px;
}
.new-top .title .num span:nth-child(2),.new-top .title .num span:nth-child(3){
    font-size: 16px;
    color: #CCCCCC;
}
.swiper-pagination{
    position: static !important;
}
.swiper-pagination-current{
    font-size: 20px;
    color: #005ba8;
}
.swiper-pagination-total{
    font-size: 16px;
    color: #ccc;
}
.swiper-pagination{
    font-size: 16px;
    color: #ccc;
}
.banner{
    padding: 0px 15% 60px 15%;
}
.banner .swiper {
    height: 480px !important; 
}
.banner .swiper .swiper-wrapper .swiper-slide{
    display: flex;
    justify-content: space-between;
}
.banner .swiper .swiper-wrapper .swiper-slide .left{
    flex: 1.5;
   
}
.banner .swiper .swiper-wrapper .swiper-slide .left img{
    width: 100%;
    height: 100%;
}
.banner .swiper .swiper-wrapper .swiper-slide .right{
    flex: 2;
    background-color: #fff;
    padding:60px 60px 0px  60px;
}
.banner .swiper .swiper-wrapper .swiper-slide .right .right_title{
    display: flex;
    align-items: center;
}
.banner .swiper .swiper-wrapper .swiper-slide .right .right_title .name{
    font-size: 70px;
    color: #ccc;
    border-bottom: 3px solid #005BA8;
    
}
.banner .swiper .swiper-wrapper .swiper-slide .right .right_title .date{
    font-size: 16px;
    color: #ccc;
}
.banner .swiper .swiper-wrapper .swiper-slide .right .title_a{
    font-size: 24px;
    color: #222;
    font-weight: bold;
    padding: 29px 0px;
}
.banner .swiper .swiper-wrapper .swiper-slide .right .title_b{
    font-size: 14px;
    color: #333;
}
.banner .swiper .swiper-wrapper .swiper-slide .right .title_e{
    text-align: right;
    font-size: 14px;
    color: #222;
    font-weight: bold;
    margin-top: 60px;
}
.list{
    background-color: #fff;
    padding: 0px 15% 47px 15%;
}
.list .list-item{
    padding: 50px 0px 40px 0px;
    border-bottom: 1px solid #DDDDDD;
    display: flex;
    justify-content: space-between;
}
.list .list-item .list-left{
    flex: 2;
    margin-right: 286px;
}
.list .list-item .list-left .time{
    font-size: 16px;
    color: #919191;
    margin-top: 47px;
}
.list .list-item .list-left .name{
    font-size: 24px;
    color: #333;
    font-weight: bold;
    padding: 12px 0px 27px 0px;
}
.list .list-item .list-left .remarks{
    font-size: 14px;
    color: #333;
}
.list .list-item .list-right{
    width: 406.54px;
    height: 258px;
}
.list .list-item .list-right img{
    width: 100%;
    height: 100%;
}
.paging{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 50px;
    
}
@media only screen and (max-width: 750px){
    .banner{
        padding: 0px 5% 35px 5%;
    }
    .new-top .title{
        padding: 20px 5% 35px 5%;
    }
    .banner .swiper .swiper-wrapper .swiper-slide{
        display: block;
    }
    .banner .swiper{
        height: auto !important;
    }
    .banner .swiper .swiper-wrapper .swiper-slide .right{
        padding: 30px 30px 30px  30px;
    }
    .list{
        padding: 0px 5% 47px 5%;
    }
    .list .list-item{
        padding: 0px 0px 40px 0px;
    }
    .list .list-item{
        display: block;
    }
    .list .list-item .list-left{
        margin-right: 0px;
    }
    .list .list-item .list-left .time{
        margin-top: 20px;
    }
    .list .list-item .list-right{
        margin-top: 10px;
    }
    .paging .num{
        display: flex;
        align-items: center;
        overflow-x: scroll;
    }
}