.new-banner-con{
    background: #fff;
    margin: 1rem auto;
    padding: 0.5rem;
}
.swiper-slide img{
    width: 100%;
    display: block;
}
.new-banner .swiper-slide{
    line-height: 1.2rem;
    margin-bottom: 0.8rem;
}
.new-banner .swiper-slide a{
    color: #898989;
}
.new-banner .swiper-slide .title,.swiper-slide p{
    text-align: left;
}
.new-banner .swiper-slide a .title{
    color: #010101;
    margin-bottom: 0.5rem;
}
.new-banner .swiper-slide .title span{
    display: block;
    width: 5rem;
    height: 3px;
    background: #0069b7;
    margin-top: 2px;
}
.new-banner{
    padding: 0.5rem 0;
}
.swiper-pagination{
    bottom: 0rem !important;
}
#index-news-con img{
    width: 100%;
    margin-bottom: 0.25rem;
}
/*板块*/
.section-con ul{
    overflow: hidden;
}
.section-con ul li{
    float: left;
    width: 49%;
    margin-right: 2%;
    margin-bottom: 0.5rem;
    margin-top: 0;
    position: relative;
}
.section-con ul li:nth-of-type(even){
    margin-right: 0;
}
.section-con ul li a img.bg{
    width: 100%;
}
.section-con ul li img.work-icon{
    width: 30%;
    position: absolute;
    top: 1.5rem;
    left: 35%;
}
.section-con ul li a p{
    width: 100%;
    position: absolute;
    bottom: 1rem;
    left: 0;
    text-align: center;
    color: #0168b7;
}