.news-guide {
	padding: 0.2rem 0.2rem;
	background: #fff;
	margin-bottom: 0.32rem;
}

.news-guide .tit {
	font-size: 0.3rem;
	font-family: FZLanTingHei-R-GBK;
	font-weight: 400;
	color: #101010;
	line-height: 1.2;
}

.news-guide .guide-list {
	display: flex;
	justify-content: space-between;
	margin-top: 0.26rem;
}

.news-guide .guide-item {
	/* height: 2.68rem; */
	width: 2.42rem;
	position: relative;
	cursor: pointer;
	display: block;
	transition: all 0.3s;
}

.news-guide .guide-item:hover {
	box-shadow: 0 0.05rem 0.3rem rgba(0, 0, 0, 0.1);
}

.news-guide .guide-item .tags {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background: rgba(0, 132, 255, 0.8);
	border-radius: 0px 0px 0.2rem 0px;
	height: 0.33rem;
	line-height: 0.33rem;
	padding-left: 0.12rem;
	padding-right: 0.14rem;
	font-size: 0.18rem;
	font-family: FZLanTingHeiS-R-GB;
	font-weight: 400;
	color: #FFFFFF;
}

.news-guide .guide-item .cover {
	width: 100%;
	height: 1.99rem;
	overflow: hidden;
}

.news-guide .guide-item .cover img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 1s;
}

.news-guide .guide-item .tit-box {
	width: 100%;
	height: 0.69rem;
	line-height: 0.69rem;
	background: #FFFFFF;
	border: 1px solid #D2D2D2;
	text-align: center;
	padding: 0.12rem 0.2rem;
}

.news-guide .guide-item .tit-box span {
	font-size: 0.18rem;
	font-family: FZLanTingHeiS-R-GB;
	font-weight: 400;
	color: #000000;
	line-height: 0.22rem;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	transition: all 0.3s;
}

.news-guide .guide-item:hover .cover img {
	transform: scale(1.1);
}

.news-guide .guide-item:hover .tit-box span {
	/* color: #0084FF; */
}

.news-list {
	/* padding-top: 0.32rem; */
}

.news-item {
	display: flex;
	background: #fff;
	cursor: pointer;
	transition: all 0.3s;
}

.news-item:hover {
	box-shadow: 0 0.05rem 0.3rem rgba(0, 0, 0, 0.1);
}

.news-item+.news-item {
	margin-top: 0.22rem;
}

.news-item .cover {
	width: 2.2rem;
	height: 2.4rem;
	overflow: hidden;
}

.news-item .cover img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 1s;
}

.news-item:hover .cover img {
	transform: scale(1.1);
}

.news-item .info {
	flex: 1;
	padding: 0.2rem 0.2rem;
	padding-bottom: 0.5rem;
	position: relative;
}

.news-item .info .tit {
	font-size: 0.22rem;
	font-family: FZLanTingHeiS-R-GB;
	font-weight: 400;
	color: #2E2E2E;
	line-height: 1.6;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	transition: all 0.3s;
}

.news-item:hover .info .tit {
	color: #0084FF;
}

.news-item .info .desc {
	font-size: 0.16rem;
	font-family: FZLanTingHeiS-R-GB;
	font-weight: 400;
	color: #7A7A7A;
	line-height: 1.8;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-top: 0.12rem;
}

.news-item .info .tags {
	position: absolute;
	bottom: 0.2rem;
	left: 0.2rem;
	font-size: 0.16rem;
	font-family: FZLanTingHeiS-R-GB;
	font-weight: 400;
	color: #1C1C1C;
}

.news-item .info .tags .ml {
	margin-left: 0.16rem;
}



.news-case-list {
	/* padding-top: 0.9rem; */
}

