/*banner*/
.banner{
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.banner .swiper-slide{
	position: relative;
}
.banner .swiper-slide img, .banner .swiper-slide video{
	display: block;
	width:100%;
}
.banner .swiper-slide video{
	object-fit: cover;
	min-height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.banner .swiper-slide img.mob{
	display: none;
}
.banner .swiper-slide{
	position: relative;
}
.banner .swiper-slide::before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: url('https://www.longforfoundation.com/res/cms/www/default/images/banner-mask.png') no-repeat;
	background-size: cover;
}
.banner .swiper-slide .txt{
	position: absolute;
	left: 2.40rem;
	top: 2.43rem;
	color: #fff;
	max-width: 14.40rem;
}
.banner .swiper-slide .txt .tit{
	font-size: .60rem;
	line-height: 1.45;
	font-weight: 500;
	margin-bottom: .27rem;
	font-family: HarmonyOS Sans SC;
}
.banner .swiper-slide .txt .intro{
	font-size: .20rem;
	line-height: 1.66;
	font-weight: 300;
	opacity: 0.72;
}
.banner .banner-operation{
	position: absolute;
	z-index: 2;
	bottom: .76rem;
	right: 2.40rem;
}
.banner .banner-pagination{
	font-size: 0;
	text-align: right;
	letter-spacing: -8px;
}
.banner .banner-pagination .swiper-pagination-bullet{
	width: .40rem;
	height: .05rem;
	background-color: #FFFFFF;
	border-radius: .02rem;
	letter-spacing: 0;
	margin: 0;
	margin-left: .10rem;
	opacity: 0.22;
	transition: opacity .5s ease;
	vertical-align: middle;
}
.banner .banner-pagination .swiper-pagination-bullet:first-child{
	margin-left: 0;
}
.banner .banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
	opacity: 1;
}


/*section*/
.section{
	position: relative;
	z-index: 2;
	overflow: hidden;
}
.section .main{
	max-width: 12rem;
	margin: 0 auto;
}
.com-tit-box{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: .45rem 0;
}
.com-tit-box.center{
	justify-content: center;
}
.com-tit-box .more{
	min-width: 1.53rem;
	text-align: center;
	height: .58rem;
	border-radius: .29rem;
	line-height: .58rem;
	font-size: .18rem;
	color: #fff;
	background-color: #ef3e3e;
	transition: background-color .5s ease-in-out, box-shadow .5s ease-in-out;
}
.com-tit-box .more:hover{
	background-color: #ef3e3e;
	box-shadow: 0 0.1rem 0.11rem 0px #ff6d6d;
}
.com-tit-box .more i{
	font-size: .21rem;
	margin-left: .13rem;
	vertical-align: middle;
}

.section.hui{
	position: relative;
	background-color: #F9F9F9;
}
.section.hui:before{
	content: '';
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
	width: 5.32rem;
	height: 4.64rem;
	background: url(https://www.longforfoundation.com/res/cms/www/default/images/icon-bg.png) right bottom no-repeat;
	background-size: 6.90rem 100%;
}

/*news*/
.newsInd{
	padding: .27rem 0 .90rem;
}
.news-list ul{
	display: flex;
	justify-content: space-between;
}
.news-list li{
	width: 3.9rem;
	border-radius: .15rem;
	overflow: hidden;
}
.news-list li{
	display: block;
}
.news-list li a{
	display: block;
	background-color: #fff;
}
.news-list li a .img-box{
	position: relative;
	height: 2.82rem;
	overflow: hidden;
}
.news-list li a .img-box:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #EF883E;
	opacity: 0;
	transition: opacity .5s ease-in-out;
}
.news-list li a .img-box img{
	display: block;
}
.news-list li a .img-box span{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.news-list li a .con{
	padding: .31rem .32rem .33rem;
}
.news-list li a .con .time{
	font-size: .18rem;
	font-weight: 400;
	color: #ef3e3e;
	line-height: 1;
	margin-bottom: .25rem;
	transition: color .5s ease-in-out;
}
.news-list li a .con h6{
	font-size: .20rem;
	font-weight: 400;
	color: #5A5757;
	line-height: 1.4;
	height: .84rem;
	margin-bottom: .27rem;
	overflow: hidden;
	text-overflow: ellipsis;
	text-overflow: -webkit-ellipsis-lastline;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
	transition: color .5s ease-in-out;
}
.news-list li a .con .more-box{
	text-align: right;
	color: #ef3e3e;
	transition: color .5s ease-in-out;
}
.news-list li a .con .more-box span i{
	margin-left: .13rem;
	font-size: .12rem;
	vertical-align: middle;
}
.news-list li a:hover{
	box-shadow: 0px .17rem .65rem 0px rgba(206,203,203,0.22);
}
.news-list li a:hover .img-box:before{
	opacity: 0.26;
}
.news-list li a:hover .img-box span{
	opacity: 1;
}
.news-list li a:hover .con .time,
.news-list li a:hover .con h6,
.news-list li a:hover .con .more-box{
	color: #ef3e3e;
}


/*public-welfare*/
.public-welfare{
	background-color: #fff;
	padding: .24rem 0 .90rem;
}
.public-welfare .content{
	border-radius: .15rem;
	position: relative;
	overflow: hidden;
}
.public-welfare .content .item{
	width: 4rem;
	height: 3rem;
	border-radius: 0;
}
.public-welfare .content .item:first-child{
	width: 8rem;
}

/* 大数据 */
.big-data{
	padding: .53rem 0 1.31rem;
}

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

	body{
		background-color: #f1f2f5;
	}
	.banner .swiper-slide img, .banner .swiper-slide video{
		display: none;
	}
	.banner .swiper-slide img.mob{
		display: block;
	}

	.banner .swiper-slide .txt{
		width: 6.93rem;
		left: .57rem;
		top: auto;
		bottom: 10%;
	}
	.banner .swiper-slide .txt .more{
		width: 2.04rem;
		height: .90rem;
		line-height: .90rem;
		border-radius: .45rem;
		font-size: .24rem;
              /*display:none;*/
	}
	.banner .swiper-slide .txt .con{
		font-size: .24rem;
	}
	.banner .swiper-slide .txt .more i{
		margin-left: .13rem;
	}

	.banner .banner-operation{
		width: 100%;
		right: 0;
		bottom: .20rem;
	}
	.banner .banner-pagination{
		text-align: center;
	}

	/* commn */
	.com-tit-box{
		margin-top: 0;
	}
	.com-tit-box .more{
		width: 2.04rem;
		font-size: .24rem;
	}
	.section{
		padding: .60rem .32rem;
	}


	/**/
	.news-list ul{
		flex-wrap: wrap;
	}
	.news-list li{
		width: 100%;
		margin-bottom: .20rem;
	}
	.news-list li:last-child{
		margin-bottom: 0;
	}
	.news-list li a .con .time, .news-list li a .con h6{
		font-size: .30rem;
	}


	/**/
	.public-welfare .content .item{
		width: 100%;
	}
	.public-welfare .content .item:first-child{
		width: 100%;
	}
}
