.m {
  display: none;
}

.sec {
  padding: 57px 0 114px;
}

.sjr-sdjs .item {
  display: flex;
  align-items: unset;
  justify-content: space-between;
  margin-bottom: 100px;
  flex-wrap: wrap;
}

.sjr-sdjs .item:last-of-type {
  margin-bottom: 0;
}

.sjr-sdjs .item .left {
  width: 460px;
  margin-right: 30px;
}

.sjr-sdjs .item .left .tit {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.sjr-sdjs .item .left .tit img {
  max-width: 30px;
}

.sjr-sdjs .item .left .tit h3 {
  font-size: 24px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #547aff;
  line-height: 37px;
  margin: 0;
}

.sjr-sdjs .item .left .swa {
  width: 460px;
  height: 86px;
  border-radius: 16px;
  cursor: pointer;
  display: flex;
  /* flex-direction: column;
  justify-content: center; */
  padding-left: 62px;
  position: relative;
  overflow: hidden;
}

.sjr-sdjs .item .left .swa h4 {
  font-size: 23px;
  font-weight: 400;
  line-height: 38px;
  margin-top: 0;
  color: #111C3A;
}

.sjr-sdjs .item .left .swa p {
  font-size: 16px;
  font-family: SourceHanSansCN-Regular, SourceHanSansCN;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0;
  color: #9B9EA5;
  opacity: 0.79;
}

.sjr-sdjs .item .left .swa.swiper-slide-thumb-active, .sjr-sdjs .item .left .swa:hover {
  background: rgba(0, 172, 190, 0.1);
  border-radius: 15px;
}

.sjr-sdjs .item .left .swa.swiper-slide-thumb-active h4, .sjr-sdjs .item .left .swa:hover h4{
  color: #00ACBE;
}


.sjr-sdjs .item .left .swa .sdjs-left-img{
  width: 38px;
  height: 38px;
  float: left;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 15px;
}

.sjr-sdjs .item .left .swa .sdjs-left-txt{
  float: left;
  width: 350px;
  margin-top: auto;
  margin-bottom: auto;
}

.sjr-sdjs .item .right {
  width: 663.86px;
  height: 380px;
  /* text-align: center; */
  /* display:flex; */
  /* justify-content:center; */
  /* align-items:center; */
  box-shadow: 0px 0px 15px 0px rgba(0, 48, 68, 0.2);
}

.sjr-sdjs .item .right .swiper-pagination {
  display: none;
}

@media (max-width: 1280px) {
  .sec{   
    padding-top: 57px;
    padding-bottom: 30px;    
  }

  .sjr-sdjs .item .left {
    width: 450px;
  }

  .sjr-sdjs .item .left .swa{
    width: 450px;
    padding-left: 50px;
  } 

  .sjr-sdjs .item .left .swa .sdjs-left-txt{
    width: 350px;
  }
}

@media (max-width: 1220px) {
  .sjr-sdjs .item .left{
    width: 420px;
    /* margin-right: 10px; */
  }
  .sjr-sdjs .item .left .swa{
    width: 420px;
  }
  .sjr-sdjs .item .left .swa h4{
    font-size: 20px;
  }
}

@media (max-width: 1200px) {
  .m {
    display: block;
  }
  .pc {
    display: none;
  }

  .sjr-sdjs .item {
    margin-bottom: 40px;
  }
  .sjr-sdjs .item .left {
     width: 100%; 
  }
  .sjr-sdjs .item .left .tit {
    justify-content: center;
  }
  .sjr-sdjs .item .left .tit img {
    width: 18px;
    margin-right: 5px;
  }
  .sjr-sdjs .item .left .tit h3 {
    font-size: 16px;
    line-height: 24px;
  }
  .sjr-sdjs .item .left .swiper-container {
    transform: scale(0);
    height: 0;
  }
  
  .sjr-sdjs .item .right {
    width: 100%; 
    height: auto;
  }
  .sjr-sdjs .item .right .swiper-pagination {
    display: block;
  }
  .sjr-sdjs .item .right .swiper-container {
    padding-bottom: 40px;
  }
  .sjr-sdjs .item .right .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    background: #ceddf2;
    opacity: 1;
    font-size: 12px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #fff;
    line-height: 20px;
  }
  .sjr-sdjs
    .item
    .right
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: linear-gradient(147deg, #54a7ff 0%, #684dff 100%);
    color: #fff;
  }
  .sjr-sdjs .item .right .swiper-slide {
    background: #fff;
  }

  .sjr-sdjs .item .right .swiper-slide video{
    /* width: 60%; */
  }
  .sjr-sdjs .item .right .swiper-slide .box {
    text-align: center;
  }
  .sjr-sdjs .item .right .swiper-slide .box h4 {
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 600;
    color: #333;
    line-height: 20px;
    margin: 15px 0 0 0;
  }
  .sjr-sdjs .item .right .swiper-slide .box p {
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333;
    line-height: 24px;
  }
}





