.list-news {
	width: 100%;
	background-color: var(--mi-gray-color);
	padding: .6rem 0;
}

.list-news .container-lg {
	padding: 0;
}
.news-item {
	margin-bottom: .5rem;
}
.news-item a {
	display: block;
	box-sizing: border-box;
	padding: 0.2rem;
	background-color: #fff;
	border-radius: 0.06rem;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	transition: all 0.3s ease;
}

.news_img {
	width: 29.5%;
	position: relative;
	overflow: hidden;
}

.news_img::after {
	content: '';
	display: block;
	padding-bottom: 67%;
}

.news_img img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s ease;
}

.news_text {
	width: 70.5%;
	box-sizing: border-box;
	padding-left: 3%;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
}

.news_text_txt {
	width: calc(100% - 0.6rem);
	box-sizing: border-box;
	padding-right: 5%;
}

.news_text_txt h3 {
	font-size: 0.24rem;
	color: #1F2124;
	font-weight: bold;
	margin-bottom: .1rem;
}

.news_text_txt h4 {
	font-size: 0.18rem;
	line-height: 0.24rem;
	color: #1F2124;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	margin-top: 0.15rem;
	margin-bottom: 0;
}

.news_text_date {
	width: 0.6rem;
	height: 0.56rem;
	background-color: #1F2124;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	border-right: 0.04rem solid var(--mi-base-color);
	flex-direction: column;
	box-sizing: border-box;
	position: absolute;
	right: 0;
	top: .25rem;
}

.news_text_date h5 {
	font-size: 0.28rem;
	color: #fff;
	margin-bottom: 0;

}

.news_text_date h6 {
	font-size: 0.14rem;
	color: #fff;
	margin-bottom: 0;
}

.news_text h2 {
	display: inline-block;
	box-sizing: border-box;
	padding: 0.1rem 1rem;
	border-radius: 0.06rem;
	border: 1px solid #697D8D;
	transition: all 0.3s ease;
	font-size: 0.16rem;
	color: #1F2124;
	text-transform: capitalize;
	font-weight: bold;
	transition: all 0.3s ease;
	position: relative;
	z-index: 2;
	margin-bottom: 0;
}

.news_text h2::after {
	content: '';
	width: 0;
	right: 0;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background-color: var(--mi-base-color);
	transition: all 0.3s ease;
	z-index: -1;
}

.news-item a:hover {
	box-shadow: 0 0.29rem 0.35rem rgba(115, 169, 212, 0.2);
}

.news-item a:hover img {
	width: 110%;
	height: 110%;
}

.news-item a:hover h3 {
	color: var(--mi-base-color);
}

.news-item a:hover h2 {
	color: #fff;
	border: 1px solid var(--mi-base-color);
}

.news-item a:hover h2::after {
	width: 100%;
	left: 0;
	right: auto;
}

@media screen and (max-width:1200px) {
	.news_text h2 {
		padding: 0.1rem 0.8rem;
	}

	.news_text_txt h3 {
		font-size: 0.22rem;
	}
}

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

@media screen and (max-width:959px) {
	.news_text_txt h4 {
		font-size: 0.16rem;
		line-height: 0.2rem;
		-webkit-line-clamp: 2;
		margin-top: 0.1rem;
	}

	.news_text h2 {
		padding: 0.1rem 0.6rem;
	}
}

@media screen and (max-width:767px) {
	.news_text h2 {
		padding: 0.06rem 0.4rem;
		font-size: 0.12rem;
	}

	.news_text_txt h3 {
		font-size: 0.2rem;
	}

	.news-item {
		gap: 0.4rem;
	}
}

@media screen and (max-width:560px) {
	.news_img {
		width: 100%;
		position: relative;
		overflow: hidden;
	}

	.news_text {
		width: 100%;
		padding-left: 0%;
		margin-top: 0.2rem;
	}

	.news_text_date {
		display: none;
	}

	.news_text_txt {
		width: 100%;
		padding-right: 0%;
		margin-bottom: 0.2rem;
	}

	.news-item {
		gap: 0.2rem;
	}
}

