body{
	background: #F4F4F4;
}
.contbox{
	margin-top: 20px;
	overflow: hidden;
}
.contbox>.boxfl{
	width: 130px;
	height: 640px;
	float: left;
	background: #fff;
	border: none;
}
.contbox>.boxfr{
	width: 1050px;
	float: right;
	min-height: 710px;
	background: #fff;
	padding: 10px 20px;
	margin-bottom: 100px;
}
.espetit{
	color: #666666;
	font-size: 18px;
	border-bottom: 2px solid  #E1251B !important;
	position: relative;
	line-height: 30px;
	display: inline-block;
}
.espetit::after{
	content: "";
	width: 1010px;
	height: 1px;
	background: #eee;
	position: absolute;
	bottom: -3px;
	left: 0;
}
.warmPrompt{
	width:1010px;
	height:160px;
	background:#F7F7F7;
	font-size: 12px;
	color: #333;
	overflow: hidden;
	padding-left: 20px;
	line-height: 26px;
	margin-top: 20px;
}
.warmPrompt h4{
	font-size: 16px;
	font-weight: normal;
	margin: 22px 0 7px 0 ;
}














