.sectionE {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover
}

.ntwas-news{padding:100px 0 ;}
.ntwas-news h3{font-size:clamp(24px, 1.9vw, 36px);color:#fff;font-weight:bold;font-family:'PT Serif', serif;text-align:center;}

.ntwas-news .list{position:relative;margin-top:57px;height:605px;padding:75px 0 0;box-sizing:border-box;}
.ntwas-news .list::after{content:'';position:absolute;left:0;top:149px;width:100%;height:0;border-bottom:2px dashed #fff;}

.ntwas-news .swiper-slide{height:260px;padding:0 90px 0;box-sizing:border-box;}
.ntwas-news .swiper-slide .inner {opacity:1;width:144px;height:144px;border:3px solid var(--color-primary);margin:0 auto;cursor:pointer;border-radius:50%;overflow:hidden;}
.ntwas-news .swiper-slide .inner img{height:100%;-o-object-fit:cover;object-fit:cover;}
.ntwas-news .swiper-slide h5{margin:40px 0 0;text-align:center;font-size:18px;line-height:30px;color:#fff;overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}

.ntwas-news .newsbox{position:absolute;top:0;left:0;right:0;margin:auto;max-width:480px;padding:1px;box-sizing:border-box;background:#fff;z-index:9;}
.ntwas-news .newsbox .text{padding:20px 30px;}
.ntwas-news .newsbox .text em{background:url("../../images/time.png") no-repeat left center;padding:0 0 0 34px;display:block;font-size:14px;color:#777;}
.ntwas-news .newsbox .text h5{font-size:20px;color:#000;margin-top:20px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
.ntwas-news .newsbox .text h5 a:hover{color:var( --link-color-selected);}
.ntwas-news .newsbox .text p{font-size:16px;line-height:24px;color:#777;margin-top:15px;
overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.ntwas-news .newsbox .text .more{width:148px;height:33px;line-height:33px;border:1px solid #0e6eb8;display:block;text-align:center;border-radius:4px;font-size:15px;color:var(--text-color-active);margin:20px 0 0;}
.ntwas-news .newsbox .text .more:hover{background:#0e6eb8;color:#fff;}

@media screen and (max-width:1500px) {
  .ntwas-news .swiper-slide h5{margin:30px 0 0;font-size:17px;line-height:24px;}
  .ntwas-news .newsbox{max-width:400px;}
  .ntwas-news .newsbox .text{padding:20px 20px;}
  .ntwas-news .newsbox .text p{font-size:15px;line-height:22px;height:66px;overflow:hidden;}
}

@media screen and (max-width:1340px) {  
  .ntwas-news{padding:60px 0;}

  .ntwas-news .newsbox{max-width:360px;}
  .ntwas-news .list{margin-top:40px;height:480px;}
}

@media screen and (max-width:1100px) {
  .ntwas-news .newsbox .text .more{display:none;}
  .ntwas-news .list{margin-top:35px;height:410px;}
}

@media screen and (max-width:991px) {
  .sectionE{background-size:cover;}

  .ntwas-news{padding:30px 0;}
  .ntwas-news .list{margin-top:30px;height:auto;padding:0;}
  .ntwas-news .list::after{display:none;}

  .ntwas-news .swiper{margin:20px 0 0;}
  .ntwas-news .swiper::after{content:'';position:absolute;left:0;top:48px;width:100%;height:0;border-bottom:2px dashed #fff;}
  .ntwas-news .swiper-slide{height:200px;padding:0 20px;}
  .ntwas-news .swiper-slide .inner{opacity:1;width:100px;height:100px;border:2px solid #fff;}
  .ntwas-news .swiper-slide h5{margin:15px 0 0;font-size:16px;line-height:22px;}
  .ntwas-news .swiper-slide.swiper-slide-active .inner{border-color:var(--color-primary)}

  .ntwas-news .newsbox{position:static;max-width:400px;}
  .ntwas-news .newsbox .text{padding:15px;}
  .ntwas-news .newsbox .text em{padding:0 0 0 30px;font-size:13px;}
  .ntwas-news .newsbox .text h5{font-size:17px;margin-top:15px;}
  .ntwas-news .newsbox .text p{font-size:15px;line-height:20px;margin-top:15px;height:60px;}
  .ntwas-news .newsbox .text .more{display:none;}

  .ntwas-news .list .swiper-button-prev,.ntwas-news .list .swiper-button-next{display:inline-block}
}

@media screen and (max-width:480px) {


  .ntwas-news .newsbox{max-width:300px;}
  .ntwas-news .newsbox .text p{font-size:14px;margin-top:10px;height:40px;}
  .ntwas-news .swiper-slide{height:170px;padding:0 15px;}
  .ntwas-news .swiper-slide .inner{width:80px;height:80px;}
  .ntwas-news .swiper-slide h5{font-size:15px;line-height:20px;height:40px;overflow:hidden;}
}