* {
	margin: 0;
	padding: 0;
}

.m_banner {
	background: url(../img/news_banner.jpg) center no-repeat;
}



.news_list1 {
	width: 100%;
	margin-top: 0.8rem;
	margin-bottom: 0.4rem;
}

.news_swiper {
	position: relative;
}

.news_swiper .swiper-slide {
	position: relative;
}

.news_swiper .news_litpic {
	width: 7.6rem;
	height: 4.75rem;
	border-radius: 0.1rem;
	overflow: hidden;
}

.news_swiper .news_litpic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
}

.news_swiper .news_body {
	width: 8rem;
	height: 3.65rem;
	background: #FFFFFF;
	box-shadow: 0rem 0rem 0.07rem 0.01rem rgba(0, 0, 0, 0.16);
	border-radius: 0.1rem;
	padding: 0.62rem 0.8rem;
	box-sizing: border-box;
	position: absolute;
	right: 0.07rem;
	top: 0.55rem;
	z-index: 999;
}

.news_swiper .news_body .news_tit {
	font-weight: bold;
	font-size: 0.2rem;
	color: #333333;
	margin-bottom: 0.2rem;
	position: relative;
}

.news_swiper .news_body .news_content {
	font-weight: 400;
	font-size: 0.16rem;
	color: #666666;
	line-height: 0.3rem;
	margin-bottom: 0.2rem;
	padding-top: 0.2rem;
	border-top: 0.01rem solid #BEBEBE;
}

.news_swiper .news_body .news_time2 {
	font-weight: 400;
	font-size: 0.16rem;
	color: #A49E9E;
	margin-bottom: 0.36rem;
}

.news_swiper .news_body .news_more {
	width: 1.36rem;
	height: 0.4rem;
	background: #0A7E0D;
	box-shadow: 0rem 0rem 0.06rem 0.01rem rgba(0, 0, 0, 0.16);
	border-radius: 1.21rem;
	font-weight: 400;
	font-size: 0.16rem;
	color: #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 999;
	cursor: pointer;
}

.news_swiper .news_body .news_more img {
	width: 0.22rem;
	height: 0.12rem;
	margin-left: 0.1rem;
}

.news_swiper .news_litpic:hover img {
	transform: scale(1.2);
}

.news_swiper .news_body:hover .news_tit {
	color: #0A7E0D;
}

.news_swiper .swiper-pagination {
	position: absolute;
    padding-right: 0.8rem;
    bottom: 1.3rem;
    text-align: right;
    z-index: 1;
    width: 2rem;
    right: 0rem;
    left: auto;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 6px)
}











/* 新闻列表 */
.news_list .main {
	display: flex;
	flex-wrap: wrap;
}

.news_li {
	width: 4.8rem;
	height: 4.58rem;
	background: #FFFFFF;
	border-radius: 0.1rem;
	border: 0.01rem solid #DADBDF;
	margin-right: 0.4rem;
	margin-top: 0.4rem;
	overflow: hidden;
}

.news_li:nth-child(3n) {
	margin-right: 0;
}

.news_li .news_img {
	width: 100%;
	height: 3rem;
	overflow: hidden;
}

.news_li .news_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
}

.news_li .news_txt {
	width: 100%;
	height: 1.58rem;
	padding: 0.2rem 0.3rem 0.23rem 0.3rem;
	box-sizing: border-box;
}

.news_li .news_txt .news_title {
	font-weight: 500;
	font-size: 0.2rem;
	color: #000000;
	line-height: 0.28rem;
	width: 100%;
	height: 0.57rem;
	margin-bottom: 0.2rem;
}

.news_li .news_txt .news_time {
	display: flex;
	justify-content: space-between;
	font-weight: 400;
	font-size: 0.16rem;
	color: #999999;
	padding-top: 0.14rem;
	border-top: 0.01rem solid #CFD3D5;
}

.news_li .news_txt .news_time div {
	width: 0.3rem;
	height: 0.3rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
}

.news_li .news_txt .news_time div i {
	width: 0.06rem;
	height: 0.14rem;
	background-image: url(../img/solarr1.png);
	background-size: cover;
}

.news_li:hover {
	box-shadow: 0rem 0rem 0.1rem 0.01rem rgba(0, 0, 0, 0.16);
}

.news_li:hover .news_img img {
	transform: scale(1.2);
}

.news_li:hover .news_txt .news_title {
	color: #0A7E0D;
}

.news_li:hover .news_txt .news_time div {
	background: #0A7E0D;
}

.news_li:hover .news_txt .news_time div i {
	background-image: url(../img/solarr2.png);
	transform: rotate(180deg);
}