.news-top-v1 {
	display: flex;
	justify-content: space-between;
	margin: 4rem auto;
}

.ntv-left {
	width: 82%;
}

.ntv-left ul {
	display: flex;
	justify-content: space-between;
}

.ntv-left #wp_news_w13 {
	width: 100%;
}

.ntv-left table {
	display: block;
	width: 100%;
}

.ntv-left tbody {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.ntv-left ul tr {
	display: block;
	width: 32%;
	height: 14rem;
}

.ntv-left ul tr td {
	display: block;
	width: 100%;
}

.ntv-left ul li {
	position: relative;
	list-style: none;
	width: 100%;
	height: 14rem;
}

.ntv-left ul li img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ntv-left ul li p {
	position: absolute;
	left: 0;
	bottom: 0;
	color: #fff;
	padding: 0 5%;
	height: 2rem;
	line-height: 2rem;
	box-sizing: border-box;
	background: rgba(178, 35, 29, 0.52);
}

.ntv-left ul li p a {
	color: #fff;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.ntv-right {
	width: 16%;
}

.ntv-right img {
	display: block;
	width: 100%;
	max-height: 4rem;
	margin-bottom: 1rem;
}

.new-home-list-v1 .public-width {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
}

.gray-bg {
	background: #e9ecf1;
}

.new-home-list-v1 .public-width {
	padding: 3rem 0;
}

.nhlv-box {
	width: 48%;
}

.nhlv-box-title {
	padding: 0.3rem 0;
	border-bottom: 2px solid #ba3921;
}

.nhlv-box-title table,
.nhlv-box-title tbody,
.nhlv-box-title tr {
	display: block;
}

.nhlv-box-title td {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.nhlv-box-title h3 {
	color: #ba3921;
	font-size: 1.3rem;
}

.nhlv-box-title a {
	color: #333;
}

.nhlv-box-con ul li {
	display: flex;
	justify-content: space-between;
	list-style: none;
	margin-top: 10px;
	font-size: 0.98rem;
}

.nhlv-box-con ul li a {
	position: relative;
	color: #000;
	display: flex;
	align-items: center;
	width: 80%;
	padding-left: 25px;
	box-sizing: border-box;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.nhlv-box-con ul li a::before {
	position: absolute;
	left: 2px;
	top: 0.3rem;
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	border: 1px solid #ba3921;
	transform: rotate(45deg);
}

.nhlv-box-con ul li span {
	color: #666;
}

.new-home-bottom .public-width {
	margin: auto;
	padding: 3rem 0;
}

.new-home-bottom .public-width>h3 {
	color: #ba3921;
	font-size: 1.3rem;
	padding: 0.3rem 0;
	border-bottom: 2px solid #ba3921;
	text-align: center;
}

.nhb-box ul table {
	dislplay: block;
}

.nhb-box ul table tbody {
	display: flex;
	flex-wrap: wrap;
}

.nhb-box ul tr {
	display: block;
	width: 30%;
	margin-right: 5%;
}

.nbh-box td {
	display: block;
	width: 100%;
}

.nhb-box ul li {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-top: 25px;
}

.nhb-box ul tr:nth-child(3n+3) {
	margin-right: 0;
}

.nhb-box ul li .nhbb-time {
	color: #ba3921;
	background: #fff;
}

.nhbb-time b {
	display: block;
	color: #fff;
	background: #ba3921;
	padding: 6px;
	font-size: 1.3rem;
}

.nhbb-time span {
	display: block;
	padding: 5px;
	text-align: center;
}

.nhbb-text {
	width: 75%;
}

.nhbb-text a {
	color: #333;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	line-height: 1.8;
	font-size: 0.98rem;
}

@media (max-width: 790px) {
	.news-top-v1 {
		flex-wrap: wrap;
	}

	.ntv-left {
		width: 100%;
	}

	.ntv-left tbody {
		flex-wrap: wrap;
	}

	.ntv-left ul tr {
		width: 100%;
		height: 10rem;
		margin-bottom: 2rem;
	}

	.ntv-left ul li {
		height: 10rem;
	}

	.ntv-right {
		display: flex;
		justify-content: space-between;
		width: 100%;
	}
	.ntv-right>div{
		width: 31%;
	}
	.nhlv-box{
		width: 100%;
		margin-bottom: 2rem;
	}
	.swiper-button-prev{
		width: 30px !important;
		height: 30px !important;
	}
	.swiper-button-next{
		width: 30px !important;
		height: 30px !important;
	}
}