/* 新增代码 移动端适配 样式覆盖 不修改 */


/* 手机 */
@media (max-width: 650px) { 
  .skj-logo-lefts {
    width: 192px !important;
    height: 105px !important;
  }
 .skj-logo-rights {
    width: 165px !important;
    height: 28px !important;
    margin-top: 40px !important;
    margin-left: 10px !important;
 }
 .skj-shu {
    display: none;
 }
 .skj-btitle{
  font-size: 34px !important;
 }
 .skj-bsub-desc {
  font-size: 18px !important;
 }
 .skj—bfree-right {
  margin-right: 5px !important;
 }
 .index-banner .txt1 .banner-button-container a {
  margin-right: 5px !important;
  width: 150px !important;
  height: 40px !important;
  line-height: 40px !important;
  font-size: 20px !important;
 }
 /*.xsk-index-contents {*/
 /* display: none;*/
 /*}*/
 .xsk-index-tab ul li {
    width: 10rem !important;
    margin: 5px !important;
  }
  .xsk-index-tab ul {
    width: 23.5rem !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: center !important;
  }
  .skj-blist-item .list-item{
    width: 45% !important;
    margin-bottom: 10px !important;
  }
  .ministry li .ministry-item {
    height: 44px !important;
  }
  .skj-blist-item .list-item .name{
    padding-bottom: 10px;
  }
  
  /* 模板适配 */
  .skj-bcooperation {
    box-sizing: border-box;
    background-size: 200%;
  }
  .skj-btitles {
    padding-top: 40px !important;
  }
  .skj-bdescription span{
    font-size: 12px;
  }
  .skj-bkey-word .name {
    margin-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .skj-btext-top {
    box-sizing: border-box;
    margin-left: 8%;
  }
  .skj-btext-top .liucheng-txt-top {
    font-size: 14px;
  }
  
  .skj-btext-bottom div {
    font-size: 14px;
  }
  .skj-btext-bottom div:nth-child(2) {
    margin-left: 8% !important;
  }
  .skj-btext-bottom div:nth-child(4) {
    margin-left: 2% !important;
  }
  
  .skj-bkey-word .info {
    display: block !important;
    font-size: 12px !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 2px 10px 2px;
  }
  

}
/* 手机-模板 */
@media (max-width: 391px) { 
  .skj-btext-top {
    box-sizing: border-box;
    margin-left: 4%;
  }
  .skj-btext-bottom div:nth-child(2) {
    margin-left: 2% !important;
  }
  .skj-btext-bottom div:nth-child(4) {
    margin-left: 2% !important;
  }
}
@media (max-width: 376px) { 
  .skj-btext-top {
    box-sizing: border-box;
    margin-left: 2%;
  }
  .skj-btext-bottom div:nth-child(2) {
    margin-left: 2% !important;
  }
  .skj-btext-bottom div:nth-child(4) {
    margin-left: -1% !important;
  }
}


