#newsList{display: flex; width: 100%;}
#newsList .Container{display: flex; flex-direction: column; width: 100%;}
#newsList .Container .PageContent{display: flex; width: 100%; position: relative; padding: 0;}
#newsList .Container .PageContent .row{width:100%; margin-top: 20px; position: relative;}
#newsList .Container .PageContent .row .swiper-container{height:auto;box-shadow:unset; padding: 35px 9px 70px;}
#newsList .Container .PageContent .row .swiper-container .swiper-wrapper{height:auto; width: 100%;}
#newsList .Container .PageContent .row .swiper-container .swiper-wrapper .swiper-slide{display: flex; flex: none; flex-direction: column; align-items: center; opacity: .9; transition:all ease .5s;background:#fff;padding: 30px 30px 0px; box-shadow: 0px 3px 6px rgb(117 122 128 / 45%); transition: all .3s;}
#newsList .Container .PageContent .row .swiper-container .swiper-wrapper .swiper-slide .title:last-child{border-bottom: 0;}
#newsList .Container .PageContent .row .swiper-container .swiper-wrapper .swiper-slide:hover{transform: scale(.97); opacity: 1; border: 0; border-bottom: 4px solid #9b9898; transition: all .3s;}
#newsList .Container .PageContent .row .swiper-container .swiper-wrapper .swiper-slide:hover .rightArrow{opacity: 1; transition: all .3s;}
#newsList .Container .PageContent .row .swiper-container .swiper-wrapper .swiper-slide .title{transition:all .3s;position: relative; display: flex; min-height: 45px; width: 100%;}
#newsList .Container .PageContent .row .swiper-container .swiper-wrapper .swiper-slide .title h2{transition:all .3s;margin: 0;padding: 0;font-size: 19px; font-weight: 600; color: #333a45; line-height: 1.2;}
#newsList .Container .PageContent .row .swiper-container .swiper-wrapper .swiper-slide .image{display:flex;align-items:center;justify-content:center;transition:all ease .5s;height: 265px;width:100%;}
#newsList .Container .PageContent .row .swiper-container .swiper-wrapper .swiper-slide .image img{width:100%;height:100%;object-fit: contain;}

#newsList .Container .PageContent .row .swiper-pagination{position: absolute; width: 100%; bottom: 0; height: 70px; display: flex; justify-content: center; align-items: center;}
#newsList .Container .PageContent .row .swiper-pagination .swiper-pagination-bullet{background: #000000; margin-right: 4px; box-shadow: none; opacity: 0.25; width: 15px; height: 5px; border-radius: 0;}
#newsList .Container .PageContent .row .swiper-pagination .swiper-pagination-bullet:last-child{margin-right: 0;}
#newsList .Container .PageContent .row .swiper-pagination .swiper-pagination-bullet-active{background: #b00c0c; width: 20px; opacity: 1;}
#newsList .Container .PageContent .row .swiper-button{display: flex; width: 100%; position: absolute; justify-content: space-between; bottom: 0px; height: 70px;}
#newsList .Container .PageContent .row .swiper-button .swiper-button-next{display: flex; align-items: center; justify-content: center; background: unset; right: 0;}
#newsList .Container .PageContent .row .swiper-button .swiper-button-prev{display: flex; align-items: center; justify-content: center; background: unset; left: 0;}
#newsList .Container .PageContent .row .swiper-button .swiper-button-next img{height: 30px; opacity: .35;}
#newsList .Container .PageContent .row .swiper-button .swiper-button-prev img{height: 30px; opacity: .35;}