.list-news {
	padding: var(--space-2xl) 0;
}

.list-news .news-grid {
	grid-template-columns: repeat(2, 1fr);
	gap: 1.8rem;
	display: grid;
}

.list-news .news-card {
	background: var(--bg-white);
	padding: var(--space-sm);
	border-radius: var(--radius-md);
	box-shadow: var(--shadow-sm);
	transition: var(--transition-normal);
	border: 1px solid rgba(211, 67, 70, 0.08);
	min-height: 150px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	color: #333;
}

.list-news .news-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 6px 20px rgba(211, 67, 70, 0.12);
	border-color: rgba(211, 67, 70, 0.2);
}

.list-news .news-card h3 {
	font-size: 1.35rem;
	transition: var(--transition-normal);

}

.list-news .news-card .tips,
.list-news .news-card .desc {
	font-size: .9rem;
	color: #666666;
	transition: var(--transition-normal);
}

.list-news .news-card:hover .tips,
.list-news .news-card:hover .desc,
.list-news .news-card:hover h3 {
	color: var(--primary-color);
	transition: var(--transition-normal);
}

.list-news .news-card .tips span {
	margin-right: 1rem;
}

.article-content {

	padding: var(--space-2xl) 0;
}

.article-content .container {
	text-align: center;
}

.article-content h1.title {}

.article-content .tips {
	font-size: 1rem;
	color: #666666;
	margin: .5rem 0 1rem;
}

.article-content .tips span {
	margin: 0 1rem;
}

.article-content .container .content {
	text-align: left;
	text-indent: 2rem;
	color: #333333;
	font-size: 1rem;
	line-height: 2rem;
}

.article-content .container .content img {
	margin: 1rem auto;
	width: auto;
	max-width: 100%;
}

.team {
	margin: 3rem 0 4rem;
}

.team .section-header {
	margin-bottom: 2rem;
}

.team .team-cat {
	display: flex;
	justify-content: center;
	margin-bottom: 2rem;
}

.team .team-cat a {
	color: #000000;
	margin: 0 1rem;
	background-color: #eeeeee;
	color: #000000;
	padding: .2rem 1rem;
	border-radius: 5px;
	transition: color 0.3s ease;
}

.team .team-cat a.active {
	background-color: #D34346;
	color: #ffffff;
}

.team-grid {
	grid-template-columns: repeat(4, 1fr);
	gap: 1.2rem;
}

.team-grid .brand-card {
	margin-bottom: .1rem;
}

.team-grid .brand-card .team-cover {
	width: 100%;
	height: 200px;
	background: white;
	border-radius: 12px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
	margin-bottom: .35rem;
}

.team-grid .brand-card .team-cover img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: grayscale(0.3);
	transition: filter 0.3s ease;
	border-radius: 5px;
}

.mi-guarantee {
	width: 100%;
	padding: var(--space-2xl) 0;
}

.guarantee-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 2rem;
}

.guarantee-card {
	background: var(--bg-white);
	padding: var(--space-sm);
	border-radius: var(--radius-md);
	height: 7rem;
    transition: all 0.4s ease;
}
.guarantee-card:hover{
    transition: all 0.4s ease;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.guarantee-card .icon {
	width: 5rem;
	height: 5rem;
	background: white;
	border-radius: 12px;
	padding: 8px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
	border: 1px solid rgba(211, 67, 70, 0.08);
	margin-right: 1rem;
	float: left;
}

.guarantee-card .icon img {
	width: 100%;
}

.guarantee-card .info {
	height: 5rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.guarantee-card .info p {
	font-size: .9rem;
	color: #666666;
	display: block;
	width: 100%;
}
.page-about-content{
	display: grid;
	grid-template-columns: 2fr 1fr;
	gap: 4rem;
	align-items: center;
}
.page-about-content .gallery-item img{
	height: 100%;
}
.number{
	width: 3rem;
	height: 3rem;
	background: white;
	border-radius: 12px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
	border: 1px solid rgba(211, 67, 70, 0.08);
	margin-right: 1rem;
	float: left;
	font-size: 1.3rem;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
}

#map{
	width: 100%;
	height: 25rem;
	background-color: #eeeeee;
	margin-bottom: 3rem;
}

.mi-page_box {
	text-align: center;
	overflow: hidden;
	margin-top: 4rem;
}
.mi-page {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-bottom: 0;
	list-style: none;
}
.mi-page li {
	min-width: 2rem;
	margin: 0 .4rem;
	overflow: hidden;
}
.mi-page a,
.mi-page span {
	display: block;
	padding: .8rem 1rem;
	line-height: 1;
	font-size: 1.2rem;
	color: #666;
	background: #FFF;
	-webkit-border-radius: .5rem;
	border-radius: .5rem;
	border: 1px solid var(--primary-light);
	overflow: hidden;
	transition: all 0.3s ease;
}
.mi-page>i {
	margin-top: 1.4rem;
	width: 100%;
	font-size: 1.3rem;
	color: #888;
	display: none;
}

.mi-page a:hover,
.mi-page .active a,
.mi-page .active span {
	border-color: var(--primary-color) !important;
	background: var(--primary-color);
	color: #FFF !important
}

@media screen and (max-width:1024px) {
	.mi-page_box {margin-top: 0.6rem;}
}
@media screen and (max-width:768px) {
	.mi-page li {
		min-width: 2rem;
	}
	.mi-page a,
	.mi-page span {
		line-height: 2rem;
		padding: 1rem;
	}
	.mi-page_box {margin-top: 2rem;}
}
.article-prev-next{
	width: 100%;
	height: auto;
	background-color: #f7f7f7;
	padding: 1rem 1rem .6rem;
	position: relative;
}
.article-prev-next p{
	margin-bottom: .5rem;
	text-align: left;
}
.article-prev-next p:last-child{
	margin-bottom: 0;
}
.article-prev-next p span{
	font-weight: bold;
	margin-right: .8rem;
}
.article-prev-next p a {
	color: #0a0a0a;
}
.article-prev-next p a:hover,.article-prev-next .category:hover{
	color: var(--primary-color);
}
.article-prev-next .category{
	position: absolute;
	right: .6rem;
	top: 25%;
	font-size: 1.3rem;
	transition: all .3s
}