.hot-class{
	background: #FFFFFF;
	padding: 50px 0;
}
.hot-class-tit{
	width: 100%;
}
.ht-left h2{
	font-size: 24px;
	font-weight: bold;
	position: relative;
	padding-left: 20px;
}
.ht-left h2:before{
	content: "";
	position: absolute;
	left: 0;
	top: 6px;
	width:4px;
	height:22px;
	background: #49b849;
}
.hot-right a{
	display: inline-block;
	font-size: 16px;
	color: #666666;
	border: 1px solid #E5E5E5;
	border-radius: 18px;
	padding: 0 20px;
	line-height: 35px;
	margin-left: 20px;
}
.ht-type a.active{
	background: #49b849;
	color: #FFFFFF;
	border: 1px solid #49b849;
}
.hot-body{
	margin-top: 25px;
}
.hot-body ul li{
	width: 285px;
	height: 443px;
	border-radius: 10px;
	background: #F7F9FA;
	margin-right: 20px;
	overflow: hidden;
	position: relative;
}
.hot-body ul li a{
	display: block;
}
.hot-body ul li:last-child{
	margin-right: 0;
}
.hot-body ul li img{
	width: 100%;
	height: 285px;
	object-fit: cover;
}
.hot-down{
	width: 100%;
	padding: 20px;
}
.hot-down h2{
	font-size: 18px;
	color: #333333;
	line-height: 27px;
	margin-bottom: 15px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical; 
}
.hot-down p{
	font-size: 14px;
	color: #666666;
}
.hot-price{
	position: absolute;
	right: 20px;
	bottom: 10px;
}
.hot-price span:first-child{
	font-size: 16px;
	color: #999999;
	text-decoration: line-through;
}
.hot-price span:last-child{
	font-size: 20px;
	margin-left: 5px;
}
/*新闻样式开始*/
.tzc-news{
	width: 100%;
	background: #F7F7F7;
	padding: 20px 0 50px;
}
.news-left{
	width: 890px;
	padding: 25px;
	background: #FFFFFF;
	border-radius: 10px;
}
.news-floor{
	margin-bottom: 20px;
}
.news-floor:last-child{
	margin-bottom: 0;
}
.news-typename{
	width: 100%;
	border-bottom:1px solid #E5E5E5;
	margin-bottom: 20px;
}
.news-typename h2{
	font-size: 20px;
	display: inline-block;
	color: #333333;
	font-weight: bold;
	position: relative;
	padding-bottom: 10px;
}
.news-typename h2:after{
	content: "";
	width: 80px;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #49b849;
}
.news-typename a{
	float: right;
	display: inline-block;
	font-size: 16px;
	color: #666666;
	margin-top: 10px;
}
.news-typename a:hover{
	color: #49b849;
}
.news-ad{
	width: 155px;
	height: 230px;
}
.news-ad img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.news-list{
	margin-left: 25px;
}
.news-list ul li{
	width: 210px;
	height: 230px;
	background: #F7F9FA;
	border-radius: 10px;
	margin-right: 15px;
	overflow: hidden;
}
.news-list ul li:last-child{
	margin-right: 0;
}
.news-list ul li img{
	width: 100%;
	height: 125px;
	object-fit: cover;
}
.news-list ul li h3{
	font-size: 14px;
	color: #333333;
	line-height: 21px;
	padding: 9px 11px 0;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical; 
}
.news-list ul li p:last-child{
	text-align: center;
}
.news-list ul li a{
	font-size: 14px;
	color: #49b849;
	background: #FFFFFF;
	border: 1px solid #49b849;
	border-radius: 12px;
	padding: 5px 10px;
	display: inline-block;
	margin-top: 10px;
}
.news-list ul li a:hover{
	background: #D9F2FF;
}
.news-right{
	width: 290px;
}
.news-ad2{
	width: 100%;
	height: 290px;
	margin-bottom: 20px;
}
.news-ad2 img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
}
