.footer{
    margin:0 !important;
}
.header {
    background: rgba(255, 255, 255, 1);
    /* backdrop-filter: blur(12px); */
}
body{background:#fff;}
.NewsList_g1 {width: 1440px;margin-left: auto;margin-right: auto;max-width: 90%;overflow: hidden;}
.NewsList_g1 li{display: block;width: 31.3%;margin-right: 3.05%;float: left;position: relative;box-sizing:border-box;margin-bottom: 3.2vw;
  	-webkit-transition: all .3s ease;
     -o-transition: all .3s ease;
     transition: all .3s ease;
}
.bottomnews .NewsList_g1 {
	--swiper-theme-color: #0E5CE6;/* è®¾ç½®Swiperé£Žæ ¼ */
    --swiper-navigation-color: #0E5CE6;/* å•ç‹¬è®¾ç½®æŒ‰é’®é¢œè‰² */
    --swiper-navigation-size: 2.5vw;/* è®¾ç½®æŒ‰é’®å¤§å° */
}
.bottomnews .NewsList_g1 .swiper-button-prev{
	left: 8vw;
}
.bottomnews .NewsList_g1 .swiper-button-next{
	right:8vw
}
.bottomnews .NewsList_g1 li{
	margin: 0!important;
	padding:0 1vw;
}
@media screen and(max-width:1440px){
	.bottomnews .NewsList_g1 .swiper-button-prev{
		left: 5%;
	}
	.bottomnews .NewsList_g1 .swiper-button-next{
		right:5%
}
}
@media screen and (max-width:1024px){
	.bottomnews .NewsList_g1{
		--swiper-navigation-size: 4vw;
	}
}
@media screen and (max-width:640px){
	.bottomnews .NewsList_g1{
		--swiper-navigation-size: 5vw;
	}
	.bottomnews .NewsList_g1 .swiper-wrapper{
		height:100vw;
		flex-direction:column;
		flex-wrap:wrap;
	}
	.bottomnews .NewsList_g1 li{
		height:30%;
		margin:0.5% 0!important;
	}
}
.NewsList_g1 li:nth-child(3n){margin-right: 0;}
.NewsList_g1 li a{display: block;}
.NewsList_g1 .nwimg{height: 14.8vw;position: relative;overflow: hidden;position: relative;}
.NewsList_g1 .nwimg img{display: block;width: 100%;height: 100%;object-fit: cover; position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}
.NewsList_g1 .txt{width: 85%;margin-left: auto;margin-right: auto;padding: 2vw 0;}
.NewsList_g1 li h3{font-weight: bold; font-size: 20px;color: #333333;margin-bottom: 1vw;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display: block;}
.NewsList_g1 li p{color: #999999;line-height: 1.8;font-size: 14px;}
.NewsList_g1 li p:nth-of-type(1){margin-bottom: 2.6vw;overflow: hidden;color: #666666;
	display: -webkit-box;-webkit-line-clamp:3;-webkit-box-orient: vertical;height: 5.4em;}
.NewsList_g1 .ntime{color: #999999;}
.NewsList_g1 .ntime span{float: right;color: #0061ae;font-weight: bold;}
/* é€šç”¨åº•éƒ¨èµ„è®¯æ ç›® */
.bottomnews{
    background:white;
    padding:4vw 0 6vw 0;
    width: 100%;
    position: relative;
}
.bottomnews .bottit{
    font-size:2.3vw;
    text-align:center;
    font-weight:bold;
    margin-bottom:3vw
}
@media screen and (min-width: 1024px){
	.NewsList_g1 li:hover{}
	.NewsList_g1 li:hover h3{color: #0061ae;}
}
@media screen and (max-width: 1024px){
    .NewsList_g1 .nwimg{height: 28vw;}
    .NewsList_g1 li{width: 47.5%;margin-right: 5%;}
    .NewsList_g1 li:nth-child(3n){margin-right: 5%;}
    .NewsList_g1 li:nth-child(2n){margin-right: 0;}
    .NewsList_g1 li h3 a{font-size: 20px;}
    .NewsList_g1 .ntime{border-right: none;}
}
@media screen and (max-width: 640px){
    .bottomnews .bottit{
        font-size:8vw;
        text-align:center;
        font-weight:bold;
        margin-bottom:3vw
    }
    
    .video_ban .ban_text .zh{
        font-size: 7.3vw;
    }

    .video_ban .ban_text .en{
        font-size: 4vw;
    }
    .NewsList_g1{max-width: 94%;}
    .NewsList_g1 .nwimg{display: none;}
    .NewsList_g1 .txt{width: 90%;}
    .NewsList_g1 li{width: 100%;float: none; margin-bottom: 4vw;border-radius: 5px;border: 1px solid #eeeeee;box-shadow: 0px 12px 20px rgba(0,0,0,0.03);padding:3.5vw 0;box-sizing:border-box;}
	.NewsList_g1 li h3{font-size: 4.2vw;}
	.NewsList_g1 .ntime span{font-size: 3.8vw;}
    .NewsList_g1 .ntime{font-size: 3.8vw;padding-top: 0;}
    .NewsList_g1 li p:nth-of-type(1){display: -webkit-box;-webkit-line-clamp:2;max-height: 3.4em;font-size: 3.8vw;height: auto;}
}