/*
 *
 * */
.hot-show{
	min-width: 40px;
	margin: 0 auto;
	/*height: 300px;*/
	text-align: center;
}
.showing{
	padding-bottom: 40px;
	background: #f4f4f4;
}
.hot-show p:nth-child(1){
	margin-top: 20px;
	font-size: 36px;
	padding-bottom: 2px;
	border-bottom: 1px solid;
	display: inline-block;
}
.hot-show p:nth-child(2){
	width: 777px;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 70px;
}
.hot_p1{
	font-size: 36px;
}
.hot_p1>span{
	color: rgb(252,119,43);
}
.hot_p2{
	color: rgb(159,159,159);
}
.hot-pic{
	width: 980px;
	margin: 0 auto;
}
.hot-pic img:nth-child(2){
	margin-left: 20px;
}
.hot-pic img:nth-child(3){
	margin-left: 20px;
}
.hot-last{
	width: 259px;
	height: 56px;
	border-radius: 40px;
	line-height: 56px;
	text-align: center;
	border: 1px solid;
	margin: 30px auto;
	font-size: 24px;
	
}
.hot-last a{color:black;}
.hot-last:hover{
	background: #008aff;
	border: 1px solid white;
	color: white;

}
.hot-last:hover a{color: white;}

