.InfAll{
	height: 290px;
	width:1100px;
	margin-top: 5px;
	display: flex;
	justify-content: space-between;
	position:relative;
}
.Inf{
	width:540px;
	height: 300px;
	background-color:rgba(250,250,250,1);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.8);
	margin-bottom: 10px;
}
.InfTil{
	width: 540px;
	height: 39px;

	border: 1px solid #CF0101 ;
	background: #cf0101;
	z-index: -1;
}
.White{
	margin-left: 219px;
	margin-top: 2px; 
	width:270px;
	border-bottom:36px solid #ffffff;
	border-right:0px solid transparent;
	border-left:50px solid transparent; 
	position: absolute;
	z-index: 1;
}
.InfTil .img{
	float:right;
	z-index:2;
	position:relative;
	margin-top: 3px;
	margin-right: 10px;
}

.InfTil img{
	width:32px;
        padding-top: 2.5px;
}

.InfBody{

	height: 225px;
	margin-left: 15px;
	margin-top: 10px;
	/* border-right:1px solid #CF0101; */
}
.InfBody .AllDiv{
	height: 37px;
	width:520px;
	border-bottom:1px solid #d3d3d3; 
	display: flex;
}


.InfBody .AllDiv:hover{
	color:#A52A2A;
}
.InfBody .AllDiv a{
	text-decoration: none;
	color: #000000;
	font-size:14px;
}
.InfBody .AllDiv a:hover{
	color:#A52A2A;font-weight:700;
}
#hot_list{
height:114px;
}
.scroll_list{
       height:114px;
       overflow: hidden;
}