.newslist ul li::marker{display:none;opacity:0;content: ' ';}

.section-1__wrapper::after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  /* background: url(../images/section-1-2.png) no-repeat center center/cover; */
  background: linear-gradient(to right, #08499e, #5a57c4); 
  background: none;
}
section.section-1 {
    padding: 7rem 0 0;
    border: none;
}
.section-1__wrapper::before {
    content: "";
    display: block;
    width: 25%;
    height: 25%;
    position: absolute;
    right: auto;
    left: 0;
    bottom: 0;
    background-color: #FFBA00;
    z-index: 1;
}
.section-1__wrapper::after {
    content: "";
    display: block;
    width: 75%;
    height: 100%;
    position: absolute;
    left: auto;
    right: 0;
    bottom: 7rem;
    background: linear-gradient(to right, #08499e, #5a57c4);
    z-index: 0;
}
.section-1::before {
    width: 100%;
}

.section-1::after {
    display: none;
}
.section-banner .swiper-pagination-bullet{
    width: 2.5rem!important;
    height: 2.5rem!important;
    font-size: 1.4rem;
    text-align: center;
    background:#9acd3200!important;
    color:white;
    margin: 0 .5rem!important;
}

.section-banner .swiper-pagination-bullet.swiper-pagination-bullet-active{color:white;background:#5444BC!important;}

.section-banner .swiper-pagination{text-align: justify;padding-left:2rem;}

.section-banner:hover .banner-prev{opacity:1;}
.section-banner:hover .banner-next{opacity:1;}

.banner-prev,
  .banner-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    background: rgba(0,0,0,0.35);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    outline: none;
    opacity: 0;
  }
  .banner-prev:hover,
  .banner-next:hover {
    background: rgba(0,0,0,0.6);
    border-color: rgba(255,255,255,0.8);
  }
  .banner-prev {
    left: 2rem;
  }
  .banner-next {
    right: 2rem;
  }

  .banner-prev::after,
  .banner-next::after {
    content: '';
    display: block;
    width: 1.4rem;
    height: 1.4rem;
    border-top: .3rem solid #fff;
    border-right: .3rem solid #fff;
  }
  .banner-prev::after {
    transform: rotate(-135deg);
    margin-left: .5rem;
  }
  .banner-next::after {
    transform: rotate(45deg);
    margin-right: .5rem;
  }

.section-1__wrapper{height:auto!important;margin-top: 0;padding: 5rem 0;}

.titlecon {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.titlecon .title {
    padding-left: .45rem;
    padding-top: .3rem;
}

.titlecon .title span {
    display: block;
    font-size: .16rem;
    color: rgba(2,117,197,.6);
    text-transform: uppercase;
    text-align: center;
}

.titlecon .title h3 {
    font-size: .38rem;
    color: #000;
    line-height: .42rem;
}

.titlecon .title h3 i {
    font-size: .38rem;
    color: #155BA6;
}

.titlecon .titlemore {
    width: 1.31rem;
    height: .4rem;
    line-height: .4rem;
    z-index: 5;
    margin-top: .5rem;
}

.titlecon .titlemore a {
    display: block;
    font-size: .16rem;
    color: #0275C5;
    padding-left: .5rem;
    transition: all .5s;
}

.titlecon .titlemore a:hover {
    letter-spacing: 1px;
}


.newsbg {
    padding: .4rem 0;
    position: relative;
    z-index: 5;
}

.newsbg .newsbox {
    margin: .4rem auto 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.newsbg .newsbox .news_l {
    width: 63.5%;
    margin-left: -.2rem;
    position: relative;
    padding-right: 2rem;
}

.newsbg .newsbox .news_l .swiper-container {
    padding-bottom: .2rem;
    overflow: hidden;
}

.newsbg .newsbox .news_l .swiper-slide {
    overflow: hidden;
}

.newsbg .newsbox .news_l .swiper-slide .pic {
    width: 100%;
    height: 51.2rem;
    overflow: hidden;
background:#fff;
}

.newsbg .newsbox .news_l .swiper-slide .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s;
}

.newsbg .newsbox .news_l .swiper-slide .txt {
    height: 10.85rem;
    background: #fff;
    box-shadow: 0 4px 20px rgba(0,0,0,.1);
    width: calc(100% - 0rem);
    padding: 3rem .15rem 0 .1rem;
}

.newsbg .newsbox .news_l .swiper-slide .txt a {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.newsbg .newsbox .news_l .swiper-slide .txt .time {
    border-right: 1px solid #D8D8D8;
    height: 8rem;
    padding: 0 2.2rem;
    text-align: center;
}

.newsbg .newsbox .news_l .swiper-slide .txt .time span {
    display: block;
    font-size: 3.6rem;
    color: #0275C5;
    line-height: 4.3rem;
}

.newsbg .newsbox .news_l .swiper-slide .txt .time i {
    display: block;
    font-size: 1.6rem;
    color: #0275C5;
    margin-top: .06rem;
    font-style: normal;
}

.newsbg .newsbox .news_l .swiper-slide .txt .nr {
    width: calc(100% - 16.4rem);
    padding-right: 3rem;
}

.newsbg .newsbox .news_l .swiper-slide .txt .nr h5 {
    line-height: 3rem;
    font-size: 2.1rem;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .5s;
}

.newsbg .newsbox .news_l .swiper-slide .txt .nr p {
    font-size: 1.6rem;
    color: #888;
    line-height: 2.4rem;
    height: 4.5rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: .25rem;
}

.newsbg .newsbox .news_l .news-next {
    position: absolute;
    right: 2rem;
    bottom: 10.3rem;
    cursor: pointer;
    width: 5rem;
    height: 5rem;
    background: #FFBA00;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}

.newsbg .newsbox .news_l .news-next::after {
    content: ' ';
    color: #fff;
    font-size: 1.14rem;
}

.newsbg .newsbox .news_l .news-prev {
    position: absolute;
    right: 2rem;
    bottom: 5.3rem;
    cursor: pointer;
    width: 5rem;
    height: 5rem;
    background: #5444BC;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}

.newsbg .newsbox .news_l .news-prev::after {
    content: ' ';
    color: #fff;
    font-size: 1.14rem;
}

.newsbg .newsbox .news_r {
    width: 34.7%;
    /* border-left: 1px solid #E7E7E7; */
    padding-left: .45rem;
}

.newsbg .newsbox .news_r .news_show .pic {
    width: 100%;
    height: 26.1rem;
    overflow: hidden;
}

.newsbg .newsbox .news_r .news_show .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s;
}

.newsbg .newsbox .news_r .news_show .txt {
    width: 100%;
    height: 9.1rem;
    background: linear-gradient(to right, #08499e, #5a57c4); 
    padding: 2.2rem 2.7rem 0 2.7rem;
}

.newsbg .newsbox .news_r .news_show .txt h5 {
    line-height: 2.7rem;
    font-size: 2rem;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: .05rem;
}

.newsbg .newsbox .news_r .news_show .txt i {
    display: block;
    font-size: 1.4rem;
    color: #fff;
    font-style: normal;
}

.newsbg .newsbox .news_r .newslist {
    margin-top: .08rem;
    /* background: white; */
}

.newsbg .newsbox .news_r .newslist ul li {
    position: relative;
    width: 100%;
    padding-top: 1.3rem;
    border-bottom: 1px solid #E7E7E7;
    height: 10.4rem;
}

.newsbg .newsbox .news_r .newslist ul li h5 {
    font-size: 2rem;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .5s;
    font-weight: normal;
}

.newsbg .newsbox .news_r .newslist ul li i {
    display: block;
    font-size: 1.4rem;
    color: #ffffff;
    margin-top: 1.06rem;
    font-style: normal;
}


@media(min-width: 1024px) {
    .pic:hover img {
        transform:scale(1.1);
    }
}


@media(max-width: 768px) {
    .newsbg .newsbox .news_l {
        width: 100%;
        margin-left: 2rem;
    }

    .newsbg .newsbox .news_r {
        width: 100%;
        border-left: none;
        padding-left: 0;
        margin-top: 4rem;
    }
}