/* Number of pages */
.in_page_box {
	text-align: center;
	overflow: hidden;
}
.in_page {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-bottom: 0;
}
.in_page li {
	min-width: .32rem;
	margin: 0 .04rem;
}
.in_page a,
.in_page span {
	display: block;
	padding: 0 .12rem;
	line-height: .32rem;
	font-size: .14rem;
	color: #666;
	background: #FFF;
	-webkit-border-radius: .05rem;
	border-radius: .05rem;
	border: 1px solid var(--mi-border-color);
	overflow: hidden;
	transition: all 0.3s ease;
}
.in_page>i {
	margin-top: 0.14rem;
	width: 100%;
	font-size: 0.13rem;
	color: #888;
	display: none;
}

.in_page a:hover,
.in_page .active a,
.in_page .active span {
	border-color: var(--mi-base-color) !important;
	background: var(--mi-base-color);
	color: #FFF !important
}

@media screen and (max-width:1024px) {
	.in_page_box {margin-top: 0.6rem;}
}
@media screen and (max-width:768px) {
	.in_page li {
		min-width: .28rem;
	}
	.in_page a,
	.in_page span {
		line-height: 0.28rem;
		padding: 0 .1rem;
	}
	.in_page_box {margin-top: 0.4rem;}
}
@media screen and (max-width:560px) {

}

