body{
	background-color: #F9F9F9;
}
#conBox{
	min-height: calc(100vh - 418px);
}
#conBox{
	width: 1200px;
	margin: 0 auto;
	padding:40px 0 ;
	display: flex;
	justify-content: space-between;
}
#leftcon{
	width: 840px;
	background: #FFFFFF;
	border: 1px solid #ECEFF2;
	padding:40px;
	box-sizing: border-box;
}
#right{
	width: 315px;
	background: #FFFFFF;
	border: 1px solid #ECEFF2;
	padding: 0 18px;
	box-sizing: border-box;
	cursor: pointer;
}
.hot{
	height: 80px;
	position: relative;
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #222222;
	line-height: 80px;
	border-bottom: 1px solid #ECEFF2;
}
.kuai{
	width: 28px;
	height: 4px;
	background: #FF4E00;
	position: absolute;
	bottom: 0;
	left: 0;
}
.hotitem{
	display: flex;
	justify-content: space-between;
	padding-top: 40px;
	padding-top: 20px;
	border-bottom: 1px #ECEFF2 dashed ;
}

.p1{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #444444;
	line-height: 28px;
}
.p2{
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #888888;
	line-height: 28px;
}
.item:hover>.p1{
	color:#FF4E00 ;
}
.yuan{
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #FF4E00;
	position: relative;
	top: 10px;
}
.item{
	width: 256px;
}
.title{
	font-size: 26px;
	font-weight: bold;
	color: #030525;
	text-align: center;
	margin-bottom: 20px;
}
.ybox{
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #448FCC;
}
.fb{
	margin-left: 60px;
	color: #A8A9B5;
}
.con{
	margin-top: 40px;
}



