body{
    margin: 0;
}
.rc-news{
    width: 100%;
    margin-bottom: 120px;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next{
    width: 56px;
    height: 56px;
    line-height: 56px;
    background: #fff;
    border-radius: 56px;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev{
    width: 56px;
    height: 56px;
    line-height: 56px;
    background: #fff;
    border-radius: 56px;
}
.swiper-button-next:after, .swiper-button-prev:after{
    font-size: 10px;
    color: #000;
}
.rc-news .rcpy-list .swiper-pagination-bullet{
    opacity: 1;
    /* background: #fff; */
}
.rc-news .news-content2 .rcpy-cont{
    background: linear-gradient(180deg, #F7F8FA 0%, #FFFFFF 100%);
    padding: 80px 60px;
    margin-top: 60px;
    border-radius: 16px;
}
.rc-news .news-content2 .rcpy-swiper{
    width: 1200px;
    overflow: hidden;
    position: relative;
}
.rc-news .news-content2 .rcpy-cont-list-title{
    color: #323233;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 48px;
}
.rc-news .news-content2 .rcpy-list{
    display: flex;
}
.rc-news .news-content2 .rcpy-list .rcpy-list-left{
    margin-right: 48px;
    margin-bottom: 48px;
    width: 240px;
    overflow: hidden;
    position: relative;
}
.rc-news .news-content2 .rcpy-list .rcpy-list-right{
    width: 73%;
}
.rc-news .news-content2 .rcpy-list .rcpy-list-left img{
    width: 240px;
    height: auto;
}
.rc-news .news-content2 .rcpy-swiper .swiper-button-left{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 191px;
    z-index: 2;
    pointer-events: none;
    background-image: linear-gradient(90deg, #F7F9FC 0%, rgba(255, 255, 255, 0.00) 93%);
}
.rc-news .news-content2 .rcpy-swiper .swiper-button-right{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 191px;
    z-index: 2;
    pointer-events: none;
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 0%, #F7F9FC 93%);
}
.rc-news .news-content2 .rcpy-list .rcpy-list-right-title{
    font-size: 20px;
    color: #4573F5;
    font-weight: 700;
}
.rc-news .news-content2 .swiper-img{
    width: auto;
    max-width: 799px !important;
    height: auto;
    border-radius: 15px;
}
.rc-news .rc-news-mulu{
    position: relative;
}
.rc-news .rc-news-mulu .news-img{
    height: 432px;
    width: 100%;
    position: absolute;
    z-index: 10;
}
.rc-news .rc-news-mulu .news-img-d{
    height: 432px;
    width: 100%;
    position: absolute;
}

.rc-news .news-mulu .news-mulu-list:nth-child(2){
    color: #4573F5;
}
.rc-news .news-mulu .news-mulu-list a:nth-child(2){
    border-bottom: 2px solid #fff;
}
.rc-news .yd-nav .yd-nav-list a:nth-child(2){
    border-bottom: 4px solid #4573F5;
    color: #4573F5;
}
.rc-news .news-content1{
    width: 1200px;
    margin: 0 auto;
    .news-content1-title{
        font-size: 40px;
        color: #323233;
        text-align: center;
        font-weight: 600;
        margin: 70px  0;
    }
}
.rc-news .news-content2{
    width: 1200px;
    margin: 0 auto;
    
}
.rc-news .news-content2 .news-content2-title{
    font-size: 40px;
    color: #323233;
    text-align: center;
    font-weight: 600;
    margin: 70px  0;
}
.rc-news .news-content3{
    width: 1200px;
    margin: 0 auto;
    
}
.rc-news .news-content3 .news-content3-title{
    font-size: 40px;
    color: #323233;
    text-align: center;
    font-weight: 600;
    margin: 70px  0;
}
.rc-news .news-content4{
    width: 1200px;
    margin: 0 auto;
    
}
.rc-news .news-content4 .news-content4-title{
    font-size: 40px;
    color: #323233;
    text-align: center;
    font-weight: 600;
    margin: 70px  0;
}

@media screen and (max-width: 520px){
   .rc-news .news-content2 .rcpy-cont{
     padding: 4rem 2rem 0.8rem !important;
   } 
     .rc-news .news-content2 .rcpy-cont p, .rc-news .news-content2 .rcpy-cont span{
         font-size: 1.4rem !important;!i;!;
         line-height: 2.8rem;
     }
      .rc-news .news-content2 .rcpy-cont strong, .rc-news .news-content2 .rcpy-cont div{
          font-size: 1.8rem !important;!i;!;
      }
    .rc-news .news-content2 .rcpy-list .rcpy-list-right{
        margin-bottom: 3.2rem !important;!i;!;
    }
}