.in_news_list {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	padding: 0.1rem;
	overflow: hidden;
	margin-bottom: .1rem;
}
.in_news_list li {
	width: 31.33%;
	margin: 0 3% .4rem 0;
	box-sizing: border-box;
	-webkit-border-radius: .1rem;
	-moz-border-radius: .1rem;
	border-radius: .1rem;
	border: 1px solid var(--mi-border-color);
	overflow: hidden;
}
.in_news_list li:nth-child(3n) {
	margin-right: 0
}
.in_news_list a {
	display: block;
	box-sizing: border-box;
	padding: 0.24rem;
}
.in_news_list .img {
	width: 100%;
	position: relative;
	overflow: hidden
}
.in_news_list .img::before {
	content: "";
	display: block;
	padding-bottom: 73%
}
.in_news_list .img::after {
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to top,
			rgba(255, 255, 255, 0),
			rgba(255, 255, 255, 0.6));
	background: -webkit-linear-gradient(to top,
			rgba(255, 255, 255, 0),
			rgba(255, 255, 255, 0.6));
}
.in_news_list .img img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	object-fit: cover
}
.in_news_list .txt {
	margin-top: 0.2rem;
	position: relative;
}
.in_news_list .txt h2 {
	font-size: 0.16rem;
	font-weight: bold;
	color: #3e3a39;
	line-height: 0.22rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.in_news_list .txt p {
	margin: 0.16rem 0 0;
	font-size: 0.14rem;
	color: #666;
	line-height: 0.18rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.in_news_list .i_more {
	padding: .36rem 0.4rem 0 0.3rem
}
.in_news_list .n_time {
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 0.15rem;
	color: #888;
}
.in_news_list .n_time i {
	font-size: 0.3rem;
	color: #A3A3A3;
}

.in_news_list li:hover {
	box-shadow: 0 0 .1rem rgb(0 0 0 / 10%);
}
.in_news_list li:hover .img::after {
	animation: gradient-rectangle 1.4s;
	animation-delay: 0s;
	-webkit-animation-timing-function: cubic-bezier(0, 0, 0.18, 0.96);
}
@-webkit-keyframes gradient-rectangle {
	0% {
		top: 100%;
		opacity: 1;
	}
	100% {
		top: 0;
		opacity: 0;
	}
}
.in_news_list li:hover img {
	width: 110%;
	height: 110%;
}
.in_news_list li:hover h2 {
	color: var(--mi-base-color);
}
.in_news_list li:hover .n_time i {
	color: var(--mi-base-color);
}
.in_news_list .img img {
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}


@media screen and (max-width:959px) {
	.in_news_list li {
		width: 49%;
		margin: 0 2% .34rem 0;
	}
	.in_news_list li:nth-child(3n) {
		margin-right: 2%;
	}
	.in_news_list li:nth-child(2n) {
		margin-right: 0;
	}
}
@media screen and (max-width:767px) {
	.in_news_list .i_more {
		display: none;
	}
	.in_news_list .n_time {
		position: initial;
	}
}
@media screen and (max-width:560px) {
	.in_news_list li {
		margin-bottom: 0.2rem;
	}
	.in_news_list a {
		padding: 0.12rem;
	}
	.in_news_list .txt p {
		margin: 0.12rem 0 .22rem;
	}
	.in_news_list .n_time i {
		font-size: 0.26rem;
	}
}
.list-product{
	padding: 0;
}
.i_products_list {
	width: 100%;
	box-sizing: border-box;
	padding: .1rem;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	overflow: hidden;
	margin-bottom: 0;
}

.i_products_list li {
	position: relative;
	cursor: pointer;
	-webkit-border-radius: .1rem;
	-moz-border-radius: .1rem;
	border-radius: .1rem;
	width: 23.5%;
	margin: 0 2% .3rem 0;
	box-sizing: border-box;
	padding: .4rem;
	border: 1px solid var(--mi-border-color);
	background: #FFF;
	overflow: hidden;
}
.i_products_list li:nth-child(4n) {
	margin-right: 0
}
.i_products_list .p_cont {
	display: block;
	text-align: center;
	width: 100%;
}
.i_products_list .img {
	width: 100%;
	position: relative;
	overflow: hidden
}
.i_products_list .img:before {
	content: "";
	display: block;
	padding-bottom: 100%
}
.i_products_list .img img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: all .5s;
}
.i_products_list li:hover .img img{
	/* width: 110%;
	height: 110%;
	transition: all .5s; */
}
.i_products_list .txt {
	margin-top: .2rem;
}
.i_products_list .txt h2 {
	font-size: .18rem;
	color: #333;
	font-weight: 900;
	margin-bottom: .15rem;
}
.i_products_list .txt h6 {
	margin: .06rem auto .26rem;
	font-size: .16rem;
	color: #333;
	overflow: hidden;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	font-weight: 400;    
}
.i_products_list .txt span {
	display: block;
	background: #f2f3f6;
	-webkit-border-radius: .1rem;
	-moz-border-radius: .1rem;
	border-radius: .1rem;
	position: relative;
	overflow: hidden;
}
.i_products_list .txt span::before {
	content: '';
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	top: 0;
	width: 0;
	height: 100%;
	background: var(--mi-base-color);
}
.i_products_list .txt i {
	font-size: .12rem;
	font-weight: bold;
	color: #444;
	line-height: .44rem;
	position: relative;
	z-index: 2;
}

.i_products_list .add_car {
	position: absolute;
	top: 0;
	left: 0;
	width: .7rem;
	height: .7rem;
	z-index: 2;
}
.i_products_list .add_car span {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border-color: transparent var(--mi-base-color);
	border-width: 0;
	border-style: solid;
}
.i_products_list .add_car i {
	display: block;
	opacity: .4;
	position: absolute;
	top: 0;
	left: 0.01rem;
	width: .46rem;
	height: .46rem;
	background: url(../images/logo_s.png) no-repeat center;
	background-size: .38rem;
	-webkit-filter: brightness(0);
	-moz-filter: brightness(0);
	-o-filter: brightness(0);
	-ms-filter: brightness(0);
	filter: brightness(.2)
}

.i_products_list li:hover {
	box-shadow: 0 0 .1rem rgb(0 0 0 / 15%);
}
.i_products_list li:hover .txt span::before {
	width: 100%;
}
.i_products_list li:hover .txt i {
	color: #FFF;
}
.i_products_list li:hover .add_car span {
	border-width: 0 0 .7rem .7rem;
}
.i_products_list li:hover .add_car i {
	opacity: 1;
	-webkit-filter: brightness(1);
	-moz-filter: brightness(1);
	-o-filter: brightness(1);
	-ms-filter: brightness(1);
	filter: brightness(1);
	transform: rotate(-45deg);
}
.i_products_list .txt span::before,
.i_products_list .txt i,
.i_products_list .add_car span,
.i_products_list .add_car i {
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}

@media screen and (max-width:959px) {
	.i_products_list {
		flex-wrap: wrap;
	}
	.i_products_list li {
		width: 49%;
		padding: .3rem;
		margin: 0 2% .26rem 0;
	}
	.i_products_list li:nth-child(2n) {
		margin-right: 0
	}
}
@media screen and (max-width:767px) {
}
@media screen and (max-width:560px) {
	.i_products_list li {
		margin: 0 2% .18rem 0;
	}
	.i_products_list .txt h6 {
		margin: .06rem auto .14rem
	}
	.i_products_list .txt i {
		line-height: .4rem;
	}
}