.news-case-list .item {
	border-radius: 0.05rem;
	padding: 0.36rem 0.36rem 0.16rem 0.36rem;
	width: 32%;
	height: 1.89rem;
	overflow: hidden;
	float: left;
	margin-left: 2%;
	margin-top: 0.34rem;
	display: block;
	background: rgba(255, 255, 255, 0.8);
}

.news-case-list .item:hover {
	box-shadow: 0 0.05rem 0.3rem rgba(0, 0, 0, 0.1);
}

.news-case-list .item:first-child,
.news-case-list .item:nth-child(2),
.news-case-list .item:nth-child(3) {
	margin-top: 0;
}

.news-case-list .item:nth-child(3n+1) {
	margin-left: 0;
}

.news-case-list .item .cover {
	height: 0.74rem;
	text-align: center;
	line-height: 0.74rem;
	font-size: 0;
}

.news-case-list .item .cover img {
	height: 0.74rem;
	max-width: 100%;
	max-height: 100%;
	object-fit: cover;
	display: inline-block;
}

.news-case-list .item .tit {
	margin-top: 0.2rem;
	text-align: center;
	font-size: 0.18rem;
	font-family: FZLanTingHeiS-R-GB;
	font-weight: 400;
	color: #656565;
	line-height: 1.2;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}


@media screen and (max-width: 900px) {
	.news-guide {
		padding: 0.1rem;
		margin-bottom: 0.2rem;
	}

	.news-guide .tit {
		font-size: 0.16rem;
	}

	.news-guide .guide-list {
		margin-top: 0.12rem;
	}

	.news-guide .guide-item {
		width: 32%;
	}

	.news-guide .guide-item .tags {
		border-radius: 0px 0px 0.1rem 0px;
		height: 0.2rem;
		line-height: 0.2rem;
		padding-left: 0.06rem;
		padding-right: 0.07rem;
		font-size: 0.12rem;
	}

	.news-guide .guide-item .cover {
		height: 0.9rem;
	}

	.news-guide .guide-item .tit-box {
		height: 0.46rem;
		line-height: 0.46rem;
		padding: 0.06rem 0.06rem;
	}

	.news-guide .guide-item .tit-box span {
		font-size: 0.13rem;
		line-height: 1.2;
	}


	.news-list {
		/* padding-top: 0.2rem; */
		padding-bottom: 0;
	}

	.news-item+.news-item {
		margin-top: 0.15rem;
	}

	.news-item .cover {
		width: 1rem;
		height: 1.1rem;
	}

	.news-item .info {
		padding: 0.12rem;
		padding-bottom: 0.36rem;
	}

	.news-item .info .tit {
		font-size: 0.16rem;
		line-height: 1.4;
		-webkit-line-clamp: 1;
	}

	.news-item .info .desc {
		font-size: 0.13rem;
		margin-top: 0.05rem;
		line-height: 1.4;
		-webkit-line-clamp: 2;
	}

	.news-item .info .tags {
		font-size: 0.12rem;
		bottom: 0.12rem;
		left: 0.12rem;
	}

	.news-item .info .tags .ml {
		margin-left: 0;
		display: block;
	}


	.news-case-list {
		/* padding-top: 0.4rem; */
	}

	.news-case-list .item {
		border-radius: 0.05rem;
		padding: 0.15rem 0.15rem 0.08rem 0.15rem;
		width: 1.65rem;
		height: 1.1rem;
		margin-left: 0.15rem;
		margin-top: 0.15rem;
	}

	.news-case-list .item:nth-child(3) {
		margin-top: 0.15rem;
	}

	.news-case-list .item:nth-child(3n+1) {
		margin-left: 0.15rem;
	}

	.news-case-list .item:nth-child(2n+1) {
		margin-left: 0;
	}

	.news-case-list .item .cover {
		height: 0.37rem;
		line-height: 0.37rem;
	}

	.news-case-list .item .cover img {
		height: 0.37rem;
	}

	.news-case-list .item .tit {
		margin-top: 0.1rem;
		font-size: 0.13rem;
	}

}
