.hot{
	width: 100%;
	
}
.hot  .hot_mian{
	width: 100%;
	max-width: 1348px;
	margin: 0 auto;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	/*Opera9.6*/
	-ms-box-sizing: border-box;
	/*IE8*/
	box-sizing: border-box;
	

	
	
	}



.hot_list{

	margin: 0 -10px;
	padding-bottom: 20px;
	display:grid;
	grid-template-columns: 1fr 1fr;
	
}
.hot_list::after{
	content: "";
	display: table;
	clear: both;
}
.hot_list li::after{
	content: "";
	display: table;
	clear: both;
}
.hot_list li{
	/* width: 50%; */
	/* float: left; */
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	/*Opera9.6*/
	-ms-box-sizing: border-box;
	/*IE8*/
	box-sizing: border-box;
	padding: 0 10px;
	margin-top: 28px;
}
	.hot_list.hot_xq li .img{
	width: 32%;
	float: left;
}
.hot_list.hot_xq li .text{
	width: 68%;
	float: left;
}
.hot_list.hot_xq {
	
	border-top: 1px solid #F6F6F6;
	padding:  0 114px;
	padding-bottom: 50px;
	
}
.hot_list.hot_xq  li .text .tit{
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:1;
	-webkit-box-orient: vertical; 
	word-break:break-all;
	font-size: 16px;
	font-weight: 700;
	line-height: 28px;
	height: auto;
	
	
}
.hot_list.hot_xq  li .text  .time{
	margin-top: 14px;
}
.hot_list.hot_xq  li .text  .dec{
	font-size: 14px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:3;
	-webkit-box-orient: vertical; 
	word-break:break-all;
	margin-top: 14px;
	line-height: 22px;
}
	.hot_list.hot_xq li {
		width: 100%;
	}
.hot_list li .img{
	width: 48%;
	float: left;
	cursor:pointer;
}
.hot_list li .img img{
	border-radius: 2px;
	-webkit-border-radius:  2px;
	-moz-border-radius:  2px;
	-o-border-radius:2px;
	width: 100%;
	cursor:pointer;
}
.hot_list li .text{
	width: 52%;
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	/*Opera9.6*/
	-ms-box-sizing: border-box;
	/*IE8*/
	box-sizing: border-box;
	padding-left: 20px;
}
.hot_list li .text .tit{
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient: vertical; 
	word-break:break-all;
	font-size: 16px;
	font-weight: 700;
	line-height: 28px;
	height: 58px;
	cursor:pointer;
}
.hot_list li .text .tit a{
	cursor:pointer;
}
.hot_xq_mian{

}
.hot_xq_mian .hot_xq_mian_title{
	font-size: 14px;
	padding: 20px 0;
	border-bottom: 1px solid #e2e2e2;
}
.hot_xq_mian .hot_xq_mian_title .name{
	font-size: 16px;
	font-weight: 700;
}
.hot_xq_mian .hot_xq_mian_title p{
	margin-top: 10px;
}
.hot_xq_mian_box1{
	background-color: #ffedd4;
	margin: 20px 0;
	padding: 20px 60px 30px ;
}
.hot_xq_mian_box1 .name{
	font-size: 16px;
}
.hot_xq_mian_box1 p{
	margin-top: 10px;
	font-size: 14px;
}
.hot_xq_dec{
	font-size: 14px;
	line-height: 30px;
	padding-bottom: 20px;
}
.hot_xq_dec p{
	margin-top: 10px;
}
.hot_xq_dec p img{
	max-width: 100%;
	width: auto;
}
.hot_list li .text  .dec{
	font-size: 14px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:3;
	-webkit-box-orient: vertical; 
	word-break:break-all;
	margin-top: 5px;
}
.hot_list li .text  .time{
	font-size: 14px;
	
	margin-top: 5px;

}
.hot_list li .text  .time .more{
	color: #c02941; float: right;
	
}
.fy{
	margin-top: 10px;
	text-align: right;
	padding-bottom: 40px;
}
.fy a{
	background-color: #F6F6F6;
	display: inline-block;
	margin: 0 4px;
	padding:  0 10px;
	line-height: 40px;
	min-width: 20px;
	color: #333;
	text-align: center;
	border-radius: 2px;
	-webkit-border-radius:  2px;
	-moz-border-radius:  2px;
	-o-border-radius:2px;
		margin-top: 10px;
}
.fy a.active{
	background-color: #ff9811;
	color: #FFF;

}
.fy a img{
	vertical-align: middle;
}

@media screen and (min-width: 1201px) and (max-width: 1400px) {
		.hot  .hot_mian{
			padding: 0 92px;
			
			}
	}
	
	@media screen and (min-width: 750px) and (max-width: 1200px) {
		.hot  .hot_mian{
			padding: 0 10px;
			
			}
	}
	
	@media screen  and (max-width: 750px) {
		.hot_xq_mian{
			padding: 0;
		}
		.hot  .hot_mian{
			padding: 0 10px;
			
			}
			.fy{
				text-align: center;
			}
			
			.hot_list li{
				width: 100%;
				float: left;
				-moz-box-sizing: border-box;
				-webkit-box-sizing: border-box;
				-o-box-sizing: border-box;
				/*Opera9.6*/
				-ms-box-sizing: border-box;
				/*IE8*/
				box-sizing: border-box;
				padding: 0 5px;
				margin-top: 20px;
			}
			.hot_list li .img{
				width: 100%;
				float: left;
			}
			.hot_list li .img img{
				border-radius: 2px;
				-webkit-border-radius:  2px;
				-moz-border-radius:  2px;
				-o-border-radius:2px;
				width: 100%;
			}
			.hot_list li .text{
				width: 100%;
				float: left;
				-moz-box-sizing: border-box;
				-webkit-box-sizing: border-box;
				-o-box-sizing: border-box;
				/*Opera9.6*/
				-ms-box-sizing: border-box;
				/*IE8*/
				box-sizing: border-box;
				padding-left:0;
			}
			.hot_list li .text .tit{
			
				font-size: 16px;
				line-height: 20px;
				height: auto;
			
				
			}
			
			.hot_xq_mian_box1{
				background-color: #ffedd4;
				margin: 20px 0;
				padding: 10px 10px 20px ;
			}
			.hot_list.hot_xq {
				padding: 0;
				padding-bottom: 30px;
			}
			.hot_list.hot_xq li .img {
			    width: 100%;
			    float: left;
			}
			.hot_list.hot_xq li .text {
			    width: 100%;
			    float: left;
		
			}
			
	}
	
