.bannar{
	width:100%;
	margin-top: 160px;
}
.bannar img{
	width:100%;
}
.card-body .img-fluid{
    width: 130px;
    height: 130px;
}
.newslist{
	width:80%;
	margin: 0 auto;
	margin-top: 48px;
	margin-bottom:50px;
}
.newslist1{
	width:100%;
	height:294px;
	background: #FFFFFF;
	box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.04);
	border-radius: 12px 12px 12px 12px;
	display:flex;
	justify-content:space-between;
	align-items:center;
	padding:24px;
	box-sizing: border-box;
	margin-top:24px;
	cursor: pointer;
	transition: all 0.5s;
}
.newslist1:hover{
	box-shadow: 0px 8px 15px 0px rgba(0,0,0,0.08);
	transition: all 0.5s;
}
.newslist1>img{
	width:300px;
	max-height:260px;
	margin-left:100px;
	border-radius: 10px;
}
.newslist1 div{
	height:260px;
	position:relative;
	
}
.newslist1>div>span{
	line-height:40px;
	font-size: 16px;
	font-weight: 400;
	color: #86909C;
	
}
.newslist1>div>h3{
	font-size: 20px;
	font-weight: bold;
	color: #1D2129;
	margin-bottom:24px;
}
.newslist1>div>p{
	font-size: 16px;
	font-weight: 400;
	color: #1D2129;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp:2;
	word-wrap: break-word;
	word-break: break-all;
}
.newslist1>div:hover>span{
	color:#35B257;
}
.newslist1>div:hover>h3{
	color:#35B257;
}
.newslist1>div:hover>p{
	color:#35B257;
}

.newslist1>div>img{
	width:36px;
	height:36px;
	position: absolute;
	bottom:20px;
	left:0px;
}
.newsdata{
	width:80%;
	margin: 0 auto;
	min-height:500px;
	margin-top:30px;
	margin-bottom:30px;
	overflow: hidden;
	background:#fff;
	padding:20px 50px;
	box-sizing: border-box;
    border-radius: 10px;
    margin-top: 160px;
}
.newsdata h3{
	line-height:80px;
    font-size: 30px;
	margin-bottom:20px;
}
.shijian{
	font-size: 14px;
	font-weight: 400;
	color: #8D8D8D;
	padding-bottom:40px;
}
.newsdata1{
	margin-top:40px;
}
.banyema{
	width:80%;
	margin:0 auto;
	margin-top:200px;
	font-size: 14px;
}


.newsdata1 img,
.newsdata1 video{
	max-width:100%;
	height:auto;
}


@media screen and (max-width: 992px) {
	.newslist{
		width:90%;
	}
	.newslist1{
		height:auto;
		padding:18px;
	}
	.newslist1>img{
		width:360px;
		height:auto;
		margin-left:40px;
	}
	.newslist1 div{
		height:auto;
	}
	.newslist1>div>h3{
		font-size:18px;
	}
	.newsdata{
		width:92%;
		padding:20px 30px;
	}
}


@media screen and (max-width: 768px) {
	.bannar{
		margin-top:80px;
	}
	.newslist{
		width:92%;
		margin-top:30px;
	}
	.newslist1{
		flex-direction: column;
		align-items: flex-start;
		height:auto;
		padding:16px;
	}
	.newslist1>img{
		width:100%;
		height:auto;
		margin-left:0;
		margin-top:16px;
		order:2;
	}
	.newslist1 div{
		width:100%;
		height:auto;
		order:1;
	}
	.newslist1>div>span{
		font-size:14px;
		line-height:30px;
	}
	.newslist1>div>h3{
		font-size:18px;
		margin-bottom:16px;
	}
	.newslist1>div>p{
		font-size:14px;
		-webkit-line-clamp:3;
	}
	.newslist1>div>img{
		position: static;
		margin-top:16px;
	}
	.newsdata{
		width:92% !important;
		padding:16px 20px !important;
		margin-top:80px !important;
	}
	.newsdata h3{
		font-size:22px;
		line-height:50px;
	}
	.shijian{
		font-size:12px;
	}
	.banyema{
		width:92%;
		margin-top:120px;
	}
}


@media screen and (max-width: 480px) {
	.newslist1>div>h3{
		font-size:16px;
	}
	.newslist1>div>p{
		font-size:13px;
	}
	.newsdata h3{
		font-size:20px;
	}
}


@media (max-width: 996.98px) {
	.newsdata {
		margin-top: 20px !important;
		padding: 16px 20px !important;
	}
	.newsdata h3 {
		font-size: 22px;
		line-height: 1.4;
	}

	.shijian {
		display: flex !important;
		flex-wrap: wrap;
		justify-content: center !important;
		align-items: center !important;
		gap: 4px;
		padding-bottom: 20px;
		font-size: 12px;
	}
	.shijian img {
		width: 12px !important;
		margin-right: 2px;
	}
}


@media (max-width: 768px) {
	.newsdata1 {
		margin-top: 24px;
	}

	.newsdata1 p,
	.newsdata1 div,
	.newsdata1 span {
		font-size: 14px !important;
		line-height: 1.7;
	}
	.newsdata1 p {
		text-align: left !important;
		margin: 0 0 12px 0;
		word-break: break-word;
	}

	.newsdata1 span[style*="font-size"] {
		font-size: 12px !important;
	}

	.newsdata1 table {
		max-width: 100% !important;
		width: auto !important;
		display: block;
		overflow-x: auto;
	}
}